/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}

/* HTML ELEMENTS */
body {
	background-color:#222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#contact_body {
	background-color:#222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


/* COMMON CLASSES */
.break { clear:both; }
Ã¥ {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -30px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/* HEADER */
#header {
	height:600px;
}
.headerimg {
	background-position: center top;
	background-repeat: repeat;
	width:100%;
	height:1786px;
	position:absolute;
	background-color: #FFFFFF;
	background-attachment: fixed;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* NAVIGATION */
#nav-outer {
	position:relative;
	top:24px;
	background-image:url(../images/headerbg.png);
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	height: 112px;
	margin-top: -25px;
	margin-bottom: 15px;
	padding-left: 30px;
}
#navigation {
	background-image:url(logo2.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	height: 112px;
	background-color: #323232;
	margin-right: auto;
	margin-left: auto;
}

/* MENU */
#menu {
	position:relative;
	top:85px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#menu ul { list-style:none; }
#menu ul li {
	display:inline;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
}
#menu ul li a {
	color:#FFF;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* HEADER TEXT */
#headertxt {
	clear:both;
	position:relative;
	top:74px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
	float: left;
}
#firstline {
	background-image:url("../images/textbg.png");
	color:#333;
	font-size:12pt;
	float:left;
	display:block;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}
#secondline {
	background-image:url("../images/textbg.png");
	color:#CD2B3A;
	text-decoration:none;
	font-size:12px;
	padding:0 13px 10px;
	float:left;
	display:block;
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}
#secondline:hover { text-decoration:underline; color:#7F000C; }

.pictured {
	background-color:#333333;
	color:#FFF;
	font-size:12px;
	text-transform:none;
	display:block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	width: 500px;
	padding-top: 9px;
	padding-left: 16px;
	padding-right: 15px;
	padding-bottom: 9px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer {
	position:relative;
	top:400px;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
}
#headernav { padding-left:864px; }

/* CONTENT */
#content {
	color:#FFF;
	background-color:#FFF;
	text-transform: none;
}
#content p {
	font-size:12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	padding-bottom: 10px;
}
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }



/* BottomContent */
#contentb {
	color:#051831;
	background-color:#eee;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #051831;
}
#contentb p {
	padding:10px 20px;
	font-size:14px;
	width:960px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
#contentb p a { text-decoration:none; color:#CD2B3A; }
#contentb p a:hover { text-decoration:underline; color:#7F000C; }
#content_container {
	margin-left: auto;
	color: #FFF;
	margin-right: auto;
}
#iframe {
	background-color: #FFF;
	margin-bottom: 300px;
	height: 350px;
	margin-left: 10px;
	border: 5px solid #333;
	padding: 5px;
}
#bottom_terms {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	width: 900px;
}
#container_form {
	float: left;
	margin-bottom: 310px;
	margin-left: 5px;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
