/* CSS Document */

body {
	/*background-image: url(images/bg.jpg);
	background-repeat: no-repeat;*/
	background-color: #8f9cc9;
	background-position: top center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.6px;
	font-size: 15px;
	font-weight: normal; 
	color:#ebedf5;
	margin: 0px;
	}

h1, .heading { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #ebedf5;
	text-transform: uppercase;
	}

h2, .subheading { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #ebedf5;
	text-transform: uppercase;
	}

h3 { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.6px;
	font-size: 12px;
	font-weight: normal; 
	color: #ebedf5;
	}

h4 { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.6px;
	font-size: 14px;
	font-weight: bold; 
	color: #ebedf5;
	text-transform: uppercase;
	}

p, .paragraphtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: normal; 
	color: #ebedf5;
	}

a {
  color: #ebedf5;
  text-decoration: none;
}

a:hover {
  color: #ebedf5;
  text-decoration: underline;
}

#link {
  color: #ebedf5;
  font-size: 9px;
}

#subsurround {
	width: 836px;
	background-color: #4e5986;
	border-left: 4px solid #979870;
	border-right: 4px solid #979870;
}

#maincontent {
	height: 700px;
	width: 100%;
}

#hometextbox {
	width: 100%;
	}

#homemain {
	width: 100%;
	height: 600px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	background-color: #586598;
}

#homeleft {
	font-size: 11px;
	color: #ebedf5000;
	width: 150px;
	margin: 30px 5px 5px 5px;
}

#homeright {
	font-size: 11px;
	color: #ebedf5000;
	width: 150px;
	margin: 30px 5px 5px 5px;
}
/* NAVIGATION */
#sitedocs {
	width: 100%;
	height: 50px;
}

/* NAVIGATION TABS */
#tab1 {
	background-image: url(images/tab1.jpg);
	background-repeat:no-repeat;
	background-position:left;
	Width: 149px;
	padding-top: 8px;
}

#tab2 {
	background-image: url(images/tab2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	Width:127px;
	padding-top: 8px;
}
	
#tab3 {
	background-image: url(images/tab3.jpg);
	background-repeat:no-repeat;
	background-position:left;
	Width: 127px;
	padding-top: 8px;
}
	
#tab4 {
	background-image: url(images/tab4.jpg);
	background-repeat:no-repeat;
	background-position:left;
	Width: 150px;
	padding-top: 8px;
}
	
#tab5 {
	background-image: url(images/tab5.jpg);
	background-repeat:no-repeat;
	background-position:left;
	Width: 148px;
	padding-top: 8px;
}
	
#tab6 {
	background-image: url(images/tab6.jpg);
	background-repeat:no-repeat;
	background-position:left;
	Width: 135px;
	padding-top: 8px;
}

#tabcont {
	background-image: url(images/tabcont.jpg);
	background-repeat:repeat-x;
	background-position:left;
	width: 100%;
	}
	
#nav, a#nav{ 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 15px;
	text-transform: none; 
	text-decoration: none; 
	color: #ebedf5; 
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	display:inline;
	}

a#nav:hover {  
	color: #ebedf5; 
	text-decoration: underline;
	}

/* FOOTER */
#footer { 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #ebedf5; 
	height: 30px;
	}

#webcity {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #ebedf5;
	text-transform: uppercase;
	}
  