@charset "UTF-8";
body {
	font: 13px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/background.gif) repeat;
	margin: 0px 25px 25px;
	text-align:center;
}

a img { border:0; }


#wrapper {
	background: url(images/wrapper_background.png) repeat-y;
	width: 902px;
	margin: 0px auto;
	text-align: left;
}

#header {
	background: url(images/header_background.gif) repeat-x;
	height: 140px;
	margin-right: 26px;
	margin-left: 26px;
}

#logo {
	margin-top: 10px;
	margin-left: 15px;
	float: left;
}

#header h1 {
	font: bold 22px/26px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	float: right;
	text-shadow: #000000 3px 3px 5px;
	margin: 75px 25px 0px 0px;
	padding: 0px;
}

#nav {
	background: url(images/nav_background.gif) repeat-x;
	height: 44px;
	margin-right: 26px;
	margin-left: 26px;
	clear: both;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav ul li {
	float: left;
	height: 26px;
	font: bold 18px/26px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 9px;
	margin-bottom: 9px;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 2px solid #94a4b6;
	position:relative;
}

#nav ul li:first-child {
	border-left:0;
}	

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	height:26px;
	float:left;
}

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

#nav ul li ul {
	position: absolute;
	z-index:22;
	left: 20px;
	top: 30px;
	background: url(images/nav_dropdown_bkgnd.png) repeat;
	border-top: 2px solid #182635;
	border-right: 2px solid #182635;
	border-left: 2px solid #182635;
	text-align: left;
}

#nav ul li ul li {
	display: block;
	background: url(none);
	width: 160px;
	border-bottom: 2px solid #182635;
	padding: 0px;
	line-height: 30px;
	border-left:0px;
	margin:0px;
	height:30px;
}

#nav ul li ul li a {
	display: block;
	text-transform: none;
	line-height: 30px;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	height: 30px;
}

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

#nav ul li ul { display: none; }
#nav ul li.submenu ul { display:none; }
#nav ul li.submenu.hovered ul { display:block; }

#nav #phone {
	color: #FFFFFF;
	float: right;
	margin-right: 15px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}

#col1 {
	margin-top: 4px;
	margin-left: 30px;
	float: left;
	width: 567px;
}

#col2 {
	float: right;
	width: 270px;
	margin-top: 4px;
	margin-right: 30px;
}


/**** Cycle ****/
#cycle {
	position:relative;
	width: 559px; /* slide width */
	height: 254px; /* slide height */
	overflow: hidden;
	z-index:1;
	border: 4px solid #959595;
}

#cycle #cycle_rotation, #cycle #cycle_rotation div {
	position:relative;
	width: 559px; /* slide width */
	height: 254px; /* slide height */
	overflow: hidden;
	z-index:1;
}
	
#cycle #cycle_prev { /* location of next button */ left: 12px; }

#cycle #cycle_next { /* location of next button */ right: 12px; }

#cycle #cycle_prev, #cycle #cycle_next { /* location of previous button */
	position:absolute;
	top: 120px;
	z-index:10;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
}

#cycle #cycle_prev:hover, #cycle #cycle_next:hover { /* location of previous button */
	opacity:0.8;
	filter:alpha(opacity=80);
}

#cycle #cycle_nav { /* location of rotation navigation */
	position:absolute;
	top:240px;
	width:100%;
	text-align:center;
	z-index:10;
}

#cycle #cycle_nav a { /* rotation navagation styling */
	margin: 0 3px;
	width:8px;
	height:8px;
	background: url(images/cycle_inactive.gif) no-repeat;
}

#cycle #cycle_nav a.activeSlide { /* rotation navagation styling for active slide */
	background: url(images/cycle_active.gif) no-repeat;	
}

#cycle #cycle_nav a:focus { outline: none; }

#content {
	background: #FFFFFF;
	color: #000000;
	position:relative;
	z-index:2;
	padding: 15px;
}

#col2 h1.red {
	font: 16px/33px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(images/h1_red.gif) no-repeat;
	height: 33px;
	padding-left: 8px;
	margin: 0px;
}

#col2 h1.blue {
	font: 16px/33px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(images/h1_blue.gif) no-repeat;
	height: 33px;
	padding-left: 8px;
	margin: 0px;
}

#col2 p { margin: 7px; }

#quick_connect {
	font-size: 11px;
}

#quick_connect form {
	margin: 0px;
	padding: 0px;
}

#quick_connect label {
	float: left;
	width: 100px;
}

#quick_connect label.required {
	background: url(images/required.gif) no-repeat left 3px;
	padding-left: 7px;
	width: 95px;
}

#quick_connect input {
	width: 150px;
	height: 18px;
	border: 1px solid #959595;
}

#quick_connect textarea {
	border: 1px solid #959595;
	width: 253px;
	height: 56px;
}

#quick_connect #submit {
	width: 102px;
	height: 29px;
	border: 0px;
}

#footer {
	background: url(images/wrapper_background_bottom.png) no-repeat;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	height: 70px;
	padding-right: 26px;
	padding-left: 26px;
	text-align: left;
}

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

#footer a:hover {
	text-decoration: underline;
}	

/***** Tags ******/
a {
	color: #283f58;
}

a:hover {
	color: #7e0001;
}		

p, h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 15px 0px;
}

	
h1 { font: bold 20px/22px Arial, Helvetica, sans-serif; }
h2 { font: bold 18px/20px Arial, Helvetica, sans-serif; }
h3 { font: bold 16px/18px Arial, Helvetica, sans-serif; }
h4 { font: bold 14px/16px Arial, Helvetica, sans-serif; }
h5 { font: 12px/14px Arial, Helvetica, sans-serif; }
h6 { font: 10px/12px Arial, Helvetica, sans-serif; }


/***** Classes *****/
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin-right: 15px;
	margin-bottom: 8px;
}

img.alignright {
	margin-left: 15px;
	margin-bottom: 8px;
}		

.clear {
	clear: both;
}	

.red {
	color: #7e0001;
}	
	
.gray_box {
	background: #d7d7d7;
	border: 3px solid #959595;
	margin-top: 6px;
	margin-bottom: 6px;
}			
.red_subtitle {
	color: #F00;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bolder;
	margin-top: 0px;
}
.basic_form_stroke_1 {
	padding: 5px;
	background-color: #EAEAEA;
	margin: 0px;
	border: 1px solid #546475;
}

