@charset "utf-8";

ul, ol, dl {
	/* [disabled]position: relative; */
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BrushedMetal.jpg);
}




/* CSS Document */

#Container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/container-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}
#Header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#NavTop {
	background-color: #CB0400;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	height: 22px;
}


#Sidebar {
	float: left;
	width: 150px;
	padding-left: 15px;
	font-weight: normal;
}
#Sidebar a:link  {
	text-decoration: none;
	color: #FFF;
}
#Sidebar a:visited {
	text-decoration: none;
	color: #FFF;
}
#Sidebar a:hover {
	text-decoration: none;
	color: #FC3;
}
#Sidebar a:active {
	text-decoration: none;
	color: #FC3;
}



#Sidebar h1 {
	font-size: 1em;
	color: #FC3;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 20px;
}
#Sidebar h2 {
	font-size: 0.7em;
	color: #FFF;
	line-height: 160%;
}
#Sidebar h3 {
	font-size: 0.7em;
	margin-top: 25px;
	line-height: 140%;
}
#Sidebar p {
	color: #FFF;
	font-size: x-small;
	margin-left: 5px;
}
#Sidebar em {
	color: #FC3;
}


#Sidebar    #DidYouKnow{
	border: 1px solid #999;
	margin-bottom: 7px;
	margin-top: 17px;
	margin-left: 7px;
}
#Sidebar #NorcoNews {
	margin-bottom: 7px;
	margin-top: 15px;
	margin-left: 7px;
}
.SidebarDropDown {
	color: #333;
	font-weight: bold;
	background-color: #FFFFE6;
	font-size: smaller;
}

#MainContent {
	margin-left: 165px;
}







#Footer {
	color: #FFF;
	font-size: x-small;
	text-align: right;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CE0002;
	padding-top: 3px;
	padding-right: 280px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #000;
}


.RedText {
	color: #CE0002;
}
.YellowText {
	color: #F90;
}

.Float-Left {
	float: left;
}
.Float-Right {
	float: right;
}

