/* CSS Document */



body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10.5px;
	line-height: 17px;
}

ul {
	list-style-type: square;
}

a:link {
	color:#007071;
	
}

a:hover {
	text-decoration:none;
}

a:visited {
	color:#000000;
}

h1, h4{
	margin-bottom: -4px;
	margin-top: 0px;
	font-size:12px;
}

h2 {
	font-size:12px;
	margin-bottom: -5px;
	margin-top: 25px;
}
	


h3 {
	font-size:15px;
	margin-bottom: -5px;
	margin-top: 22px;
}
	


.bold {
	font-size:11px;
	font-weight:bold;
	}
	

/* MAIN TEMPLATE ELEMENTS */

	#hiddennavigation {
		position:absolute;
		top:-500px;
		left:-500px;
		visibility:hidden;
	}

	#orangebar {
		background-image:url(../images/main/orange_bar_repeat.gif);
		background-repeat:repeat-x;
		width:100%;
		height:16px;
		padding:0px;
		margin-top:-1px;
	}
	
	#contentblock{
	background-image:url(../images/main/background_grey_pattern.gif);
	background-repeat:repeat;
	width: 100%;
	height:auto;
	margin-top:-3px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	z-index:0;
 	}


	#logo {
	width:188px;
	height:99px;
	padding-top:80px;
	margin-bottom:-7px;
	margin-left:7px;
	float:left;
	}
	
	#nav {
	float:right;
	margin-top:163px;
	height:18px;
	margin-bottom:-7px;
	
	
	}
	
	.navimg {
		margin-right: 20px;
	}
	
	 
#pagewidth{ 
	
	}
 
#header {
	height:180px;
	width:950px;
	left:50%;
	margin-left:-475px;
	position:relative;
	
} 

#contentarea {
	height:auto;
	width:950px;
	left:50%;
	margin-left:-475px;
	position:relative;
	z-index:0;
	
} 
 
#clear {
	clear:left;
	position:relative;
	
}

 
#footer{
	height:125px; 
	clear:both;
 	width:950px;
	left:50%;
	margin-left:-475px;
	position:relative;
 } 
 
 #footerinfo {
 float:right;
 position:relative;
 margin-right: 10px;
 color:#b0b0b0;
 background-color:#FFFFFF;
 text-align:right
 }
 
 .w3cimg {
 	margin-top:2px;
	margin-left:3px;
 }
 
 #footertext {
 	margin-bottom:2px;
 }

 #leftside {
 position:relative;
 float:left;
 width:660px;
 margin-top:20px;
 margin-left:10px;
 margin-right:10px;
 z-index:0;
 }
 
 #rightside {
 position:relative;
 float:left;
 width:230px;
 margin-top:20px;
 margin-left:10px;
 margin-right:10px;
 z-index:0;
 
 }
 
 #leftcontent {
 	margin:10px;
	}
	
#rightcontent {
	margin:10px;
}


#loginbox {
	position:absolute;
	height:200px;
	width:300px;
	top:50%;
	left: 50%;
	margin-left:-150px;
	margin-top:-100px;
	z-index:150;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size:12px;

}

#logincontent {
	padding:25px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:500;
}


/* SPECIFIC TO PAGES */

#workthumb {
	width:100%;
	height:182px;
	background-image:url(../images/pages/image_thumb_background.png);
	background-repeat: no-repeat;
	background-position: center;
 }
 
 /*#workthumb {
 width:378px;
 height:182px;
 background-image:url(../images/pages/image_thumb_background.png);
 position:absolute;
 left:50%;
 margin-left:-189px;
 }*/


.thumbimg {
 margin:16px;
}


.sidethumb {
	color:#000000;
	background-color:#FFFFFF;
	margin:2px;
}


.sidethumb:hover {
	background-color:#ffc20e;
	color:#000000;
}

/* client login */

.clientlogin  	{

			font-family:Verdana, Arial, Helvetica, sans-serif;

			color:#666666;

			vertical-align: text-top;

			float: left;

			width: 244px;

			padding: 3px;

			margin-bottom: 0px;

			margin-left: 0px;

			border: none;

			background: #FCFCFA url(../images/form/input.gif) no-repeat;

}


/* home page */

#homebox {
width:300px;
float:left;
padding-left:10px;
padding-right:10px;
}