/*

 Design Monkey
 layout.css

*/



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

img { 
	border: 0; 
}


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

body{
	font-family: Lucida Sans, Verdana, sans-serif;
	font-size: 1em;
	background: #FFFFFF;
}

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

h1,h2,h3,h4{
	font-family: Lucida Sans, Verdana, sans-serif;
}

a{
	text-decoration:none;
}

a:hover{

}
	

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


div#container{
	width: 978px;
	margin: 20px auto;
	border: 2px #CCCCCC solid;
}


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

div#header{
	width: 978px;
	height: 96px;
	/*background: #D72326 url(../images/header.jpg) no-repeat top left;*/
	border-width: 0 0 2px 0;
	border-color: #CCCCCC;
	border-style: solid;
}

div#header h1{
	float: left;
	width: 360px;
}

div#header h1 a{
	width: 308px;
	height: 43px;
	background: transparent url(../images/logo-w.gif) no-repeat top left;
	display: block;
	text-indent: -3000px;
	outline: none;
	margin: 26px 0 0 20px;
}

div#header h2{
	float: left;
	width: 320px;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 34px;
}

div#header h2 span{
	color: #CCC;
}

div#head_contact{
	float: right;
	border: 3px #FFF solid;
	padding: 10px;
	text-align: center;
	margin: 8px 30px 0 0;
	color: #000000;
}

div#head_contact h3{
	font-weight: normal;
	font-size: 1.7em;
}

div#head_contact h4{
	font-weight: normal;
	font-size: 0.8em;
}

div#head_contact h4 a{
	color: #000;
}

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



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

div#header2{
	width: 972px;
	height: 28px;
	background: #FFF url(../images/headgrad.jpg) repeat-x bottom left;
	border-left: 6px #D72326 solid;
}

div#header2 form{
	margin: 0;
	padding: 4px;
	float: left;
}

div#header2 form input{
	background: #FFF;
	border: 1px #CCC solid;
	font-size: 0.7em;
	padding: 2px;
	color: #666;
	float: left;
}

div#header2 form input.submit{
	background: transparent;
	border: none;
	margin-left: 4px;
}

div#header2 ul{
	float: right;
	border-left: 1px #CCC solid;
	list-style: none;
	margin: 2px 3px 0 3px;
}

div#header2 ul li{
	float: left;
	padding: 4px 6px 1px 6px;	
}

div#content{
	width: 978px;
	overflow: hidden;
	background: transparent url(../images/content_bg2.jpg) repeat-y top left;
}

div.full{
	background: transparent url(../images/content_bg2_full.jpg) repeat-y top left!important;
}

div#col1{
	width: 163px;
	float: left;
	background: transparent url(../images/left_col.jpg) no-repeat top left;
	min-height: 400px;
}

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

ul#nav li{
	margin: 0;
	padding: 0;
	border-left: 6px transparent none;
}

ul#nav li.selected{
	border-left: 6px transparent none;
}

ul#nav li a{
	display: block;
	padding: 5px 7px;
	border-bottom: 1px #FFF dashed;
	color: #FFF;
	text-align: right;
	font-size: 0.8em;
}

ul#nav li.selected a, ul#nav li a:hover{
	color: #FFF;
	background: #D72326;
}

ul#nav li ul{
	list-style: none;
}

ul#nav li ul li a{
	background: none!important;
}

ul#nav li ul li.selected a{
	font-weight: bold;
}

div#col2{
	width: 306px;
	float: left;
	padding: 10px 10px;
}

div#col2full{
	width: 469px;
	float: left;
	padding: 10px 10px;
}

div#col2 h2, div#col2full h2{
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 1.3em;
}

div#col2 p strong, div#col2full p strong{
	color: #D72326;
	font-weight: normal;
}

div#col2 p a, div#col2full p a{
	border-bottom: #D72326 1px dashed;
	color: #333;
}

div#col2 p, div#col2full p{
	margin-bottom: 15px;
	font-size: 0.9em;
}

div#col2 h3, div#col2full h3{
	color: #333;
	font-weight: normal;
	margin-bottom: 30px;
	font-size: 0.9em;
}

div#col3{
	width: 153px;
	float: left;
	padding: 10px 5px;
}

div#col3 p{
	margin-bottom: 10px;
	font-size: 0.6em;
	color: #333;
}

div#col3 h3{
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 0.8em;
}

div#col3 h3 strong{
	color: #D72326;
}

div#col3 p strong{
	color: #000;
}

div#col3 ul{
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 0.6em;
	color: #333;
}

div#col3 ul li{
	margin-bottom: 6px;
}

div#col4{
	width: 326px;
	float: left;
	padding: 0;
	position: relative;
}

div#col4 div#calltoaction{
	background: #DB2028 url(../images/calltoaction.jpg) no-repeat top left;
	margin-bottom: 10px;
	color: #FFF;
	padding: 20px;
}

div#col4 div#calltoaction p{
	margin-bottom: 10px;
}

div#col4 div#calltoaction ul{
	margin: 8px 10px 8px 12px;
	font-size: 0.65em;
}

div#downloads ul{
	background: #D1D2D4;
	padding: 10px;
	list-style: none;
}

div#downloads ul li{
	color: #D72326;
	font-weight: normal;
	font-size: 0.9em;
}

div#downloads ul ul{
	list-style: none;
	border-top: 1px #999 solid;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.8em;
}

div#downloads ul ul li{
	padding: 5px;
	border-bottom: 1px #999 solid;
}

div#downloads ul ul li a{
	color: #333;
	display: block;
	padding: 1px 0;
}

div#downloads ul ul li a:hover{
	color: #D72326;
}

div#downloads ul ul li a.xls{
	background: transparent url(../images/icons/page_white_excel.png) no-repeat right;
}

div#downloads ul ul li a.pdf{
	background: transparent url(../images/icons/page_white_acrobat.png) no-repeat right;
}

ul#downloads ul li a.doc{
	background: transparent url(../images/icons/page_white_word.png) no-repeat right;
}

ul#downloads ul li a.pp{
	background: transparent url(../images/icons/page_white_powerpoint.png) no-repeat right;
}

ul#downloads ul li a.img{
	background: transparent url(../images/icons/picture.png) no-repeat right;
}

div#contacts ul{
	list-style: none;
	margin: 10px 0;
}

div#contacts ul li{
	display: block;
	background: #D72326;
	margin-bottom: 1px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 0.8em;
}

div#contacts ul li a{
	color: #FFF;
}

div#contacts ul li strong{
	color: #000;
	font-weight: normal;
	width: 60px;
	float: left;
}

div#map8386{
	position: absolute;
	top:0;
	left: 0;
}

h4 a{
	color: #D72326;
}

h4 a small{
	color: #999;
}

div.hr{
		border-bottom: 1px #CCC dashed;
		height: 10px;
		width: 100%;
}

div.hr hr{
	display: none;
}

/* Gallery Images
------------------------------------------------------------------------------------------------- */

a.galimg{
	width: 110px;
	float: left;
	height: 100px;
	margin: 3px;
	color: #666;
	font-size: 0.6em;
	text-align: center;
}

a.galimg:hover img{
	border-color: #D72326!important;
}

div#col3 a.galimg{
	height: auto!important;
	width: 130px;
}


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

fieldset.sitesearch dt, dl.emailform dt{
	clear: left;
	float: left;
	width: 100px;
}

fieldset.sitesearch dd, dl.emailform dd{
	float: left;
	width: 320px;
}

fieldset.sitesearch dd input, dl.emailform dd input, dl.form dd textarea{
	width: 300px;
}

fieldset.sitesearch dd input.submit{
	width: 100px;
}

fieldset.sitesearch{
	border: none;
	padding: 10px 0;
	font-size: 0.8em;
}

fieldset.sitesearch legend{
	color: #D72326;
	font-size: 1.4em;
}


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

div#footer{
	width: 952px;
	height: 40px;
	background: #FFF url(../images/footergrad.jpg) repeat-x top left;
	border-left: 6px #F0F0F2 solid;
	padding: 10px;
}

div#footer ul{
	list-style: none;
	font-size: 0.7em;
	color: #999;
}

div#footer ul li{
	float: left;
	margin-right: 5px;
}

div#footer ul li a{
	color: #666;
}

div#footer ul li a:hover{
	color: #000;
}

div#footer p{
	color: #333;
	clear: both;
}


/* 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;
}
