@import '/styles/common-common.css';
@import '/styles/forms.css';
@import '/style.css';

/* COMMON ---------------------------------------------------------------------- */
body {
	background:#4A5E69;
}
.page {
 	width:960px;
	margin:0 auto;
}
/* HEADER ---------------------------------------------------------------------- */
#header{
	background:url('/images/header.gif') no-repeat;
	width:960px;
	height:135px;
	margin-top: 30px;
}

#logo {
	width:220px;
	height:85px;
	margin: 0 41px 0 55px;
	padding-top: 50px;
	float:left;
}
#logo a {
	background:url('/images/logo.jpg') no-repeat;
	width:220px;
	height:85px;
	display:block;
}

/* MENU ------------------------------------------------------------------------ */
#menu {
	background:url('/images/nav_bg.jpg') top left repeat-y;
	height:40px; /*68*/
	width: 594px; /*614*/
	margin-top:67px;
	padding:28px 0 0 20px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	}
#menu a{
	color:#FFFFFF;
	text-decoration: none;
}
#menu a:hover{
	color:#333333;
	text-decoration: none;
}
/* SUBNAV ---------------------------------------------------------------------- */

/* HOME ------------------------------------------------------------------------ */

.homepage #content-left #request{
	background: #6F8088 url('/images/form_bg.jpg') no-repeat;
	height:213px; /*267*/
	width:248px; /*286*/
	margin-left:30px;
	padding:55px 0 0 38px;
	font-size:12px;
	color:#4A5E69;	
}
.homepage #content-left #request .request{
	font-size:15px;
	font-weight:bold;
}
.homepage #content-right{
	background:url('/images/home_photo.jpg') no-repeat;
	height:584px;
	width:614px;
}
.homepage #content-right .text{
	width:485px;
	margin:510px 40px 0 120px;
}
/* CONTENT --------------------------------------------------------------------- */
#content{
	background:url('/images/content_bg.gif') repeat-y;
}
#content-left {
	width:316px;
	height:584;
}
#content-left #contact{
	background:url('/images/contact_bg.gif') no-repeat;
	height:59px;/*71*/
	padding:12px 0 0 140px;
	font-size:19px;
	color:#4A5E69;
}
#content-left #contact a{
	font-size:14px;
	color:#4A5E69;
	text-decoration: none;
}
#content-left #contact a:hover{
	color:#969281;
	text-decoration: underline;
}
#content-left #left-nav{
	background:url('/images/left_nav_bg.jpg') repeat-x;	
}

#content-left #left-nav span{
	text-transform: uppercase;
	font-size:15px;
	color:#969281;
	font-family: Georgia, serif;
	font-weight:bold;
}
#content-left #left-nav a:hover {
	color:#333333;
}
#content-left #request #req a{
	background:url('/images/request_2.jpg') no-repeat;
	height:51px;
	width:143px;
	margin-left:30px;
	display:block;
}
#content-left #request #req a:hover{
	background:url('/images/request_2.jpg') 0px -51px no-repeat;
}
#content-left #request #rep a{
	background:url('/images/request_2.jpg') -143px 0px no-repeat;
	height:51px;
	width:143px;
	display:block;
}
#content-left #request #rep a:hover{
	background:url('/images/request_2.jpg') -143px -51px no-repeat;
}
#content-right #impact{
	background:url('/images/impact.jpg') no-repeat;
	height:368px;
	width:614px;
	margin:0;
}
#content-top{
	background:url('/images/content_top.jpg') repeat-x;
	height:13px;
	margin:0 30px 0 30px;
}
.content-bottom-left .headingleft{
	margin:0 0 0 30px;
	padding:0 0 10px 10px;
	color:#969481;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #919080;
}
.headingfull{
	margin:0 30px 0 30px;
	padding:0 0 10px 10px;
	color:#969481;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #919080;
}
.content-bottom-left{
	width:462px;
}
.content-bottom-left .image1{
	height:312px;
	width:462px;
	margin-left:30px;
}
.content-bottom-left .image2{
	background:url('/images/tech.jpg') no-repeat;
	height:312px;
	width:462px;
	margin-left:30px;
}
.content-bottom-left .imagemap{
	background:url('/images/map.jpg') no-repeat;
	height:312px;
	width:462px;
	margin-left:30px;
}
.content-bottom-left .imagephoto2{
	background:url('/images/photo2.jpg') no-repeat;
	height:312px;
	width:462px;
	margin-left:30px;
}
.content-bottom-left .imagephoto3{
	background:url('/images/photo3.jpg') no-repeat;
	height:312px;
	width:462px;
	margin-left:30px;
}
.content-bottom-right .headingright{
	margin: 0 0 0 0;
	padding:0 0 10px 20px;
	color:#969481;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #919080;
}
.content-bottom-right .content{
	width: 430px;
	margin: 20px 18px 20px 20px;
	font-size: 12px;
	color: #4A5E69;
	line-height: 18px;
}
.contentfull{
	margin: 20px 50px 20px 50px;
	text-align:center;
	height:400px;
}
.content-bottom-right .subhead{
	font-size:16px;
	font-weight:bold;
	color:#969481;
}
/* FOOTER ---------------------------------------------------------------------- */

#footer{
	background:url('/images/footer.jpg') no-repeat;
	height:67px;
	padding:13px 0;
	text-align: center;
	font-size:15px;
	color:#FFFFFF;
}
#footer a{
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

/* SITE MAP ------------------------------------------------------------------- */

.sitemap ul {
	padding:0 0 0 100px;
  margin:0;
}
.sitemap ul ul {
  padding:0 0 0 15px;
}
.sitemap li {
	background-image:none;
  margin:0 0 15px 0;
  padding:0;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
}
.sitemap li a {
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  outline:none;
}
.sitemap li li {
  margin: 0 0 4px 0;
  background:url('/images/bullet.gif') 0px 8px no-repeat;
  padding:0 0 0 7px;
}
.sitemap li li a {
  font-size:11px;
  font-weight:normal;
  text-transform:none;
}
.sitemap a:visited {
  color: #7777bb;
}
.sitemap a:hover {
	color: #6666ff; 
}



/* CUSTOMIZATIONS -------------------------------------------------------------- */

.content-bottom .heading{
	margin:0 0 0 30px;
	padding:0 0 10px 10px;
	color:#969481;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #919080;
}
.content-bottom{
	width:892px;
}
.content-bottom .content{
	width: 872px; /* 892 */
	margin: 10px 0 0 40px;
	/*margin: 20px 18px 20px 20px;*/
	font-size: 12px;
	color: #4A5E69;
	line-height: 18px;
}
