/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	width:100%;
	height:100%;
	font:normal 100 0.85em Arial, Helvetica;
	color:#999;
	line-height:15px;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
blockquote {
	width:140px;
	float:right;
	margin-left:20px;
	}
.input {
	border:1px solid #999;
	padding:0px 0px 3px 3px;
	height:12px;
	color:#666;
	font-size:0.9em;
	}
.input:focus {
	border:1px solid #999999;
	padding:0px 0px 3px 3px;
	height:12px;
	color:#666;
	font-size:0.9em;
	}
.select {
	border:1px solid #999;
	padding:1px 0px 3px 3px;
	height:16px;
	color:#666;
	font-size:0.9em;
	}
.select:focus {
	border:1px solid #999999;
	padding:1px 0px 3px 3px;
	height:16px;
	color:#666;
	font-size:0.9em;
	}
textarea {
	font-size:1.1em;
	border:1px solid #999;
	padding:3px 0px 0px 3px;
	color:#666666;
	}
hr {
	background-color:#666;
	color:#666;
	height:1px;
	width:auto;
	margin-left:10px;
	}

h1 {
	color:#999;
	font:normal 1.6em normal Arial, Helvetica;
	}
h2 {
	color:#999;
	font:normal 100 1.4em normal Arial, Helvetica;
	}
h3 {
	font:normal 100 1em normal Arial, Helvetica;
	}
	
#projectImg {
	position:relative;
	/*visibility: hidden;*/
	}
.graydon img {
	width:160px;
	height:242px;
	}
/*******************
MAIN SITE STRUCTURE
********************/

#container {
	position:relative;
	top:10px;
	width:887px;
	height:auto;
	margin:auto;
	clear:both;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	}
/******
Header
*******/

#header {
	position:relative;
	overflow:hidden;
	width:887px;
	height:119px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	}
#headerContactWrap {
	float:right;
	clear:both;
	width:auto;
	height:auto;
	padding:95px 5px 0px 0px;
	text-align:right;
	}	
.headerContact {
	float:left;
	width:auto;
	height:auto;
	color:#999;
	}
.headerContact a:link {
	color:#000;
	font-weight:bold;
	}
.headerContact a:hover {
	color:#000099;
	font-weight:bold;
	}
.headerContact a:visited {
	color:#000;
	font-weight:bold;
	}
.number {
	color:#000;
	font-weight:bold;
	padding-right:50px;
	}
	
/******
Content
*******/

#contentWrapper {
	clear:both;
	position:relative;
	overflow:hidden;
	width:887px;
	height:auto;
	padding:0px 0px 0px 0px;
	}
.contentMain a:link {
	color:#0058BA;
	font-weight:bold;
	text-decoration:none;
	}
.contentMain a:hover {
	color:#333;
	font-weight:bold;
	text-decoration:none;
	}
.contentMain a:visited {
	font-weight:bold;
	text-decoration:none;
	}
.contentMain ul {
	font-size:11px;
	margin-left:20px;
	}
.contentRightBox a:link {
	color:#000;
	text-decoration:none;
	}	
.contentRightBox a:hover {
	color:#000;
	text-decoration:underline;
	}
.contentRightBox a:visited {
	color:#333;
	text-decoration:none;
	}
#contentRightFoot a:link {
	color:#FFF;
	text-decoration:none;
	}	
#contentRightFoot a:hover {
	color:#FFF;
	text-decoration:underline;
	}
#contentRightFoot a:visited {
	color:#CCC;
	text-decoration:none;
	}
#enter {
	font-size:12px;
	line-height:15px;
	}
#prompt {
	width:auto;
	height:20px;
	color:#CC0000;
	font-size:12px;
	padding-top:10px;
	}
	
/********
Sub Menu
********/

#subMenu {
	line-height:25px;
	padding:20px 0px 0px 20px;
	list-style:none;
	}
#subMenu a:link {
	color:#999;
	text-decoration:none;
	}
#subMenu a:hover {
	color:#000;
	text-decoration:none;
	}
#subMenu a:visited {
	color:#CCC;
	text-decoration:none;
	}

/****
Logos
****/

#logoWrap {
	position:absolute;
	top:385px;
	margin:auto;
	clear:both;
	width:380px;
	height:auto;
	padding:0px 0px 0px 35px;
	}
.logo {
	float:left;
	width:90px;
	height:auto;
	}


/****
News
****/

.newsTitle {
	color:#000;
	font-size:11px;
	}

/****
Align
****/

.lineWrap {
	clear:both;
	width:260px;
	height:22px;
	}
.lineLeft {
	float:left;
	width:120px;
	height:20px;
	}
.lineRight {
	float:left;
	width:140px;
	height:20px;
	}

/******
Footer
******/

#footerWrap  {
	margin:auto;
	width:860px;
	height:20px;
	clear:both;
	font:normal 300 11px normal Arial, Helvetica;
	color:#999;
	list-style:none;
	padding-top:10px;
	text-align:center;
	}
#footerWrap a:link {
	color:#999;
	text-decoration:underline;
	}
#footerWrap a:hover {
	color:#000;
	text-decoration:none;
	}
#footerWrap a:visited {
	color:#666;
	text-decoration:underline;
	}
	
.contactQuery2 {
	overflow:hidden;
	width:auto;
	height:auto;
	padding:0.2em 0.4em 0.4em 0.2em;
	}
.contactLeftCall {
	float:left;
	width:60px;
	height:auto;
	}
.contactRightCall {
	float:left;
	width:200px;
	height:auto;
	}
.contactBgCall {
	overflow:hidden;
	width:auto;
	height:1em;
	padding:0.4em 0.4em 0.4em 0.2em;
	background-color:#EEE;
	border-bottom:1px solid #FFF;
	}
.contactBg2Call {
	overflow:hidden;
	width:auto;
	height:1.5em;
	padding:0em 0.4em 0.4em 0.2em;
	}
.smTxt {
	font-size:0.6em;
	}
	
/*************
Text Formating
**************/


.errorMess	{
	color:red;
	}


