/*

 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: #cfe0ff url(../images/bg.jpg) repeat-x top left;
	margin-top:-20px;
}

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;
	overflow: hidden;
	margin: 0 auto;
	clear:both;
	background: transparent url(../images/bottombg.png) no-repeat bottom left;
}

div#containerinner{
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	clear:both;
	background: transparent url(../images/bottombg1.png) no-repeat bottom left;
}


/* Header 
------------------------------------------------------------------------------------------------- */
div#header{
	width:900px;
	height:212px;
	background: transparent url(../images/topbg.png) no-repeat bottom left;
}

div#header h1{
	height:121px;
	width:283px;
	float:left;
	margin: 26px 0 6px 0;
}

div#header h1 a{
	background: transparent url(../images/logo.jpg) no-repeat left;
	height:121px;
	width:283px;
	display: block;
	text-indent: -30000px;
}

div#header h2{
	float:right;
	font-size: 1.6em;
	color:#fff;	
	margin-top:50px;
	width: 300px;
	text-align: right;
	font-weight: normal;
}

div#header p{
	clear: right;
	float:right;
	font-size: 1em;
	color:#fff;	
	margin-top: 0;
	width: 200px;
	text-align: right;
	margin-right: 10px;
}

div#header p a{
	color:#fff;
}

div#headerinner{
	width:900px;
	height:212px;
	background: transparent url(../images/topbg1.png) no-repeat bottom left;
}

div#headerinner h1{
	height:121px;
	width:283px;
	float:left;
	margin: 26px 0 6px 0;
}

div#headerinner h1 a{
	background: transparent url(../images/logo.jpg) no-repeat left;
	height:121px;
	width:283px;
	display: block;
	text-indent: -30000px;
}

div#headerinner h2{
	float:right;
	font-size: 1.6em;
	color:#fff;	
	margin-top:50px;
	width: 300px;
	text-align: right;
	font-weight: normal;
}

div#headerinner p{
	clear: right;
	float:right;
	font-size: 1em;
	color:#fff;	
	margin-top: 0;
	width: 200px;
	text-align: right;
	margin-right: 10px;
}

div#headerinner p a{
	color:#fff;
}

/* Nav 
------------------------------------------------------------------------------------------------- */
ul#nav{
	width:900px;
	height:30px;
	float:left;
	list-style:none;
	margin-left: 2px;
}

ul#nav li{
	height:30px;
	width:126px;
	float:left;	
	margin-left:5px;
	text-align:center;
}

ul#nav a{
	color:#000;
	font-size:0.6em;
	background:transparent url(../images/nav.png) no-repeat left;
	display: block;
	height:22px;
	width:126px;
	padding-top: 8px;
}

/* Content 
------------------------------------------------------------------------------------------------- */
div#content{
	width: 900px;
	min-height: 410px;
	background: transparent url(../images/middlebg.png) repeat-y left;
	overflow: hidden;
}

div#contentinner{
	width: 900px;
	min-height: 410px;
	background: transparent url(../images/middlebg1.png) repeat-y left;
	overflow: hidden;
}

div#leftcolinner{
	width:420px;
	float:left;
	padding:10px;
	margin-left:5px;
}

div#leftcolinner h1{
	font-size:1.6em;
	color:#3d3d3d;
}

div#leftcolinner h2{
	font-size:1.2em;
	color:#3d3d3d;
	font-weight:normal;
}

div#leftcolinner  a{
	color:#333333;
	font-size:1em;
}

div#leftcolinner p{
	color:#3d3d3d;
	font-size:0.9em;
}

div#leftcolinner img{
	border: #787878 1px solid;
}

div#middlecolinner{
	width:420px;
	float:left;
	padding:10px;	
}

div#middlecolinner h1{
		font-size:1.6em;
		color:#3d3d3d;
}

div#middlecolinner h2{
		font-size:1.2em;
		color:#3d3d3d;
		font-weight:normal;
}

div#middlecolinner  a{
	color:#333333;
	font-size:1em;
}

div#middlecolinner p{
	color:#3d3d3d;
	font-size:0.9em;
}

div#middlecolinner img{
	border: #787878 1px solid;
}


div#leftcol{
	width:150px;
	padding:10px;
	float: left;
	margin-left: 5px;
}

div#leftcol img{
	margin-bottom:10px;
}


div#middlecol{
	width:508px;
	float:left;
	margin-left:12px;
	padding:10px;	
}

div#middlecol h1{
		font-size:1.6em;
		color:#3d3d3d;
		text-align:center;
}

div#middlecol h2{
		font-size:1.2em;
		color:#3d3d3d;
		font-weight:normal;
}

div#middlecol  a{
	color:#333333;
	font-size:1em;
	text-align:center;
}

div#middlecol p{
	color:#3d3d3d;
	font-size:0.9em;
	text-align:center;
}

div#middlecol img{
	border: #787878 1px solid;
}

div#rightcol{
	width:130px;
	padding:10px;
	float:left;
	margin-left:12px;
}

div#rightcol{
	color:#FFF;
	font-size:1.2em;
}

div#rightcol h2{
	color:#e9e9e9;
	font-size:1em;
}

div#rightcol p a{
	color:#FFF;
	font-size:1.4em;
	text-decoration:none;	
	margin-top:10px; 
	display:block;
}

div#rightcol a:hover{
	color:#FFF;
	font-size:1.4em;
	text-decoration:underline;
	display:block;
	margin-top:10px;
}

div#rightcol h3{
	width:137px;
	height:23px;
	float:left;
	color:#000;
	background:transparent url(../images/button.png) no-repeat left;
	font-size: 1em;
	padding:5px 20px;
	color:#787878;
}

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

div#footer_top{
	margin: 30px auto 50px auto;
	height: 100px;
	width: 400px;
}

div#footer{
	width:900px;
	height:100px;
	margin: -20px auto 20px auto;
}

p.copyright{
	width: 600px;
	float: right;
	text-align: right;
}

ul#footernav{
	list-style: none;
	clear: right;
	float: right;
}

/* 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{
	width: 300px;
	float: left;
}

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