/* CSS Document */

body{
	
}
body {
   font-size: .7em;
   font-family: verdana, sans-serif;
   background:#999999;
}

a{
	color:#00f;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a img {
  border: 0;
}

#main{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #00f;
	background:#fff;
}
#headkey{
	background:#00f;
	color:#fff;
	/*font-weight:bold;*/
	padding:2px 0;
	text-align:center;
}
#header{
	height:130px;
	background:url(/images/banner.jpg) no-repeat;
	
	border-bottom:solid 1px #00f;
}
#header img{
	
}
#menu{
	float:left;
	width:150px;
}
#menu #menuhead{
	background:#0f0;
	color:#00f;
	padding:2px 0 2px 9px;
	font-weight:bold;
	margin-top:1px;
	border-top:solid 1px #00f;
	border-bottom:solid 1px #00f;

}
#menu ul{
	list-style:none;
	margin:0;

	
}

#menu ul li{
	display:block;
	/*background:#C9C;*/
	margin:0px 0;
	padding:1px 0;
	background:url(/images/dot.gif) bottom repeat-x;
	
}
html>body #menu ul{
	margin-left:0;
	padding-left:0;
}
html>body #menu ul li{
	/*margin-left:-15px;*/
}

#menu ul li a, #left ul li a:link, #left ul li a:active{
	display:block;
	color:#00f;
	text-decoration:none;
	padding:3px 0 3px 4px;
	border-left:solid 5px #fff;
	
	
}
#menu ul li a:hover{
	border-left:solid 5px #00f;
	background:#0f0;
	color:#00f;
}


#content{
	float:left;
	width:595px;
	margin-left:10px;
	background:url(/images/contentbg.gif) no-repeat center;

}
#content h1{
	color:#00f;
	font-size:1.2em;
	border-bottom:1px solid #0f0;
	margin:1px 0 6px 0;
}
#leftcontent{
	float:left;
	width:420px;
	line-height:1.5em;
	text-align:justify;
}
#rightcontent{
	float:left;
	width:165px;
	margin-left:8px;
	text-align:center;
	
}
#rightcontent ul{
	list-style:none;
	margin:0;
	padding:0;
}
#rightcontent ul li{
	display:block;
	margin:2px 0;
}

#rightcontent img{
	padding:2px;
	border:1px solid #0f0;
	text-align:center;
}

#footer{
	font-size:.9em;
	margin-top:10px;
	padding:2px 0;
	width:100%;
	background:#ddd url(/images/obgfootlogo.gif) 20px no-repeat;
	clear:both;
	color:#000;	
	text-align:center;
	border-top:solid 1px #00f;
	
}
#footer p{
	
	margin:5px;
}
#clearfix{
	height:1px;
}
.subsection{
	border-top:solid 1px #00f;
}
.subhead{
	background-color:#0f0;
	margin-top:1px;
	padding:2px 0 2px 8px;
	color:#00f;
	font-weight:bold;
}
.subcontent{
	margin-top:1px;
	border: solid 1px #00f;
	background:#ddd;
	padding-left:8px;

}
.green{
	color:#0f0;
}
.blue{
	color:#00f;
}
.bold{
	font-weight:bold;
}
.errmessage{
	color:#FF0000;
}
img.greenborder{
	padding:2px;
	border:1px solid #0f0;
}

/*CONTACT US*/
#contact{
	float:left;
	width:270px;
}
#contactus{
	float:left;
	width:310px;
	padding-left:10px;
}
#contactus fieldset {
	
	display:block; 
	/*border:1px solid #00f;*/ 
	/*padding:5px; */
	font-family:verdana, sans-serif; 
	margin-bottom:0.5em; 
	line-height:1.5em;
}
#contactus legend {font-family:Verdana, Arial, Helvetica, sans-serif, sans-serif; color:#0f0; font-size:1.1em; font-weight:bold; /*border:1px solid #00f;*/ margin-bottom:5px; padding:0px 5px 2px 0px; /*width:100px; background:#ddd;*/}
#contactus label {clear:left; display:block; float:left; width:100px; text-align:right; padding-right:10px; color:#00f; margin-bottom:0.5em;}
#contactus input {border:1px solid #0f0; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;}
#contactus textarea {border:1px solid #0f0; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;/**/}
#contactus select {margin-left:0.5em;}
/*#contactus #button { margin-left:110px;}*/
#contactus #button1 {color:#0f0; background-color:#00f; padding-right:0.5em; cursor:pointer; width:50px;}
/*#contactus #button1:hover {background-position:center left; color:#000;}*/

/*END CONTACT US*/

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox img
{
	background: #fff;
	/*border-color: #aaa #ccc #ddd #bbb;*/
	border-color:#0f0;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;

	border-style: solid;
	border-width: 1px;
	color: inherit;
	/*display: inline;*/
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox a
{
	/*cursor: default;*/
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -40px;
	left: -100px;
	z-index: 1;
}

.hoverbox .preview
{
	border-color: #000;

}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverbox a
{
	position: relative;
}

* html .hoverbox a:hover
{
	font-size: 100%;
	z-index: 1;
}

* html .hoverbox a:hover .preview
{
	top: -40px;
	left: -115px;
}

* html .hoverbox li
{
	position: static;
}
/*--------------------------------------------------------------------------------------------------
						lightbox
-----------------------------------------------------------------------------------------------------*/


#lightbox{
	background-color:#eee;
	padding: 20px;
	border:solid 3px #0f0;

	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 

#overlay{

	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/*--------------------------------------------------------------------------------------------------
						END OF lightbox
-----------------------------------------------------------------------------------------------------*/


#pagecount{
	margin:0px 0px 8px 0px;
}
#newspage{
	float:left;
}
#newspagecount{
	float:right;
}

#projectimages{
	/*border:solid 1px #000000;*/
	float:right;
	width:145px;
	text-align:left;
	/*margin-right:10px;*/
}
#projectsection{
	margin:0;
	padding:0;
	width:442px;
}

.devitem{
	clear:both;
	border-top:1px solid #000;

}
.devimage{
	width:100px;
	float:left;
}
.devimage img{
	margin-top:5px;
	padding:1px;
	border:1px solid #000;
}

.devdetails{
	margin-left:110px;
}
/*.devtitle{
	background-color:#CCFFCC;
	color:#00f;
	font-weight:bold;
	text-indent:4px;
	padding:2px 0;
	border-bottom:1px solid #000;
	margin-bottom:2px;
}
*/
.devtitle{
	background-color:#00f;
	color:#fff;
	font-weight:bold;
	text-indent:4px;
	padding:2px 0;
	border-bottom:1px solid #000;
	margin-bottom:2px;
}
.devtitle a{
	color:#fff;
	text-decoration:none;
}
.devtitle a:hover{
	color:#0f0;
	text-decoration:none;
	/*text-decoration:underline;*/
}

.devleft{
	float:left;
	width:255px;
}
.devright{
	float:left;
	width:220px;
}

.devclear {
  clear: both;
  /*padding-bottom:5px;*/
  margin-bottom:15px;
}
.devdetleft{
	float:left;
	width:210px;
}
.devdetright{
	float:left;
	width:220px;
}
#devenlarge{
	margin-left:48px;
	text-align:center;
}
.devhead{color:#00f; font-weight:bold; font-size:1.1em; border-bottom:solid 1px #0f0; margin-top:10px; float:left; width:100%}

.Blue{color:#00f;}
.Green{color:#0f0;}
.BoldBlue{color:#00f; font-weight:bold;}
.BoldGreen{color:#0f0; font-weight:bold;}

.center{
	text-align:center;
}

.tablehead{
	color:#fff;
	background-color:#00f;
	border:solid 1px #0f0;
	text-align:center;

}
table.tablecontents{
	text-align:center;
	font-size:.75em;
}
.celborder{
	border:solid 1px #0f0;
}
.celbordercentre{
	border:solid 1px #0f0;
	text-align:center;
}


.shapetable{
	padding:5px;
	border:solid 1px #0f0;
}
.reintable{
	border:solid 1px #0f0;
	padding:0px 2px;

}