@charset "utf-8";
/* CSS Document */

html{overflow-y:scroll;}


body{
	font-family:Arial, Helvetica, sans-serif;
	behavior:url("/shared_code/csshover.htc");
	behavior: url("/shared_code/iepngfix.htc");
	outline:none;
	background:#0e0802 url(/images/mainBG.jpg) center top no-repeat;
	font-size:12pt;
	
}

body.temp{
	font-family:Arial, Helvetica, sans-serif;
	behavior:url("/shared_code/csshover.htc");
	behavior: url("/shared_code/iepngfix.htc");
	outline:none;
	background:#0e0802 url(/images/mainBG_temp.jpg) center top no-repeat;
	font-size:12pt;
	
}

a {color:#003366;}
a:hover {color:#0089e0;}
a:active {outline: none;}
a:visited {}


h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {line-height:1.4;font-size:11pt;}


#bodyContainer{border:0px solid #ff9900; margin-left:auto; margin-right:auto; width:967px;}
#contentContainer{background:url(/images/whiteBG.png) 3px top repeat-y;}
#content{padding:0px 43px 30px 43px;background:url(/images/homeTopBG.jpg) 3px top no-repeat;}
#mainFeature{position:relative; border:0px solid #000;top:-15px;background:url(/images/mainFeature_pic.png) top right no-repeat;height:390px;}

#nav{height:125px;}
#nav ul{margin-top:25px;float:right;}
#nav li{float:left;}

#nav li a{width:127px; height:79px;display:block;}
#nav li a.home{background:url(/images/masterSprite.png) -5px -290px no-repeat;}
#nav li a:hover.home{background:url(/images/masterSprite.png) -5px -211px no-repeat;}
#nav li a.homeOn{background:url(/images/masterSprite.png) -5px -211px no-repeat;}

#nav li a.work{background:url(/images/masterSprite.png) -132px -290px no-repeat;}
#nav li a:hover.work{background:url(/images/masterSprite.png) -132px -211px no-repeat;}
#nav li a.workOn{background:url(/images/masterSprite.png) -132px -211px no-repeat;}

#nav li a.about{background:url(/images/masterSprite.png) -259px -290px no-repeat;}
#nav li a:hover.about{background:url(/images/masterSprite.png) -259px -211px no-repeat;}
#nav li a.aboutOn{background:url(/images/masterSprite.png) -259px -211px no-repeat;}

#nav li a.blog{background:url(/images/masterSprite.png) -386px -290px no-repeat;}
#nav li a:hover.blog{background:url(/images/masterSprite.png) -386px -211px no-repeat;}
#nav li a.blogOn{background:url(/images/masterSprite.png) -386px -211px no-repeat;}

#nav li a.contact{background:url(/images/masterSprite.png) -513px -290px no-repeat;}
#nav li a:hover.contact{background:url(/images/masterSprite.png) -513px -211px no-repeat;}
#nav li a.contactOn{background:url(/images/masterSprite.png) -513px -211px no-repeat;}



.featureTitle{padding-top:60px;border:0px solid #000;}
.featureText{font-family:Arial, Helvetica, sans-serif; font-size:12pt; color:#fff;margin-top:20px; width:350px;line-height:1.2;}


.featureButtons{margin-top:30px;}

a.btn_seeMore{background:url(/images/masterSprite.png) -5px -6px no-repeat; width:255px; height:40px;display:block;border:0px solid #ff9900;float:left;}
a:hover.btn_seeMore{background:url(/images/masterSprite.png) -5px -46px no-repeat;}

a.btn_before{margin-right:180px;margin-top:15px;float:right;background:url(/images/masterSprite.png) -4px -87px no-repeat; width:55px; height:22px;display:block;border:0px solid #ff9900;}
a:hover.btn_before{background:url(/images/masterSprite.png) -67px -87px no-repeat; }

a.btn_after{margin-right:170px;margin-top:15px;float:right;background:url(/images/masterSprite.png) -131px -87px no-repeat; width:55px; height:22px;display:block;border:0px solid #ff9900;}
a:hover.btn_after{background:url(/images/masterSprite.png) -195px -87px no-repeat;}


.leftCol{float:left;width:495px;border:0px solid #000;position:relative;font-size:12pt;}
.rightCol{float:right; width:337px;border:0px solid #000;}

.welcome{background:url(/images/welcomeBG.png) left top no-repeat;width:548px; height:181px;padding-top:75px;color:#fff; font-size:12pt;position:absolute; left:-52px;top:-10px;z-index:2;}


a.btn_submit{float:left;margin-top:15px;background:url(/images/masterSprite.png) -332px -117px no-repeat; width:80px; height:33px;display:block;border:0px solid #ff9900;}
a:hover.btn_submit{background:url(/images/masterSprite.png) -332px -159px no-repeat;}

a.btn_detail{float:left;margin-top:15px;margin-left:15px;background:url(/images/masterSprite.png) -128px -117px no-repeat; width:198px; height:33px;display:block;border:0px solid #ff9900;}
a:hover.btn_detail{background:url(/images/masterSprite.png) -128px -159px no-repeat;}


#footer{background:url(/images/footerBG.png) 3px top no-repeat;width:990px;height:150px;margin-left:auto; margin-right:auto;}
#footer .content {padding:50px 10px 0px 250px;}


input {background:url(/images/inputBG.gif) left bottom repeat-x; border:1px solid #dcdcdc;padding:5px;}
textarea {background:url(/images/inputBG.gif) left bottom repeat-x; border:1px solid #dcdcdc;padding:5px;font-family:Arial, Helvetica, sans-serif; font-size:11pt; color:#000;}
textarea.homePage{width:300px;height:100px;}
span.label{display:block; margin-top:10px; margin-bottom:3px; color:#4c8f61;}
