/******** STRUCTURE IDENTITIES ********/

#head {
	width: 760px;
}
#head #headLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 65px;
}
#head #headLinksLeft {
	float:left; 
	margin-top:10px;
}
#head #headLinksRight {
	float:right;
}
#head #headImg {
	background-image: url(images/header_banner.jpg);
	height: 187px;
	width: 763px;
}
#head #headRedLine {
	margin-top: 1px;
	border-top: 3px solid #B82630;
	margin-bottom: 2px;
}
#head #headNav {
	background-image: url(images/nav_bg.jpg);
	height: 35px;
	border-bottom: solid 1px #FFFFFF;
	text-align: left;
}
#head #headNav #headNavLeft{
	float: left;
	width:550px;
}
#head #headNav #headNavLeft div {
	height: 39px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-right: solid 1px #FFFFFF;
	line-height: 35px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}

#head #headNav #headNavRight{
	float: right;
	margin-right: 10px;
	margin-top: 6px;
}
#head #headNav div a {
	color: #FFFFFF;
	text-decoration: none;
}
#head #headNav div a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#head #headNav .navoff {
	
}
#head #headNav .navon {
	background-color: #6c97c5;
	cursor: hand;
	color: #FFFFFF;
}
#mainCont{
	width:760px;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-y;
}
#mainCont #mainContLeft{
	width:480px;
	text-align: left;
	float: left;
	min-height:400px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:20px;
	background-image: url(images/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainCont #mainContRight{
	width:240px;
	float: right;
	
	text-align: left;
	padding-top: 10px;	
	min-height:400px;
}

#footer{
	width:760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#footer #footerBar{
	background-image: url(images/footer_bar.jpg);
	height: 4px;
	margin-top: 1px;
}
#footer #footerLeft{
	float:left;
	margin-top: 5px;
}
#footer #footerRight{
	float:right;
	text-align: right;
	margin-top: 5px;
}


/******** HTML TAG REDEF ********/
p,.p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:hover{
	text-decoration: none;
}
h1,.h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5C739C;
}
h2 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BB383E;
}
hr {
	height: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


/******** CLASSES ********/

.fastFind {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 180px;
}

.white_large {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.ul_addIcon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	list-style-image: url(images/icon_add.gif);
	margin: 0px 0px 0px -15px;
	padding:0px;
}
.ul_addIcon li{
	margin: 0 0 0 0em;
	padding: 0;
	text-indent: 0em;
	
}
.ul_arrowIcon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-image: url(images/arrow.gif);
	margin: 0px 0px 0px 3.0px;
	padding:0px;
}
.ul_arrowIcon li{
	margin: 0 0 0 3em;
	padding: 0;
	text-indent: 0em;
	
}
.white_small {
	font-size: 11px;
	color: #FFFFFF;
}
.red {
	color: #b8252f;
}
.blue {
	color: #3b6da8;
}
.grey {

	color: #999999;
}

