/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	background-image:url(images/blurred.jpg);
	background-color:#005500;
}

p{
	font-size:70%;
	line-height:170%;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #006b6b;
}

a:visited{
	color: #006699;
}

a:hover{
	color: #006699;
	text-decoration: none;
}

h1{
 font-size: 95%;
 color: #008800;
 margin: 0;
 white-space:nowrap;
}

h2{
 font-size: 80%;
 color: #006699;
}

h3{
 font-size: 70%;
 font-weight:bold;
 margin-bottom: 0px;
}

h4{
 font-size: 75%;
 padding: 0 0 0 .7em;
 margin: .83em 0; 
 color: #334d55;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ol{
font-size:70%;
list-style-type:disc;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type:none;
 text-indent: 2em;
 font-size: 90%;
}

label{
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.tl {
	position:absolute;
	top: -1px;
	left: -1px;
	z-index: 100;
}

.tr {
	position:absolute;
	top: -1px;
	right: -1px;
	z-index: 100;
}

.bl {
	position:absolute;
	bottom: -1px;
	left: -1px;
}

.br {
	position:absolute;
	bottom: -1px;
	right: -1px;
}


#container{
	position: relative;
	width: 70%;
	min-width: 772px;
	max-width: 54em;
	margin: auto;
	min-height: 100%;
	padding: 5px;
	background-color:#e6f7d4;
	border:#000000 solid 1px;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

#masthead{
	position: relative;
	width: auto;
	height:150px;
	clear: both;
	overflow: hidden;
	background: url(images/header.jpg) no-repeat;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

#navbar{
	float: left;
	width: 10em;
	min-height: 100%;
	margin: 1em 1em 0 0;
	padding: 0 5px 5px 5px;
}

#rightcol{
	float: right;
	width: 9em;
	min-height: 100%;
	margin: 1em 0 0 1em;
	padding: 0 5px 0px 5px;
}

#content{
	position: relative;
	margin: 1em 10em 0 11em;
	padding: 0 1em 0 1em;
	max-width: 32em;
	background-color: #e6f7d4;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

/***********************************************/
/* Components                                  */
/***********************************************/


/************* #globalNav styles **************/

#globalnav{
	text-align: right;
	padding: .5em .9em 0 0;
	color: #cccccc;
}

#globalnav a {
	font-size: 70%;
}

#globalnav a:hover{

}


/************** .feature styles ***************/

#feature{
	padding: 0 1.5em .9em 1.5em;
	border: 1px solid #cccccc;
	background-color:#ffffff;
}

#feature strong{

}


/************** .story styles *****************/

.story{
	position:relative;
	margin: 1em 0 0 0;
	padding: 1em 1em 0 1em;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}


.story p{
	padding: 0 0 .9em .7em;
}


/************* #siteInfo styles ***************/

#siteinfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color:#888888;
	padding: .9em .9em .9em .9em;
	margin: 1em 0 0 0;
	background-color:#ffffff;
}

#siteinfo img{
	padding: .4em .4em .4em .9em;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navbar ul a:link, #navBar ul a:visited {display: block;}
#navbar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navbar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navbar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionlinks{
	position: relative;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

#sectionlinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: .2em 0 .2em .8em;
	font-size: 70%;
	text-decoration: none;
}

#sectionlinks a:hover{
	background-color:#a6ffa6;
}



/*********** .relatedLinks styles ***********/

.resourcebar{
	position: relative;
	margin: 1em 0 0 0;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

.resourcebar a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: .2em 0 .2em .8em;
	font-size: 70%;
	text-decoration: none;
}

.resourcebar a:hover{
	background-color:#a6ffa6;
}



/************* #search styles ***************/

#search{
	position: relative;
	padding: 0 0 .5em 0em;
	border: 1px solid #cccccc;
	background-color:#99cc99;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

#search form{
	margin: 0;
	padding: 0 0 0 .3em;
}

#search label{
	display: block;
	margin: 0;
	padding: 0;
}


/************** #archives styles **************/

#archives{
 	position: relative;
	margin: 1em 0 0 0;
	background-color: #99cc99;
	border: 1px solid #cccccc;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

#archives li{
	font-size: 70%;
}


/************** #advert styles **************/

.advert {
	position: relative;
	margin: 1.5em 0 0 0;
	background-color: #e6f7d4;
	border: 1px solid #cccccc;
	font-size:60%;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

.advert-l{
	float: none;
	margin: 1.5em 0 0 1em;
	background-color: #e6f7d4;
	border: 1px solid #cccccc;
	font-size:60%;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

/************** #newsletter styles **************/

#newsletter{
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0 .4em;
	background-color: #99cc99;
	border: 1px solid #cccccc;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

#newsletter h4{
	padding: 0 0 0 0;
}