/*  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, 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: 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;
}
p {
    font-family: Times New Roman, Times, serif; 
    font-size: 12px;
    color: #4c2b14;
    line-height: 17px;
}
h1 {
    font-family: Times New Roman, Times, serif; 
    font-size: 24px;
    font-weight: normal; 
    color: #a47154;
    text-transform: uppercase;    
    letter-spacing: 5px;
    margin-bottom: 20px;
}
h2 {
    font-family: Times New Roman, Times, serif; 
    font-size: 18px;
    font-weight: normal;
    color: #b77f33;
    line-height: 23px;
}
h3 {
    font-family: Times New Roman, Times, serif; 
    font-size: 14px;
    font-weight: normal;
    color: #a47154;
    line-height: 19px;
}
h4 {
}
h5 {
}
h6 {
}
address {
    font-family: Times New Roman, Times, serif; 
    font-size: 10px; 
    color: #a47154;
    font-style: normal;
    letter-spacing: .75px;
    text-align: center;
}
a { 
    font-size: 12px;
    color: #d5a15b;
    text-decoration: none;
}
a:hover {
    color: #009390;
    text-decoration: underline;
}
th {
    font-family: Times New Roman, Times, serif; 
    font-size: 12px;
    color: #4c2b14;
    font-weight: normal;
    line-height: 17px;
}
td {
    font-family: Times New Roman, Times, serif; 
    font-size: 12px;
    color: #4c2b14;
    line-height: 17px;
}


body {
    background: url(/assets/layouts/home/background.gif) repeat-x;
    background-color: black;
}
.container {	
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.frameTop {
    background: url(/assets/layouts/home/frame_top.png) no-repeat;
    background-position: center bottom;
    width: 960px;
    height: 82px;
}
.siteContainer {
    background: url(/assets/layouts/home/frame_bg.png) repeat-y;
    width: 960px;
    margin-left: -10px;
}
.frameBtm {
    background: url(/assets/layouts/home/frame_btm.png) no-repeat;
    background-position: center top;
    width: 960px;
    height: 82px;
}
.header {
    background: url(/assets/layouts/home/header_img.gif) no-repeat;
    width: 780px;
    margin-left: 10px;
}
.logoContainer {
    width: 248px;
    margin-top: 19px;
    padding-left: 6px;
}
.MainMenu {
    margin-top: -35px;
    margin-bottom: 80px;
    text-align: right;
}
.MainMenu a {
    font-family: Times New Roman, Times, serif; 
    font-size: 11px; 
    color: #a47154;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 12px; 
}
.MainMenu a:hover { 
    color: #b77f33;
}
.activePageMenuItem { 
    font-weight: bold; 
}
.LiveEdit_drop_down {
    margin-top: 15px;
    margin-left: -10px;
    text-align: left;
}
.LiveEdit_drop_down a {
    font-family: Times New Roman, Times, serif;
    font-size: 11px;
    color: #d5a15b;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
}
.LiveEdit_drop_down a:hover {
    color: #a47154; 
}
.footer {
    background: url(/assets/layouts/home/footer_img.gif) no-repeat;
    background-position: left bottom;
}
.FooterMenu_menu {
    text-align: center;
    font-family: Times New Roman, Times, serif;
    text-transform: uppercase;
    letter-spacing: .75px;
    margin-top: 10px;
    padding-bottom: 15px;
}
.FooterMenu_menu a {
    font-size: 10px; 
    color: #a47154;
    font-style: normal;
    padding: 0px 10px;

}
.FooterMenu_menu a:hover {
    color: #b77f33;
    text-decoration: underline;
}
.GlobalFooter2 {
    font-family: Times New Roman, Times, serif; 
    font-size: 10px; 
    color: #694b24;
    letter-spacing: .75px;
    text-align: right;
    margin-top: 16px;
}
