@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	background: #fff;
	font-family: "Gill Sans MT", sans-serif;
}		

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h05 { clear: both; width:100%; height: 5px; }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin { margin-left: 10px; }

.contacttext { font-size: 14px; color: #000066; }
.contacttext2 { font-size: 14px; color: #000066; text-align: center; padding-top: 0px; margin-top: 0px; }
.contacttext3 { font-size: 14px; color: #FF0000; text-align: center; padding-top: 0px; margin-top: 0px; }
.further { text-align: right; margin-right: 10px; }
.projectstext { color: #000066; font-size: 14px; text-align: justify; line-height: 1.2em; margin-top: 0px; padding-left: 6px; padding-right: 6px; }
.projectstext2 { font-size: 14px; text-align: right; margin-right: 10px; line-height: 1.2em; margin-top: 0px; }
.projectstext3 { color: #000066; font-size: 14px; text-align: center; line-height: 1.2em; margin-top: 0px; padding-left: 6px; padding-right: 6px; }

#complete {
	width: 900px;
	height: 620px;	
	margin: 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: solid 1px #000066;
	-moz-box-shadow: 3px 3px 3px #000066;
	-webkit-box-shadow: 3px 3px 3px #000066;
	box-shadow: 3px 3px 3px #000066;
	background: #f4f4f4;
	padding: 5px;
}
#logo {
	width: 300px;
	height: 330px;
	float: left;
	margin: 10px;	
}
#logo a {
	text-decoration: none;	
}
#logo a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */		
}
#menu {
	width: 570px;
	height: 26px;
	float: left;
	margin: 10px 0 0 0;	
}
#menu ul {
	width: 570px;
	list-style: none;
	margin: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	display: block;
	width: 120px;
	height: 24px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;	
	outline: none;
	margin: 0 20px;
	border-radius: 10px;
	border: solid 1px #000066;
	-moz-box-shadow: 3px 3px 3px #000066;
	-webkit-box-shadow: 3px 3px 3px #000066;
	box-shadow: 3px 3px 3px #000066;
	background: #f4f4f4;
	line-height: 18px;
	color: #000066;
	font-size: 15px;
}
#menu li a:hover {
	float: left;
	display: block;
	width: 120px;
	height: 24px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;	
	outline: none;
	color: #666;
	margin: 0 20px;
	border-radius: 10px;
	border: solid 1px #000066;
	-moz-box-shadow: 3px 3px 3px #000066;
	-webkit-box-shadow: 3px 3px 3px #000066;
	box-shadow: 3px 3px 3px #000066;
	background:  #B9D3EE;
	line-height: 18px;
	font-size: 15px;	
}
#projectad {
	width: 400px;
	height: 250px;	
	margin: 30px 30px 0 80px;
	float: left;
	border-radius: 10px;
	border: solid 1px #000066;
	-moz-box-shadow: 3px 3px 3px #000066;
	-webkit-box-shadow: 3px 3px 3px #000066;
	box-shadow: 3px 3px 3px #000066;
	background: #f4f4f4;
	padding: 5px;	
}
#projectad h1 {
	font-size: 18px;
	text-align: center;	
	margin-top: 1px;
}
#projectad a {
	color: #000066;
	text-decoration: none;
}
#projectad a:hover {
	color: #666;
	text-decoration: underline;
}
#projectsmallcontainer {
	width: 390px;
	float: left;
	height: 160px;	
}
.projectsmall {
	width: 80px;
	height: 160px;
	float: left;
	margin-left: 15px;	
}
.projectsmall a {
	font-size: 16px;
	color: #000066;
	text-align: center;	
	text-decoration: none;
	line-height: 1.2em;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
}
.projectsmall a:hover {
	color: #666;
	text-decoration: underline;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.projectimgholder {
	width: 190px;
	height: 80px;
	float: left;
	margin-left: 5px;
}
.projectimgholder2 {
	width: 210px;
	height: 80px;
	float: left;
	margin-left: 5px;
}
.projects_box {
	width: 200px;
	height: 220px;	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	border-radius: 10px;
	border: solid 1px #000066;
	-moz-box-shadow: 3px 3px 3px #000066;
	-webkit-box-shadow: 3px 3px 3px #000066;
	box-shadow: 3px 3px 3px #000066;
	background: #f4f4f4;
	padding: 5px;	
}
.projects_box h1 {
	font-size: 18px;
	color: #000066;
	text-align: center;	
	margin-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
}	
.projects_box h2 {
	font-size: 16px;
	color: #000066;
	text-align: center;	
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
}	
.projects_box a {
	color: #000066;
	font-size: 14px;
	text-decoration: none;	
}
.projects_box a:hover {
	color: #666;
	text-decoration: underline;	
}
.projects_box2 {
	width: 645px;
	height: 220px;	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	border-radius: 10px;
	border: solid 1px #000066;
	-moz-box-shadow: 3px 3px 3px #000066;
	-webkit-box-shadow: 3px 3px 3px #000066;
	box-shadow: 3px 3px 3px #000066;
	background: #f4f4f4;
	padding: 5px;	
}
.projects_box2 h1 {
	font-size: 18px;
	color: #000066;
	text-align: center;	
	margin-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
}	
.projects_box2 h2 {
	font-size: 16px;
	color: #000066;
	text-align: center;	
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
}	
.projects_box2 a {
	color: #000066;
	font-size: 14px;
	text-decoration: none;	
}
.projects_box2 a:hover {
	color: #666;
	text-decoration: underline;	
}
#welcometext {
	width: 570px;
	height: 220px;	
	margin: 10px;
	float: left;
	border-radius: 10px;
	border: solid 1px #000066;
	-moz-box-shadow: 3px 3px 3px #000066;
	-webkit-box-shadow: 3px 3px 3px #000066;
	box-shadow: 3px 3px 3px #000066;
	background: #f4f4f4;
	padding: 5px;	
}
#welcometext h1 {
	font-size: 18px;
	color: #000066;
	text-align: center;	
	margin-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
}
#welcometext p {
	color: #000066;
	font-size: 14px;
	text-align: justify;
	line-height: 1.2em;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;	
}
#contactform {
	width: 570px;
	height: 220px;	
	margin: 10px;
	float: left;
	border-radius: 10px;
	border: solid 1px #000066;
	-moz-box-shadow: 3px 3px 3px #000066;
	-webkit-box-shadow: 3px 3px 3px #000066;
	box-shadow: 3px 3px 3px #000066;
	background: #f4f4f4;
	padding: 5px;	
}
#contactform a {
	color: #000066;
	text-decoration: none;	
}
#contactform a:hover {
	color: #666;
	text-decoration: underline;	
}
#quickcontact {
	width: 265px;
	height: 220px;	
	margin: 10px;
	float: left;
	border-radius: 10px;
	border: solid 1px #000066;
	-moz-box-shadow: 3px 3px 3px #000066;
	-webkit-box-shadow: 3px 3px 3px #000066;
	box-shadow: 3px 3px 3px #000066;
	background: #f4f4f4;
	padding: 5px;	
}
#quickcontact h1 {
	font-size: 18px;
	color: #000066;
	text-align: center;	
	margin-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
}
.quickcontact1 {
	width: 245px;
	height: 72px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;	
}
.quickcontact2 {
	width: 80px;
	height: 72px;
	float: left;
	margin-left: 5px;	
}
.quickcontact3 {
	width: 150px;
	height: 22px;
	float: left;
	margin-left: 10px;	
}
.quickcontact3 p {
	font-size: 14px;
	color: #000066;
	text-align: left;
	margin-top: 25px;
	margin-left: 1px;
}
.quickcontact3 a {
	font-size: 14px;
	color: #000066;
	text-align: left;
	margin-top: 25px;
	margin-left: 1px;
	text-decoration: none;
}
.quickcontact3 a:hover {
	color: #666;
	text-align: left;
	margin-top: 25px;
	margin-left: 1px;
	text-decoration: underline;
}
#footer {
	width: 900px;
	height: 50px;	
	margin: 0 auto;	
}
#copy {
	width: 300px;
	height: 30px;
	float: left;
	margin-top: 0px;
}
#copy p {
	text-align: left;
	margin-left: 15px;	
	color: #666;
	font-size: 12px;
	margin-top: 0px;
}
#opt {
	width: 600px;
	height: 30px;
	float: right;	
	margin-top: 0px;
}
#opt p {
	text-align: right;
	margin-right: 15px;	
	color: #666;
	font-size: 12px;
	margin-top: 0px;
}