/*

 Design Monkey
 layout.css

*/



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

img { 
	border: 0; 
}


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

body{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 1em;
	background:#000000 url(../images/background.jpg) no-repeat fixed center top;
}

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

h1,h2,h3,h4{
	font-family: Trebuchet MS, sans-serif;
}

a{
	text-decoration:none;
}

a:hover{

}
	

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


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


/* Header 
------------------------------------------------------------------------------------------------- */

div#header{
	width: 900px;
	height: 130px;
	position: relative;
}

div#header h1{
	width: 440px;
	float: left;
	margin-top: 0;
}

div#header h1 a{
	width: 440px;
	height: 125px;
	display: block;
	outline: none;
	text-indent: -30000px;
	background: transparent url(../images/cambridge-website-design.png) no-repeat top left;
	float: left;
}

div#header h3{
	float: right;
	color: #FFFFFF;
	margin: 30px 7px 0 7px;
	font-size: 2.2em;
	font-weight: normal;
}

div#spotlight{
	width: 900px;
	height: 127px;
	background: transparent url(../images/header.png) no-repeat top left;
}

div.inner div#spotlight{
	background: transparent url(../images/header_inner.png) no-repeat top left;
}

div#spotlight dl{
	width: 236px;
	margin: 10px 10px;
	padding: 0 20px;
	float: left;
	border-left: 2px #3B3E43 solid;
}

div#spotlight dl dt a{
	font-size: 2em;
	color: #F2F7AA;
}

div#spotlight dl dd{
	font-size: 0.7em;
	color: #FFFFFF;
	line-height: 1.6em;
}

div#spotlight dl dd a{
	color: #F2F7AA;
	outline: none;
}

div#header h2{
	color: #f2f7aa;
	font-size: 1.2em;
	font-weight: normal;
	position: absolute;
	top: 90px;
	left: 10px;
}

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

ul#nav{
	clear: right;
	float: right;
	font-size: 0.7em;
	list-style: none;
	margin-top: 0;
}

ul#nav li{
	float: left;
	margin-left:10px;
	margin-right: 0;
	color: #EEE;
}

ul#nav li a{
	color: #FFF;
	margin-right: 7px;
}

ul#nav li a.selected{
	border-bottom: 1px #00C0D0 dashed;
}

ul#navleft{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

ul#navleft li a{
	background: transparent url(../images/button.jpg) no-repeat top left;
	display: block;
	width: 125px;
	height: 20px;
	outline: none;
	color: #666;
	padding: 8px 5px 5px 35px;
}

ul#navleft li a:hover{
	color: #000;
}

ul#navleft li a.selected, ul#navleft li a:active{
	background: transparent url(../images/button_over.jpg) no-repeat top left;
	color: #000;
}

ul#navleft li li a{
	background: transparent url(../images/button_sub.gif) no-repeat top left;
}

ul#navleft li li a.selected, ul#navleft li li a:active{
	background: transparent url(../images/button_sub_on.gif) no-repeat top left;
}

ul#navleft li li a{
	height: 16px;
	font-size: 0.9em;
	padding-top: 10px;
}
/*
li.item0_146 a, li.item1_146 a, li.item2_146 a, li.item3_146 a, li.item4_146 a, li.item5_146 a, li.item6_146 a{
	background: transparent url(../images/flame_button.gif) no-repeat top left!important;
}

li.item0_146 a.selected, li.item1_146 a.selected, li.item2_146 a.selected, li.item3_146 a.selected, li.item4_146 a.selected, li.item5_146 a.selected, li.item6_146 a.selected{
	background: transparent url(../images/flame_button_on.gif) no-repeat top left!important;
}

li.item7_146 a, li.item8_146 a{
	background: transparent url(../images/tick_button.gif) no-repeat top left!important;
}

li.item7_146 a.selected, li.item8_146 a.selected{
	background: transparent url(../images/tick_button_on.gif) no-repeat top left!important;
}
*/

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

div#content{
	width: 900px;
	background: #FFF;
	padding: 0;
}

div.inner div#content{
	background: #FFF url(../images/content_inner.jpg) repeat-y top left;
	overflow: hidden;
}

div#featured{
	width: 880px;
	height: 250px;
	margin: 0 auto;
}

div#maincol{
	width: 886px;
	background: transparent url(../images/content_home.jpg) no-repeat top left;
	margin: 7px auto 0 auto;
	overflow: hidden;
	padding: 10px 0;
}

div#maincol a{
	color: #666;
	border-bottom: 1px #CCC dashed;
}

div.inner div#maincol{
	padding: 0;
}

div#leftcol{
	width: 170px;
	float: left;
}

div#maincontent{
	width: 673px;
	float: right;
	position: relative;
	background: transparent url(../images/content_inner_bg.jpg) no-repeat top left;
	margin-right: 2px;
	margin-top: -2px;
	padding: 0 15px;
}

div#maincontent ul{
	font-size: 0.7em;
	margin: 5px 30px;
	color: #4F4F4F;
	line-height: 1.8em;
}


div#maincontent ul ul{
	font-size: 1em;
}

div#maincontent p a{
	color: #333333;
}

div#maincontent h3{
	font-size: 1.6em!important;
	margin: 10px 0;
}

div#maincontent h4{
	color: #666;
	font-weight: normal;
	margin: 10px 0;
}

div#maincontent h4 strong{
	color: #835b94;
}

div#maincontent div.map{
	position: absolute!important;
	top: 20px;
	right: 20px;
}

div.inner div#maincol{
	background-image: none;
	margin: 0 auto;
}

div#maincol h2{
	color: #252525;
	font-weight: normal;
	margin-bottom: 6px;
	font-size: 1.2em;
}

div#maincol h3{
	color: #4F4F4F;
	font-weight: normal;
	margin-bottom: 6px;
	font-size: 1.0em;
}

a.button{
	background: transparent url(../images/button_sm.jpg) no-repeat top left;
	padding: 7px 5px 3px 5px;
	color: #666;
	font-size: 1.1em;
	margin: 4px auto;
	display: block;
	width: 120px;
	height: 23px;
	text-align: center;
	border-bottom: none!important;
}

a.button:hover{
	background: transparent url(../images/button_sm_over.jpg) no-repeat top left;
	color: #000;
}

div#maincol h3 strong{
	color: #835b94;
}

div#maincol p{
	color: #4F4F4F;
	margin-bottom: 10px;
	font-size: 0.7em;
	line-height: 1.6em;
}

div#maincol p strong{
	color: #252525;
}

div.col{
	width: 154px;
	float: left;
	border-left: 1px #CCC solid;
	min-height: 260px;
	padding: 5px 10px;
}

div.col2{
	width: 330px;
	float: left;
	min-height: 200px;
	padding: 5px 10px;
}

a.galimg{
	width: 180px;
	float: left;
	font-size: 0.7em;
	text-align: center;
	margin: 5px 20px 10px 20px;
	border-bottom: none!important;
}

a.galimg span.img{
	overflow: hidden;
	height: 144px;
	width: 184px;
	display: block;
}

a.galimg span.txt{
	color: #666;
	font-size: 0.8em;
}

p.testimonial q{
	display: block;
	padding: 5px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	background-color: #F6F6F6;
	background:-moz-linear-gradient(center top , #CCCCCC, #EEEEEE) repeat scroll 0 0 #F6F6F6;
}

p.testimonial span{
	display: block;
	padding: 5px;
	text-align: right;
	background: transparent url(../images/testimonial.gif) no-repeat 280px 0;
	padding-right: 50px;
}


/* Forms
------------------------------------------------------------------------------------------------- */

fieldset.form{
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	color: #333;
}

fieldset.form legend{
	display: none;
}

fieldset.form dt{
	clear: left;
	float: left;
	width: 140px;
	margin-bottom: 3px;
}

fieldset.form dd{
	float: left;
	width: 400px;
	margin-bottom: 3px;
}

fieldset.form dd input, fieldset.form dd textarea{
	width: 320px;
}

fieldset.form dd textarea{
	height: 200px;
}

fieldset.form dd input.submit{
	width: 120px;
}

fieldset.form p.mandetory{
	clear: both;
	font-size: 0.8em!important;
}

ul.errorMessage{
	margin: 10px 10px 20px 0!important;
}

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

div#footer{
	width: 900px;
	height: 105px;
	background: transparent url(../images/footer.png) no-repeat top left;
	padding-top: 20px;
}

div.inner div#footer{
	background: transparent url(../images/footer_inner.png) no-repeat top left;
}

div#footer dl{
	width: 236px;
	margin: 10px 10px;
	padding: 0 20px;
	float: left;
	border-left: 2px #3B3E43 solid;
}

div#footer dl.full{
	width: 520px;
}

div#footer dl dt a{
	font-size: 1.4em;
	color: #F2F7AA;
}

div#footer dl dd{
	color: #FFFFFF;
	line-height: 1.6em;
}

div#footer dl dd a{
	color: #00C0D0;
}

p#foottext{
	color: #FFF;
	margin: 15px 30px;
}


/* 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;
}
a.white{
	color: #FFFFFF!important;
}

