/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html, body, div, span, table, tr, th, td, p, span, h1, h2, h3, h4, ul, ol, li, a, form {
	padding: 0px;
	margin: 0px;
} /* Start with a clean slate */
* {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: border-box;
}
html {
	background: #121b1c url('../images/layout/html_bg_repeat.jpg') repeat-x top center;
} /* Set height to 100% + 1px to force scroll bar in FF */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
} /* Used to clear floats without taking up space */
body {
	height: 100%;
	margin-bottom: 1px;
}
hr {
	border-color: #CCCCCC;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	height: 1px;
	overflow: hidden;
}
textarea, select, select * {
	color: #333333;
	font-size: 12px;
}
object:active, div:active {
	outline: none;
}
object:focus, div:focus {
	-moz-outline-style: none;
}
ul, ol {
	margin-left: 25px;
	line-height: 20px;
	margin-bottom: 15px;
}
ol {
	margin-left: 30px;
}
ul li {
	list-style-type: square;
}
.bordered {
	border: 1px solid #33CCFF;
}
h1, h2, h3, h4, h5 {
	font-family: Arial;
	font-weight: bold;
}
h1, h1 a {
	color: #333;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 15px 0px;
	line-height: 1.2em;
	font-weight: normal;
}
h2, h2 a {
	color: #777;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
	line-height: 1.2em;
	font-weight: normal;
}
h3, h3 a {
	color: #000000;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	line-height: 15px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 12px 0px;
}
p, table, td, div, a {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #333;
	font: normal 12px Verdana;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus, a:active {
	outline: 0;
}
.frm td, .frm th {
	padding: 3px 0px 3px 0px;
	vertical-align: top;
}
.frm th {
	padding-right: 10px;
	text-align: left;
}
img {
	border: none;
}
blockquote {
	margin: 0 0 0 5px;
	padding: 0;
}
cite {
	display: block;
	margin: 10px 0;
	padding: 0;
}
/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main {
	width: 904px;
	margin: 0 auto;
	background: url(../images/layout/main_bg.png) repeat-y;
}
#header_container {
	width: 864px;
	height: 173px;
	margin: 0px auto;
	background: url(../images/layout/header.jpg) no-repeat;
}
#header {
	height: 100px;
}
#logo {
	float: left;
	border: none;
	margin-top: 10px;
	margin-left: 20px;
}
#mini_nav {
	float: right;
	width: 98px;
	height: 36px;
	margin: 0 35px 0 0;
	background: url(../images/layout/mininav_bg.png)
}
#mini_inner {
	margin: 0 5px 0 12px;
}
#mini_nav a {
	display: block;
	float: left;
	width: auto;
	margin: 5px 6px 0 0;
}
#nav_container {
	width: 864px;
	height: 43px;
	margin: 0 auto;
	background: url(../images/layout/nav_bg2.jpg) repeat-x;
}
#contact_link {
	width: auto;
	float: right;
	color: #ffcb08;
	line-height: 43px;
	font-weight: bold;
	margin: 0 25px 0 0;
	font-size: 14px;
	text-transform: uppercase;
}
.subtitle {
	color: #777;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.white_line {
	height: 1px;
	min-height: 1px;
	background: #FFF;
	margin: 0 0 20px 0;
}
.grey_line {
	height: 1px;
	min-height: 1px;
	background: #AAA;
	margin: 0 0 15px 0;
}
.spacer_forty {
	height: 40px;
	min-height: 40px;
}
#shadow {
	position: absolute;
	z-index: 10;
	background: url(../images/layout/nav_bg_shadow.png) repeat-x;
	height: 20px;
	width: 864px;
	margin: 0 0 0 20px;
}
.spacer_twenty {
	height: 20px;
	min-height: 20px;
}
/* PAGES */



#body_container {
	width: 904px;
	margin: 0px auto;
}
#body {
	width: 864px;
	margin: 0 auto;
	background: url(../images/layout/body_bg.jpg) no-repeat;
}
#body_inner {
	padding: 25px;
}
#main_btm {
	width: 904px;
	height: 35px;
	margin: 0 auto;
	background: url(../images/layout/main_bg_btm.png) no-repeat;
}
/* HOME IMAGES */

#images {
	width: 864px;
	margin: 0 auto 0;
	border-bottom: 1px solid #FFF;
}
#main_left {
	width: auto;
	float: left;
}
#top_left {
	width: auto;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#top_right {
	width: auto;
	float: right;
	border-bottom: 1px solid #FFF;
}
#btm_left {
	width: auto;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#btm_right {
	width: auto;
	float: right;
}
#left_col {
	width: 545px;
	float: left;
}
#left_inner {}
#right_col {
	width: 265px;
	float: right;
}
#right_inner {
	margin: 0 15px 0 65px;
	padding: 60px 0 0 0;
}
#right_inner h2 {
	margin: 0;
}
#left_inner blockquote {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
}
#left_inner cite {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
}

/* FOOTER */

#footer_container {
	margin: 0 0 15px 0;
}

#footer {
	width: 904px;
	margin: 0px auto;
	text-align: center;
}
#footer p {
	color: #FFF;
	margin: 0;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
}
#footer p a {
	color: #FFF;
}
/* NAV */

#nav {}
#p7menubar {
	margin: 0px 15px;
}
#p7menubar a {
	display: block;
}
#p7menubar a.trigger {
	color: #FFFFFF;
}
#p7menubar li {
	float: left;
	width: 9em;
	list-style-type: none;
	margin: 0px;
	color: #FFF;
	line-height: 43px;
}
#p7menubar li {
	position: relative;
}
/* hide from IE mac \*/
    #p7menubar li {
	position: static;
	width: auto;
}
/* end hiding from IE5 mac */
#p7menubar li ul, #p7menubar ul li {
	width: 100%;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	margin: 0px;
}
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a { /*    background: #33CCFF;*/
}
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {
} /*  */
/* Set styles below */

#p7menubar a {
	padding: 0px 10px 0px 10px;
	color: #d1d2d4;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 43px;
}
#p7menubar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#p7menubar li ul {
	width: 210px;
}
#p7menubar li ul li a {
	font-weight: normal;
}
#p7menubar li ul li a:hover {
	background: #264971;
}
/* drop over code */

#p7menubar li:hover ul li ul, #p7menubar li.p7hvr ul li ul {
	position: absolute;
	display: none;
	margin: 0px;
	margin-left: 200px;
	margin-top: -20px;
}
#p7menubar li:hover ul li:hover ul, #p7menubar li.p7hvr ul li:hover ul {
	display: block;
}
