@charset "utf-8";

/*--------------------------------------------

				Defaults
				
---------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}

a {
color: #253326;
text-decoration: underline;
cursor: hand;
cursor: pointer;
}

a:hover {
text-decoration: none;
}

input, select {
border: 1px solid #969695;
}

input.image {
border: none;
}

.hidden {
display: none;
}

.print_page {
display: none;
}

/*--------------------------------------------

				layout
				
---------------------------------------------*/

html {
height: 100%;
}

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background: #004479 url(../images/bkg.jpg) 0 0 repeat-x;
height: 100%;
}

.container {
width: 864px;
margin: 0 auto;
text-align: left;
}

.header {
float: left;
width: 864px;
height: 106px;
background: url(../images/logo.gif) bottom left no-repeat;
border-bottom: 1px solid #fff;
}

.main {
float: left;
width: 858px;
border: 1px solid #949494;
background: #fff url(../images/main_bkg.gif) 2px bottom no-repeat;
padding: 2px 2px 29px 2px;
}

.footer {
float: left;
width: 864px;
text-align: center;
padding: 15px 0 45px;
}

/*--------------------------------------------

				header
				
---------------------------------------------*/

.logo {
float: left;
width: 173px;
height: 107px;
}

.secondary {
float: right;
padding: 10px 0 0;
height: 63px;
overflow: hidden;
}

.secondary li {

padding: 0 0 0 5px;
text-align:right;
}

.secondary a {
color: #797979;
line-height: 1.6em;
}

.secondary input {
float: left;
margin: 0 0 0 5px;
display: inline;
font-size: 1.2em;
height: 16px;
}

.secondary input.submit{
height: 20px;
}

/*--------------------------------------------

				navigation
				
---------------------------------------------*/

.nav {
background: url(../images/nav_bkg.gif) repeat-y;
float:right;
height:27px;
overflow:hidden;
padding:6px 0 0;
text-align:right;
width:691px;
}

.nav li {
float: right;
border-bottom: 5px solid #004479;
}

.nav li a {

padding: 0 16px;
line-height: 26px;
font-size: 1.2em;
font-weight: bold;
background: #004479;
border-top: 1px solid #74aad5;
border-left: 1px solid #74aad5;
margin-left: 3px;
color: white;
text-decoration: none;
display: block
}

.nav li.first a {
border-left: none;
margin-left: 0;
display: inline;
color: white;
text-decoration: none;
}

.nav .filler, .nav .last {
background: url(../images/nav_button_bkg.gif) 3px 0 repeat-y;
padding-right: 500px;
margin-right: -500px;
border-top: 1px solid #74aad5;
}

.nav .last a {
border-top: none;
}

/*--------------------------------------------

				main
				
---------------------------------------------*/

.content {
float: left;
padding: 0 0 0 7px;
background: url(../images/left_bkg.gif) repeat-y;
position:relative;
}

.content .homepageimage {
height:524px;
left:475px;
overflow:hidden;
position:absolute;
top:18px;
width:357px;
}

.left_col {
float: left;
width: 342px;
padding: 42px 60px 30px 30px;
display: inline;
border-top: 7px solid #004479;
border-right: 8px solid #004479;
position: relative;
}

.inquires {
position: absolute;
top: 3px;
right: 3px;
border: 2px solid #004479;
background: #f5f5f5;
padding: 5px 5px 0;
font-size: 1.1em;
line-height: 1.3em;
}

.inquires dt {
font-weight: bold;
}

.inquires dd {
padding: 0 0 5px;
}
.right_col {
float: left;
padding: 30px 20px 0;
width: 371px;
}
.right_col_righthomepage {
float: left;
padding: 20px 0px 0;
width: 411px;
background-image: url(../images/backgroundhome.gif);
background-position:top right;
text-align:center;
overflow:hidden;
height:550px;

}

h1 {
width: 100%;
font-size: 1.6em;
font-weight: bold;
color: #012846;
padding: 0 0 20px;
}

h2 {
font-size: 1.6em;
font-weight: bold;
color: #006633;
padding: 0 0 5px;
border-bottom: 1px solid #006633;
margin-bottom: 10px;
}

h3 {
font-size: 1.4em;
font-weight: bold;
color: #012846;
padding: 0 0 20px;
}

p, dl, ul {
color: #012846;
font-size: 1.2em;
line-height: 1.4em;
padding: 0 0 10px;
}





dl.news {
line-height: 1.4em;
}

dl.news dt a {
color: #006633;
font-size: 1.2em;
text-decoration: none;
}

dl.news dt a:hover {
text-decoration: underline;
}

dl.news dd {
color: #383232;
font-size: 1.1em;
padding: 0 0 10px 5px;
}

/*--------------------------------------------

				inner
				
---------------------------------------------*/

.inner {
background: #fff;
padding-bottom: 2px;
}

.inner h1 {
width: auto;
}

.inner_bkg {
float: left;
background: url(../images/inner_bkg_2.gif);
padding: 0;
}

.inner .content {
background: url(../images/inner_bkg.gif) repeat-x;
padding: 0;
}

.inner .left_col {
border: none;
margin: 27px;
padding: 0px;
width: 277px;
}

.inner .right_col {
border-left: 2px solid #fff;
background: #004479;
padding: 3px;
width: 519px;
}

.inner .right_col.full {
width: 848px;
}

.inner .right_col.full .copy{
padding: 15px;
}

.inner .right_col.full .copy .leftCopy{
float: left;
width: 350px;	
	
}
.inner .right_col.full .copy .videoCopy{
float: right;
width: 400px;	
}
.inner .right_col.full .copy .videoCopy p,.inner .right_col.full .copy .videoCopy h1{
	padding: 5px 0;
	
}


.inner .right_col.full .copy .videoCopy img{
width: 350px;
}

.inner .right_col.full .copy .videoCopy ul{
list-style: none;
margin: 0;
padding: 0;
}

.inner .right_col img {
border: 1px solid #004479;
}

.inner .right_col .copy {
padding: 2px;
background: #d3e3f0 url(../images/left_col_bkg.gif) repeat-x;
min-height: 677px;
height: auto !important;
height: 677px;
}

.inner .right_col .copy p, .inner .right_col .copy h1, .inner .right_col .copy h3, .inner .right_col .copy dl {
padding: 0 30px 15px 30px;
} 
.inner .right_col .copy ul{
list-style: disc;
padding: 0 30px 15px 45px;
}
.inner .right_col .copy h1 {
padding-top: 30px;
}

.faq dt {
font-weight: bold;
}

.faq dd {
display: none;
padding: 0 15px;
}

.subs{
font-size: 10px;
position: relative;
top: 3px;
}

.boxFeature{
padding: 15px;
border: 1px solid black;
}

.boxFeature_inner{
padding: 15px;
border: 1px solid black;
margin:28px;
}

.boxFeature_inner2{
padding: 15px;
border: 1px solid black;
margin:28px;
float:right;
width:400px;
}
/*--------------------------------------------

				footer
				
---------------------------------------------*/

.footer {
color: white;
}

.footer a {
color: white;
text-decoration: none;
}

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