/*  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 #c3a47c; 
}

.separator_TopRightMenu {
    border-left: 1px solid #c3a47c;
    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: #413E35;
}

.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: #c3a47c;
	text-decoration: none; 
}
@charset "utf-8";
/* CSS Document */
/*Globals*/

body {
       margin: 0;
       background-color: #000 /*#61011c*/;
       background-repeat: repeat; 
       font-family: Calibri, Verdana, Geneva, sans-serif;
       font-size: 12px;
       color: #333333;
}

h1 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
        line-height: 30px;
        color: #121212;
}
h3 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
        line-height: 25px;
        color: #61011C;
}
a { 
    color: #61011c;
}

a:hover {
    color: #61011c;
    text-decoration: underline;
}
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;
        background-color: #111;*/
	min-height: 100px;
	padding-left: 10px;
        overflow: hidden;
background: #30010f; /* Old browsers */
background: -moz-linear-gradient(top, #30010f 0%, #4d0118 64%, #4d0118 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30010f), color-stop(64%,#4d0118), color-stop(100%,#4d0118)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #30010f 0%,#4d0118 64%,#4d0118 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #30010f 0%,#4d0118 64%,#4d0118 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #30010f 0%,#4d0118 64%,#4d0118 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30010f', endColorstr='#4d0118',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #30010f 0%,#4d0118 64%,#4d0118 100%); /* W3C */
}

.logoarea {
	width: 550px;
	float: left;
	padding-top: 10px;
        padding-left: 52px;
}

.toprightmenu {
	/*background-color: #faa634;
	background-repeat: repeat;*/
	height: 25px;
	width: 300px;
	float: right;
	color: #c3a37a;
	padding-left: 5px;
}

.toprightmenu a {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #c3a37a;
	text-decoration: none;
	line-height: 1.50;
	padding-left: 5px;
}

.toprightmenu a:hover {
	color: #ededed;
	text-decoration: none;
}

.feature {
	background-color: #f4f4f4;
	background-repeat: repeat;
	width: 960px;
	min-height: 180px;
	overflow: hidden;
}

.feature img {border:none;}

.featurelayer1{float:left; clear:none; position:absolute;
	min-height: 180px; z-index:2;}

.featurelayer2{float:left; clear:none;
	min-height: 180px; z-index:1; width:960px;}

.navigation {

	height: 36px;
	color: #ffffff;
	padding-left: 3px;
        position: relative;
        z-index: 4;
        margin-bottom: 10px;
        margin-top: 3px;
        font-weight: bold;
background: #61011c; /* Old browsers */
background: -moz-linear-gradient(top, #61011c 44%, #30010f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#61011c), color-stop(100%,#30010f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #61011c 44%,#30010f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #61011c 44%,#30010f 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #61011c 44%,#30010f 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61011c', endColorstr='#30010f',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #61011c 44%,#30010f 100%); /* W3C */
}

.navigation a {
	font-family: calibri, tahoma, Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #c3a37a;
	text-decoration: none;
	line-height: 2em;
        padding-left: 17px;
        padding-right: 17px;
}

.maincontent {
	background-color: #ffffff;
	background-repeat: repeat;
	margin-left: 5px;
	margin-right: 5px;
        padding-top: 10px;
	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;
}
.homesections {
        width: 180px;
        float: left;
        font-size: 16px;
        color: #c3a37a;
        padding-left: 4px;  
        padding-right: 4px;
        margin-left: 2px;
        margin-right: 2px;
        text-align: center;
	min-height: 380px;
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #111111 64%, #303030 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(64%,#111111), color-stop(100%,#303030)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#111111 64%,#303030 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#111111 64%,#303030 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#111111 64%,#303030 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #000000 0%,#111111 64%,#303030 100%); /* W3C */
}

.insideleft {
        width: 200px;
        font-size: 16px;
        color: #c3a37a;
        padding-left: 4px;  
        padding-right: 4px;
        padding-bottom: 10px;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom:20px;
        text-align: center;
	min-height: 380px;
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #111111 64%, #303030 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(64%,#111111), color-stop(100%,#303030)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#111111 64%,#303030 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#111111 64%,#303030 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#111111 64%,#303030 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #000000 0%,#111111 64%,#303030 100%); /* W3C */
}

.maincontentleft {
	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: #30010f;
	background-repeat: repeat;
	min-height: 140px;
	height: auto !important;
	margin-top: 7px;
	color: #c5a574;
        font-size: 13px;
}
.footer a {
color: #c5a574;}

.footerleft {
        margin-top: 10px;
        width: 48%;
	float: left;
	padding-left: 5px;
}

.footerright {	
        width: 48%;
	float: right;
	line-height: 16px;
        text-align: right;
	padding-right: 5px;
}
#cm_contentpage {width:600px}
.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

