.firefox #siteContentContainer {
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	background: #f4f9fa;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}

.left { float: left; }
.clear { clear: both; }
.hide { display: none; }
.center1 { float: left; position: relative; left: 50%; width: 100%;}
.center2 { position: relative; left: -50%; }
.marg_r5 { margin-right: 5px; }
a:active { outline: none; }
a:focus, input:focus, input:active  { -moz-outline-style: none; }






/* ----- Client Formats ----- */
p { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 {
	color: #252d3a;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 13pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 8pt; }

hr { 
	border-top: 1px solid #ffe3aa;
	border-bottom: 1px solid #ffcc66;
	margin: 0;
}

.content {
	font-size: 10pt;
	letter-spacing: 0.05em;
	line-height: 16pt;

}


/* ----- Client Classes ----- */





/* ----- Link Styles ----- */

a { 
	color: #00103e;
	font-weight: bold;
}
a:hover {
	color: #8eaabe;
}

a.button_small,
input.button {

	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 8pt;
	
	height: 23px;
	line-height: 23px;
	padding: 0 20px;
	
	color: black;
	background: #cce4f4 url(../images/button.gif) repeat-x;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	border-bottom: 1px solid #8eaabe;
	border-right: 1px solid #cfe1eb;
	border-top: 1px solid #eaf4fb;
	border-left: 1px solid #cfe1eb;	
		
}

a.button_small:hover,
a.button_small.active,
input.button:hover,
input.button:active, 
input.button.active {
	background: #fdfcf3 url(../images/button_hover.gif) repeat-x;
	border-bottom: 1px solid #c0b681;
	border-right: 1px solid #ece6c2;
	border-top: 1px solid #fdfcf3;
	border-left: 1px solid #ece6c2;	
	color: black;
}




a.button_huge {

	display: block;
	position: relative;
	overflow: hidden;
	
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	
	height: 76px;
	width: 233px;
	line-height: 22px;
	
	padding-top: 10px;
	margin-bottom: 15px;
	
	color: black;
	background: #cce4f4 url(../images/button_huge.gif) repeat-x;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	border-bottom: 1px solid #8eaabe;
	border-right: 1px solid #cfe1eb;
	border-top: 1px solid #eaf4fb;
	border-left: 1px solid #cfe1eb;	
	
	
	
}

a.button_huge:hover {
	background: #fdfcf3 url(../images/button_huge_hover.gif) repeat-x;
	border-bottom: 1px solid #c0b681;
	border-right: 1px solid #ece6c2;
	border-top: 1px solid #fdfcf3;
	border-left: 1px solid #ece6c2;	
	color: black;
}
.button.noclear {
	clear: none !important;
}





/* ----- Horizontal Navigation Class ----- */

.horiz_nav {
	list-style: none;
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	
}
.horiz_nav li {
	display: block;
	float: left;

}
.horiz_nav li a {
	display: block;
	float: left;
}



/* ----- Top-most Navigation ----- */
#nav {
	float: left;
	position: relative;
	height: 24px;
	margin-top: -24px;
	width: 100%;	
}

#nav ul ul {
	display: none;
}
#nav ul {z
	position: relative;
	width: 900px;
	margin-left: -450px;
	left: 50%;
}

.windows.ie.ver-6 #nav ul li a {
	margin: 0 2px 0 0;
}

#nav ul li a {
	position: relative;
	float: left;
	
	height: 24px;
	line-height: 24px;
	padding: 0 16px;
	margin: 0 2px;
	
	font-weight: normal;
	font-size: 8pt;
	letter-spacing: 2px;
	
	background: #b5d8ef url(../images/button.gif) repeat-x;
	
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	
}

.apple #nav ul li a {
	padding: 0 14px;
}
.safari.apple #nav ul li a {
	padding: 0 13px;
}

#nav ul li a:hover,
#nav ul li a.selected {
	background: #e6c65e url(../images/button_hover.gif) repeat-x;
}





/* ----- Site Structure ----- */

#header {
	width: 100%;
	height: 308px;
	background: url(../images/header_background.gif) repeat-x;
	float: left;
	position: relative;
}

#header_editable {
	width: 550px;
	height: 204px;
	margin-top: 6px;
	margin-right: 17px;
	float: right;
	overflow: hidden;
	position: relative;
}

#header_video {
	width: 572px;
	height: 202px;
	margin-top: 7px;
	margin-right: 17px;
	float: right;
	overflow: hidden;
	position: relative;
	background: transparent url(../images/header_text_bit.jpg) no-repeat scroll right center;
}

#banner {
	width: 909px;
	height: 219px;
	background: url(../images/header.gif) no-repeat;
	margin-top: 34px;
	position: relative;
	float: left;
	left: 50%;
	margin-left: -455px;
}

#content { 
	position: relative; 
	background: #eaf3f6 url(../images/content_background.gif) top center repeat-x;
	width: 100%;
	min-height: 500px;
	float: left;
	padding-bottom: 40px;
}

#content_center,
#footer_center {
	float: left;
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}

#content_editable,
#content_editable_wider {
	float: left;
	position: relative;
	
	background: #f5f9fb;
	border-left: 1px solid #d2d9db;
	border-right: 1px solid #d2d9db;
	border-bottom: 2px solid #bec5c8; 
	
	margin-top: 30px;
	
	padding: 30px;
	width: 490px;
	min-height: 400px;
}

.windows.ie.ver-6 #content_editable {
	
}
#content_editable table {
	width: 100% !important;
}

#content_editable_wider {
	width: 570px;
}

#content_area,
#contact_editable {
	width: 540px;
	float: left;
	
}

#quote_editable {
	float: left;
	position: relative;
	
	padding: 30px;
	margin-top: 30px;
	margin-left: 10px;
	
	width: 226px;
	min-height: 226px;
	
	background: #f6efc3;
	border-left: 1px solid #d2d9db;
	border-right: 1px solid #d2d9db;
	border-bottom: 2px solid #bec5c8; 	
	
	font-size: 8pt;
	letter-spacing: 0.1em;
	line-height: 14pt;
		
}

#quote_editable strong {
	font-size: 7pt;
}


#video_list {

	float: left;
	position: relative;
	
	padding: 15px;
	margin-top: 30px;
	margin-left: 10px;
	
	width: 305px;
	
	background: #f5f9fb;
	border-left: 1px solid #d2d9db;
	border-right: 1px solid #d2d9db;
	border-bottom: 2px solid #bec5c8;
	
	overflow: hidden;

}

.windows.ie.ver-6 #video_list {
	
}

#video_list .video_poster {
	position: relative;
	margin: 5px 0;
}

#video_list .video_poster img {
	width: 256px;
	border: 0;	
	cursor: pointer;
}


#video_modal {
	
	position: fixed;
	left: 50%;
	margin-left: -300px;
	
	top: 50%;
	margin-top: -180px;
	
	background: #D7DFE2;
	border-left: 1px solid #d2d9db;
	border-right: 1px solid #d2d9db;
	border-bottom: 2px solid #3D4548; 
	
	padding: 30px;
	width: 480px;
	height: 380px;
	z-index: 9000;

}

#video_modal p {
	display: block;
	float: left;
	margin-top: 10px;
}

#video_player {
	display: block;
	float: left;
	margin-top: 20px;
}

#video_player_small {
	display: block;
	float: left;
	margin: 5px 0 15px 0;
	width: 305px;
	height: 165px; 

}

#video_list p.center1,
#video_modal p.center1 {
	width: 100%;
	position: relative;
	float: left;
	clear: left;
	text-align: center;
}

#video_list p.center1 a,
#video_modal p.center1 a {
	float: none;
	width: 100px;
	margin: 0 auto;
}


#video_modal p.close {
	margin-top: 20px;
}


#map {
	float: left;
	position: relative;
	width: 288px;
	margin-top: 30px;
	margin-left: 10px;
}

#side_column_editable {
	float: left;
	position: relative;
	
	margin-top: 30px;
	margin-left: 20px;

	width: 230px;
	min-height: 200px;
}




#footer {
	position: relative;
	background: #eaf3f6 url(../images/footer_background.gif) repeat-x;
	width: 100%;
	min-height: 200px;
	float: left;
	clear: left;
	
	font-size: 7pt;
	line-height: 14pt;
}

#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	color: #00103e;
}


#footer_left {
	float: left;
	height: 50px;
	width: 400px;
	margin-top: 30px;
	min-height: 75px;
	margin-left: 10px;
}


#footer_right {
	float: right;
	width: 400px;
	margin-top: 30px;
	min-height: 75px;
	text-align: right;
	margin-right: 10px;
}





body.sitemap #content_editable_wider ul {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
body.sitemap #content_editable_wider ul ul {
	padding: 2px 0 0 25px;
}






/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
.windows.ie.ver-6 iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
.windows.ie.ver-6 .jqmWindow {
     position: absolute !important;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}