* {
	margin: 0;
	padding: 0;
}


h1{ font-family:Georgia, "Times New Roman", Times, serif; padding-bottom:10px; color:#333; font-size:30px;}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em; /* = 18px */
	color: #1b1c20;
	background-image:url(../images/bkWork.gif);
	background-position:top center;
	background-repeat:repeat-y;
	height:100%;

}

#wrapper{
width:800px;
margin-left:auto;
margin-right:auto;
min-height:100%;
position:relative;


}

#header{
width:800px;
position:relative;
float:left;
}

.titleleft{
width:380px;
margin-top:25px;
position:relative;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
color:#999999;
font-size:16px;
font-weight:bold;
padding:5px;
}



.topright{
position:relative;
float:right;
width:390px;
margin-top:25px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
margin-bottom:40px;
}



#maincopy{
position:relative;
float:left;
color:#999999;
font-size:13px;
line-height:1.3em;
font-family:Arial, Helvetica, sans-serif;
width:795px;
margin-top:20px;
border-top:1px #CCCCCC solid;
padding-top:30px;

}

.tagline{
position:relative;
float:right;
width:715px;
font-size:16px;
line-height:1.3em;
font-family:Georgia, Helvetica, sans-serif;
color:#999999;
font-weight:bold;
}


.pagefooter{
position:relative;
float:left;
width:100%;
height:200px;
margin-top:50px;
}


ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 370px;
}




ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background:#3C3C3C;
}

ul#menu li ul li a {
  background: #8dda1a;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #8dda1a;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.pink{color:#e7008c;}

				a{ color:#C8DCE5; }
			h3{ margin: 10px 10px 0 10px; color:#FFF; font:14px Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			
			.boxgrid{ 
				width: 220px; 
				height: 190px; 
				margin:20px;
				float:left; 
				border: solid 1px #999999; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position:relative; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 220px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
			

#contactform {
	margin: 0;
	width: 500px;
	background: #CCCCCC;
	padding: 5px;
}
#contactform * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contactform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactform li {
	margin: 0 0 5px 0;
	padding: 10px;
	background: #FBFAEC;
}
#contactform li.buttons {
	margin: 0;
	overflow: hidden;
}
#contactform label {
	margin: 0;
	width: 190px;
	display: block;
	float: left;
	padding: 5px 10px 2px 0;
}
#contactform input.text {
	width: 274px;
	border: 1px solid #D4D4D4;
	padding: 2px;
	margin: 0;
}
#contactform textarea {
	width: 274px;
	border: 1px solid #D4D4D4;
	padding: 2px;
	height: 80px;
	background: #FDFDF7;
}
#contactform li.buttons input {
	padding: 4px;
	float: right;
	margin: 0 0 0 5px;
	width: auto;
}
.response {
	background: #FBFAEC;
	border: 2px solid #CCCCCC;
	display: none;
	padding: 5px;
	width: 200px;
	text-align: center;
	margin: 0 auto 10px auto;
}
.loader {
	float:left;
}
