@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 10px 0 10px; /* 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-image: url(../images/page-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment:fixed;
}
table{
    float:left;
}
.bodyTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.7em;
	padding-right: 20px;
	text-align: left;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.7em;
	padding-right: 20px;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #D52B1E;
}
a:visited {
	text-decoration: none;
	color: #D52B1E;
}
a:hover {
	text-decoration: underline;
	color: #97130B;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}




.tableColor {
	background-color: #F7CEC1;
	font-size: 0.8em;
	line-height: 1.6em;
}
h1 {
	font-size: 1.4em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.rightImg {
	width: 179px;
	float: right;
	padding: 7px 17px 0 15px;
}
#topleft {
	height: 39px;
	width: 500px;
	background-image: url(../images/home-login.gif);
	background-repeat: no-repeat;
}
#links {
	width: 260px;
	float: right;
	padding-top: 9px;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/siderbarbg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width:950px;
} 
.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: 202px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	clear: left;
}
#logo {
	float: right;
	height: 67px;
	width: 155px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0px 225px; /* 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: 0px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear: right;
} 

#mainmenu {
	margin: 0;
	clear: both;
	height: 38px;
	width: 950px;
	background-image: url(../images/main-menu.gif);
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 12px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-color: #D52B1E;
} 
.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: 4px 0 4px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	color: #FFEBEC;
}

.twoColFixLtHdr #footer a {
	color: #FFEBEC;
	text-decoration:none;
}
.twoColFixLtHdr #footer a:visited {
	color: #FFEBEC;
	text-decoration:none;
}
.twoColFixLtHdr #footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#copyright {
	font-size: 0.7em;
	color: #FFFFFF;
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
}
.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:15px;
    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: 37px;
	}
ul#nav li a span
	{
	display: none;
	}
ul#nav li#nav1 a {width:99px;}
ul#nav li#nav2 a {width:92px;}
ul#nav li#nav3 a {width:85px;}
ul#nav li#nav4 a {width:130px;}
ul#nav li#nav5 a {width:70px;}
ul#nav li#nav6 a {width:100px;}
ul#nav li#nav7 a {width:60px;}
ul#nav li#nav8 a {width:86px;}

ul#nav li#nav1 a:hover {width:99px; background: url(../images/main-menu-hi.gif)}
ul#nav li#nav2 a:hover {width:92px; background: url(../images/main-menu-hi.gif) -99px 0}
ul#nav li#nav3 a:hover {width:85px; background: url(../images/main-menu-hi.gif) -191px 0}
ul#nav li#nav4 a:hover {width:130px; background: url(../images/main-menu-hi.gif) -276px 0}
ul#nav li#nav5 a:hover {width:70px; background: url(../images/main-menu-hi.gif) -406px 0}
ul#nav li#nav6 a:hover {width:100px; background: url(../images/main-menu-hi.gif) -476px 0}
ul#nav li#nav7 a:hover {width:60px; background: url(../images/main-menu-hi.gif) -576px 0}
ul#nav li#nav8 a:hover {width:86px; background: url(../images/main-menu-hi.gif) -636px 0}

ul#tnav
	{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	}
ul#tnav li
	{
	float: left;
	}
ul#tnav li, ul#tnav li a
	{
	display: block;
	height: 39px;
	}
ul#tnav li a span
	{
	display: none;
	}
ul#tnav li#tnav1 a {width:105px;}
ul#tnav li#tnav2 a {width:124px;}

ul#tnav li#tnav1 a:hover {width:105px; background: url(../images/tnav-hi1.gif)}
ul#tnav li#tnav2 a:hover {width:124px; background: url(../images/tnav-hi1.gif) -105px 0}


.arrowlistmenu{
	width: 202px;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

#toplink {

}

#toplink1 {
	background-image:url(../images/sidebartop.gif);
	background-repeat:no-repeat;
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #222222;
	/*background: url(bullet_arrow.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 10px 0 10px 0;
	padding-left: 22px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 0.8em;
}

.arrowlistmenu ul li a:visited{
	color: #222222;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #D62829;
	text-decoration: none;
}
#jumpMenu {
	width: 150px;
}
.redline {
	padding-top: 10px;
}
#topimage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 202px;
}

#searchbox {
	width: 100px;
	vertical-align: middle;
	margin-bottom: 27px;
	height: 20px;
	padding: 0 0 0 0;
	border: 1px solid #686868;
	text-indent: 5px;
}
#searchdiv {
	float: right;
	width: 210px;
	height: 37px;
	margin-right:5px;
}
#subNavIndent {
	font-size: 0.95em;
	padding-left: 5px;
	padding-right: 4px;
}
#subNavIndent a{
	color: #666666;
	
}
#subNavIndent a:visited{
	color: #666666;	
	
}
#subNavIndent a:hover{
	color: #D62829;	
	
}

.newsContainer {
	background-color: #F1F1F1;
	border: 1px solid #999999;
	padding: 7px;
	float: right;
	width: 690px;
	margin-right: 20px;
}

.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;
}
.forms    {
	background-color: #F9F9F9;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
}
.imageLeft {
	padding-right: 20px;
	padding-bottom: 10px;
}
.imageRight {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
.red {color: #FF0000}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.textfields {
	width: 80%;
	border: 1px solid #CCCCCC;
}
#catdd {
	margin-right: 20px;
}
.rightImghome {
	width: 275px;
	float: right;
	padding: 7px 17px 0 15px;
}
#colorBlock {
	background-color: #FEE8E0;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #999999;
}
.twoColFixLtHdr #searchContent {
	margin: 0 20px 0px 225px; /* 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: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear: right;
}
#mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
