/*  960 GRID */


.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}


/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, {

	display: inline;
	float: left;
}


/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 125px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}



}
/* CSS Reset */

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, sub, sup, tt, var, b, u, i, center, 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-size:100%;
/*	vertical-align:baseline;    */
/*	background:transparent;     */
}
body {
	line-height:1
}
ol, ul {
	list-style: disc;
        list-style-position: outside;
        padding-left: 15px;
        padding-top: 7px;
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
body {
	background-color:#ffffff;
	color:#000000;
	font-family:'Trebuchet MS',Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:13px;
	line-height: 18px;
	margin:0;
	padding:0;
}
a {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #3f3f3f;
}
h3 {
	font-size: 28px;
	font-weight: normal;
	color: #aa9c60;
	margin-top: 5px;
}
h2 {
	font-size: 28px;
	font-weight: normal;
	color: #045a72;
	margin-top: 5px;
}
.MainMenu {
	padding-top: 12px;
	text-align: center;
}
.MainMenu a {
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	text-decoration: none;
	background-color: #65c5c5;
	background-repeat: no repeat;
	border: solid 1px #727131;
	width: 174px;
	height:29px;
	font-family: 'Trebuchet MS', Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 16px;
	color: #333;
}
.separator_MainMenu {
	margin: 20px;
}
.separator_TopMenu {
	border-left: 1px solid #efefef;
	padding-left:15px;
	margin-left: 15px;
}
.activePageMenuItem {
	font-weight: bold;
}
.container {
	background-color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	border-left: 1px solid #7c7d30;
	border-right: 1px solid #7c7d30;
}
.headermenu {
	background-image:url(/assets/layouts/images/topmenubg.png);
	background-repeat: repeat-x;
	height: 26px;
	font-weight: bold;
}
.headerweb {
	float:left;
	width:300px;
}
.headermenusearch {
	float:left;
	text-align:right;
	width:300px;
}
.headermenulinks {
	float:left;
	width:300px;
}
.headermenulinks a {
	display: inline;
}
.headerweb a {
	color: white;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
        text-decoration:none;
}
.headermenulinks a {
	color: white;
	font-weight: bold;
	margin-top: 5px;
        text-decoration:none;
}
.headerlogo {
	background-image:url(/assets/layouts/images/logobg.png);
	background-repeat: no-repeat;
	width: 236px;
	height: 337px;
	float: left;
}
.headerphotos {
	background-image:url("/assets/layouts/images/rotate1.jpg");
	background-repeat:no-repeat;
	float:left;
	height:298px;
	padding-left:17px;
	padding-top:39px;
	width:687px;
}
.footer {
	background-image:url(/assets/layouts/images/footerbg.png);
	background-repeat:repeat-x;
	height: 172px;
	float: left;
	font-size: 11px;
}
.footeraddress {
	width: 275px;
	line-height: 16px;
	color: #4e451c;
}
.footerspace {
	float:left;
	padding-right: 3px;
}
.footer a {
	color: #333;
	font-size: 11px;
	line-height:12px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.LiveEdit_drop_down {
	text-align: left;
	color: #333;
	width: 176px;
	border-bottom: 1px solid #bbac6a;
	border-left: 1px solid #bbac6a;
	padding: 0px;
	background-color: #f1e3b6;
}
.LiveEdit_drop_down a {
	font-size: 14px;
	color: #333;
	font-family: 'Trebuchet MS', Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding: 4px 8px;
}
.LiveEdit_drop_down a:hover {
	background-color: #65c5c5;
	text-decoration: none;
}
