/*
1.GLOBAL
2.LAYOUT
3.NAVIGATION
4.SPECIAL
*/

/* -- 1.GLOBAL -- */
		
* { margin: 0; padding: 0;}
html {height:100%; font-size: 100%;}
body {
	background: #ededed;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5;
}
						
/* -- 2.LAYOUT -- */
#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #fff url(/images/layout/container.gif) left top repeat-y;
	width: 750px;
	margin: 0 auto;
	padding: 0;
}

#header-wrapper {
	background: #c2cd23;
}

#header {
	background-color: #C2CD23;
	height: 45px;
	position: relative;
	padding: 15px 0px 20px 20px;
}	

#header #masthead h1 {
	height: 56px;
	background: url("/images/logos/logo_with_tagline.gif") no-repeat;
	text-indent: -9999px;
}

#header #masthead h1 a {
	width: 210px;
	height: 56px;
	display: block;
}

#header #masthead h1 em {
	color: #ad2a4f;
	font-size: .5em;
}

#header #masthead h1 em span {
	color: #634789;
	font-style: normal;
	text-transform: uppercase;
}

#header #search {
	position: absolute;
	top: 20px;
	right: 20px;
}

#header #search form input.search_field {
	border: 1px solid #6a655d;
	height: 18px;
	width: 150px;
}

#header #search form input.search_button {
	background-color: #ffffff;
	color: #6a655d;
	height: 21px;
	font-size: .9em;
	border: 1px solid #6a655d;
	padding: 0 2px 4px 2px;
}

#header #search form label {
	font-size: 1em;
	color: #6a655d;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}


#main {
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
	padding-bottom: 3em;
}

#main #content {
	background-color:#F0EDE9;
	position: relative;
	float: right;
	width: 556px;
}

#main #sidebar {
	padding: 10px 0 20px 0;
	float: left;
	width: 166px;
}

#footer-wrapper {
	position: absolute;
	bottom: 0;
	left: 0; 	
	width: 750px;
}

#footer {
	text-align: right;
	padding: 0 10px 5px 10px;
}

#footer p {
	font-size: .85em;
	color: #666;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
}

/* -- 3.NAVIGATION -- */

#sidebar #nav ul {
	border-bottom: 1px dotted #888485;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar #nav ul li {
	padding: 5px 0 5px 14px;
	list-style: none;
	line-height: 1em;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px dotted #888485;
}

#sidebar #nav ul li a {
	color: #c2cd23;
	text-decoration: none;
}

#sidebar #nav ul li a:hover, #sidebar #nav ul li a:active {

}

#sidebar #nav ul li.current_page_item, li.current_page_item {
	background: url("/images/sidebar/arrow.gif") no-repeat 0 .5em;
}

#sidebar #nav ul li.current_page_item a {
	
}

#sidebar #nav ul li ul {
	margin: 0;
	border: none;
}

#sidebar #nav ul li ul li {
	margin: 0 0 0 -13px;
	padding: 1px 0 1px 20px;
	border: none;
	font-size: .75em;
	font-weight: normal;
	text-transform: none;
}

#sidebar #nav ul li ul li a:link, #sidebar #nav ul li ul li a:visited {
color: #736e66;
}

#sidebar #nav ul li ul li a:hover, #sidebar #nav ul li ul li a:active {
	text-decoration: underline;
}

#sidebar #nav ul li ul li.current_page_item, #sidebar #nav ul li ul li.current_page_parent {
	background: url("/images/sidebar/arrow.gif") no-repeat 0 .2em;
}

#sidebar #nav ul li ul li.current_page_item a:link, #sidebar #nav ul li ul li.current_page_item a:visited, #sidebar #nav ul li ul li.current_page_item a:hover, #sidebar #nav ul li ul li.current_page_item a:active {
	font-weight: bold;
}

			
/* -- 4.SPECIAL -- */

#skip_navigation {
	position: absolute;
	left: -1000em;
	width: 20em;
	z-index: 2;
}
		
span.replace, #skip-nav { /* Image Replacement */
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;			
}
						
/* Clear fix */
.wep_cleardiv {
	clear: both;
}

.wep_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .wep_clearfix {
	height: 1%;
}

.wep_clearfix {
	display: block;
}


/* -- Photo Gallery -- */
#home-photo-gallery {
	background-color:#F0EDE9;
	clear:both;
	margin:0 auto;
	padding:10px;
	height:150px;
	width: 536px;
}

#home-photo-gallery h2 {
	color:#736E66;
	font-size:1.2em;
	padding:0 0 2px 0;
	text-transform:uppercase;
}

#home-photo-gallery img {
	margin:10px 10px 10px 0;
}
