/*

 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: #d8f0f2 url(../images/bg_sky.jpg) no-repeat top center;
	overflow-x: hidden;
}

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{
	min-height: 1000px;
	overflow: hidden;
	margin: 0 auto;
	background: transparent url(../images/bg_grass.png) no-repeat bottom center;
}

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

/* Header 
------------------------------------------------------------------------------------------------- */
div#header h1 {
	width: 366px;
	height: 130px;
	margin-left:-90px;
	float: left;
}

div#header h2 {
	float:right;
	width:210px;
	margin:30px 0 0 0;
	text-align: right;
	color: #6db9e9;
}
div#header h2 a {
	display:block;
	color: #6db9e9;
}

div#header h3 {
	clear:right;
	float:right;
	color: #fff;
	margin:10px 0 20px 0;
	font-size: 1.1em;
}

div#header h1 a {
	background:transparent url(../images/logo.png) no-repeat top left;
	width: 366px;
	height: 130px;
	display: block;
	text-indent: -3000px;
	float: left;
	outline: none;
}
	


/* Nav 
------------------------------------------------------------------------------------------------- */
ul#nav{
	clear: both;
	width: 900px;
	background: transparent url(../images/box.png) repeat top left;
	list-style: none;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

ul#nav li{
	float: left;
	height: 40px;
	border-right: 2px #BACCD7 solid;
}

ul#nav li a {
	display: block;
	margin: 10px 24px 10px 24px;
	color: #145074;
	font-weight: bold;
	font-size: 1.0 em;
}

ul#nav li a:hover, ul#nav li a.selected{
	background: transparent;
	color:#098fe2;
}

li.item6{
	border-right: none!important;
}


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

div#content h1{
	color: #333333;
	margin: 0 0 10px 0;
	font-weight: normal;
}

div#content h2{
	color: #145074;
	margin: 0 0 10px 0;
	font-weight: normal;
}

div#content h2 a img{
	border: none;
	margin-top: 20px;
}

div#content h3{
	color: #333333;
	margin: 0 0 10px 0;
	font-weight: normal;
}

div#content p{
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 0 15px 0;
}

div#content ul{
	line-height: 1.4em;
	margin: 6px 0 6px 20px;
}

div#content ul > li{
	font-size: 0.8em;
}

div#leftcol{
	height: 380px;
	width: 280px;
	margin: 10px 0 0 0;
	background: transparent url(../images/box.png) repeat top left;
	float: left;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 10px;
	z-index: 1000;
	overflow: visible;
}

a.button{
	text-align: center;
	display: block;
	color: #FFF;
	width:78px;
	height:26px;
	background: transparent url(../images/button.png) no-repeat bottom;
}

div#leftcol ul{
	list-style: none;
	color: #145074;
	margin: 10px 0 20px 0;
}

div#leftcol strong{
	color: #145074;
}

div#leftcol ul li{ 
	background:transparent url(../images/arrow.png) no-repeat 5px 10px;
	font-size: 0.8em;
	margin: 5px 10px 0 0;
	padding-left: 20px;
	border-bottom: 1px #CCC dashed;
	color: #000;
}

div.cols2{
	width: 425px;
	float: left;
}
	
img.pc {
	float:right;
}	

div#maincol{
	height: 370px;
	width: 570px;
	margin:  10px 0 0 10px;
	background: transparent url(../images/box.png) repeat top left;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

div#maincol address{
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 0 15px 0;
}

div#contact_details{
	width: 300px;
	float: left;
}

div#contact_map{
	width: 500px;
	height: 300px;
	float: right;
}

div#content fieldset{
	clear: both;
	margin-top: 30px;
	width: 400px;
	padding: 10px 10px 4px 10px;
	background: #FFF;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-color: #FFF;
}

div#content fieldset legend{
	color: #666;
	padding: 0;
	margin: 0;
}

div#content fieldset dl{
	font-size: 0.8em;
}

div#content fieldset dt{
	width: 120px;
	padding: 1px;
	float: left;
}

div#content fieldset dd{
	width: 274px;
	padding: 1px;
	float: left;
}


div#content fieldset dd input{
	width: 270px;
	border: 1px #CCC solid;
}

div#content fieldset dd input.submit{
	width: 140px;
	border: 1px #CCC solid;
}

div#content fieldset dd textarea{
	width: 270px;
	height: 100px;
	border: 1px #CCC solid;
}

p.mandetory{
	clear: both;
	color: #145074;
}

/* Footer 
------------------------------------------------------------------------------------------------- */
div#footer {
	z-index: 500;
	width: 860px;
	margin:0 0 10px 0;
	background: transparent url(../images/box.png) repeat top left;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	padding: 20px;
	overflow: hidden;
}

div#footer p{
	color: #000;
}

div#footer p strong{
	color: #145074;
}

div#left {
	width:265px;
	float:left;
	padding: 10px;
	color: #145074;
}

img.speach{
	float: left;
	margin: 10px 10px 0 0 ;
}

img.speach1{
	float: right;
	margin: 0 10px 0 10px ;
}

div#middle {
	width:265px;
	float:left;
	padding: 10px;
}

div#middle ul{
	list-style: none;
	color: #145074;
	margin: 0;
}

div#middle ul li{ 
	background:transparent url(../images/arrow.png) no-repeat left;
	font-size: 0.8em;
	margin: 5px 10px 0 0;
	padding-left: 20px;
	border-bottom: 1px #CCC dashed;
	color: #000;
}

div#middle a{
	color: #145074!important;
}

div#right {
	width: 265px;
	float: right;
	margin: 0 0 0 0;
	padding: 10px;
	color: #145074;
}

.copyright{
	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.png) no-repeat top left;
	outline: none;
	text-indent: -30000px;
	display: block;
}
