html {
}
.body {
	margin: 0;
	padding: 0;
	font-size:16px;
}

#bodyshell {
	background: #143d6b url(/images/gradientbg.jpg) top center no-repeat;
	text-align: center;
	margin: 0;
	color: #333333;
	font: normal normal normal 76%/1.5em Georgia, "Times New Roman", Times, serif;
}

/* Type */
h1, h2, h3, h4, h5, h6, .componentheading, .contentpagetitle {
	color: #000;
	font: normal normal bold 2em/1.25em Helvetica, Arial, sans-serif;
	padding: 0.2em 0 0 0;
	letter-spacing: -0.05em;
	text-shadow: #999999 1px 2px 4px;
	margin-bottom: 0;
}
h1, .componentheading, .contentpagetitle {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: .8em;
	font-weight: bold;
}
hr {
	background: #ccc;
	border: none;
	display: block;
	height: 1px;
}
p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
/* DISABLED
ol, ul, li {
	font-size: 1.05em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
*/
#main li {
	font-size: 1.15em;
	list-style: url(/images/bullet.gif);
	line-height: 1.88em;
}

strong, b, .bold {
	font-weight: bold;
}
/*
Hyperlinks
*/
a {
	color: #002147;
	text-decoration: underline;
}
#main a {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #002147;
}
a:hover {
	color: #000d1d;
}
#main a:hover {
	text-decoration: underline;
}
a:active {
	color: #002147;
}
/* Custom Classes used to style text, and available for use in the back-end */



body.home {
}
.home #header {
	background: url(/images/headerbg.jpg) no-repeat left top;
}

#header {
	background: url(/images/headerbg.jpg) no-repeat center top;
	margin: auto;
	padding-top: 215px;
	width: 950px;
	text-align: left;
	z-index: 2;
	position: relative;
}
#shellbottom {
	background: #143d6b url(/images/footerbg.jpg) no-repeat center bottom;
	padding-bottom: 40px;
	margin: 0;
	width: 100%;
}
.home #shellbottom {
	background: #143d6b url(/images/footerbg.jpg) no-repeat center bottom;
	padding-bottom: 40px;
}
#shell {
	background: #143d6b url(/images/shellbg.jpg) repeat-y center;
}
.home #shell {
	background: #143d6b url(/images/shellbg.jpg) repeat-y center;
	width: 100%;
}
	  
#content {
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
	background: url(/images/contentbg.jpg) top center no-repeat;
	_background: url(/images/contentbg.jpg) 0px 0px no-repeat;
}
.home #content {
	background: url(/images/contentbg.jpg) top center no-repeat;
	width: 920px;
}

#menupanel {
	float: left;
	padding: 0;
	width: 310px;
	margin-bottom: 360px;
}

.menu {
	margin: 0 25px 0 0;
	padding: 2px 0 0 0;
	width:285px;
}
.menu li {
	list-style-type:none;
	font-family:Trajan, Centaur, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size:1.2em;
	letter-spacing: 3px;
	text-align:center;
	text-decoration:none;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.menu a, .menu a:visited {
	display:block;
	height: 26px;
	margin: 0;
	padding: 5px;
	border-bottom: 1px #ccd0d5 solid;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	text-decoration: none;
	line-height: 26px;
}
.menu a:hover {
	background: url(/images/menubg.gif) repeat-x bottom;
}

#main {
	float: right;
	width: 610px;
	margin-top: 15px;
	margin-bottom: -8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main p {
	margin: 10px 15px 5px 0px;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main li, #main .componentheading {
	margin-left: 0px;
	margin-right: 15px;
}
.componentheading {
	margin-top: 19px;
	margin-left: 4px;
}
.contentpagetitle {
	padding-top: 19px;
	padding-bottom: 10px;
}
.contentpaneopen {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#component-contact {
	padding-top: 10px;
}

table.contentpaneopen table td {
	font-size: 13px;
	line-height: 1.4em;
	padding: 4px 0;
}

#imageblockshell {
	position: relative;
	float: left;
	margin-left: -15px;
}

#imageblock {
	position: absolute;
	bottom: 17px;
	left: 0;
}

.img-rightborder {
	float: right;
	clear:both;
	margin: 15px 15px 5px 10px;
	padding: 1px;
	border: 1px solid #2a3c51;
}

.clear {
	clear: both;
}
.clearimage {
	clear: both;
	position: relative;
}
#footer {
	text-align:center;
	color: #7ea3ce;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px auto 0px auto;
	padding-bottom: 25px;
	background-color: #143d6b;
}
#footer a, #footer a:visited {
	color: #7ea3ce;
	text-decoration: none;
}
#footer a:hover {
	color: #7ea3ce;
	text-decoration: underline;
}
	
.contentpagetitle {
	margin-top: 15px;
}
	
.allvideos {
	margin-left: 17px;
	margin-top: 16px;
}

#facebook {
	position: absolute;
	top: 0;
	left: 16px;
	width: 280px;
}
#facebook a {
	display: block;
	color: #c2cedb;
	font-style: italic;
	padding-left: 55px;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
	height: 43px;
	background: url(/images/facebookbg.gif) no-repeat;
	background-position: top left;
}
#facebook a:hover {
	color: #FFFFFF;
	background-position: bottom left;
}

.homelink {
	display: block;
	position: absolute;
	left: 25px;
	top: 70px;
	width: 285px;
	height: 135px;
}
.homelink span {
	display: none;
}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.custom-form .pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.custom-form .form-label {
	width:30%;
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.custom-form .form-pct {
	width:65%;
	font:12px Verdana, Arial, Helvetica, sans-serif;}
	
.custom-form .msg-pct {
	width:95%;
	height:70px;
	overflow:auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;}

.custom-form {
	}

	.custom-form fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}
		
	.custom-form li {
		list-style:none;
	}
		
	.custom-form select {
		height:22px;
	}

/*  <![ Disclaimer alert [ ----------------------------------------------------*/

#overlay_div{
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	border-top:1px solid #0a3150;
	padding-top:6px;}
	
#iagree{
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:415px;
	margin:4px 0 0 0;}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;
                width:280px;
}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;
}

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}

.logo {
	padding:15px 0px;
}

.disclaimer {
	padding:0px 100px;
}

.home-video {
	display:none;
	width:250px;
}