/*------------------------------------------------------------*
**  SITE
**  common site layout styling
**------------------------------------------------------------*/
body{
	background:url(../images/body_bg.jpg) fixed center bottom  no-repeat #dfcfa0;
	color:#4a422b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#outerWrap {
	height:auto !important;
	height:100%;
	margin:0 auto;
	min-height:100%;
	padding:0 5px 0 5px;
	width:980px;
}
#innerWrap {
    clear:both;
	padding:0;
	height:auto;
	width:980px;
}
#contentWrap{
	background:url(../images/contentwrap_bg.png) bottom right repeat-y;
	clear:both;
	float:left;
	height:auto;
	margin:-135px 0 0 0;
	width:980px;
}
#contentWrapFoot{
	background:url(../images/contentwrapfoot_bg.png) top right no-repeat;
	clear:both;
	float:left;
	height:30px;
	margin:0;
	padding:0;
	width:980px;
}



/*------------------------------------------------------------*
**  SITE - SPECIFICS
**  common site styling
**------------------------------------------------------------*/
hr {
    border: 0;
    height: 1px;
    background-color: #948456;      
    color: #948456;
    width: 100%;
    text-align:center;
}
.nixhier {
	display:none;
}

/*------------------------------------------------------------*
**  HEADER 
**  styling for page header
**------------------------------------------------------------*/
#header{
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:980px;
}
#header #title{
	float:left;
	height:134px;
	width:300px;
	margin:0 0 0 -19px;
	position:relative;
	z-index:99;
	background: url(../images/logo.png);
}
#header #title h2{
	color:#4a422b;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:lighter;
	height:28px;
	line-height:28px;
	margin:25px 0 0 0;
    padding:5px 0 5px 0;
	display: none;
}
#header #title h3{
	color:#4a422b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:lighter;
	height:16px;
	line-height:16px;
	margin:0;
    padding:10px 0 5px 0;
	display: none;
}
/*------------------------------------------------------------*
**  CONTENT
**  styling for main content area
**------------------------------------------------------------*/
#mainContent{
	float:left;
	padding:0 0 20px 0;
	width:720px;
}
#mainContent .pageImage{
	height:350px;
	margin:0 0 0 15px;
	width:715px;
}
#mainContent .pageHeading{
	background:url(../images/page_heading_border_bottom.jpg) bottom center no-repeat;
	clear:both;
	float:left;
	height:50px;
	margin:0 0 10px 0;
	padding:0 60px 0 60px;
	width:600px;
}
#mainContent .pageContent{
	clear:both;
	float:left;
	padding:0 60px 0 60px;
	width:600px;
}
#mainContent .pageContent img {
	color:#948456;
    border-color: #948456; 
    display:inline;
	padding:1px;      
}
.thumbnail {
	color:#ccc;
    border:3px solid #948456; 
    display:inline;
	padding:1px;   
}
/*------------------------------------------------------------*
**  NAVIGATION 
**  general styling for navigation menu
**------------------------------------------------------------*/
#menu {
    clear:both;
    float:left;
	margin:0;
    padding:0;
	width:250px;
}
#menu .sf-menu, .sf-menu * {
	list-style:none;
	margin:0;
	padding:0;
}
#menu .sf-menu {
	float:left;
}
#menu .sf-menu ul {
	top:0;
}
#menu .sf-menu li {
	float:left;
	position:relative;
}
#menu .sf-menu li:hover ul,
#menu .sf-menu li.sfHover ul {
	z-index:99;
}
#menu .sf-menu li a, .sf-menu li a:visited {	
	color:#4a422b;
	display:block;
    font-family:"Times New Roman", Times, serif;
	font-size:17px;
	height:36px;
	line-height:36px;
	text-align:left;
	text-decoration:none;
	text-indent:10px;
}
#menu .sf-menu li a:hover{
	color:#4a422b;
}
#menu .sf-menu li a.current{
	color:#4a422b;
}


/*------------------------------------------------------------*
**  MAIN NAVIGATION 
**  styling for navigation menu
**------------------------------------------------------------*/
#menu .sf-menu li {
	width:250px;
}
#menu .sf-menu li a, .sf-menu li a:visited {	
	background:transparent url(../images/nav_btn.png) top left no-repeat;
}
#menu .sf-menu li a:hover{
	background:transparent url(../images/nav_btn.png) top left no-repeat;
}


/*------------------------------------------------------------*
**  MAIN NAVIGATION - SECOND TIER
**  styling for second level navigation menu
**------------------------------------------------------------*/
#menu .sf-menu li:hover ul,
#menu .sf-menu li.sfHover ul {
	width:240px;
}
#menu .sf-menu li li {
	margin:0 0 0 10px;
	width:240px;
}
#menu ul.sf-menu li li:hover ul,
#menu ul.sf-menu li li.sfHover ul {
}
#menu .sf-menu li li a, .sf-menu li a:visited {	
	background:transparent url(../images/nav_btn.png) top left no-repeat;
}
#menu .sf-menu li li a:hover{
	background:transparent url(../images/nav_btn.png) top left no-repeat;
}


/*------------------------------------------------------------*
**  MAIN NAVIGATION - THIRD TIER
**  styling for third level navigation menu
**------------------------------------------------------------*/
#menu .sf-menu li li:hover ul,
#menu .sf-menu li li.sfHover ul {
	width:230px;
}
#menu .sf-menu li li li{
	margin:0 0 0 10px;
	width:230px;
}
#menu ul.sf-menu li li li:hover ul,
#menu ul.sf-menu li li li.sfHover ul {
}
#menu .sf-menu li li li a, .sf-menu li a:visited {	
	background:transparent url(../images/nav_btn.png) top left no-repeat;
}
#menu .sf-menu li li li a:hover{
	background:transparent url(../images/nav_btn.png) top left no-repeat;
}


/*------------------------------------------------------------*
**  MAIN NAVIGATION - FOURTH TIER
**  styling for fourth level navigation menu
**------------------------------------------------------------*/
#menu .sf-menu li li li:hover ul,
#menu .sf-menu li li li.sfHover ul {
	width:230px;
}
#menu .sf-menu li li li li{
	margin:0;
	width:230px;
}
#menu ul.sf-menu li li li li:hover ul,
#menu ul.sf-menu li li li.sfHover ul {
}
#menu .sf-menu li li li li a, .sf-menu li a:visited {	
	background:transparent url(../images/nav_btn.png) top left no-repeat;
}
#menu .sf-menu li li li li a:hover{
	background:transparent url(../images/nav_btn.png) top left no-repeat;
}


/*------------------------------------------------------------*
**  MAIN NAVIGATION - FIFTH TIER
**  styling for fifth level navigation menu
**------------------------------------------------------------*/
#menu .sf-menu li li li li:hover ul,
#menu .sf-menu li li li li.sfHover ul {
	width:230px;
}
#menu .sf-menu li li li li li{
	margin:0;
	width:230px;
}
#menu ul.sf-menu li li li li li:hover ul,
#menu ul.sf-menu li li li li.sfHover ul {
}
#menu .sf-menu li li li li li a, .sf-menu li a:visited {	
	background:transparent url(../images/nav_btn.png) top left no-repeat;
}
#menu .sf-menu li li li li li a:hover{
	background:transparent url(../images/nav_btn.png) top left no-repeat;
}
/*------------------------------------------------------------*
**  FOOTER
**  styling for page footer
**------------------------------------------------------------*/
#footer{
	clear:both;
	height:auto !important;
	height:85px;
	margin:-95px auto 0 auto;
	min-height:95px;
	overflow:visible;
	position:relative;
	width:980px;
}
#footer p{
	color:#4a422b;
}
#footer #footerContent{
	background:url(../images/footer_bg.png) top left no-repeat;
	min-height:65px;
	margin:0 0 0 255px;
	padding:15px;
	width:695px;
}
#footer #footerContent a{
	color:#4a422b;
	text-decoration:none;
}
#footer #footerContent a:visited{
	color:#4a422b;
	text-decoration:none;
}
#footer #footerContent a:hover{
	color:#4a422b;
	text-decoration:underline;
}
/*------------------------------------------------------------*
**  RESET 
**  styling reset for all browsers
**------------------------------------------------------------*/
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, 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%;
}
html {
	font-size: 100%;
    height:100%;
}
body {
    font-size:62.5%;
    height:100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
}
/*------------------------------------------------------------*
**  SIDEBAR 
**  styling for sidebar
**------------------------------------------------------------*/
#sidebar {
	padding:130px 0 0 0;
	width:250px;
}
.left{
	float:left;
}
.right{
	float:right;
}
#sidebar .sidebarContent {
	background: url(../images/sidebar_bg.png) bottom left repeat-y;
	clear:both;
	float:left;
	padding:0 0 0 10px;
	width:260px;
}
#sidebar .sidebarFoot {
	background: url(../images/sidebarfoot_bg.png) bottom left no-repeat;
	clear:both;
	float:left;
	height:30px;
	width:260px;
}
#sidebar .content{
	clear:both;
	float:left;
	padding:20px 10px 0 10px;
	width:220px;
}
/*------------------------------------------------------------*
**  TABLES
**  common table styling
**------------------------------------------------------------*/
table {
    margin:0 0 16px 0;
    padding:0;
    line-height:18px;   
}

table p{
    padding:0;
    margin:0;
}

th {
    padding:5px;
}

td {
    padding:5px;
}

input, textarea{
    border:1px solid #948456;       
    margin:0;
    padding:2px;
}



/*------------------------------------------------------------*
**  TABLES - SPECIFICS
**  specific table styling
**------------------------------------------------------------*/
table.gbentry {
    line-height:1.0em;
    border:1px solid #948456;      
    width:98%;
    margin: 5px;
    padding: 5px;
}
td.gbtitle {
    background-color:#948456;      
    font-weight:bold;
    line-height:1.0em;
    margin: 5px;
    padding: 5px;
    font-size:1.0em;
}
td.gbcontent {
    line-height:1.1em;
    padding: 5px;
    font-size:1.0em;
}
td.gbtitle img.button {
    border:0px solid #948456;      
    padding:0px;
    margin:0px;
    background:#948456;      
    width:auto;
}
/*------------------------------------------------------------*
**  TEXT 
**  styling for site text
**------------------------------------------------------------*/
a{
	color:#4a422b;
	text-decoration:underline;
}
a:visited{
	color:#4a422b;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
p{
	line-height:18px;
	padding:6px 0 6px 0;
}
h1{
	color:#4a422b;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:lighter;
	height:50px;
	line-height:50px;
}
h2{
	color:#4a422b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
}
h3{
	color:#4a422b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}
ul{
	list-style:disc inside;
}
ul li{
	line-height:18px;
}
ul ul{
	text-indent:20px;
}
ul ul ul{
	text-indent:40px;
}
ol{
	list-style:disc inside;
}
ol li{
	line-height:18px;
}
ol ol{
	text-indent:20px;
}
ol ol ol{
	text-indent:40px;
}