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

img, div { behavior:url(iepngfix.htc);
 }

#wrapper {
	margin: auto;
	width:900px;
}
#container{
	width:900px;
	margin: auto;
	text-align:left;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
#spacer {
	width:100%;
	float:left;
}
body {
	margin: 0;
	background:url(images/background.jpg) top center no-repeat;
	background-color:#9e9e9e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	line-height:18px;
}

/*		navigation		*/
#navBox {
	width:900px;
	float:right;
	height: 20px;
	text-align:right;
	padding: 10px 20px 0 0;
}
a.navLink:link,
a.navLink:visited  {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
a.navLink:hover {
	text-decoration:underline;
}

/*		service Link Box		*/
#servicesBlue {
	width:100%;
	height: 226px;
	background-color:#082b64;
	margin: auto;
}
#serviceLinks {
	width:716px;
	height: 182px;
	margin: auto;
}
/*		footer		*/
#footerBg {
	margin:auto;
	background-color:#9c9c9c;
	width:100%;
}
#footer {
	width:900px;
	margin: auto;
	text-align:right;
	background-color: #acacac;
	height:100%;
}
#footer .text {
	font-size:11px;
	color:#666666;
	padding: 10px 20px 20px 20px;
}
a.footer:link,
a.footer:visited {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
a.footer:hover {
	text-decoration: underline;
}

/*	about us page	*/
#aboutBG {
	width: 615px;
	height: 373px;
	background-image:url(images/about_bg.png);
	margin:80px 0 0 30px;
	float:left;
}
#aboutBG .text {
	color:#CCCCCC;
	padding:60px;
	padding-top: 70px;
	line-height: 16px;
}
#aboutBG .text2 {
	color:#CCCCCC;
	padding:40px;
	padding-top: 70px;
	line-height: 16px;
}
#contactBG {
	width:207px;
	height:293px;
	background-image:url(images/contact_bg.png);
	float: left;
	margin-top: 70px;
}
#contactBG .text {
	color:#ffffff;
	padding: 30px;
	padding-top: 70px;
	font-size: 11px;
}
/*	services	*/
#servicesBG {
	width:609px;
	height:794px;
	background-image:url(images/services_bg.png);
	margin: 70px 0 0 0px;
	float:left;
}
#servicesBG .text {
	color:#CCCCCC;
	padding: 40px;
	padding-top: 50px;
	line-height: 16px;
}
#servicesBG .text2 {
	color:#CCCCCC;
	padding: 40px;
	padding-top: 100px;
	line-height: 16px;
}
#pricingBG {
	width:291px;
	height: 496px;
	background-image:url(images/pricing_bg.png);
	margin-top: 5px;
	float:left;
}
#pricingBG .text {
	color:#666666;
	padding: 25px 20px 30px 10px;
	line-height: 16px;
	font-size: 11px;
}
/*	portfolio	*/
#pBackground {
	width:1280px;
	margin:auto;
	background:url(images/background.jpg) no-repeat #9e9e9e;
}
#thumb {
	width:188px;
	height: 157px;
	float:left;
	margin: 2px;
}
#pContainer {
	width:775px;
	float:left;
	margin:0 108px 0 50px;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	border: 1px #898989 solid;
	padding: 20px;
	background-color:#acacac;
}
#pLinks {
	width:700px;
	height: 20px;
	float:right;
	text-align:center;
	padding:5px;
	margin-top: 5px;
}
a.port:link,
a.port:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	line-height:normal;
}
a.port:hover {
	color:#999999;
	text-decoration:underline;
}
/*		form		*/
#formBG {
	width:609px;
	height:794px;
	background-image:url(images/form_bg.png);
	margin: 70px 0 0 0px;
	float:left;
}
#formBG .text2 {
	color:#CCCCCC;
	padding: 40px;
	padding-top: 100px;
	line-height: 16px;
}