@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/PNGImages/bgHome.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper{
	width: 920px;
	margin: 0 auto;
	padding: 0;
}
#container{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/PNGImages/body.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
}
#content{
	padding: 0px;
	width: 920px;
	margin-top: -100px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -180px;
}
#leftMenu {
	background-image: url(../images/PNGImages/bgLeft.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 160px;
	float: left;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
	list-style-type: none;
	padding-top: 15px;
	min-height: 600px;
	margin-top: -12px;
}
#leftMenu ul{
	margin-top: 20px;
	list-style-type: none;
	padding-left: 10px;
}
#leftMenu li {
	padding-bottom: 1em;
}

#leftMenu li a {
	color: #FFF;
	text-decoration: none;
	font-family: "Myriad Pro";
	font-size: 1em;
}
#leftMenu li a:hover {
	text-decoration: underline;
}
.leftMenuActive {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
.leftMenuBlueActive {
	color: #0065BD;
	text-decoration: underline;
}
#contentColumn {
	font-family: "Myriad Pro";
	font-size: 1em;
	text-align: left;
	float: right;
	width: 685px;
	padding-left: 30px;
	padding-top: 0px;
	margin-top: -10px;
	margin-left: 0px;
	padding-right: 25px;
}
#contentColumn .smalltext{
	font-size: 10px;	
}
#contentColumn a, #contentColumn a:visited {
	color: #006A4D;
	text-decoration: none;
}
#contentColumn a:hover {
	color: #006A4D;
	text-decoration: underline;
}

#contentColumn h1 {
	font-family: "Myriad Pro";
	font-size: 2em;
	color: #005398;
}
#contentColumn h2 {
	color: #7BACDC;
}
#testimonial {
	width: 250px;
	position: relative;
	left: -10px;
	top: 40px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #CCC;
}
#testimonial h1{
	font-family: "Myriad Pro";
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	margin-top: 10px;
}
#testimonial p{
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
	color: #006A4D;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
#testimonial .signature{
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#search {
	position: relative;
	font-family: "Myriad Pro";
	font-size: 1em;
	text-decoration: none;
	top: -45px;
	left: 605px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	width: 250px;
	vertical-align: baseline;
}
.padding {
	padding: 0px;
	margin-bottom: -3px;
}

.negMarginLeft {
	margin-left: -10px;
}
#photo{
	margin: 0px;
	padding: 0px;
	width: 533px;
	position: relative;
	left: 376px;
	overflow: hidden;
	z-index: 2;
	top: -100px;
}
#header{
	background-image: url(../images/PNGImages/header.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 255px;
	background-position: center top;
	z-index: 1000;
	position: relative;
}
#top_nav{
	position: absolute;
	left: 425px;
	top: 20px;
}
#top_nav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
} 
#top_nav ul li {
	margin-left: 0;
	border-left: 1px solid #FFF;
	list-style: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}	
#top_nav ul li a{
	font-family: "Myriad Pro";
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	line-height: 10px;
	height: 5px;
	line-height: 5px;
}
#top_nav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	font-family: "Myriad Pro";
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#menu{
	width: 900px;
	position: relative;
	top: 20px;
	left: 10px;
}
#logo{
	position: relative;
	top: 5px;
	left: 10px;
	text-align: left;
	width: 200px;
}
#quick_links{
	position: absolute;
	width: 365px;
	left: 10px;
	top: 190px;
	margin: 0px;
	padding: 0px;
}
#quick_links h1{
	font-family: "Myriad Pro";
	font-size: 18px;
	font-weight: bold;
	color: #0065BD;
	padding-top: 5px;
	padding-left: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#quick_links table{
	background-color: #E2E2E2;
	position: relative;
	top: 35px;
}
#footer{
	font-family: "Myriad Pro";
	font-size: .5em;
	padding: 0px;
	clear: both;
	background-image: url(../images/PNGImages/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	margin: 0px;
}
#footer p {
	margin-top: 40px;
}

.taglineRight {
	font-family: "Myriad Pro";
	font-size: 1.5em;
	color: #000;
	text-align: right;
	float: right;
	padding-right: 10px;
	background-color: #FFF;
	background-image: url(../images/PNGImages/tagline.png);
	background-repeat: no-repeat;
	background-position: 24px bottom;
}
.taglineRight a {
	color: #006A4d;
	text-decoration: none;
}
.taglineRight a:hover {
	text-decoration: underline;
}

.taglineLeft {
	font-family: "Myriad Pro";
	font-size: 1.5em;
	color: #000;
	text-align: left;
	float: left;
	padding-left: 10px;
}
.redText {
	color: #F00;
}
.moveLeft {
	margin-left: -50px;
}
.greenText {
	color: #006A4D;
}
