/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Content Styles
	$4 - Sidebar Styles
	$5 - Footer Styles
	$6 - Header Nav Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol,li { list-style:disc; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
a:focus {outline:0;}

/* :link,:visited { text-decoration:none }
/* ul,ol,li { list-style:circle; }
/* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
/* ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
/* { margin:0; padding:0 }
/* a img,:link img,:visited img { border:none }
/* address { font-style:normal }
/* a:focus {outline:0;}


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	padding:5px 0;
	background:#e1cea3;
	font:12px verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}

#header {
	margin:0 4px;
	padding:4px 0 0 0;
	}

#first-container {
	width:976px;
	margin:0 auto 10px auto;
	border:1px solid #ECE3CD;
	background:white;
	}
 
#second-container {
	border:1px solid #C7BFAD;
	}

#third-container {
	border:1px solid #B78926;
	padding-bottom:4px;
	}

#content-container {
	padding:10px 0;
	margin:0 4px;
	border-bottom:4px solid #B78824;
	}
	
#leftcol {
	float:left;
	width:19%;
	padding-right:1%;
	}
	
#maincol {
	float:left;
	width:60%;
	}
	
	
#rightcol {
	float:left;
	width:19%;
	padding-left:1%;
	}

	
#footer {

	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-logo {
	position:relative;
	height:69px;
	padding-top:6px;
	background:url(../images/header-logo-bar-bg.png) repeat-x;
	}

#accessbuttons {
	position:absolute;
	top:10px;
	right:5px;
	width:110px;
	height:17px;
	}

.header-banner {
	margin-bottom:2px;
	text-align:left;
         wrapping:none;
}

	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	font-weight:bold;
	color:#768356;
	}

a:hover {
	text-decoration:underline; 
	}


h1,h2,h3,h4,h5,h6 {
	color:#000;
	}
	
h1 {
	font-size:18px;
	margin-bottom:15px;
	}

h2 {
	font-size:14px;
	margin-bottom:10px;
	}

	
h3 {
	font-size:12px;
	}

#maincol .contentheading,.componentheading {
	width:100%;
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
	padding-top:10px;
	background:url(../images/contentheading-bg.gif) no-repeat;
	}

p {
	margin:0 0 15px 0;
	line-height:1.5;
	}


img {
	border:none;
	}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
	
/* $4 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#leftcol .moduletable,
#leftcol .moduletable-brown,
#leftcol .moduletable-blue,
#leftcol .moduletable-green,
#rightcol .moduletable,
#rightcol .moduletable-brown,
#rightcol .moduletable-blue,
#rightcol .moduletable-green {
	padding:0 10px;
	margin-bottom:14px;
	}


#leftcol h3{
	height:22px;
	font-size:14px;
	color:white;
	line-height:22px;
	padding:0 5px;
	margin:0 -10px 5px -10px;
	}

#rightcol h3 {
	height:22px;
	font-size:14px;
	color:white;
	line-height:22px;
	padding:0 22px;
	margin:0 -10px 5px -10px;
	}
	
#leftcol .moduletable h3 {
	background:#B78824 url(../images/brown-header-bg.png) right top no-repeat;
	}

#leftcol .moduletable-brown h3 {
	background:#B78824 url(../images/brown-header-bg.png) right top no-repeat;
	}

#leftcol .moduletable-green h3 {
	background:#768356 url(../images/green-header-bg.png) right top no-repeat;
	}

#leftcol .moduletable-blue h3 {
	background:#798C9B url(../images/blue-header-bg.png) right top no-repeat;
	}
	
#rightcol .moduletable h3 {
	background:#B78824 url(../images/brown-right-header-bg.png) left top no-repeat;
	text-align:left;
	}

#rightcol .moduletable-brown h3 {
	background:#B78824 url(../images/brown-right-header-bg.png) left top no-repeat;
	text-align:left;
	}

#rightcol .moduletable-green h3 {
	background:#768356 url(../images/green-right-header-bg.png) left top no-repeat;
	text-align:left;
	}

#rightcol .moduletable-blue h3 {
	background:#798C9B url(../images/blue-right-header-bg.png) left top no-repeat;
	text-align:left;
	}

#leftcol a {
	color:#768356;
	display:block;
	padding:2px 0;
	}

#rightcol a {
	color:#768356;
	display:block;
margin-left:16px;
padding:2px 0;
	}
	
#leftcol a.sublevel {
	color:#C17E37;
	background:url(../images/sidebar-li.gif) 0% 50% no-repeat;
	padding-left:12px;
	}

#rightcol a.sublevel {
	color:#C17E37;
	background:url(../images/sidebar-li.gif) 0% 50% no-repeat;
margin-left:18px;	
padding-left:12px;
	}

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer p {
	margin:0 0 4px 0;
	text-align:center;
	color:#000;
	}
	
#footer a {
	font-weight:normal;
	color:#000;
	}

/* $6 - Header Nav Styles ///////////////////////////////////////////////////////////////////////////////////*/



#navcontainer {
	height: 55px;
	padding:0;
	overflow: hidden;
	position:relative;
}

#navbar {
	margin: 0;
	padding: 0;
	position: relative;
	height: 55px;
	background:#B78824 url(../images/sub-nav-bg.png) 0 28px repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#navbar .search-search {
	padding:3px 3px 0 0;
	float:right;
	}
	

#navbar .search-search input {
	border:1px solid #778357;
	padding:2px;
	}

#navbar ul {
	margin: 0 100px 0 0;
	padding: 0;
	float: left;
}

#navbar ul ul ul {
display:none;
}

#navbar li {
	padding: 0;
	margin: 0;
	float: left;
	height: 29px;
	display: block;
	}

#navbar li li {
	background:none;
}

#navbar li.mainlevel_current {


}

#navbar ul ul li a {font-weight:bold;}

#navbar li ul {
	width: 100%!important;
	width:2500px;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top:29px;
	height: 24px;
	left: 0;
	
}

#navbar a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;

}


#navbar ul#mainlevel li  {
	background:url(../images/submenu-li-divider.png) 100% 50% no-repeat;
}

#navbar ul#mainlevel li:last-child  {
	background:none;
}

#navbar ul#mainlevel li a:hover {
background:white;
color:#B78824;
font-weight:bold;
}

#navbar ul#mainlevel ul li a:hover {
background:none;
color:#555;
}


#navbar li ul a:hover,
#navbar li.mainlevel_current ul a:hover {

}

#navbar li:hover ul, #navbar li.sfhover ul {
	display: block;
	z-index: 6000;
}

#navbar li a {
	display: block;
	float: left;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	border-right:1px solid white;
}

#navbar li:hover a, 
#navbar li.over a {

}

/* sub level links */

#navbar ul li {
	border-right: 0;

}
#navbar li ul a, #navbar li.mainlevel_current-navmenu ul a {
	display: block;
	float: left;
	color: #555;
	font-weight: normal;
	padding: 0 10px;
	background: none;
	height: 25px;
	line-height: 25px;
	border:none;
}
