/*

 Design Monkey
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family: Century Gothic, Trebuchet MS, Verdana;
	font-size: 1em;
	background: #FFFFFF url(../images/bg.jpg) no-repeat top center;

}

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4{
	font-family: Century Gothic, Trebuchet MS, Verdana;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


div#container{
	width: 900px;
	margin: 0 auto;	
}


/* Header 
------------------------------------------------------------------------------------------------- */
div#header{ 
	width:900px;
	overflow: hidden;
}

div#header h1{ 
	display:block;
	background: transparent url(../images/logo.jpg) no-repeat;
	width:400px;
	height:180px;
	float: left;
	text-indent: -3000px;
	outline: none;
	margin-top: 10px;
}

/* Nav 
------------------------------------------------------------------------------------------------- */

ul#nav{
	list-style: none;
	margin: 20px auto 10px auto;
	clear: both;
}

ul#nav li{
	float: left;
	margin-left:7px;
}


ul#nav li a {
	float: left;
	background: transparent url(../images/nav.jpg) repeat-x top left;
	display: block;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 4px 0 4px 0;
	width: 140px;
}

ul#nav li a:hover, ul#nav li a.selected{
	background: transparent url(../images/navselected.jpg) repeat-x top left;
}

a.button{
	padding: 4px 0 5px 0;
	width: 150px;
	display: block;
	background: transparent url(../images/nav.jpg) repeat-x top left;
	color: #fff!important;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.1em;
	border-bottom: none!important;
}

a.button:hover{
	background: transparent url(../images/navselected.jpg) repeat-x top left;
}

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

div#content{
	clear: both;
}

div#content a{
	color: #365C2B;
	border-bottom: 1px dashed #CCC;
}

div#content ul{
	font-size: 0.8em;
	margin-left: 20px;
	line-height: 1.6em;
}

div#content ul li{
	margin-bottom: 10px;
}

div#sponsor{
	width: 250px;
	float: right;
	padding-right: 20px;
	margin-top: 20px;
}

div#sponsor p{
	margin: 10px 0;
}

div#topleftcol{
	width:450px;
	height:281px;
	float:left;
}

div#toprightcol{
	width:360px;
	height:221px;
	float:left;
	background: #375C29;
	border-left: 10px #2E9F00 solid;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	color: #FFF;
	padding: 30px 50px 30px 30px;
}

div#toprightcol h2{
	font-size: 2em;
}

div#toprightcol p{
	font-size: 1.1em;
	margin-top: 20px;
}

div#maincol{
	width:900px;
	clear: both;
	background: transparent url(../images/dots.png) repeat-y 675px 0;
	margin: 20px 0 0 0;
	overflow: hidden;
	color: #2E2E2E;
}

div#maincontent{
	width: 655px;
	padding: 10px;
	float: left;
}

div#rightcontent{
	width: 205px;
	padding: 10px;
	float: left;
}

div#maincol h3{
	font-weight: normal;
	margin-bottom: 10px; 
}

div#maincol p{
	margin-bottom: 20px; 
	font-size: 0.8em;
}


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


div#footer{
	background: #365C2B;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

div#footer p{
	color: #FFFFFF;
}

/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}

.clearleft{
	clear: left;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}

p.webdesign a{
	width: 140px;
	height: 30px;
	background: transparent url(../images/cambridge_web_design.gif) no-repeat top left;
	outline: none;
	text-indent: -30000px;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}