@charset "utf-8";
/* Main CSS Sheet */



/* ------------------------- Stage Styles ---------------------------- */

html, body {
	margin:0px;
    padding:0px;
    height:100%;
    text-align:center;
	}

body {
	background-color: #adadad;
	background-image: url(../images/Backgrounds/Background.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}


#container {
	background-color: #000000;
	margin: 0px auto;
	height: 100%;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
	}

/* -------------------------- Header ------------------------------- */

#header {
	height: 112px;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;	
	}

#nav {
		width: 350px;
		height: 40px;
		margin-left: 460px;
		margin-top: -52px;
	
	}
		#nav ul{
			list-style:none;
			text-align:center;
		}
			#nav li{
				list-style:none;
				display:block;
				float:left;
			}
				#nav li a{
					display:block;
					float:left;
				}
					#nav li a span{
						display:none;
					}
					#nav li a:hover{
						text-decoration:none;
					}
				#nav li a.home{
					background: url(../images/home.jpg) no-repeat;
					width:69px;
					height:40px;
				}
					#nav li a:hover.home{
						background:url(../images/home_h.jpg) no-repeat;
					}
				#nav li a.about{
					background:url(../images/about.jpg) no-repeat;
					width:71px;
					height:40px;
				}
					#nav li a:hover.about{
						background:url(../images/about_h.jpg) no-repeat;
					}
				#nav li a.blog{
					background:url(../images/blog.jpg) no-repeat;
					width:81px;
					height:40px;
				}
					#nav li a:hover.blog{
						background:url(../images/blog_h.jpg) no-repeat;
					}
				#nav li a.contact{
					background:url(../images/contact.jpg) no-repeat;
					width:79px;
					height:40px;
				}
					#nav li a:hover.contact{
					background:url(../images/contact_h.jpg) no-repeat;
					}
				
	
/* -------------------------- Sub Header -------------------------- */
#subheader {
	width: 780px;
	height: 94px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}

#subheaderAbout {
	width: 800px;
	height: 148px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	}


/* --------------------- Sub Header Home Page --------------------- */	
	
#introbox {
	width: 473px;
	height: 94px;
	background-image:url(../images/Backgrounds/left_header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	
#introbox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #dc9329;
	padding-top: 10px;
	padding-left: 20px;
	}
	
#introbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 20px;
	margin-top: -10px;
	}

#introbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
	}
	
#flashbox {
	width: 295px;
	height: 94px;
	float: right;
	margin-top: -94px;
	}
	
	
/* ----------------------- Contact Page -------------------------- */	

#contactform {
	background-image: url(../images/Backgrounds/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 332px;
	width: 301px;
	float: right;
	margin-top: -330px;
	margin-bottom: 0;
	padding-bottom: 0;
	}

#contactform h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #999999;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 30px;
	}

#formarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin-top: 30px;
	margin-left: 50px;
	}	

#formareaSuccess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin-top: 30px;

	}

/* ----------------------- Content ------------------------------- */	

#content {
	width: 780px;
	padding-top: 10px;
	padding-right: 13px;
	padding-left: 13px;
	text-align: left;
	}
	
#contentAbout {
	width: 780px;
	padding-top: 10px;
	padding-right: 13px;
	padding-left: 13px;
	text-align: left;
	}
	
/* ----------------------- Content Homepage ---------------------- */

#recentprojects {
	height: 320px;
	width: 468px;
	border: 1px solid #666666;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#recentprojects h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #666666;
	height: 40px;
	width: 448px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	}
	
#recentprojects .pro1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	height: 91px;
	width: 448px;
	padding-right: 10px;
	padding-left: 10px;
	}

#recentprojects .pro1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #dc9329;
	border: none;
	margin-top: -90px;
	padding-right: 10px;
	padding-right: 5px;
	text-indent: 300px;
	word-spacing: 0px;
	}
	
#recentprojects .pro1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	border: none;
	margin-top: -20px;
	padding-right: 10px;
	padding-right: 5px;
	text-indent: 320px;
	}
	
#recentprojects .pro1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	border: none;
	margin-top: -15px;
	padding-right: 10px;
	padding-right: 5px;
	text-indent: 320px;
	}

#recentprojects .pro2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	height: 91px;
	width: 448px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	}

#recentprojects .pro2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #dc9329;
	border: none;
	margin-top: -90px;
	padding-right: 10px;
	padding-right: 5px;
	text-indent: 300px;
	word-spacing: 0px;
	}
	
#recentprojects .pro2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	border: none;
	margin-top: -20px;
	padding-right: 10px;
	padding-right: 5px;
	text-indent: 320px;
	}
	
#recentprojects .pro2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	border: none;
	margin-top: -15px;
	padding-right: 10px;
	padding-right: 5px;
	text-indent: 320px;
	}

/* ---------------------- Monthly Feature ------------------------- */

#monthlyfeature {
	background-image: url(../images/monthlyfeature/monthly_feature.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 232px;
	width: 776px;
	margin-top: 10px;
	padding-top: 25px;
	top: 10px;	
	}
	
#monthlyfeature h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #0099CC;
	margin-left: 450px;
	}

#monthlyfeature h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	margin-left: 450px;
	margin-top: -10px;
	font-weight: bold;
	}
	
#monthlyfeature h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	margin-left: 450px;
	margin-top: -12px;
	}
	
#monthlyfeature p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-left: 450px;
	margin-top: -12px;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#monthlyfeature a {
	margin-left: 450px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	}

/* ------------------------- Footer ------------------------------ */

#footer, .push {
	height: 150px;
	width: 800px;
	background-color: #000000;
	margin-left: -13px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	background-image: url(../images/Backgrounds/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}

#footer .links {
	height: 120px;
	width: 340px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	padding-top: 10px;
	padding-left: 10px;
	}

#footer .copyright {
	height: 10px;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	}

#footer .soc {
	height: 120px;
	width: 440px;
	margin-left: 365px;
	margin-top: -120px;	
	}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
	}


#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	}

#footer h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #999999;
	}
	
/*---------------------------- About Page------------------------------*/

#spacer{
	height: 20px;
	}

#AboutIntro {
	height: 200px;
	width: 520px;
	margin-top: 10px;
	border: 1px solid #999999;
	}
	
#AboutIntro h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	margin-left: 220px;
	margin-top: -170px;
	}
	
#AboutIntro a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-decoration: underline;
	}
	
#AboutContent {
	height: auto;
	width: 500px;
	border: 1px solid #999999;
	margin-top: 20px;
	padding: 10px;
	color: #CCCCCC;
	}
	
#AboutContent2 {
	height: auto;
	width: 500px;
	border: 1px solid #999999;
	margin-top: 20px;
	padding: 10px;
	background-color: #666666;
	}
	
#AboutContent2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	}

#AboutContent2 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #006699;
	}

#AboutContent2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}

#AboutContent2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration: underline;
	}
	
#AboutContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	}

#AboutContent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #006699;
	}
	
#AboutContent h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	}

#AboutContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	}

#AboutContent a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
	}
	
#SideBar {
	height: 490px;
	width: 230px;
	margin-left: 540px;
	margin-top: -480px;
	}
	
#SideBar h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	}
#SideBar h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	text-decoration: none;
	}
	
#SideBar .quote {
	width: 210px;
	height: 250px;
	background-image: url(../images/Backgrounds/quoteBG.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
#SideBar .quote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 10px;
	}
	
#SideBar3 {
	height: 700px;
	width: 230px;
	margin-left: 540px;
	margin-top: -650px;
	position: relative;
	text-align: left;
	}

#SideBar4 {
	height: 700px;
	width: 230px;
	margin-left: 540px;
	margin-top: -400px;
	position: relative;
	text-align: left;
	}

#SideBar4 .quote {
	width: 210px;
	height: 250px;
	background-image: url(../images/Backgrounds/quoteBG.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
#SideBar4 .quote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 10px;
	}

	
#SideBar3 .quote {
	width: 210px;
	height: 250px;
	background-image: url(../images/Backgrounds/quoteBG.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
#SideBar3 .quote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 10px;
	}
	
#SideBar2{
	height: 490px;
	width: 230px;
	margin-left: 540px;
	margin-top: -20px;
	}
	
/*---------------------------- Services Page------------------------------*/	

#servicessec {
	height: 530px;
	width: 468px;
	border: 1px solid #666666;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#servicessec h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #666666;
	height: 40px;
	width: 448px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	}
	
#servicessec h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px
	}

#webService {
	width: 448px;
	background-image: url(../images/Backgrounds/webServicesbg.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	height: 100px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: dashed;

	border-top-color: #999999;

	}
	
#webService h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px !important;
	color: #0066CC;
	margin-left: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	line-height: normal;
	text-decoration: none;

	}

#webService p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-left: 120px;
	margin-top: -20px;
	}
	
#webService a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
	}

#servicesSideBar {
	height: 530px;
	width: 300px;
	margin-top: -520px;
	margin-left: 480px;
	
	}

#servicesSideBar2 {
	height: 530px;

	margin-top: -550px;
	margin-left: 480px;
	
	}	
	
#servicesSideBar .quote {
	width: 300px;
	height: 250px;
	background-image: url(../images/Backgrounds/quoteBG.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
	}
	
#servicesSideBar .quote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 10px;
	}

#graphicService {
	width: 448px;
	background-image: url(../images/Backgrounds/graphicServicesbg.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	height: 90px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;

	}
	
#graphicService h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px !important;
	color: #0066CC;
	margin-left: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	line-height: normal;
	text-decoration: none;

	}

#graphicService p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-left: 120px;
	margin-top: -20px;
	}
	
#graphicService a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
	}
	
#otherService {
	width:468px;
	height: 100px;

}

/*------------------------ Contact Page ----------------------------*/

label{
	margin-bottom:2px;
	padding-left:30px;
	}

.checked {
	background-color:#222;
	background-image:url(../images/chk_on.png);
	background-repeat: no-repeat;
	}

.unchecked {
	background-color:#000000;
	background-image:url(../images/chk_off.png);
	background-repeat: no-repeat;
	}
	
.selected {
	background-color:#222;
	background-image:url(../images/rdo_on.png);
	background-repeat: no-repeat;
	}

.unselected {
	background-color:#000000;
	background-image:url(../images/rdo_off.png);
	background-repeat: no-repeat;
	}

.leftcol {
	width: 220px;
	height: 90px;
	
	}
	
.rightcol {
	width: 220px;
	margin-left: 220px;
	margin-top: -90px;
	}

.inputbgName {
	background-color:#222;
	width: 98%;
	padding-top: 5px;
	height: 27px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 20px;
	background-image: url(../images/name_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	}
.inputbgEmail {
	background-color:#222;
	width: 98%;
	padding-top: 5px;
	height: 27px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 20px;
	background-image: url(../images/email_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	}
	
.inputbgComments {
	background-color:#222;
	width: 98%;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 20px;
	background-image: url(../images/comments_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	}
	
.inputbgHear {
	background-color:#222;
	width: 98%;
	padding-top: 5px;
	height: 27px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 20px;
	background-image: url(../images/hear_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	}
	
.searchSubmit {
	height: 27px;
	width: 27px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/submit_btn.jpg);
	background-repeat: no-repeat;
	font-size: 0px;
}
	
.contactinput {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;	
	}

.contacttextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	width: 300px;
	margin-left: -30px;
	}
