/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	width:100%;
	height:100%;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	background:#282828;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
.input {
	border:1px solid #000;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#F8FFFC;
	color:#000;
	}
.input:focus {
	border:1px solid #999;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#EEE;
	color:#000;
	}
h1 {
	color:#333;
	font:normal 1.8em Verdana, Arial, Helvetica, sans-serif;
	}
h2 {
	font:normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	color:#3085de;
	}
h2 a {
	text-decoration:none;
	color: #4287bc;
	}
h2 a:hover {
	color: #2bd42b;
	text-decoration:none;
	}
h3 {
	font:normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	}
h4 {
	font:bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	}
p {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.4em;
	}
p a {
	color: #6b99b8;
	text-decoration: none;
	font-weight:bold;
	}
p a:hover {
	color: #27a92e;
	text-decoration:underline;
	}
li {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color:#333;
	}
li a {
	color:#0033CC;
	text-decoration:none;
	font-weight:bold;
	}
li a:hover {
	color:#999;
	text-decoration:none;
	}
hr {
	color:#EEE;
	height:1px;
	}
	
/*********
TABLES
**********/

table#cmsLevels {
	width:460px;
	border:3px solid #CCC;
	background:#FFF;
	}
td.lcol1 {
	width:200px;
	background:#CCC;
	}
table#cmsLevels td {
	padding:10px;
	}
		
/*******************
MAIN SITE STRUCTURE
********************/

#container {
	margin:auto;
	clear:both;
	position:relative;
	overflow:hidden;
	width:980px;
	height:auto;
	padding:10px 0px 0px 0px;	
	}
#header {
	position:relative;
	overflow:hidden;
	width:980px;
	height:100px;
	padding:0;
	background:url(../img/header.jpg) left center no-repeat #FFF;
	}
#searchBox {
	float:right;
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:5px 10px 10px 0;
	padding:0;
	}
#searchBox li {
	color:#FFF;
	}
#contentWrapper {
	overflow:hidden;
	position:relative;
	width:980px;
	height:auto;
	z-index:5;
	padding:10px 0 5px 0;
	background:#FFF;
	}
#contentLeft {
	float:left;
	overflow:hidden;
	position:relative;
	padding:10px 0 0 0;
	width:225px;
	height:auto;
	z-index:6;
	}		
#content {
	float:left;
	overflow:hidden;
	position:relative;
	width:745px;
	height:auto;
	padding:0;
	z-index:6;
	}
#contentRight {
	float:left;
	overflow:hidden;
	position:relative;
	width:225px;
	height:auto;
	padding:10px 0 0 0;
	margin:0 0 0 5px;
	z-index:6;
	}	
	
/*********
CONTENT
**********/

#contentWrap {
	overflow:hidden;
	position:relative;
	width:700px;
	height:auto;
	min-height:350px;
	padding:20px;
	z-index:6;
	margin-bottom:5px;
	}	
#contentWrap img { 
	position:relative;
 
	}
#contentWrap ul {
	padding-left:15px;
	}	
.cmsMod {
	float:left;
	overflow:hidden;
	position:relative;
	width:130px;
	height:170px;
	text-align:center;
	}	
			
/**********
INDEX
***********/

#contentWrapIndex {
	float:left;
	overflow:hidden;
	position:relative;
	width:470px;
	height:auto;
	min-height:400px;
	padding:20px;
	z-index:6;
	margin-bottom:5px;
	}	
#contentWrapIndex ul {
	padding-left:15px;
	}	
	
/***************
LATEST PROJECTS
****************/

#latestProject {	
	float:left;
	overflow:hidden;
	position:relative;
	width:225px;
	height:auto;
	padding:0;
	margin:0 0 20px 0;
	z-index:6;
	}
#latestProject h2 {
	color:#FFF;
	padding:5px 0 5px 5px;
	background:#0066CC;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	}
#latestProject h3 {
	color:#3085de;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	}
#latestProject h2 a {
	color:#FFF;	
	}
#latestProject h2 a:hover {
	color: #c9dede;
	}
#latestProject p  {
	color:#333;
	font:normal 0.85em Verdana, Arial, Helvetica, sans-serif;
	}
#latestProject a {
	color:#000;
	font:bold 0.95em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
#latestProject p a:hover {
	color:#024675;
	}
.latestProWrap {
	position:relative;
	overflow:hidden;
	width:434px;
	height:auto;
	padding:0 0 5px 0;
	border-bottom:1px dotted #CCC;
	margin-bottom:5px;
	}
.latestImg {
	position:relative;
	overflow:hidden;
	float:left;
	width:auto;
	height:auto;
	text-align:left;
	margin:0 10px 0 0;
	}
#latestProject img	{
	margin:0;
	}
.latestInfo {
	position:relative;
	overflow:hidden;
	float:left;
	width:160px;
	height:auto;
	padding:0 0 0 0;
	}
.proMore {
	position:relative;
	overflow:hidden;
	float:left;
	width:2250px;
	height:auto;
	padding:8px 0 0 0;
	}
.latestProPage {
	position:relative;
	overflow:hidden;
	width:700px;
	height:auto;
	padding-bottom:10px;
	margin:0 0 10px 0;
	border-bottom:1px dashed #CCC;
	}
.latestProInfo {
	position:relative;
	float:left;
	width:480px;
	height:auto;
	padding:0 0 0 8px;
	}
		
/***************
CASE STUDIES
****************/

#caseStudies {	
	float:left;
	overflow:hidden;
	position:relative;
	width:225px;
	height:auto;
	padding:0;
	z-index:6;
	margin:0 0 20px 0;
	}
#caseStudies h2 {
	color:#FFF;
	padding:5px 0 5px 5px;
	background:#0066CC;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	}
#caseStudies h3 {
	color:#3085de;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	}
#caseStudies h2 a {
	color:#FFF;	
	}
#caseStudies h2 a:hover {
	color:#000;
	}
#caseStudies p  {
	color:#333;
	font:normal 0.85em Verdana, Arial, Helvetica, sans-serif;
	}
#caseStudies a {
	color:#000;
	font:bold 0.95em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
#caseStudies p a:hover {
	color:#000;
	}

/***************
LATEST NEWS
****************/

#latestNews {	
	float:left;
	overflow:hidden;
	position:relative;
	width:225px;
	height:auto;
	padding:0;
	margin:0 0 20px 0;
	z-index:6;
	}
#latestNews h2 {
	color:#FFF;
	padding:5px 0 5px 5px;
	background:#0066CC;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	}
#latestNews a {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#333;
	text-align:left;
	}
#latestNews a:hover {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#3085de;
	text-align:left;
	}
.latestNewsItem  {
	position:relative;
	display:block;
	width:160px;
	height:auto;
	font-size:0.9em;
	border-bottom:1px dotted #CCC;
	}
.latestNewsItem a {	
	display:block;
	cursor:pointer;
	width:160px;
	height:auto;
	outline:none;
	color:#024675;
	padding:5px 0 5px 0;
	text-decoration:none;
	}
.latestNewsItem a:hover {	
	color:#FF3300;
	text-decoration:none;	
	}
.latestNewsItem a span {
	position:absolute;
	top:8px;
	left:165px;
	float:right;
	outline:none;
	color:#3085de;
	line-height:17px;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	}
.latestNewsItem a:hover span {
	color:#666;
	}
.newsItem  {
	position:relative;
	display:block;
	width:500px;
	height:auto;
	font-size:1.2em;
	border-bottom:1px dotted #CCC;
	}
.newsItem a {	
	display:block;
	cursor:pointer;
	width:400px;
	height:auto;
	color:#024675;
	padding:5px 65px 5px 0;
	text-decoration:none;
	}
.newsItem a:hover {	
	color:#FF3300;
	text-decoration:none;	
	}
.newsItem a span {
	position:absolute;
	top:8px;
	left:440px;
	float:right;
	color:#3085de;
	line-height:17px;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	}
.newsItem a:hover span {
	color:#000;
	}	
.newsNav {	
	position:absolute;
	top:20px;
	left:420px;
	width:300px;
	text-align:right;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	}
.newsNav a {	
	color:#0066CC;
	}
.newsNav a:hover {	
	color:#000;
	}		
.newsNav2 {	
	position:absolute;
	top:55px;
	left:420px;
	width:300px;
	text-align:right;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	}
.newsNav2 a {	
	color:#0066CC;
	}
.newsNav2 a:hover {	
	color:#000;
	}	
	
/*********
Top Level
**********/

#menuWrap {
	position:relative;
	overflow:hidden;
	list-style:none;
	width:980px;
	height:auto;
	margin:0 0 1px 0;
	background:#5a5a5a;
	border-top:1px solid #FFF;
	}
.menuItem {
	float:left;
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	border-right: 1px solid #666; 
	border-left: 1px solid #4c4c4c;
	}
.menuItem a {
	display:block;
	cursor:pointer;
	color:#FFF;
	width:auto;
	height:auto;
	outline:none;
	padding:5px 30px 5px 30px;
	font:bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;	
	background:#5a5a5a;
	}
.menuItem a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(../img/menuBgOvr.jpg) repeat-x;
	}
.menuItemHere {
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	height:auto;
	border-right: 1px solid #666; 
	border-left: 1px solid #4c4c4c;
	}
.menuItemHere a {
	display:block;
	cursor:pointer;
	color:#FFF;
	width:auto;
	height:auto;
	outline:none;
	background:#5a5a5a;
	font:bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	padding:5px 30px 5px 30px;
	text-decoration:none;
	}
.menuItemHere a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(../img/menuBgOvr.jpg) repeat-x;
	}
	
/***********
SIDE MENU 
***********/

ul.sideMenuWrap {
	width:230px;
	margin:0 0 20px 0;
	list-style:none;
	}
.sideMenu {
	overflow:hidden;
	width:220px;
	height:auto;
	font:bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	border-top: 1px solid #666; 
	border-bottom: 1px solid #4c4c4c;
	}
.sideMenu a {
	display:block;
	cursor:pointer;
	width:216px;
	height:auto;
	outline:none;
	background:url(../img/menuBg.jpg) repeat-x;
	color:#FFF;
	padding:7px 0 7px 4px;
	text-decoration:none;
	}
.sideMenu a:hover {
	background:url(../img/menuBgOvr.jpg) repeat-x;
	color:#FFF;
	text-decoration:none;
	}	
.sideMenuHere {
	width:220px;
	height:auto;
	font:bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	}
.sideMenuHere a {
	display:block;
	cursor:pointer;
	width:216px;
	height:auto;
	outline:none;
	background:url(../img/menuBg.jpg) repeat-x;
	color:#FFF;
	
	padding:7px 0 7px 4px;
	text-decoration:none;
	}
.sideMenuHere a:hover {
	background:url(../img/menuBgOvr.jpg) repeat-x;
	color:#FFF;
	text-decoration:none;
	}
	
/***********
SUB MENU 1
***********/

.subMenuWrap {
	margin:0 0 0 0;
	}
.subMenu {
	position:relative;
	width: 230px;
	height: auto;
	margin:0 0 0 0;	
	}
.subMenu a {
	color:#FFF;
	display: block;
	width: 210px;
	height: auto;
	outline:none;
	border-top: 1px solid #666; 
	border-bottom: 1px solid #4c4c4c;
	font:bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding:3px 0 3px 10px;
	text-decoration: none;
	background:#5a5a5a;
	}
.subMenu a:hover {
	color:#FFF;
	text-decoration: none;
	background:url(../img/menuBgOvr.jpg) repeat-x;
	}
.subMenuHere {
	position:relative;
	width: 226px;
	height: auto;
	margin:0 0 0 0;	
	
	}
.subMenuHere a {
	color:#FFF;
	display: block;
	width: 206px;
	height: auto;
	outline:none;
	border-top: 1px solid #666; 
	border-bottom: 1px solid #4c4c4c;	
	font:bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding:3px 0 3px 10px;
	text-decoration: none;
	border-right:4px solid #2474cd;	
	background:#5a5a5a;
	}
.subMenuHere a:hover {
	color:#FFF;
	text-decoration: none;
	background:url(../img/menuBgOvr.jpg) repeat-x;
	}	
	
/***********
SUB MENU 2
***********/	

.subSubMenuWrap {

	}
.subSubMenuWrap ul {
	position:relative;
	width: 226px;
	height: auto;	
	}
.subSubMenu {
	display: block;
	position:relative;
	width: 216px;
	height: auto;
	}
.subSubMenu a {
	color:#FFF;
	display: block;
	width: 200px;
	height: auto;
	outline:none;
	border-right: 0px; 
	border-top: 1px solid #666; 
	border-bottom: 1px solid #4c4c4c;
	font:bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	padding:3px 0 3px 20px;
	text-decoration: none;
	background:#5a5a5a;
	}
.subSubMenu a:hover {
	color:#FFF;
	text-decoration: none;
	background:url(../img/menuBgOvr.jpg) repeat-x;
	}
.subSubMenuHere {
	width: 216px;
	height: auto;	
	}
.subSubMenuHere a {
	color:#FFF;
	display: block;
	width: 196px;
	height: auto;
	outline:none;
	border-top: 1px solid #666; 
	border-bottom: 1px solid #4c4c4c;
	font:bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding:3px 0 3px 20px;
	text-decoration: none;
	background:#5a5a5a;
	}
.subSubMenuHere a:hover {
	color:#FFF;
	background:url(../img/menuBgOvr.jpg) repeat-x;
	text-decoration: none;
	}
	
/*********
Login
**********/

.login {
	float:right;
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:0 10px 0 0;
	}
.login a {
	display:block;
	cursor:pointer;
	color:#FFF;
	width:auto;
	height:auto;
	font:bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 10px 20px;
	text-decoration:none;	
	}
.login a:hover {
	color:#3085de;
	text-decoration:none;
	}
.loginHere {
	float:right;
	width:auto;
	height:auto;
	overflow:hidden;
	position:relative;
	text-align:center;
	height:auto;
	}
.loginHere a {
	float:left;
	display:block;
	cursor:pointer;
	color:#FFF;
	font:bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	width:auto;
	height:auto;
	padding:10px;
	text-decoration:none;
	}
.loginHere a:hover {
	float:left;
	color:#FFF;
	text-decoration:none;
	background:#000;
	}
#loginBg {
	overflow:hidden;
	position:relative;
	width:683px;
	height:265px;
	padding:120px 20px 15px 20px;
	background:url(../img/loginBg.jpg);
	}
#loginBg h1 {
	color:#FFF;
	font:normal 2.1em Georgia, "Times New Roman", Times, serif;
	}
.loginWrap {
	overflow:hidden;
	position:relative;
	width:400px;
	height:20px;
	padding:5px 0 3px 0;
	margin:0 0 0 0;
	font-size:1.2em;
	}
.login1 {
	float:left;
	overflow:hidden;
	position:relative;
	width:65px;
	height:17px;
	padding:3px 5px 0 0;
	margin:0 0 0 0;
	color:#FFF;
	}
.login2 {
	float:left;
	overflow:hidden;
	position:relative;
	width:300px;
	height:auto;
	margin:0 0 0 0;
	}
	
/******
Footer
******/

#footerWrap {
	overflow:hidden;
	position:relative;
	width:940px;
	min-height:130px;
	padding:30px 0 0 40px;
	margin:0 0 20px 0;
	background:url(../img/footerBg.jpg) bottom no-repeat;
	}
#footer ul  {
	color:#FFF;
	list-style:none;
	width:200px;
	height:100px;
	padding:0 0 0 20px;
	}
#footer li a {
	color:#FFF;
	text-decoration:none;
	}
#footer li a:hover {
	color:#003300;
	text-decoration:none;
	}
.box1 {	
	float:left;
	list-style:none;
	border-right:1px solid #2758a4;
	}
.box1 ul li {
	color:#EEE;
	}
.box2 {	
	float:left;
	list-style:none;
	border-left:1px solid #217cda;
	border-right:1px solid #2758a4;
	}
.box2 ul li {
	color:#EEE;
	}
.box3 {	
	float:left;
	list-style:none;
	border-left:1px solid #217cda;
	}
.box3 ul li {
	color:#EEE;
	}
#footer  p {
	font:normal 100 0.9em normal Arial, Helvetica;
	line-height:15px;
	color:#000;
	}
#footer a {
	color:#0066CC;
	text-decoration:underline;
	}
#footer a:hover {
	color:#CC3300;
	text-decoration:none;
	}	
