/* CSS Document */

H1 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.titles {
	color: #666666;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.btnav { background-color: #4B4B4B;}
.btnavon { background-color: #9E0B0E;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.body-text {
	color: #5F5F5F;
	font-size: 11px;
	font-family: tahoma;
}

.style2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial;
}
.style3 {
	color: #526171;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style6 {
	color: #999898;
	font-size: 11px;
	font-family: tahoma;
}
.style7 {
	color: #8d9ba9;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}

.red-link {
	color: #9e0b0e;
	font-size: 11px;
	font-family: tahoma;
}

.subTitle-red {
	color: #9e0b0e;
	font-size: 12px;
	font-family: tahoma;
}

.style9 {
	color: #6c6b6b;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style10 {
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
}
/*
.style11 {
	color: #5F5F5F;
	font-size: 11px;
	font-family: tahoma;
}*/
.style12 {color: #63707D}

.blue-small {
	color: #708294;
	font-size: 11px;
	font-family: tahoma;
}

.title-red {
	color: #9E0B0E;
	font-size: 16px;
	font-family: arial;
}

.title2-red {
	color: #9E0B0E;
	font-size: 13px;
	font-family: arial;
	border-bottom: #C6CDD4 1px dotted;
	padding-bottom: 5px;
	margin-left: 4px;
}


.title-blue {
	color: #8E9CA9;
	font-size: 16px;
	font-family: arial;
}

.title-black {
	color: #000000;
	font-size: 16px;
	font-family: arial;
}

.titles {
	color: #666666;
	font-size: 16px;
	font-family: arial;
}

.titles {
	color: #666666;
	font-size: 16px;
	font-family: arial;
	text-decoration:none
}

.style1 {	color: #737373;
	font-size: 11px;
	font-family: arial;
}

.cellbkgrnd
{background-color:#8E9CA9;
}

.sub-nav {
	color: #000000;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.ter-nav {
	color:#F3F3F3;
	font-size:11px;
	text-decoration:none;
	padding-left:10px
}

.ter-nav-selected {
	color:#9E0B0E;
	font-size:11px;
	text-decoration:none;
	padding-left:10px
}



.white {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.box {
	border: 1px solid #8E9CA9;
}

.box2 {
	border-top: 1px none #8E9CA9;
	border-right: 1px solid #8E9CA9;
	border-bottom: 1px none #8E9CA9;
	border-left: 1px solid #8E9CA9;
}

.box3 {
	border-top: 1px solid #8E9CA9;
	border-right: 1px solid #8E9CA9;
	border-left: 1px solid #8E9CA9;
	border-bottom-style: none;
}

form {
margin:0;
}

.red-link A:link {
	color: #9e0b0e;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: underline
}
.red-link A:visited {
    color: #550055;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: underline
	}
	
.red-link A:active {
	color: #8d9ba9;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: underline
}
.red-link A:hover {
	color: #9e0b0e;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none
}

.form-field {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

#header {
position:relative;
padding-top: 8px;
}

#tagline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position:absolute;
	left: 287px;
	top: 56px;
	font-size: 15px;
	font-weight:normal;
	color:#666666;
	letter-spacing: 2px;
}

#phone {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#666666;
}

/*
#############################################################################################
*/

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background:#333333;
	width: 722px;

}
.menu ul{
	background:#333333;
	height:32px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#333333 /*url("../menu/images/seperator.gif") bottom right no-repeat*/;
		color:#FFFFFF;
		display:block;
		font-weight:normal;
		line-height:32px;
		margin:0px;
		padding:0px 51px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 /*url("../menu/images/hover.gif") bottom center no-repeat*/;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:145px;
		z-index:9999;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:145px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:30px;
		font-size: inherit;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 7px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

	.current {
		background-color: #9E0B0E;
		
	}
