/* CSS Document */

*{
	padding:0;
	margin:0;
}



body{
	background:#9AD47F;
	font-family: georgia, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#A49198;
	line-height:220%;
	padding:0;
	margin:0;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.6em;
}

h4{
	font-size: 1.4em;
}

h5{
	font-size: 1.2em;
}

h6{
	font-size: 1em;
}


h1, h2, h3, h4, h5, h6{
	color:#9AD480;
	padding-bottom:10px;
}

#wrapper{
	background:#fff;
	margin:0 auto;
	padding:0;
	width: 100%;
	border-top:10px solid #9AD47F;
	/*border:1px solid #f00;*/
}


/* Links
----------------------------------------------------------*/

a:link{
	color:#117302;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	padding-bottom:2px;
}

a:visited{
	color:#666;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
}

a:hover{
	color:#000000;
	background: #BED79D;
}



/* Content
----------------------------------------------------------*/

#content{
	margin:0 auto;
	padding:0;
	width:780px;
}


#content p{
	font-size: 1.2em;
}

#content ul.aplist{
	margin:0 0 0 60px;
	padding:0;
	line-height:200%;
}

#content li{
	font-size: 1.2em;
}

#columnAc h4{
	margin-top:20px;
}


/* Navigation
----------------------------------------------------------*/
#nav{
	text-align:center;
	color:#000000;
	padding:20px 0;
	margin:20px 10px 50px 10px;
	border-bottom: 1px dashed #9AD47F;
	border-top: 1px dashed #9AD47F;
}

/*#nav ul a:hover{
	background-color:none; 
}*/


#nav li{
	padding:10px 10px;
	margin:0px;
	display:inline;
	border-right: 1px solid #9AD47F;
}



#nav li.current{
	padding:10px;
	font-style:italic;
	color:#117302;
}

#nav li.last{
	border: none;
}

#nav li a:hover{
	color:#A49198 !important;
	background:#E5E5E5;
	
}


#nav a:visited{
	color:#9AD47F !important;
}

/* Column A
----------------------------------------------------------*/

#columnAc{
	width:500px;
	letter-spacing:1px;
	padding:0 10px 0 0;
	margin:0;
	float:left;
	border-right:1px dotted #DCEDCB;
}


#columnAc p{
	margin-bottom:20px;
}




/* Column B
----------------------------------------------------------*/

#columnBc{
	width:260px;
	padding:0;
	margin:0;
	float:right;
}


/* Details (right hand column)
----------------------------------------------------------*/

#details{
	margin:0;
	padding:15px 10px 10px 10px;
	color:#fff;
	background: #9AD47F;

}


#details p{
	font-size:1.4em;
	line-height:150%;
}

#details h2{
 	color:#fff;
 	font-size:2em;
}

#details p.credentials{
	font-size:1.2em;
}

#details a{
	border-bottom:1px solid #117302;
	text-decoration:none;
	padding-bottom:2px;
}

#details img{
	padding:3px;
	margin-bottom:10px;
	border:1px solid #C8E8BA;
}

/* Footer
----------------------------------------------------------*/

#footer{
	padding:0;
	margin:0;
	background: #9AD47F url(../images/footer_back.jpg) repeat-x top;
	border-bottom:10px solid #DCEDCB;
}

#footerInside{
	background:url(../images/footer.jpg) no-repeat top left;
	padding:0px;
	margin:0 auto;
	width:980px;
	height:330px;

	
}

#footerInside ul{
	margin-left:90px;
	margin-right:90px;
	
}

#footerInside li{
	display:inline;
	position: relative;
	padding:0 10px;
	top:200px;
	border-right:1px solid #A49198;
	
}

#footerInside a:visited{
	color:#fff;
	
}



ul.credits{
	float:right;
	position:relative;
	bottom:25px;
}

#footerInside li.bnright {
	border:none;
}

/* Extras
----------------------------------------------------------*/
.spacer{
	clear:both;
}

p.image-border a{
	text-decoration: none;
	border: 0 none;
}

p.image-border a:hover{
	background:none;
}

/* Form
----------------------------------------------------------*/
form{
	padding: 0.5em;
}
input{
/*	background-color: #ADD8E6;
	border: 1px solid #00008B;*/
}
select{
	width: 100px;
/*	background-color: #ADD8E6;
	border: 1px solid #00008B;*/
}
textarea{
	width: 200px;
	height: 40px;
/*	background-color: #ADD8E6;
	border: 1px solid #00008B;*/
}

textarea, select, input{
	color:#999;/*#A49198*/	
}


/*  twitter bit
-----------------------------------------------*/

#twitter_update_list {
	list-style-type:none;
}

#twitter_update_list li{
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:dashed 1px #ccc;
}


