@import url('/css/default.css');
@import url('/css/cms.css');


/* Generic Styles */
body {
	background:#fff url(/media/structure/top_xtile.png) repeat-x 0 0 ;
	font: 11px/135% Verdana;
	margin:0px;
}
p { padding-bottom:5px; margin:0; color:#333; }
a { color:#8E5B2E; }
a:hover { color:#1F1110; }
a:active { color:#9F6634; }

a.orange_button {
    display:inline-block;
    overflow:hidden;
    height:20px;
    padding:0 20px 0 10px;
    font-size:10px;
    line-height:20px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
}
a.orange_button {
	background:url(/media/structure/button_small.png);
    width:63px;
}

a.orange_button:hover {
	background-position:0 -20px;
}


/* main structure */
#frame {
	background:#1A1815 url(/media/structure/body_tile.jpg);
    border-bottom:4px solid #9F6634;
}
#header {
	width:950px;
	margin:0 auto;
	height:100px;
}
#header #logo {
    padding:25px 0 0 40px;
}
#header #topnav {
	width:630px;
	float:right;
	padding:0;
}
#header #topnav ul {
	height:100px;
}
#header #topnav ul li {
	display:block;
	float:left;
    text-align:center;
}
#header #topnav ul li a {
	display:block;
    padding:74px 20px 14px 20px;
    font-size:12px;
    line-height:100%;
    color:#999;
}
#header #topnav ul li a:hover {
	background:url(/media/structure/topnav_bg.jpg);
    color:#9F6634;
}

#main_top {
	background:url(/media/structure/main_bg.png) no-repeat;
	width:950px;
	margin:0 auto;
    height:10px;
}
#main {
	background:url(/media/structure/frame_bg.jpg) repeat-y;
	width:950px;
	margin:0 auto;
}
#content_wrapper {
	background:url(/media/structure/main_bg.png) no-repeat 0 -10px;
}
#main_content {
	float:left;
    width:488px;
	padding: 15px 192px 20px 30px;
	min-height:450px;
}
#main_content p {
    line-height:180%;
}
#sub {
    float:left;
    width:200px;
    padding:20px 0 20px 40px;
}
#sub h2 {
	background:url(/media/structure/subnav_line.png) no-repeat right bottom;
    padding:0 10px 10px 10px;
    margin:0 0 10px 0;
    font-size:14px;
    text-align:right;
}
#sub ul {
    text-align:right;
}
#sub ul li,
#sub ul li a {
    color:#fff;
}
#sub ul li a {
    display:block;
    padding:5px 15px 6px 15px;
    line-height:140%;
}
#sub ul li a:hover {
    color:#9F6634;
}
#sub ul li a.selected {
	background:url(/media/structure/subnav_selected_bg.png);
    font-weight:bold;
    color:#9F6634;
}
#sub ul li li a {
    padding:1px 25px 2px 15px;
	font-size:80%;
	color:#888;
}
#sub ul li li a.selected {
	background:none;
}
#footer {
    margin:0 auto;
    width:930px;
    margin:0 auto;
	font-size:10px;
	color:#333;
	padding:5px 10px 15px 10px;
}
