@charset "utf-8";
/* CSS Document */



body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #D9D6B7;
	background-image: url(images/background_redtop.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 

.body1_w			{
	font: inherit;
	margin: 0px;
	padding: 2px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	background-color: #D9D6B7;
}

.clear								{ clear: both; }


#header  {
	height: 255px;
	
	padding-right: 10px;
	
	padding-left: 20px;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent  { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer  {
	padding: 0 10px 0 20px;
	background-image: url(images/index_bottom.jpg);
	background-color: #000441;
	background-repeat: repeat-x;
} 
#img1 {
	height: 157px;
	width: 219px;
	top: 8px;
	position: absolute;
	border: 1px solid #000000;
}
#img2 {
	height: 165px;
	width: 500px;
	position: relative;
	top: 5px;
	float: right;
}


#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

body 				{
	margin: 0px;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {	vertical-align: top;
	text-align: center;
	color: #D9D5B6;
	font-size: 8pt;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#body1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 245px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	z-index: auto;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container #body1 #pic img {
	border: thin solid #FFFFFF;
}


.body1/* special wrapper classes */

						{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}


	
/* special wrapper classes */

.body1_h1						{
	margin:0px;
	padding:0px;
	font-size: 16px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#body2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-left: 245px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	position: relative;
}
.style2 {	text-align: center;
}
.style4 {	color: #FFFFFF;
	text-align: left;
}
.style5 {	text-align: left;
}

  					/* change width this controls the width of the buttons*/
.Vertical_Menu					{
	width: 200px;
	margin: 0px;
	overflow: visible;
}

					/* change height: this controls the height of the buttons */
.Vertical_Menu li a 			{
	height: 20px;
	height: 20px;
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	width: 200px;
	background-image: url(images/button_down.gif);
}	

#towns { font-size: 12px; }
#towns a { color: #060040;}
#towns p { color: #060040; }

#towns2 { color: #060040; font-size: 10px;}
#towns2 a { color: #060040; }


					/* change padding: (controls the placment of the button name :top-right-bottom-left) */
.Vertical_Menu li a:visited 
							{
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	color: #680D4C;
}
										
.Vertical_Menu li a:link 
							{
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(images/button_down.gif);
	width: 200px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	color: #680C0F;
	background-repeat: repeat-x;
}
										
					/* change padding: (top-right-bottom-left) change -position use 50% of button height*/
.Vertical_Menu li a:hover 
							{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(images/button_down.gif);
	background-position: 0 -22px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	background-repeat: repeat-x;
}

ul.myVerticalMenu2 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
} 
.myVerticalMenu2 {
	overflow: hidden;
	width: 200px;
}
.myVerticalMenu2red li a:link {
	background-image: url(images/button_red_down.gif);
	color: white;

}

.myVerticalMenu2red li a:hover {
	background-image: url(images/button_red_down.gif);
	color: white;	
}

ul.myVerticalMenu2red {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	background-image: url(images/button_red.gif);
	

}

.myVerticalMenu2red li a {
	height: 20px;
	height: 20px;
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	width: 200px;
	background-image: url(images/button_red_down.gif);
}	

.myVerticalMenu2red li a:visited 
							{
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	color: white;
}

/* ---------------- */







#body_side_1 {
	background-image: url(images/body2_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #680C0F;
	padding-right: 5px;
	padding-left: 5px;
	width: 190px;
}
#footer_nav {
	height: auto;
	width: auto;
	font-size: 10px;
	color: #FFFFFF;
}
.footer_nav  a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer #footer_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr  #container  #footer  #footer_nav  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}






#header_text1 {
	color: #FFFFFF;
	font-weight: bold;
	width: 700px;
	top: 180px;
	position: absolute;
	font-size: large;
	text-align: center;
}
#header_text2 {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	width: 700px;
	top: 222px;
	position: absolute;
}
#nbc_logo {
	height: 63px;
	width: 67px;
	float: right;
	position: absolute;
	left: 666px;
	top: -6px;
	cursor: auto;
}
.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #0D0246;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#videolink {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
#videolink:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
}

