/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright MondayGroup 200. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#e4e4e4 url(../images/bg-hori.jpg) top repeat-x;
	text-align:center;
	font:11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font-size:1.2em;
	color:#000;
}
h2 {
	font-size:1.3em;
	color:#0C2032;
}
h3 {
	font-size:1.0em;
	color:#000;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited {
	color:#CC0000;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#2f86af;
	text-decoration:underline;
	outline:none;
}
h1, h2, h3, p {
	margin-bottom:10px;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
	height: 10px;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(../images/bullet-back-to-top.jpg) right no-repeat;
}
body#index img.img-left {
	float:left;
	margin:0 10px 10px 0;
}
img.img-left {
	float:left;
	margin:0 20px 10px 0;
}
img.img-right {
	float:right;
	margin:0 0 10px 0;
}
body#index img.img-right {
	float:right;
	margin:0 0 10px 10px;
}
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background-color:#66FFCC !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #B4790C;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
}
input#encrypt-form, input#reply-from {
	display:none;
}
input#check-form {
	display:block;
} /* test before you change !! will be display:none;*/
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
}
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:170px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:95px 0 0 243px;
} /* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url(../images/btn-submit.jpg);
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url(../images/bg-wrap.jpg) repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
}
/* ------------------------ masthead framework ------------------------ */
#top-left {
	width: 543px;
	float:left;
}
#top-right {
	width:357px;
	float:left;
}
#masthead {
	position:relative;
	background:url(../images/masthead.jpg) top no-repeat;
	height:312px;
}
/* index page link within #masthead */		
	#masthead a.home {
	position:absolute;
	left:29px;
	width:458px;
	top:5px;
	height:124px;
}

#masthead .flash-nav{
	position:absolute;
	left:30px;
	width:484px;
	top:135px;
	height:177px;
}


#masthead  a span {
	display:none;
}
#top-wrap {
	background:url(../images/top-wrap.jpg) top no-repeat;
}

#top-wrap .content {
	width:900px;
	padding:30px 0 20px 0;
}
	body#index #top-wrap .content {
	width:450px;
	float:left;

}

#top-wrap #movie
{
	width:460px;
	height:320px;
	display:block;
	margin:10px auto;
	background-color: #000000;
}
	
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:369px;
	float:left;
}
#header-video {
	background:url(../images/header-video.jpg);
	height:101px;
}
#column-left .content {
	background: url(../images/top-wrap-video.jpg) top no-repeat;
	padding: 0 20px 0 30px;
}
#column-left .content p {
	margin:0 0 10px 0;
}
#column-right {
	width:531px;
	float:left;
}
#column-right .content {
	background:url(../images/top-wrap-welcome.jpg) top no-repeat;
	padding: 20px 0 30px 0;
}
#column-right .content p {
	margin:0 40px 10px 20px;
}
/* ------------------------ column-right framework ------------------------ */

/*--	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }


	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px;  
			}


	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat;
			padding-left:10px; 
			float:left;
			width:150px;
			line-height:20px; 
			}


	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px; 
			margin-left:5px;
			} --*/

/* ------------------------ header framework ------------------------ */

#header-image {
	height:355px;
	background:url(../images/header-img.jpg)
} /* sets height for all non-flash headers */
#header-image span {
	display:none;
}
/* ------------------------ subhead framework ------------------------ */
#subhead {
	background:url(../images/header-welcome.jpg);
	height:101px;
} /* sets height for all subheads */
#subhead h1, #subhead span {
	display:none;
}



/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url(../images/bottom-wrap.jpg);
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
}
/* ------------------------footer framework ------------------------ */
#footer {
	width:100%;
	background:#817d98 url(../images/bg-hori-bottom.jpg) top repeat-x;
	
	text-align:center;
}
#footer-wrap{
	width:900px;
	margin:0 auto;
	display: block;
	padding: 20px 0 30px 0;
}
#footer p {
	color:#FFFFFF;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color:#FFFFFF;
	text-decoration: none;
}

#copyright a:link, #copyright a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active {
	color:#FFFFFF;
	text-decoration: none;
}

#footer ul {
	margin:10px;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #009900;
}
#footer li.first {
	border: none;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url(../images/nav.jpg) top left no-repeat;	/* Width of buttons, not entite image (or half of entire image) */
	height:177px;	 /* Height of entire image */
	margin:0;
	padding:0;
	display: block;
}
#nav li span {
	display: none;
}
#nav li {
	float:left;
	list-style:none;
	position:relative;
}
#nav li, #nav a {
	height:34px;	/* Each button must have the same height, define it here */
	display:block;
}
/* margin-top to set where the nav should begin */
#nav-01 {
	margin-top:0px;
	padding-left:30px;
	width:434px;
}
/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04 {
	margin-top:0px;
	padding-left:30px;
	width:434px;
}
#nav-01 a:hover {
	background:url(../images/nav.jpg) -30px -142px no-repeat;
}
#nav-02 a:hover {
	background:url(../images/nav.jpg) -30px -176px no-repeat;
}
#nav-03 a:hover {
	background:url(../images/nav.jpg) -30px -210px no-repeat;
}
#nav-04 a:hover {
	background:url(../images/nav.jpg) -30px -244px no-repeat;
}
