/*  960 GRID */


.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


/* =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;
	margin-left: 10px;
	margin-right: 10px;
}


/* =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: 140px;}
.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, 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: 30px;
}
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;
}
.MainMenu {
    margin: 0px 0px 40px 0px;
    text-align: right; 
    padding: 10px; 
}

.MainMenu a {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
    font-size: 12px; 
    color: #666; 

}

.separator_MainMenu {
    border-left: 1px solid #efefef; 
}

.separator_TopRightMenu {
    border-left: 1px solid #efefef;
    padding-left: 5px;
    padding-right: 5px; 
}

.activePageMenuItem { 
    /*font-weight: bold;*/ 
}


.LiveEdit_drop_down   { 
	text-align: left; 
	color: white; 
	width: 205px; 
	border-bottom: 1px solid #b3b29e; 
	border-left: 1px solid #b3b29e; 
	padding: 0px;
	background-color: #222;
        opacity: .9;
}

.LiveEdit_drop_down a {  
	font-size: 12px;
	color: #e7e5d9; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	background-repeat: no-repeat; 
	background-position: center top; 
	display: block; 
	padding: 4px 8px; 
}

.LiveEdit_drop_down a:hover {
  	background-color: #9F9F9F;
	text-decoration: none; 
}
@charset "utf-8";
/* CSS Document */
/*Globals*/

body {
       margin: 0;
       background-color: #333;
       background-repeat: repeat; 
       font-family: Calibri, Verdana, Geneva, sans-serif;
       font-size: 12px;
       line-height: 18px;
       color: #333333;
}

h1 {
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
        line-height: 29px;
        color: #121212;
}
h2 {
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
        color: #8c0901;
}
h3 {
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
        line-height: 25px;
        color: #8c0901;
}
a { 
    color: #8c0901;
    text-decoration: underline;
}

a:hover {
    color: #8c0901;
    text-decoration: none;
}
p {padding-top: 10px;}

/*Classes*/
.canvas {
	background-image: url(../assets/images/canvasback.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	min-height: 800px;
	height: auto !important;
}

.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	/*background-image: url(../assets/images/headerback.png); */
	background-repeat: repeat-y;
	min-height: 100px;
	padding-left: 10px;
        overflow: hidden;
}

.logoarea {
	width: 600px;
	float: left;
	padding-top: 10px;
        padding-left: 42px;
}

.toprightmenu {
	background-color: #7c0501;
	background-repeat: repeat;
	height: 25px;
	width: 230px;
	float: right;
	color: #ffffff;
	padding-left: 5px;
}

.toprightmenu a {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.50;
	padding-left: 5px;
}

.toprightmenu a:hover {
	color: #cccccc;
	text-decoration: none;
}

.feature {
	background-color: #f4f4f4;
	background-repeat: repeat;
	width: 960px;
	min-height: 254px;
	overflow: hidden;
}

.feature img {border:none;}

.featurelayer1{float:left; clear:none; position:absolute;
	min-height: 254px; z-index:2;}

.featurelayer2{float:left; clear:none; position:absolute;
	min-height: 274px; z-index:1}

.navigation {
	/*background-image: url(../assets/images/navigationback.png);*/
	background-color: #7c0501;
	background-repeat: repeat-x;
	height: 36px;
	color: #ffffff;
	padding-left: 5px;
        position: relative;
        z-index: 4;
}

.navigation a {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #fff;
	text-decoration: none;
	line-height: 2em;
        padding-left: 28px;
        padding-right: 28px;
}

.maincontent {
	background-color: #ffffff;
	background-repeat: repeat;
	margin-left: 5px;
	margin-right: 5px;
        padding-top: 20px;
	min-height: 600px;
	height: auto !important;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #000000;
	line-height: 1.5;
        display: inline-block;
}

.maincontentleft {
	background-color: #ffffff;
	background-repeat: repeat;
	width: 220px;
	float: left;
	min-height: 200px;
	height: auto !important;
        border-right: 1px dotted #cccccc;
}

.maincontentright {
	background-color: #ffffff;
	background-repeat: repeat;
	width: 680px;
	margin-left: 10px;
	float: right;
	min-height: 600px;
	height: auto !important;
}

.footer {
	background-color: #8c0901;
	background-repeat: repeat;
	min-height: 100px;
	height: auto !important;
	margin-top: 7px;
	color: #ededed;
        font-size: 13px;
}
.footer a {
        color: #ededed;
text-decoration: underline;
}
.footerleft {
        margin-top: 10px;
        width: 48%;
	float: left;
	padding-left: 5px;
}

.footerleft a {
        padding-right: 10px; 
}

.footerright {	
        width: 48%;
	float: right;
	line-height: 15px;
        text-align: right;
	padding-right: 5px;
}
#cm_contentpage {width:600px}

.slider a {position:absolute;}
.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

