@charset "utf-8";
/* CSS Document */

body{text-align:center; background:#000;}

#main{width:891px;margin-left: auto;
	margin-right: auto;
	text-align: left;
; }
img{border:none;}
#maintop{background:url(/img/header.jpg) no-repeat; height:152px;}
#nav{background:url(/img/nav_bg.jpg) no-repeat; height:44px; text-align:center; padding:7px 0 0 20px; color:#CCC;}
#mainbody{background:url(/img/main_bg.jpg); width:891px; color:#FFF; font-family:Tahoma, Geneva, sans-serif; font-size:12px; overflow:hidden; display:inline-block;}
#leftcol{float:left; width:200px; margin:25px 5px 20px 70px;}
#rightcol{ float:right; width:600px; margin:23px 15px 0 0px;}
#mainfooter{background:url(/img/footer_bg.jpg) no-repeat; height:34px; color:#999; font-family:Verdana, Geneva, sans-serif; font-size:10px; text-align:center; padding:14px 0 0 0; clear:both;}
.btn_top{background:url(/img/btn_top.jpg) no-repeat; width:172px; height:42px; padding:8px 0 0 0; float:left;}

h1{font-size:24px; margin: 0 0 0 0;}

.project{margin:0 0 20px 0; border:1px solid #666; clear:both; overflow:hidden; padding:10px 10px 10px 10px;}
.project .preview{ float:left; width:90px; height:90px; margin:6px 15px 6px 0; border:1px solid #FFF;}
.prevdesc { margin:10px 0 0 100px; width:400px;}

#leftcolsvc{float:left; width:600px; margin:25px 5px 20px 30px;}
#rightcolsvc{ float:right; width:200px; margin:23px 15px 0 0px;}
#desc{ margin:20px 0 0 0;}


.txtbox{width:536px; padding:0 0 9px 0;}
.txboxtop{background:url(/img/txbox_top.jpg) no-repeat; height:18px}
.txtbox_mid {background:url(/img/txtbox_mid.jpg) repeat-y; height:56px; padding:0 15px 0 15px; margin:-8px 0 0 0;}
.txtbox_bottom {background:url(/img/txtbox_bottom.jpg) no-repeat; height:14px;}

.txtbox_mid p{color:#CCC;}

.w3c_css{float:right; margin:0 20px  00;}
.w3c_xhtml{float:left; margin:0 0 0 20px;}

#mag{text-align:center; margin:0 10px 0 0; height:200px;}
#thumb img{border:1px solid #FFF;}
.homesvc{padding:0 0 5px 0;}
.homesvc img{border:none;}
a:link,a:visited,a:hover,a:active{color:#FFF;font-size:14px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; text-decoration:none; margin:10px 0 0 0;}
a.topnavlink:link,a.topnavlink:visited,a.topnavlink:hover,a.topnavlink:active{color:#FFF;font-size:14px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; text-decoration:none; margin:10px 0 0 0;}
a.topnavlink:hover{text-decoration:underline; }
h2 {font-size:14px; font-weight:bold; line-height:2px;  margin:8px 0 0 0; letter-spacing:2px;}
h2 a:link,a:visited,a:hover,a:active{color:#06F; text-decoration:underline;}
h2 a:hover{color:#D6D6D6;}


#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color:#FF0000;
}


#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	width: 400px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}


/*------------------------/*		Clearfix/*-----------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
