/*  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;
}
ol{
	list-style: circle;
        list-style-position: outside;
        padding-left: 15px;
}
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: #fff;
        color:#2b2b2b;
	font-family:'Trebuchet MS',Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:13px;
	line-height: 18px;
	margin:0;
	padding:0;
}

p {
   padding-bottom: 16px;
}


a {
	font-size: 13px;
	color: #050551;
	text-decoration: underline;
}
a:hover {
	color: #2b2b2b;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000033;
	margin-top: 15px;
}

h2 {
color: #001a63;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #4e647a;
line-height: 24px;
	margin-top: 15px;
}
.slider {
        position: relative;
        top: 22px;
        left: 10px;
}
.insidemain {
background-color: #ffffff;
width:930px;
}

.mainmenubg {

background-image:url("/assets/layouts/images/insidetan.png");
background-repeat:no-repeat;
height:58px;
width: 939px;
}

.MainMenu {
	padding-top: 12px;
	text-align: center;
}
.MainMenu a {
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 5px;
	text-decoration: none;
	background-color: #4e647a;
	background-repeat: no repeat;
	border: solid 1px #8ba3bb;
	width: 174px;
	height:29px;
	font-family: 'Trebuchet MS', Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 16px;
	color: #dfe6ec;
}
.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: 939px;
    	border-left: 10px solid #c2c4c7;
	border-right: 10px solid #c2c4c7;
}
.headermenu {
	background-image:url(/assets/layouts/images/topmenubg.png);
	background-repeat: repeat-x;
	height: 26px;
	font-weight: bold;
}
.headerweb {
	float:left;
	width:300px;
	height: 26px;
}
.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;*/
	background-color: #eef2f5;
width: 236px;
	min-height: 337px;
	float: left;
}
.headerphotos {
	background-image:url("/assets/layouts/images/photosbg.png");
	background-repeat:no-repeat;
	float:right;
	min-height:337px;
	width:704px;
}
.footerspace {
    float: left;
    padding-right: 20px;
}

.footer {
	background-image:url(/assets/layouts/images/footerbg.png);
	background-repeat:repeat-x;
        border-top: 4px solid #EDF0F2;
       height: 175px;
        width: 939px;
       float: left;
	font-size: 11px;
}

.footeraddress {
	text-align: right;
        vertical-align: top;
	color: #2b2b2b;
       float: left; 
/*width: 310px;    */
}
.footer a {
	color: #2b2b2b;
	font-size: 11px;
	line-height:19px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

a img {border:none;}

.LiveEdit_drop_down {
	text-align: left;
	color: #333;
	width: 176px;
	border-bottom: 1px solid #8b8b8f;
	border-left: 1px solid #8b8b8f;
	padding: 0px;
	background-color: #dfe6ec/*f1e3b6*/;
}
.LiveEdit_drop_down a {
	font-size: 12px;
	color: #213b55;
	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: #ced8e2;
	text-decoration: none;
}
.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

