/* Site Styles */

body {
	color: #666;  
	background-color: #fff; 
	margin: .3em 2em;
	}

div#container{
	overflow: hidden;
	width: 958px;
	margin-left: auto;
    margin-right: auto;
    background-image: url(../images_site/bg-f.jpg);
    background-repeat:repeat-x; 
}

div#branding {
    /* background-position: 4px; */
	overflow: hidden;
	width: 949px;
    height: 264px;
    margin: 0 5px 0 4px;
    background-color: #ccc;
    background-image: url(../images_site/header.jpg);
    background-repeat:no-repeat;
	/* position:relative; */
}
	
/*
div#branding h1 {
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
	float:left; 
	width: 304px; 
	height: 79px;
	overflow: hidden;
	position:relative;}

div#branding h1 a span {  
	display:block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer; 
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images_site/logo.png);
	overflow: hidden;
	}
*/	

div#navigation {
    background-image: url(../images_site/nav_bg.jpg);
/* 	background-color: #f2f2f2; */
    overflow: hidden;
	padding: 0;
	height: 32px;
    margin: 0 5px 0 4px;
}

/*
div#navigation, div.spacer {
	margin-top: 10px;
	margin-bottom: 10px;
}
*/

div#navigation ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:12px;
}

div#navigation ul li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
div#navigation ul li a
{
	display:block;
	float:left;
	color:#033;
	text-decoration:none;
	font-weight:normal;
	padding:8px 40px;
	font-family: Arial;
	font-size: 14px;
}
	

div#navigation ul li a.current
{
	display:inline;
	float:left;
	margin:0;
} 

div#navigation ul li a:hover, div#navigation ul li.active a { 
    color: #033;
    background-image: url(../images_site/nav_bg.jpg);
    background-position: 0px -32px;
}

div#content-container {
    margin: 34px 25px 30px 51px;
    background-color: #fff;
}

div#main-content {
    width: 557px;
    float: left;
}

div#sub-content {
    width: 238px;
    float: right;
    color: #124628;
    padding-top: 42px;
}

/* Typography */
a {
    color: #033;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#main-content h1 {
    font-family: Georgia;
    font-size: 20px;
    color: #124628;
    font-weight: normal;
    margin-bottom: 20px;
    /* font: 20px #124628 Georgia; */
}

#main-content h2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0; 
}

#sub-content p{
    font:  14px/28px Georgia;
}

#sub-content p.borders{
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #dadada;
	border-style: solid;
	padding: 0 10px;
}

div#footer {
    margin: 34px 0px 0px 51px;
	padding: 10px 0;
}

div#footer p {
	margin-bottom: 0;
	font: 11px "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;;
}

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; padding: 1em; margin: 1.6em 0;  }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

#container blockquote *:first-child { margin: .8em 0; }
#container hr, #container p, #container ul, #container ol, #container dl, #container pre, #container blockquote, #container address, #container table, #container form { margin-bottom: 1.6em; }

/* Utility */
.center {text-align: center}
.left {float:left; margin: 0.3em 1em 1em 0;}
.right {float:right; margin: 0.3em 0 1em 1em;}

.clear{clear:both;display:block;overflow:hidden;width:0;height:0}
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}
