@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	margin-top: 5px;	
	background-image: url(/images/page-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment:fixed;
}
.twoColFixLtHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/grey-bg.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #container #header #logodiv {
	width: 670px;
	height: 93px;
	margin: 0px 0px 0px 0;
	padding-bottom: 0;
	/*margin: 10px;*/
	float: left;
	display: inline;
	border: 0;
	overflow: hidden;
	position: relative;
}
#mainmenudiv {
	clear: both;
	height: 38px;
	width: 970px;
	background-image: url(../images/mainmenu_hi_13.gif);
	background-repeat: no-repeat;
	background-color: #888989;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 0px 19px;
	clear: left;
	background-image: url(/images/shadow.gif);
	background-repeat: repeat-x;
}
#quicklinks {
	background-color: #EBEBEB;
}
.twoColFixLtHdr #mainContent {
	margin: 30px 0 0 189px; /* 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 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#flashcontent {
	width: 781px;
	margin: 0 0 0 189px;
}
.twoColFixLtHdr #footer {
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#393939;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 930px;
	margin: 0 auto;
} 
.twoColFixLtHdr #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: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	text-align: right;
}
.twoColFixLtHdr #footer a {
	color:#CCCCCC;
	text-decoration: none;
} 
.twoColFixLtHdr #footer a:hover {
	color:#FFCC00;

} 

#searchcontainer {
	height: 93px;
	width: 300px;
	float: right;
}
#searchbox {
	width: 162px;
	background-position: left center;
	vertical-align: middle;
	margin-bottom: 15px;
	height: 20px;
	padding: 0 0 0 0;
	border: 1px solid #686868;
	text-indent: 5px;
}
#toplinks {
	float: right;
	width: 163px;
}
#searchdiv {
	clear: both;
	padding-top: 16px;
}
.searchbuttons {
}
.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;
}
.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:10px;
	font-size: 1px;
	line-height: 0px;
}


ul#nav
	{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	}
ul#nav li
	{
	float: left;
	}
ul#nav li, ul#nav li a
	{
	display: block;
	height: 38px;
	}
ul#nav li a span
	{
	display: none;
	}
ul#nav li#nav1 a {width:94px;}
ul#nav li#nav2 a {width:96px;}
ul#nav li#nav3 a {width:138px;}
ul#nav li#nav4 a {width:145px;}
ul#nav li#nav5 a {width:112px;}
ul#nav li#nav6 a {width:93px;}
ul#nav li#nav7 a {width:112px;}
ul#nav li#nav8 a {width:78px;}
ul#nav li#nav9 a {width:102px;}

ul#nav li#nav1 a:hover {width:94px; background: url(../images/mainmenu_13.gif)}
ul#nav li#nav2 a:hover {width:96px; background: url(../images/mainmenu_13.gif) -94px 0}
ul#nav li#nav3 a:hover {width:138px; background: url(../images/mainmenu_13.gif) -190px 0}
ul#nav li#nav4 a:hover {width:145px; background: url(../images/mainmenu_13.gif) -328px 0}
ul#nav li#nav5 a:hover {width:112px; background: url(../images/mainmenu_13.gif) -473px 0}
ul#nav li#nav6 a:hover {width:93px; background: url(../images/mainmenu_13.gif) -585px 0}
ul#nav li#nav7 a:hover {width:112px; background: url(../images/mainmenu_13.gif) -678px 0}
ul#nav li#nav8 a:hover {width:78px; background: url(../images/mainmenu_13.gif) -790px 0}
ul#nav li#nav9 a:hover {width:102px; background: url(../images/mainmenu_13.gif) -868px 0}


.arrowlistmenu{
	width: 155px;
	margin-top:12px;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 0px;
}

.arrowlistmenu ul li a{
	color: #666666;
	background: url(../images/bullet_arrow.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 7px 0;
	padding-left: 15px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #BBBBBB;
	font-size: 0.7em;
}

.arrowlistmenu ul li a:visited{
	color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #003366;
	text-decoration: none;
}
#flashcontent {
	width: 781px;
	margin-left: 0px;
	overflow: hidden;
}
#mainTxt {
	width: 500px;
}
#rightImages {
	width: 200px;
	float: right;
}
.submenus{
	width: 189px;
	float:left;
		padding: 0 0 0 0;
	clear: left;
}

.submenus ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.submenus ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.submenus ul li a{
	color: #484848;
	/*background: url(bullet_arrow.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 10px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.submenus ul li a:visited{
	color: #484848;
}

.submenus ul li a:hover{ /*hover state CSS*/
	color: #000000;
	text-decoration: none;
}
#mainTxtfullWidth {
	width: 720px;
}
.subnav {
	padding-left: 12px;
	color: #666666;
	font-style: italic;
	font-size: 0.9em;
}
.subnav   a:link    {
	color: #666666;
	background-image: url(/images/bullet_arrow1.gif);
}
.subnav   a:visited    {
	color: #666666;
	background-image: url(/images/bullet_arrow1.gif);
}
.subnav   a:hover    {
	color: #666666;
	background-image: url(/images/bullet_arrow.gif);
}


/*//////////////NEWS CSS///////////*/
.newsContainer {
	background-color: #F1F1F1;
	border: 1px solid #999999;
	padding: 7px;
	float: right;
	width: 690px;
	margin-right: 20px;
	clear: right;
}

.news_image {
	width: 170px;
	float: left;
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.news_desc {
	float: right;
	width: 490px;
	margin-top: 0px;
	margin: 0 0 0 0;
	margin-bottom: 0px;
}
.news_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
.news_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 6px;
	line-height: 1.5em;
	margin-bottom: 0px;
}
.clearnews {
	clear:right;
	height:10px;
}
.news_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	line-height: 22px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #mainContenthome {
	margin: 20px 0 0 189px; /* 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 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.clearfloat-footer {
	clear:both;
	height:6px;
	font-size: 1px;
	line-height: 0px;
	background-image: url(/images/yellow-bar.gif);
	background-repeat: no-repeat;
}

.clearnews {
	clear:right;
	height:10px;
}
.subnav a {
	padding-left: 10px;
	color: #5D5D5D;
	font-style: italic;
}
.table1 {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #EBEBEB;
}
.table2 {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #FFFFFF;
}
.yellowline {
	padding-bottom: 12px;
}
#newsshadow {
	width: 781px;
	margin: 0 0 0 189px;
	height: 15px;
	background-image: url(/images/shadow.jpg);
}
#adminmenudiv {
	clear: both;
	height: 30px;
	width: 970px;
	background-color: #888989;
	color: #FFFFFF;
	vertical-align: middle;
	padding: 0 0 0 0;
}
#adminmenudiv p {
	color: #FFFFFF;
	padding: 5px 20px 0 25px;
	margin-top: 0px;
	font-size: 15px;
	font-weight: bold;
}
#adminContainer {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left;
}
#adminContent {
	margin: 20px 0 0 20px; /* 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 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
