/**
* CSS
* 
* @author Pagliuco Design Company 
*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow:auto;
}

body {
	font: 65%/100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

a:link { text-decoration: none; color: #FFF; }
a:active { text-decoration: none; color: #FFF; }
a:visited { text-decoration: none; color: #FFF; }
a:hover { text-decoration: none; }

#outer {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -326px;
	text-align: center;
}

#inner {
	position: relative;
	text-align: left;
	width: 1058px;
	height: 653px;
	margin: 0px auto;
}

#blueNav {
	background-image: url("images/blue-box.jpg");
	float: left;
	width: 121px;
	height: 545px;
	padding-top: 108px;
	background-color: transparent;
}

#blueNav2 {
	background-image: url("images/blue-box-why-us.jpg");
	float: left;
	width: 121px;
	height: 545px;
	padding-top: 108px;
	position: relative;
	background-color: transparent;
}

#blueNav3 {
	background-image: url("images/blue-box2.jpg");
	float: left;
	width: 121px;
	height: 545px;
	padding-top: 108px;
	position: relative;
	background-color: transparent;
}

#blueNav4 {
	background-image: url("images/blue-box-3.jpg");
	float: left;
	width: 121px;
	height: 545px;
	padding-top: 108px;
	position: relative;
	background-color: transparent;
}

#blueNav5 {
	background-image: url("images/blue-box-4.jpg");
	float: left;
	width: 121px;
	height: 545px;
	padding-top: 108px;
	position: relative;
	background-color: transparent;
}

#blueNav6 {
	background-image: url("images/blue-box-5.jpg");
	float: left;
	width: 121px;
	height: 545px;
	padding-top: 108px;
	position: relative;
	background-color: transparent;
}

#blueNav7 {
	background-image: url("images/blue-box-6.jpg");
	float: left;
	width: 121px;
	height: 545px;
	padding-top: 108px;
	position: relative;
	background-color: transparent;
}

#blueNav8 {
	background-image: url("images/blue-box-7.jpg");
	float: left;
	width: 121px;
	height: 545px;
	padding-top: 108px;
	position: relative;
	background-color: transparent;
}

#blueNavBlank {
	background-image: url("images/blue-box-blank.jpg");
	float: left;
	width: 121px;
	height: 545px;
	padding-top: 108px;
	position: relative;
	background-color: transparent;
}

#rightImage {
	width: 666px;
	height: 435px;
	float: left;
}

#leadershipImage {
	width: 666px;
	height: 435px;
	float: left;
	background-image: url(images/leadership-img.jpg);
	background-repeat: no-repeat;
}

#leadershipImage p {
	padding-left: 35px;
	padding-top: 360px;
	line-height: 20px;

}

#leadershipImage a:link { text-decoration: none; color: #FFF; }
#leadershipImage a:active { text-decoration: none; color: #FFF; }
#leadershipImage a:visited { text-decoration: none; color: #FFF; }
#leadershipImage a:hover { text-decoration: underline; }


#mapImage {
	width: 666px;
	height: 45px;
	float: left;
	background-image: url(images/map.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 390px;
}

#mapImage a:link { text-decoration: none; color: #6699cc; }
#mapImage a:active { text-decoration: none; color: #6699cc; }
#mapImage a:visited { text-decoration: none; color: #6699cc; }
#mapImage a:hover { text-decoration: underline; }


#bioContent {
	width: 666px;
	height: 653px;
	float: left;	
	background-image: url(images/bio-background.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#bioContent a:link { text-decoration: none; color: #6699cc; }
#bioContent a:active { text-decoration: none; color: #6699cc; }
#bioContent a:visited { text-decoration: none; color: #6699cc; }
#bioContent a:hover { text-decoration: underline; }


#bioImage {
	padding: 118px 35px 94px 35px;
	width: 160px;
	float: left;
}

#bioText {
	padding-top: 114px;
	width: 400px;
	float: left;
}

#contentArea {
	width: 666px;
	height: 191px;	
	float: left;
	position: relative;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
}

#contentArea2 {
	width: 666px;
	height: 191px;
	float: left;
	position: relative;		
	background-image: url(images/content2.jpg);
	background-repeat: no-repeat;
}


#contentAreaWhy {
	width: 666px;
	height: 191px;	
	float: left;
	position: relative;
	background-image: url(images/content-why-us.jpg);
	background-repeat: no-repeat;
}

#contentArea3 {
	width: 666px;
	height: 191px;	
	float: left;
	position: relative;
	background-image: url(images/content-3.jpg);
	background-repeat: no-repeat;
}

#contentArea4 {
	width: 666px;
	height: 191px;	
	float: left;
	position: relative;
	background-image: url(images/content-4.jpg);
	background-repeat: no-repeat;
}

#contentArea5 {
	width: 666px;
	height: 191px;	
	float: left;
	position: relative;
	background-image: url(images/content-5.jpg);
	background-repeat: no-repeat;
}

#contentArea6 {
	width: 666px;
	height: 191px;	
	float: left;
	position: relative;
	background-image: url(images/content-6.jpg);
	background-repeat: no-repeat;
}

#contentArea7 {
	width: 666px;
	height: 191px;	
	float: left;
	position: relative;
	background-image: url(images/content-7.jpg);
	background-repeat: no-repeat;
}

#leftContent {
	width: 174px;
	height: 185px;
	padding-left: 35px;
	float: left;
}

#rightContent {
	width: 420px;
	height: 185px;
	margin-top: 39px;
	float: left;
	position: relative;
}

#rightContent a:link { text-decoration: none; color: #6699cc; }
#rightContent a:active { text-decoration: none; color: #6699cc; }
#rightContent a:visited { text-decoration: none; color: #6699cc; }
#rightContent a:hover { text-decoration: underline; }


.pics { height: 435px; width: 666px; padding:0; margin:0; overflow: hidden }
.pics img { height: 435px; width: 666px; top:0; left:0 }


h1 {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	color: #6ba0d5;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0.1ex;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333;
	font-weight: normal;
}

/* ---- New menu idea ---- */

li.c2 {margin-top:13px}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul#menu a {
  font-weight:bold;
  font-size: 10px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;	
}

ul#menu li {
  margin-top: 10px;
}

ul#menu li a {
  padding-left: 0.5em;
}

ul#menu li a:hover {
  background: url(images/rollover.gif) center left no-repeat;
}

ul#menu li ul li a {
  font-size: 8px;	
  color: #333;
  padding-left: 7px;
  font-weight: bold;
}

ul#menu li ul li a:hover {
  background: url(images/rollover-2.gif) center left no-repeat;
  text-decoration: underline;

}

#copyright {
	position: relative;
	width: 1025px;
	height: 20px;
	padding-top: 12px;
	margin: 0px auto;
}

#copyright p {
	font-size: 80%;
	color: #6699cc;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
	margin: 0;
}

#copyright a:link { text-decoration: none; color: #6699cc; }
#copyright a:active { text-decoration: none; color: #6699cc; }
#copyright a:visited { text-decoration: none; color: #6699cc; }
#copyright a:hover { text-decoration: underline; }

