body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	font-size: 9pt;
	background-color: #0C4C4F;
	color: #666666;
	background-image: url(/images/page_bg.jpg);
	background-repeat: repeat-x;
}


/******* hyperlink and anchor tag styles *******/


a:link{
	color: #FF6600;
	text-decoration: none;
}

a:visited{
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}

a.greylink:link, a.greylink:visited {
	color: #666666}
	
	a.whitelink:link, a.whitelink:visited {
	color: #ffffff;
}
	
	


/************** header tag styles **************/

h1{
	font: bolder 18pt Arial, sans-serif;
	color: #000000;
	margin: 0px;
}

h3{
	font: bold 11pt Arial, sans-serif;
	color: #333333;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-image: url(/images/bullet.gif);
}
li {
	line-height: 140%;
}


/********* form and related tag styles *********/



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	width:750px;
	background-color: #ffffff;
	height: auto;
	clear: both;
	margin: 2px auto auto;
	padding: 0px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}


#masthead{
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	width:750px;
	background-repeat: repeat-x;
	height: 10px;
	background-color: #CCCCCC;
	background-image: url(/images/masthead_bg.jpg);
	text-align: left;
}

#mastheadContainer {
	height: 60px;
	line-height: normal;
	width: 750px;
	margin: 20px auto auto;
	background-image: url(/images/masthead_bg.jpg);
	padding: 0px;
}


#pagecell1 .orangeBG {
	background-color: #FF9900;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px;
	margin:0px;
	background-color: #ffffff;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
}

#homepageTop{
	padding: 0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
	background-color: #FFFFFF;
	height: auto;
}

#homepagePic{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 331px;
	float: left;
	background-color: #FFFFFF;
}

#homepageBlurb{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 50%;
	float: right;
	background-color: #FFFFFF;
}
#bodyBottom{
	padding: 10px 10px 10px 8px;
	margin:0px;
	background-color: #ffffff;
	font-size: 10pt;
	clear: both;
}

#callToAction {
	height: auto;
	margin: 50px 20px 0px 5px;
}



/* Hide from IE-Mac \*/


#phototourTop{
	padding: 10px 0px 7px;
	margin:0px;
}

#call{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FF6600;
	float: left;
	padding-top: 4px;
}

#contactbutton{
	float: right;
}

/* End hide */

/************** pageName styles ****************/

#pageName{
	padding: 14px 0px 2px 10px;
	margin: 0px;
	font-size: 16pt;
	font-weight: bold;
	color: #666666;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ******check out positioning here to fix vnav rollover in IE problem**********/

#globalNav{
position: relative;
width: 750px;
height: 28px;
color: #cccccc;
padding: 0px;
margin: 0px;
}



#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalnavbar{
	position: relative;
	width: 750px;
	background-image: url(/images/menu_bg.jpg);
	background-repeat: repeat-x;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	height: 24px;
	padding: 0px;
	margin: 1px auto auto;
}


a.glink{
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 10px;
	display: block;
	height: 19px;
}

a.glink:hover {
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 2px 10px;
	background-color: #07949D;
	height: 19px;
}

a.glink:visited {
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 10px;
	display: block;
	height: 19px;
}


a.homepageheaderlink, a.homepageheaderlink:visited{
	background-color: #FF9900;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}

a.homepageheaderlink:hover{
	color: #FFE8C4;
	text-decoration: none;
}


/************** footer styles ****************/

#footer{
	font-size: small;
	color: #CCCCCC;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}

#footerText{
	font-size: 10pt;
	color: #CCCCCC;
	width: 750px;
	margin: 0px;
	padding: 2px 10px 4px;
	margin-top: 3px;
}


#footer a.glink{
	font-size: 12px;
	color: #393FA1;
	font-weight: normal;
	margin: 0px;
	padding: 2px 10px 4px;
	border-right: 1px none #eee;
}

#footer a.glink:visited{
	font-size: 12px;
	color: #6166C7;
	font-weight: normal;
	margin: 0px;
	padding: 2px 10px 4px;
	border-right: 1px none #eee;
}

#footer a.glink:hover{
	border-right: 1px solid #eee;
	text-decoration: none;
	background-color: #07949D;
		color: #FFFFFF;
}


 td {
}

/**************** img styles *****************/


/* Hide from IE-Mac \*/

.phototourRight{
	padding-left: 5px;
	float: right;
}

.phototourLeft{
	padding-right: 5px;
	float: left;
}

/* End hide */


/********************* end **********************/
h2 {
	background-color: #dadada;
	color: #666666;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px 4px;
}
.anchorlinks {
}
#leftCol {
	padding: 0px;
	margin:0px 0px 0px;
	float: left;
	background-color: #ffffff;
	width: 35%;
}
#pagecell1 #homepage_content #homepage_col_right #leftCol img {
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightCol {
	padding: 0px;
	margin:0px 0px 0px;
	float: right;
	background-color: #ffffff;
	width: 60%;
}

.imgCaption {
	color: #666666;
	text-align: left;
	line-height: 16pt;
	clear: both;
}
.quote {
	font-size: 12pt;
	color: #666666;
	font-style: italic;
}

/* End hide */



.tagline {
	font-size: 18pt;
	line-height: 18pt;
	color: #CCCCCC;

}

#textforPrint {
	height: 0px;
	visibility: hidden;
	z-index: 2;
	font-size: 1px;
}

#graphicHeader {
	z-index: 2;
}
.anchorLinks {
	font-size: 9pt;
	line-height: 16pt;
	color: #CCCCCC;
	margin-left: 4px;
}
#gnav_menu {
	width: 123px;
	float: left;
	text-align: center;
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	height: 23px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
.textlogo {
	font-size: 12pt;
	line-height: 12pt;
	color: #393FA1;
}

#contact {
	font-size: 9pt;
	line-height: 9pt;
	color: #FFFFFF;
	text-align: right;
	float: right;
	height: 60px;
}
#homepage_feature {
	background-image: url(/images/homepage_feature_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	clear: both;
}
#homepage_featuretext {
	float: right;
	height: 265px;
	background-image: url(/images/homepage_feature_bg.jpg);
	background-repeat: repeat-x;
	width: 414px;
}
.valueproposition {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 20pt;
	color: #CCCCCC;
	height: auto;
	margin: 70px 20px 20px 5px;
	display: block;
	font-weight: bold;
}
#homepage_featureimg {
	margin-top: 0px;
	padding: 0px;
	float: left;
	height: 265px;
}
#logo {
	color: #FFFFFF;
	float: left;
}
.globalcontacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20pt;
	color: #FFFFFF;
	height: auto;
	display: block;
	margin-top: 32px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#homepage_content {
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
#homepage_col_left {
	padding: 0px 4px 0px 0px;
	float: left;
	width: 340px;
	margin: 0px;
}
p {
	padding-left: 4px;
}
#homepage_col_right {
	float: right;
	width: 400px;
	padding-left: 3px;
	position: relative;
}


#pagecell1 #homepage_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	background-color: #DADADA;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.pipeltgray {color: #C9C9C9}

.pipeltgreen {
color: #4B7274}

#leftCol5_5 {
	padding: 0px;
	margin:0px 0px 0px;
	float: left;
	background-color: #ffffff;
	width: 48%;
}
#rightCol5_5 {
	padding: 0px;
	margin:0px 0px 0px;
	float: right;
	background-color: #ffffff;
	width: 48%;
}
#leftCol4_1 {
	padding: 5px 0px 0px 10px;
	margin:0px;
	float: left;
	background-color: #ffffff;
	width: 490px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#pagecell1 #content #rightCol4_1 #sideBar h1 {
	font-size: 11pt;
	padding: 3px 2px;
	background-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-bottom: 0px;
}
#rightCol4_1 {
	padding: 0px;
	margin:0px;
	float: right;
	background-color: #ffffff;
	width: 230px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#sideBar {
	font-size: 10pt;
	color: #666666;
	background-color: #eeeeee;
	padding: 1px 10px 15px 5px;
}
#sideBarhead {
	font-size: 10pt;
	color: #666666;
	background-color: #CCCCCC;
	padding: 4px 10px 4px 5px;
	font-weight: bold;
}
#leftCol1_4 {
	padding: 5px 0px 0px 10px;
	margin:0px;
	float: left;
	background-color: #ffffff;
	width: 30%;
}
#rightCol1_4 {
	padding: 5px 10px 0px 0px;
	margin:0px;
	float: right;
	background-color: #ffffff;
	width: 65%;
}
