@import url("global.css");
@import url("upload.css");

body{
background:url(../images/bg.gif) repeat-x #000;

margin:0 auto;
}
#MasterBox{
margin:0 auto;
position:relative;
width:1000px;
}
#Masthead{
background:url(../images/Masthead.gif) no-repeat;
height:102px;
width:1000px;
}
#NavHero{
display:block;
height:345px;
position:relative;
width:1000px;
}
	#NavBox{
	display:block;
	float:left;
	height:315px;
	width:199px;
	padding:19px 0 0 0;
	}
	/* #NAV formatting from global, following are elements modified */
	#Nav{
	background:url(../images/Nav.gif) no-repeat;
	height:280px;
	width:199px;
	padding:19px 0 0 0;
	}		   
		  #Nav a{
			display:block;			
			width:199px;
			height:36px;
			}
			#Nav a:hover{
			background:url(../images/Nav_hover.gif) no-repeat;
			}			
			#NavHome a:hover {
			background-position:0 -19px;
			}	 			
			#NavCred a:hover {
			background-position:0  -55px;
			}			
			#NavExpe a:hover {
			background-position:0 -91px;
			}			
			#NavGallery a:hover {
			background-position:0 -127px;
			}			
			#NavFacility a:hover {
			background-position:0 -163px; /*163*/
			}			
			#NavContact a:hover {
			background-position:0 -199px;
			}			
			#NavLinks a:hover {
			background-position:0 -235px;
			}			
			#NavNews a:hover {
			background-position:0 -271px;
			}  

#QuickButtons{
border-bottom:1px solid #000;
clear:both;
height:156px;
padding:0 0 0 0;
position:relative;
width:1000px;
}
	
	#QuickButtons ul,#QuickButtons li {
	list-style:none;
	margin:0;
	padding:0;
	}
	#btnNav {
	display:block;
	position:absolute;
	top:0;
	height:134px;
	list-style:none;
	margin:0;
	padding:0;
	}
		#btnNav li{
		float:left;
		padding: 0 70px 0 0;	
		position:relative;
		}
		#btnNav li.first{
		padding: 0 70px 0 18px;	
		}
		#btnNav li.last{
		padding: 0 0 0 0;	
		}
		#btnNav img{
		border:none;
		}
		#btnNav a{
		color:#fff;
		}

#Websites{
border-bottom:1px solid #333;
clear:both;
height:350px;
padding:0 0 0 0;
position:relative;
width:1000px;
}
	
	#Websites ul,#Websites li {
	list-style:none;
	margin:0;
	padding:0;
	}
	#btnWeb {
	display:block;
	position:absolute;
	top:19px;
	height:285px;
	list-style:none;
	margin:0;
	padding:0;
	}
		#btnWeb li{
		float:left;
		padding: 0 40px 0 0;	
		position:relative;
		 font-size:12px;
		 font-weight:bold;
		 line-height:150%;
		 text-align:center;
		}
		#btnWeb li.first{
		padding: 0 38px 0 14px;	
		}
		#btnWeb li.last{
		padding: 0 0 0 0;	
		}
		#btnWeb img{
		border:none;
		}
		#btnWeb a{
		text-decoration:none;
		color:#fdbd24;
		}
		#btnWeb a:hover{
		color:#fff;
		}

#ContactBox{
border-bottom:1px solid #333;
clear:both;
height:170px;
padding:0 0 0 0;
position:relative;
width:1000px;
}

	#Contacthead {
	display:block;
	position:absolute;
	top:52px; left:33px;
	width:200px; height:70px;
	z-index:100;
	}
	#ContactForm {
	background:url(../images/QCFormBg.gif) repeat-y;
	float:right;
	margin:20px 20px 0 0; 
	position:relative;
	width:705px; height:132px;
	}
	.ContactFormBtm { /*Bottom curve nested inside ContactForm*/
	background:url(../images/QCFormBtm.gif) no-repeat bottom;
	width:705px; height:132px;
	}
	/*Spit this section into three columns*/
	.formC1{
	border-right:1px solid #333;
	display:block;
	float:left;
	padding:0 10px 0 10px;
	width:219px; height:100px;
	}
	.formC2{
	border-right:1px solid #333;
	display:block;
	float:left;
	padding:0 0 0 10px;
	width:343px; height:100px;
	}
	.formsubmit{
	display:block;
	float:right;
	margin:25px 0 0 0;
	width:95px; height:42px;
	}
/* ================
Quick Contact Form
=================== */
#ContactForm ul, #ContactForm li{
list-style:none;
margin:0;
padding:0;
}
#ContactForm li{ /* Vertical spacing between form fields */
font-size:9px;
margin:6px 0 0 0;
}
#ContactForm label{ /* Styles for descriptions */
color:#FFF;
font-size:10px;
display:block;
float:left;
margin:0 0 0 0;
padding:5px 0 0 0;
text-align:right;
text-transform:uppercase;
width:50px; height:18px;
}
	#ContactForm .formC2 label{ /* Styles for descriptions */
	width:98px;
	}
#ContactForm input{
background:#d9d9d9;
border:0;
font:9px Verdana, Arial, Helvetica, sans-serif;
margin:0 0 0 8px;
padding:0 5px; 
width:148px; height:23px;
}
	#ContactForm .formC2 textarea{
	background:#d9d9d9;
	border:0;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0 8px;
	padding:0 5px;
	width:215px; height:52px;
	}
	#ContactForm .formC2 .BrowseBtn{
	background:#000;
	border:1px solid #333;
	color:#FFF;
	font-size:9px;
	margin:0 0 0 0;
	height:23px;
	text-align:center;
	text-transform:uppercase;
	width:58px;
	}
#ContactForm .SubmitBtn{
background:#000;
border:1px solid #333;
color:#FFF;
height:40px;
margin:0;
text-transform:uppercase;
width:70px;
}
#Parity{
display:none;
}

/* ---- Text ----*/	
#MainContentBox{
clear:both;
width:1000px;
}
	#WelcomeContent{
	margin:0 auto;
	width:650px;
	padding:0 0 20px 0;
	}
	#WelcomeContent h1{
	padding:0 0 10px 0;
	}
	#WelcomeContent p{
	font-size:10px;
	line-height:120%;
	margin:5px 30px 0;}
	#WelcomeContent p.quote{
	font-size:10px;
	line-height:110%;
	margin:5px 30px 0;
	text-align:center;
	}

/* ---- FooterHome Style ----*/	
#FooterHome{
border-top:1px solid #333;
clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding:10px 30px 0;
text-align:center;
width:930px;
}
#FooterHome p{
font-size:10px;
margin:15px 0 15px 0;
text-transform:none;
}
	#FooterHome a{
	color:#999;
	text-transform:none;
	text-decoration:none;
	}
	#FooterHome a:hover{
	color:#336699;
	}



#WelcomeNav{
position:relative;
}
.threeD{
position:absolute;
top:34px;
left:610px;
}



