@charset "utf-8";

/* CSS Document */


a img,:link img,:visited img {border:none}

a { color: yellow; text-decoration: underline; }
a:hover { color: white; }

/*
ul,ol {list-style:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}
*/
body,html,ul,li { margin:0; padding:0 }
/*
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
*/

fieldset {

	padding-top: 0.25em;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 1.5em 0;
	border: 1px solid #BFBAB0;	
	}

legend {
	position: relative;
	left: -7px;
	top: -0.75em;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
        color: white;        
        float: left;
	}

label {
	float: left;	
	width: 10em;
	}

label.questions {
	float: left;	
	width: 25em;
	}

input:focus, textarea:focus, select:focus {
	background: #ffc;
	}


body {
	text-align: left;
	background-color: #003050;
	font: normal 14px/19px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: white;
	margin: 0;
	padding: 0;
	}

#container {
	background:#132C5A url(images/site-bg.png) repeat-x;
	text-align: center;
	}
	
#bg-container {
	background:url(images/big-bg.jpg) 50% 69px no-repeat;
	margin: 0 auto;
	text-align: center;
	}

#header {
	height:69px;
	width:780px;
	margin:0 auto;
	padding: 0px;
	text-align: left;
	line-height: 1em;
	}

#header_logo {
	border: 0;
	padding-top: 1px;
	padding-left: 4px;
	float: left;
	}
	
#content-container {
	width: 780px;
	padding: 0;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

#main-content {
	width:780px;
	text-align: left;
	}

#footer {
	display: block;
	clear: both;
    border-top: #202020 solid 1px;
    background:url(images/footer-bg.jpg) repeat-x;
	height:80px;
	text-align:center;
	}

#topmenu {
	display: block;
    border: 0;
	margin: 0;
	padding: 0;
	}

#thissect {
	border-bottom: 4px solid orange;
	}

ul.nav {
	display: block;
	position: relative;
	left: 50px;
	top: 20px;
	list-style: none;
	border: 0;
	text-align: center;
	line-height: 1em;
	}
	
ul.nav li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}

ul.nav li:hover {
	border-bottom: 4px solid #666666;
	}
	
ul.nav a {
	width: 5em;
	display: block;
	padding: 2px;
	border: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: #333;
	}

#thispage {
	border: 1px solid white;
	}

ul.snav {
	display: block;
	position: relative;
	left: 136px;
	top: 0px;
	list-style: none;
	border: 0;
	text-align: center;
	line-height: 1em;
	}
	
ul.snav li {
	float: left;
	border: 1px dotted white;
	}

ul.snav li:hover {
	border: 1px solid white;
	}
	
ul.snav a {
	width: 8em;
	display: block;
	border: 0px;
	border-bottom: none;
	padding: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: white;
	}

ul.cnav {
	display: block;
	position: relative;
	left: 500px;
	top: 0px;
	list-style: none;
	border: 0;
	text-align: center;
	line-height: 1em;
	}
	
ul.cnav li {
	float: left;
	border: 1px dotted white;
	}

ul.cnav li:hover {
	border: 1px solid white;
	}
	
ul.cnav a {
	width: 7em;
	display: block;
	border: 0px;
	border-bottom: none;
	padding: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: white;
	}

#thisvideo {
	border: 1px solid white;
	}

ul.vnav {
	display: block;
	position: relative;
    left: 70px;
	top: 0px;
	list-style: none;
	border: 0;
	text-align: center;
	line-height: 1em;
	}
	
ul.vnav li {
	float: left;
	border: 1px dotted white;
	}

ul.vnav li:hover {
	border: 1px solid white;
	}
	
ul.vnav a {
	width: 111px;
	display: block;
	border: 0px;
	border-bottom: none;
	padding: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: white;
	}


#slideshow {
    width: 780px;
	height: 520px;
	padding: 0px;
    border: 0px;
	margin: 0 auto;
    background-color: black;
	vertical-align: center;
	}

h1 {
    font: bold 20px/24px Arial, Helvetica, sans-serif;
	color: orange;
	border-bottom: 1px solid white;
	}

h2 {
    font: bold 16px/17px Arial, Helvetica, sans-serif;
	color: white;
	}

ul.features {
	padding-left: 25px;
	}

ul.features li {
	padding-bottom: 5px;
	}


.faq_item {
    font: italic 14px/16px Arial, Helvetica, sans-serif;
	color: white;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: 0;
	border: 0;
	font-style: italic;
	}
	
.faq_text {
	display: block;
	padding-left: 2em;
	line-height: 1.5em;
	}
	
.faq_item h1 {
    font: bold italic 16px/19px Arial, Helvetica, sans-serif;
	color: white;	
	border-bottom: 1px solid yellow;
	padding-bottom: 3px;
	margin-bottom: .5em;
	}

img.figure_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 10px;
}

img.figure_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 10px;
}

p.element {
	clear: both;
	}
	
.img-shadow {
	float: right;
	background: url(images/trans-shadow.png) no-repeat bottom right;
	/* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
	}

.img-shadow img {
	display: block; /* IE won't do well without this */
	position: relative; /* Make the shadow's position relative to its image */
	padding: 5px; /* This creates a border around the image */
	background-color: #fff; /* Background color of the border created by the padding */
	border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
	margin: -6px 6px 6px -6px;
	/* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
	}

.video_item {
	display: block;
	width: 600px;
	height: 80px;
	background: url(video/images/video_item_back.png) no-repeat;
	border: 0px;
	clear: both;
	margin-bottom: 15px;
	text-align: left;
	font: normal 14px/16px Arial, Helvetica, sans-serif;	
	color: white;
	padding: 0px;
	}

.video_item img {
	float: left;
	margin-right: 12px;
	}

.video_item p {
	margin: 0;
	border: 0;
	padding-top: 5px;
	padding-right: 8px;
	}

.video_item h4 {
	font: bold 16px/19px Arial, Helvetica, sans-serif;	
	color: orange;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}


