body {
	font: 10px Verdana, sans-serif;
	background-image:url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #979666;
}
p {
	margin-top: 10px;
	font-family: verdana;
	font-size: 10px;
	line-height: 12pt;
	color: #333333;
}
	
h1 {
 font: bold 120% Verdana, Arial, Helvetica, sans-serif;
 color: #660000;
 text-transform: none;
 }
 
 h3 {
	height: 12px;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	list-style-image: none;
}

 
 .float{
 float: left;
 padding: 2px 7px 2px 2px;
 }
.floatRight {
	float: right;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 2px;
	clear: both;
}
 
/******* hyperlink and anchor tag styles *******/
	
a:visited { 
 font-weight: normal; 
 text-decoration: none; 
 color:#993300;
}
a:hover, a:active { 
 text-decoration: none;
 color: #660000;
}
a:link {
 color: #670000;
 text-decoration: none;
}

/* specific divs */

#container {
 width: 990px;
 height: 675px;
 margin:auto;
 padding: 0px;
 position: relative;
}

#pageHeader {
 width: 990px;
 height: 95px;
 margin: 0;
 }
	
#logo_img{
 width: 228px;
 height: 50px;
 position: absolute;
 top: 25px;
 left: 0px;
}
	
#sublogo{
	position: absolute;
	top: 75px;
	width: 985px;
	height: 16px;
	padding: 5px  0px  0px 5px;
	background-image:url(images/sublogo.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color:#FFFFFF;
}
	
#content {
 position: absolute;
 top: 95px;
 width: 240px;
 height: 380px;
 margin: 0px;
 padding: 0px;
 background-color: #FFFFFF;
 left: 0px;
}

#content_left {
	float:left;
	position: absolute;
	top: 43px;
	left: 45px;
	width: 170px;
	height: 334px;
	margin: 0;
	line-height: 13px;
	color: #660000;
	font-size: 12px;
}	
	
	
#nav_left {
	float:left;
	position: absolute;
	display: block;
	top: 55px;
	left: 40px;
	width: 180px;
	height: 319px;
	margin: 0;
	line-height: 13px;
	color: #660000;
	font-size: 12px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#nav_left p a:link, #nav_left p a:visited {
 display: block;
 border-bottom: 1px solid #999999;
 background-image: url(bg_nav.jpg);
 font-weight: bold;
 padding: 0px;
 color: #21536A;
 text-decoration: none;
}

#nav_left p a:hover{
 border-bottom: 1px solid #ffffff;
 background-color: #DDEEFF;
 background-image: none;
 font-weight: bold;
 text-decoration: none;
}

#nav_left2 {
	float:left;
	position: absolute;
	display: block;
	top: 314px;
	left: 40px;
	width: 170px;
	height: 54px;
	margin: 0;
	line-height: 13px;
	color: #660000;
	font-size: 12px;
	padding: 0px;
}
.nav_active{
 background-color: #DDEEFF;
 background-image: none;
 border-bottom: 1px solid #ffffff;
 font-weight: bold;
 text-decoration: none;
 color: #21536A;
}
#nav_title a {
	float:left;
	position: absolute;
	top: 25px;
	left: 40px;
	width: 163px;
	height: 17px;
	margin: 0;
	font-weight: bold;
	font-size: 120%;
	color: #660000;
	text-decoration:none;
} 
#nav_footer a {
	margin: 0;
	font-weight: normal;
	color: #660000;
	text-decoration:none;
}	
	
#nav_left ul li{
	line-height: 11px;
	color: #660000;
	text-decoration: none;
	list-style: none;
	font-size: 10px;
	border: none;
	margin-left: -20px;
	padding-bottom: 5px;
}

#nav_left a:link a:visited{
 border-bottom: 1px solid #ffffff;
}
.nav_ul_active{
 background-color: #DDEEFF;
 background-image: none;
 border-bottom: 1px solid #ffffff;
 font-weight: bold;
 text-decoration: none;
 color:#660000;
}

#content_right {
	float:right;
	position: absolute;
	top: 0px;
	left: 240px;
	width: 750px;
	margin: 0;
	background-image:url(images/ltgreen.gif);
	height: 380px;
	overflow: hidden;
	z-index: 0;
	
}
#content_right_people {
	float:right;
	position: absolute;
	top: 96px;
	left: 240px;
	width: 750px;
	margin: 0;
	z-index: 0;
	background-color: #FFFFFF;
	height: 535px;
	overflow: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.gallery   li  {
	list-style: none;
	width: 130px;
	float: left;
	margin-top: 20;
	margin-right: 20px;
	margin-bottom: 75px;
	margin-left: 20px;
	height: 200px;
	}
.gallery li a {
	list-style: none;
	color:#FFFFFF;
	text-decoration: none;
}
.gallery li a:hover {
	list-style: none;
	color:#DED6B4;
	text-decoration: none;
}
.galleryCaption {
	font-size: 10px;
	width: 125px;
	background-color: #D2D7B9;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: -5px;
	z-index: 1000;
}
.clear {
	float: none;
}
.gallery img {
	margin: 0px;
	padding: 0px;
}
.galleryCaption  a:visited {
	font-size: 11px;
	line-height: 125%;
}
.gallery2 li {
	list-style: none;
	color:#CCCCCC;
	width: 195px;
	min-height: 135px;
	float: left;
	margin: 0;
}

#content_right_flash {
	float:right;
	position: absolute;
	top: 0px;
	left: 240px;
	width: 750px;
	margin: 0;
	background-image:url(images/ltgreen.gif);
	height: 555px;
	overflow: hidden;
	z-index: 0;	
}
#content_right_tall {
	float:right;
	position: absolute;
	top: 0px;
	left: 240px;
	width: 750px;
	margin: 0;
	height: 555px;
}
	
#content_right_sc {
 float:right;
 position: absolute;
 top: 0px;
 left: 240px;
 width: 750px;
 height: 380px;
 margin: 0;
 overflow: auto;
 background-color: #FFFFFF;
	}
	
#content_right_sc p{ 
 font-size: 10px;
}
#content_right_sc ul li{
text-decoration:none;

}
	
#content_right_client{
	float:right;
	position: absolute;
	top: 0px;
	left: 240px;
	width: 750px;
	height: 580px;
	margin: 0;
	overflow: auto;
	background-image:url(images/clients.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}	
	
#content_right_contact{
 float:right;
 position: absolute;
 top: 0px;
 left: 240px;
 width: 750px;
 height: 380px;
 margin: 0;
 overflow: auto;
 background-image:url(images/contact.jpg);
}	
	
#content_right_client p{ 
 font-size: 10px;
}

#content_right_history{
	float:right;
	position: absolute;
	top: 0px;
	left: 240px;
	width: 600px;
	height: 380px;
	padding: 0px 100px 0px 50px;
	overflow: auto;
	background-image:url(images/history.jpg);
	bottom: -35px;
	background-repeat: no-repeat;
}
#content_right_green{
	float:right;
	position: absolute;
	top: 0px;
	left: 240px;
	width: 600px;
	height: 380px;
	padding: 0px 100px 0px 50px;
	overflow: auto;
	background-image:url(images/mngreen2.jpg);
	bottom: -35px;
	background-repeat: no-repeat;
}	

#content_right_news{
	float:right;
	position: absolute;
	top: 0px;
	left: 240px;
	width: 750px;
	height: 580px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	background-image:url(images/plans.jpg);
	bottom: -35px;
	background-position: -50px;
}	

#content_partners_left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 275px;
	height: 571px;
	list-style: none;
	font-size: 10px;
}
#content_partners_left ul{
	list-style: none;
}
#content_partners_right{
	float:right;
	position: absolute;
	top: -1px;
	left: 277px;
	width: 450px;
	height: 580px;
}

#partner_info_top{
	position: absolute;
	top: 0px;
	left: 500px;
	width: 451px;
	height: 379px;
	overflow: auto;
	background-image:url(images/partner_top.gif);
	background-repeat: no-repeat;

}
	
#lc_left{
	position: absolute;
	height: 150px;
	width: 240px;
	top: 500px;
	left: 0px;
	z-index: 1;
}

#lc_leftBlank{
	position: absolute;
	height: 176px;
	width: 240px;
	top: 475px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 1;
}
	
#lc_news{
 position: absolute;
 height: 150px;
 width: 750px;
 top: 500px;
 left: 240px;
}

#tleft{
 position: absolute;
 font-size: 75%;
 height: 150px;
 width: 89px;
 top: 525px;
 left: 50px;
}

#quote {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	color:#FFFFFF;
	position: absolute;
	top: 500px;
	width: 413px;
	padding: 10px 10px 0px;
	left: 243px;
	height: 109px;
}
	
#t1{
 position: absolute;
 font-size: 75%;
 height: 130px;
 width: 75px;
 top: 510px;
 left: 704px;
}
	
#t2{
 position: absolute;
 font-size: 75%;
 height: 130px;
 width: 75px;
 top: 510px;
 left: 809px;
}	
	
#t3{
 position: absolute;
 font-size: 75%;
 height: 130px;
 width: 75px;
 top: 510px;
 left: 915px;
}	
	
.caption {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
}
	
#history{
 padding: 20px 20px 0px 20px;
 overflow: auto;
}	
	
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

.siteinfo2 a:link, .siteinfo a:visited{
 color:#FFFFFF;
 text-decoration: none;
}

#siteInfo1{
	position: absolute;
	top: 653px;
	width: 217px;
	font-size: 9px;
	color:#FFFFFF;
	padding: 5px 5px 5px 5px;
	left: 770px;
	text-align: right;
}

#siteInfo2{
 position: absolute;
 top: 650px;
 width: 522px;
 font-size: 9px;
 color:#FFFFFF;
 padding: 5px 5px 5px 5px;
 left: 251px;
 text-align: center;
}

#siteInfo3{
 position: absolute;
 top: 650px;
 width:118px;
 font-size: 9px;
 color:#FFFFFF;
 padding: 5px 5px 5px 5px;
 left: 862px;
 text-align: right;
}

/* HERE BEGINS ALL THE HORIZONTAL NAV STYLES */
	
.skipLinks {display: none;}
	
/* START glink styles */

a.glink, a.glink:visited{
 font-size: 11px;
 color:#FFFFFF;
 position: absolute;
 top: 0px;
 width: 135px;
 height: 50px;
 text-align: right;
 text-decoration: none;
 padding-right: 15px;
 line-height: 85px;
 left: 0px;
}

a.glink:hover{
 text-decoration: none;
 color:#660000;
}

/* START glinkActive styles */

a.glinkActive:hover{
 text-decoration: none;
 color:#660000;
}
  
a.glinkActive, a.glinkActive:visited{
 font-size: 11px;
 color:#660000;
 position: absolute;
 top: 0px;
 width: 135px;
 height: 50px;
 text-align: right;
 text-decoration: none;
 padding-right: 15px;
 line-height: 85px;
}

a.glinkActive1:hover{
 text-decoration: none;
 background-image:url(images/nav_services-o.jpg);
 color:#660000;
}

a.glinkActive1, a.glinkActive1:visited{
 font-size: 11px;
 color:#660000;
 position: absolute;
 top: 0px;
 width: 135px;
 height: 50px;
 text-align: right;
 text-decoration: none;
 padding-right: 15px;
 line-height: 85px;
}

a.glinkActive2:hover{
 text-decoration: none;
 color:#660000;
 background-image: url(images/nav_portfolio-o.jpg);
 background-repeat:no-repeat;
}

a.glinkActive2, a.glinkActive1:visited{
 font-size: 11px;
 color:#660000;
 position: absolute;
 top: 0px;
 width: 135px;
 height: 50px;
 text-align: right;
 text-decoration: none;
 padding-right: 15px;
 line-height: 85px;
}

a.glinkActive3:hover{
 text-decoration: none;
 background-image: url(images/nav_clients-o.jpg);
 color:#660000;
}

a.glinkActive3, a.glinkActive1:visited{
 font-size: 11px;
 color:#660000;
 position: absolute;
 top: 0px;
 width: 135px;
 height: 50px;
 text-align: right;
 text-decoration: none;
 padding-right: 15px;
 line-height: 85px;
}

a.glinkActive4:hover{
 text-decoration: none;
 background-image: url(images/nav_about-o.jpg);
 color:#660000;
}

a.glinkActive4, a.glinkActive1:visited{
 font-size: 11px;
 color:#660000;
 position: absolute;
 top: 0px;
 width: 135px;
 height: 50px;
 text-align: right;
 text-decoration: none;
 padding-right: 15px;
 line-height: 85px;
}

a.glinkActive5:hover{
 text-decoration: none;
 background-image: url(images/nav_contact-o.jpg);
 color:#660000;
}

a.glinkActive5, a.glinkActive1:visited{
 font-size: 11px;
 color:#660000;
 position: absolute;
 top: 0px;
 width: 135px;
 height: 50px;
 text-align: right;
 text-decoration: none;
 padding-right: 15px;
 line-height: 85px;
}

/* START globalLink styles */

#globalLink1{
 position: absolute;
 top: 25px;
 left: 240px;
 height: 50px;
 width: 150px;
 background-image: url(images/navbar_bkg.jpg);
 padding: 0px; 
 margin: 0px;
} 

#globalLink1:hover{
 background-image:url(images/nav_services-o.jpg);
 color:#660000;
}

#globalLink2{
 position: absolute; 	
 top: 25px;
 left: 390px;
 height: 50px;
 width: 150px;
 background-image: url(images/nav_portfolio.jpg);
 padding: 0px; 
 margin: 0px;
}

#globalLink2:hover{
 background-image: url(images/nav_portfolio-o.jpg);
}

#globalLink3{
 position: absolute;
 top: 25px;
 left: 540px;
 height: 50px;
 width: 150px;
 background-image: url(images/nav_clients.jpg);
 padding: 0px; 
 margin: 0px;
}

#globalLink3:hover{
 background-image: url(images/nav_clients-o.jpg);
}

#globalLink4{
 position: absolute;
 top: 25px;
 left: 690px;
 height: 50px;
 width: 150px;
 background-image: url(images/nav_about.jpg);
 padding: 0px; 
 margin: 0px;
}

#globalLink4:hover{
 background-image: url(images/nav_about-o.jpg);
}
	
#globalLink5{
 position: absolute;
 top: 25px;
 left: 840px;
 height: 50px;
 width: 150px;
 background-image: url(images/nav_contact.jpg);
 padding: 0px; 
 margin: 0px;
}

#globalLink5:hover{
 background-image: url(images/nav_contact-o.jpg);
}
/* START subglobalNav styles */

.subglobalNav{
 position: absolute;
 font-size: 10px;
 top: 77px;
 left: 287px;
 width: 702px;
 height: 20px;
 padding: 0px;
 color:#660000;
 visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
 font-size: 10px;
 color:#660000;
 text-align:center;
 text-decoration:none;
}

.subglobalNav a:hover{
 color:#333333;
/*	background-image:url(images/sublogo.gif) */
}
	
.skipLinks {display: none;}

#subglobal4{
 margin-left: 175px;
}
#subglobal2{
 margin-left: 100px;
}
.discription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#symphony {
	position: absolute;
	height: 62px;
	width: 150px;
	top: 312px;
	left: 58px;
}
.badbullet {
	list-style-image: none;
}
.partnertop {
	background-image: url(images/partner_top.gif);
	text-decoration: none;
	color: #21536A;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	text-transform: uppercase;
	height: 35px;
}
.partnertopbkgrnd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	width: 400px;
	background-color: #FFFFFF;
	text-transform: none;
	display: inline-block;
}
.partnerbottom {
	background-image: url(images/partner_bottom.gif);
	text-decoration: none;
	color: #21536A;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	text-transform: uppercase;
	height: 35px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content_right_blank {
	float:right;
	position: absolute;
	top: 0px;
	left: 240px;
	width: 600px;
	height: 380px;
	overflow: auto;
	bottom: -35px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#content_right_faq {
	float:right;
	position: absolute;
	top: 0px;
	left: 240px;
	width: 650px;
	height: 380px;
	overflow: auto;
	bottom: -35px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-image: url(images/questionmark.jpg);
	background-repeat: no-repeat;
	line-height: 2.5em;
}
#content_right_faq a:visted {
color:#666666;
}
#content_right_faq a {
	text-decoration: underline;
	line-height: 2em;
}

#content_right_faq p a:link, #content_right_faq p a:visited {
	color: #66666;
	font-weight: normal;
}
.subhead {
	font-size: 12px;
	text-transform: capitalize;
	color: #660000;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 2em;
}
#iframe {
	height: 555px;
	width: 750px;
	margin-left: 240px;
}
#nav_left td a:link {
	font-size: 10px;
}
#nav_left table {
	font-size: 10px;
}
#siteInfoFoot {
	position: absolute;
	top: 653px;
	width: 217px;
	font-size: 9px;
	color:#FFFFFF;
	padding: 5px 5px 5px 5px;
	left: 500px;
}
#content_right_landing {
	float:right;
	position: absolute;
	top: 95px;
	left: 240px;
	width: 750px;
	height: 555px;
	overflow: auto;
	bottom: -35px;
	padding: 0px;
}
#lc_leftBlank  h2 {
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 15px;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
}
#nav_left ol {
	list-style-type: disc;
	font-size: 9px;
	line-height: 11px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#landingpagetitle {
	position: absolute;
	top: 652px;
	width: 500px;
	font-size: 10px;
	color:#FFFFFF;
	padding: 5px;
	left: 240px;
	height: 13px;
	font-weight: bold;
}
