/***********************************************/
/* pure and gree.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #A69C92;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
	background-color: #DDDDDD;
	background-image: url("web-bg.gif");
	}

a{
	color: #006699;
	text-decoration: none;
	}

a:link{
	color: #000;
	text-decoration: none;
	}

a:visited{
	color: #666;
	text-decoration: none;
	}

a:hover{
	color: #ECC31B;
	text-decoration: underline;
	}

h1{
 	font-family: Arial,sans-serif;
 	font-size: 160%;
	 color: #013401;
	 margin: 0px;
	 padding: 0px;
	}

h2{
	 font-family: Arial,sans-serif;
	 font-size: 120%;
	 color: #595900;
	 margin: 0px;
	 padding: 10px 0 0 0;
	}

h3{
 	font-family: Arial,sans-serif;
	 font-size: 100%;
	 color: #999;
	 margin: 0px;
	 padding: 0px;
	}

ul{
	 list-style-type: square;
	}

ul ul{
	 list-style-type: disc;
	}

ul ul ul{
	 list-style-type: none;
	}	

label{
	 font-family: Arial,sans-serif;
	 font-size: 100%;
	 font-weight: bold;
	 color: #334d55;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 850px;
	border: 1px solid #887E35;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	}	

#banner{
	padding: 4px 0 2px 0;
	width: 770px;
	background: #fff;
	height: 140px;
	font-size: 70%;
	}
	
#banner-left {
	margin:	0;
	padding: 0;
	height: 100px;
	float: left;
	}
	
#banner-right {
	margin:	2.5em 0.5em 0 0;
	padding: 0;
	height: 100px;
	float: right;
	text-align: right;
	color: #D75D36;
	}
	
#banner-right p {
	text-align: right;
		font-size: 120%;
	}	
	
#banner-right a:link {
	color: #D75D36;
	}
	
#topnavi {
	margin: 0;
	width: 850px;
	text-align: right;
	height: 20px;
	}
	
#topnavi ul {
	display: inline;
	background-color: #fff;
	}
	
#topnavi li {
	display: inline;
	list-style: none;
	background-color: #fff;
	padding: 0 0.8em;
	font-size: 85%;
	}			
		
#topnavi a:link {
	color: #6B6B10;
	background-color: #fff;
	text-align: right;
	padding-right: 10px;
	font-weight:bold;
		}
		
#topnavi a:visited {
	color: #6B6B10;
	background-color: #fff;
	text-align: right;
	padding-right: 10px;
	font-weight:bold;
		}
		
#topnavi a:hover {
	color: #6B6B10;
	background-color: #fff;
	text-align: right;
	padding-right: 10px;
	text-decoration:underline;
	font-weight:bold;
	}		

#home {
	width: 850px;
	background-color: #6B6B10;
	height: 204px;
	border-bottom: 1px solid #fff;
	}
	
#homeleft {
	float: left;
	width: 210px;
	background-color: #6B6B10;
	}
	
#homeright {
	float: right;
	width: 550px;
	margin-right: 0;
	margin-top: 0;
	}					
			
	

#pagecell{
	padding: 0;
	width: 850px;
	background-color: #D5DE91;
	background-image: url("pagecellbg3.gif");
	background-repeat: repeat-y;
	
	}

#navBar{
	width: 200px;
	height: 180px;
	margin: 0;
	}

#content{
  	float: left;
	width: 630px;
	padding: 30px 40px 10px 30px;
	min-height: 260px;
	line-height: 1.6em;
	font-size: 75%;
	color: #333300;
	
	}

#logos{
	float: right;
  	width: 130px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	}
	
#contentwide{
  	width: 670px;
	min-height: 280px;
	padding: 10px 5px 10px 30px;
	margin-top: 8px;
	font-size: 95%;
	}

#footer{
	clear: both;
	background: #fff;
	font-size: 75%;
	color: #333;
	padding: 3px;
	text-align: center;
	border-top: 1px solid #8A8A2F;
	line-height: 1.25em;
	}	

#content2col{
  	width: 70%;
  	background: #fff;
	margin-left: 200px;
	padding-right: 10px;
	}
	
	
#pagecell2col	 {
	padding: 0;
	width: 800px;
	background: #fff
	}
	
/***********************************************/
/* Components                                  */
/***********************************************/

#banner p {
	padding-right: 10px;
	}	


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 75%;
	padding: 2px 0px 0 2px;
	font-style: italic;
	border-bottom: 1px dashed #ccc;
	}

/*********** #navBar link styles ***********/

#navBar ul a:link {
	display: block;
	}

#navBar ul a:visited {
	display: block;
	}
	
#navBar ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 }

/* 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{
	margin: 0.25em 0 0 0;
	padding: 0 0 0 2em;
	font-size: 85%;
	width: 250px;
	/*border:1px solid transparent;*/
	background-color: #6B6B10;
  
}

* html #sectionLinks {
  border: 0;
}

#sectionLinks a:link {
	padding: 0.65em 0 0.65em 0.5em;
	color: #E5EDA7;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}

#sectionLinks a:visited {
	padding: 0.65em 0 0.65em 0.5em;
	color: #fff;
	text-decoration: none;
		border-bottom: 1px dotted #fff;
	}

#sectionLinks a:hover {
	padding: 0.65em 0 0.65em 0.5em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}

/************** #news styles **************/

#news p {
	font-size: 80%;
	}	

#news a:link {
	padding: 2px 0 0 0;
	margin-bottom: 6px;
	color: #000;
	}

#news a:hover  {
	color: #000;
	text-decoration: underline;
	}

#news a:visited  {
	color: #999;
	text-decoration: underline;
	}

#news img {
	border: 1px solid #ccc;
	padding: 0;
	}

/************* #Content styles ***************/

#content a:link {
	color: #8D8D04;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	text-decoration: underline;	
		}
		
#content a:visited {
	color: #5D501D;
	text-align: right;
	padding-right: 10px;
	text-decoration: underline;
		}
		
#content a:hover {
	color: #8D8D04;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	text-decoration: underline;
	}	


/************* #Footer styles ***************/

#footer ul {
	display: inline;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
	
#footer li {
	display: inline;
	list-style: none;
	background-color: #fff;
	padding-right: 0.5em;
	text-align: left;
	font-size: 100%;
	}			
		
#footer a:link {
	color: #8D8D04;
	background-color: #fff;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;

		}
		
#footer a:visited {
	color: #8D8D04;
	background-color: #fff;
	text-align: right;
	padding-right: 4px;
		}
		
#footer a:hover {
	color: #8D8D04;
	background-color: #fff;
	text-align: right;
	padding-right: 4px;
	text-decoration: none;
	}		

#footer p {
	padding-left: 0.35em;
	}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
	}

.clear {
	clear: both;
	}

.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}			
	
.random {
	width: 120px;
	background: #3399FF;
	float: right;
	padding: 10px;
	margin: 10px;
	height: 200px;
	}
	
.heading {
	color: #2C7FA6;
	font-size: 110%;
	margin-top: 10px;
	}	

.image-caption {
	font-size: 80%;
	}
	
.green-text {
		font-family: Arial,sans-serif;
		font-size: 90%;
		color: #90CD71;
		font-style: italic;
		text-align: center;
		line-height: 1.5em;
		}
		
.clear {
	clear: both;
	}		
	
.footer-text {
	color: #8D8D04;	
	font-size: 100%;
	}