/*------------------------------
	Name: Waracle CMS Template
	Author: Oskar Kirkwood
	Website: http://www.waracle.com/
	Copyright: Waracle Ltd 2008
-------------------------------*/

*{
	margin:0;
	padding:0;
	border:0;
}

html, body {
	height: 100%;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	background:#dff0f8 url(images/body-background.png) repeat-x;
	text-align:center;
}

#topnav a{
	color:#fff;
}

li #current a{
	color:#000;
}

#container{
	margin:0 auto;
	width:980px;
	text-align:left;
}

#page-left{
	float:left;
	width:200px;
	height:835px;
}

#left-contents{
	width:200px;
	padding-bottom:50px;
	background:url(images/left-background.png) repeat-y;
}

#left-footer{
	height:27px;
	margin-left:1px;
	width:200px;
	background:url(images/left-footer.png) no-repeat;
}

#logo{
	width:200px;
	height:172px;
	background:url(images/logo-background.png) no-repeat;
	padding-top:10px;
}

#logo img{
	margin-top:8px;
	margin-left:30px;
}

#submenu-outer{
	width:200px;
}

#submenu-header{
	width:200px;
	height:46px;
	background:url(images/subnav-header.png);
	float:left;
}

#submenu-body{
	width:200px;
	background:url(images/subnav-body.png) repeat-y;
	padding-left:10px;
	padding-bottom:4px;
}

#submenu-body a {
	clear:left;
	float:left;
	color:#fff;
	width:174px;
	height:21px;
	font-size:12px;
	padding-top:4px;
	padding-left:5px;
	margin-top:3px;
	margin-bottom:0px;
	text-decoration:none;
	background:#3684b3;
	
}

#submenu-footer{
	background:url(images/subnav-footer.png);
	height:10px;
	width:200px;
	float:left;
}

#address{
	width:180px;
	height:115px;
	margin-top:18px;
	background:url(images/address.png);
	float:left;
	padding-left:20px;
	padding-top:35px;
}

#address p{
	margin: 0px;
	padding:0px;
	margin-top:3px;
	color:#fff;
}

#contact{
	float:left;
	width:180px;
	height:62px;
	margin-top:12px;
	background:url(images/contact.png);
	padding-left:20px;
	padding-top:35px;
}

#contact p{
	margin: 0px;
	padding:0px;
	margin-top:3px;
	color:#fff;	
}

#page-right{
	float:right;
	width:770px;
	height:100%;
	margin-top:4px;
	margin-bottom:10px;
	
}

#content-right{
	background:#fff;
	width:770px;
}

#header-outer{
	height:178px;
	width:769px;
	background:url(images/banner.png) no-repeat;
}

#header-inner{
	padding-top:133px;
	padding-left:20px;
}

/* --- topnav --- */

#current{
	background:url(images/tab.png);
	width:96px;
	height:30px;
	padding-top:17px;
	float:left;
	text-align:center;
}

#current a{
	text-decoration:none;
	color:#000;
	font-size: 16px;
	margin:0 auto;
}

#notcurrent{
	width:96px;
	height:30px;
	padding-top:17px;
	float:left;
	text-align:center;
}

#notcurrent a{
	text-decoration:none;
	font-size: 16px;
	margin:0 auto;
}

ul#topnav{
	margin:0;
	height:96px;
}

ul#footer-left li{display: inline; margin:2px;}

ul#topnav li {display: inline; margin:0px;}

ul#topnav li a:link, ul#topnav li a:visited{
 	margin-top:5px;
 	padding-left:2px;
 	padding-right:2px;
	text-decoration:none;
	font-size:12px;
	margin-left:20px;
}

#pagebanner-outer{
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
	width:750px;
	float:left;
	background:url(images/page-banner-background.png) repeat-x;
}

#pagebanner-inner{
	float:left;
	margin-left:10px;
	height:97px;
}

#pagebanner-inner h1{
	margin-top:7px;
}

#page-icon{
	float:left;
}

#body-outer{
	background:#fff;
	width:770px;
	/* min-height hack */
	min-height:455px;
  	height:auto !important;
  	height:455px;
  	/* end min-height hack */
	padding-top:10px;
}

#body-inner{
	margin-bottom:0px;
	width:750px;
	padding:10px;
}

#services-text h1{
	background:#4fa5e0;
	font-size:18px;
	padding:5px;
	padding-left:9px;
}

#services-text h2{
}

#services-nav h2{
	background:#4fa5e0;
	font-size:18px;
	padding-left:4px;
}

#services-content h2{
float:left;
	background:#4fa5e0;
	font-size:18px;
	padding:5px;
	padding-left:9px;
	width:469px;
}

#profile-text{
	width:550px;
	/* min-height hack */
	min-height:110px;
  	height:auto !important;
  	/* end min-height hack */
	float:left;
	margin-bottom:20px;
	margin-left:10px;
}

#profile-text ul li{
	margin-left:30px;
	}
	
#profile-text li{
	margin-left:30px;
	}

#profile-text ol li{margin-left:30px;
}

#profile-text h1{
	background:#4fa5e0;
	font-size:18px;
	padding:5px;
	padding-left:9px;
}

#profile-content h2{
float:left;
	background:#4fa5e0;
	font-size:18px;
	padding:5px;
	padding-left:9px;
	width:745px;
}

#profile-image{
	width:100px;
	height:100px;
	float:right;
}

#team{
	float:left;
}

/* -- Footer -- */

#footer-outer{
	background:url(images/footer-background.png);
	width:770px;
	height:61px;
}

#footer-inner{
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	color:#fff;
}

#copyright{
	float:left;
}

#links{
	float:right;
}

#links a{
	color:#fff;
	text-decoration:none;
}

#services{
	width:485px;
	float:left;
}

#services-content{
	float:left;
	width:485px;
	margin-bottom:20px;
	}

#services-text{
	width:370px;
	/* min-height hack */
	min-height:110px;
  	height:auto !important;
  	/* end min-height hack */
	float:left;
	margin-bottom:20px;
}

#services-text ul li{
	margin-left:30px;
	line-height:70%;
	
	}

#services-text ol li{margin-left:30px;
line-height:70%;}

#services-image {
	width:100px;
	height:100px;
	float:right;
	margin-top:0px;
}

#services-nav{
	float:right;
	width:250px;
	height:400px;
	background:#b3d8e8;
	overflow:auto;
	border:1px solid #4fa5e0;
}

#services-nav a{
	color:#1e5e7a;
	margin-left:10px;
	text-decoration:none;
	margin-top:10px;
	float:left;
	width:200px;;
}

#services-nav h2{
	color:#fff;
	height:25px;
}

#project-members{
	float:left;
	width:485px;
}

#member{
	height:57px;
	width:150px;
	margin:5px;
	float:left;
}

#member-avatar{
	float:left;
}

#member-links{
	float:right;
	width:75px;
	height:57px;
	text-align:left;
	padding-top:6px;
}

#projects-nav{
	float:right;
	width:250px;
	height:400px;
	background:#b3d8e8;
	border:1px solid #4fa5e0;
}

#project-list{
	height: 330px;
	overflow:auto;
}

#projects-nav a{
	color:#1e5e7a;
	margin-left:10px;
	text-decoration:none;
	margin-top:10px;
	float:left;
	width:200px;;
}

#project-search{
	margin-left:10px;
}

a{
	margin-bottom:4px;
	width:60px;
	cursor:pointer;
	color:#1E5E7A;
}

/* ------------------------------
	
Content Styles - Share with wysiwyg
	
------------------------------ */

	
h1 {
	font-size:28px;
	margin-bottom:10px;
	color:#fff;
}

h2 {
	background:#4fa5e0;
	font-size:18px;
	padding:5px;
	padding-left:9px;
	color:#fff;
	margin:0px;
}

h3{
	font-size:12px;
	margin-bottom:12px;
	font-weight:bold;
}

p{
	margin-bottom:12px;
}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
margin-bottom:10px;
}

/* --- clearfix --- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

textarea{
	background:#fff; 
	border:1px solid #999;
	width:300px;
	height:200px
}
  
input{
	background:#fff;
	border: 1px solid #999;
}
 
#contactform p{width:320px;}
 
#map{
	width:350px;
	height:350px;
	float:right;
}

#contactform{
	float:left;
	width:300px;
	height:400px;
}
 
/* -- reusable classes -- */

.dropfirst{margin-top:3px;}

.tc {display:table-cell;}

.hor-line{border-top:1px solid #000; margin-bottom:10px;}

.align-left{text-align:left;}

.align-right{text-align:right;}

.float-left{float:left;}

.float-right{float:right;}