/* CSS REDEFINES */

body, html * {
	margin:0px;
	padding:0px;
}

body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:10px;
	
}

body {
	background-color:#EBEBEB;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	margin-bottom:16px;
	text-transform:uppercase;
	color:#0D5CAB;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:10px;
	text-transform:uppercase;
}

h4 {
	font-size:12px;
	line-height:30px;
}

ul {
	list-style:none;
	text-align:left;
	padding-left:15px;
}

ul li {
	padding:3px 0px 3px 0px;

}

ul li a {
	text-decoration:none;
	color:#000000;
}

ul li a:hover {
	text-decoration:underline;
}

a {
	color:#000000;
}

a:hover {
	color:#173394;
}

/* IDS */

#mainDIV {
	width:1002px;
	background-image:url(../../images/template/background-repeat.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#headerDIV {
	width:1002px;
	/*height:142px; changed to remove gap between header image and menu*/
	height:138px; 
	background-image:url(../../images/template/header-test-2.gif);
	background-repeat:no-repeat;
	background-position:center;
	
}

#bannerDIV {
	width:1002px;
	height:160px;
	background-image:url(../../images/template/banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#bannerDIV2 {
	width:1002px;
	background-repeat:no-repeat;
	background-position:center;
}

#footerDIV {
	width:1002px;
	height:36px;
	background-image:url(../../images/template/footer.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#contentDIV {
	width:1002px;
}

#contentLeftDIV {
	text-align:left;
	width:900px;
	/*float:left;*/
}

#contentRightDIV {
	float:right;
	width:270px;
}

#contentRightMenuDIV {
	padding:10px 0px 0px 0px;
}

#contentLeftTextDIV {
	padding:10px 0px 10px 0px;
}

#lhsDIV {
	min-height:570px;
	width:425px;
	border:solid 1px #999999;
	float:left;
}

#lhsHeader {
	max-height:25px;
	width:425px;
	background-image:url(../../images/template/subheader-bg.gif);
	background-repeat:repeat-x;
	font-size:12px;
	color:#FFFFFF;
	padding:3px 0px 0px;
	font-weight:bold;
}

#middleDIV {
	min-height:570px;
	width:425px;
	border:solid 1px #999999;
	float:right;
}

#middleHeader {
	max-height:25px;
	width:425px;
	background-image:url(../../images/template/subheader-bg.gif);
	background-repeat:repeat-x;
	font-size:12px;
	color:#FFFFFF;
	padding:3px 0px 0px;
	font-weight:bold;
}

#searchDIV {
	float:right;
	padding:20px 30px 0px 0px;
	max-height:105px;
	color:#173494;
	font-size:18px;

}

#topmenuDIV {
	float:right;
	clear:right;
	padding:53px 30px 0px 0px;
}

#topmenuDIV a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;

}

#topmenuDIV a:hover {
	color:#173394;

}

#addressText {
	font-size:14px;
	text-align:left;
}
/* CLASSES */

.menuButton {
	width:209px;
	height:38px;
	background-image:url(../../images/template/menu-button.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:10px;
	text-align:center;
}

.menuButton span a {
	text-decoration:none;
	color:#000000;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
}

.menuButton span a:hover {
	color:#FFFFFF;


}

.menuFull {
	width:209px;
	background-image:url(../../images/template/menu-repeat.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin-bottom:10px;
}

.menuFullHeader {
	width:209px;
	height:38px;
	background-image:url(../../images/template/menu-top.jpg);
	background-repeat:no-repeat;
	background-position:center;
}


.menuFullFooter {
	width:209px;
	height:15px;
	background-image:url(../../images/template/menu-bottom.jpg);
	background-repeat:no-repeat;
	background-position:center;

}

.formText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.formButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid;
	border-color: #696 #363 #363 #696;
	cursor:pointer;
}

.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border:0px;
	cursor:pointer;
	text-decoration:none;
	background-color:#173494;
	padding:5px 5px 5px 5px;
	color:#FFFFFF;
}

.button:hover {
	background-color:#FFC311;
	color:173494;
}
/*
.menu {
	color:#ffffff; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; 
	text-decoration:none;
	background-color:#006699; 
	padding: 0px 2px 0px 2px;
}

.menu:hover {
	background-color:#FFCC33;
}
*/
#menu   {
        padding:0px;
        height:25px;
        margin-top:0px;
        background-color:#0D5CAB;
        text-align:left;
		max-width:99%;
}
#menu a {
        line-height:25px;
        padding:5px 20px 5px 20px;
        font-size:12px;
        font-weight:bold;
        text-decoration:none;
        color:#FFFFFF;
        background-color:#0D5CAB;
		border-right:1px solid white;
}
#menu a:hover {
        /*line-height:25px;
        padding:5px;
        font-size:12px;
        font-weight:bold;
        text-decoration:none;
        color:#FFFFFF;*/
        background-color:#3399FF;
		background-color:#FFC423;
		color:#000000;
}

td {	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; }

