

/*------------------ start basic styles ----------------------------*/
html, body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	color: #000;
   background-color: #fff;
	margin: 0;
	padding: 0;
}
h2 {
   font-size: 16px;
   margin: 0;
   padding: 10px 10px 5px 10px;
}
h3 {
   font-size: 12px;
   margin: 0;
   padding: 5px 10px;
}
p {
   font-size: 12px;
   margin: 0;
   padding: 5px 5px 5px 10px;
}
li {
	padding: 0;
   margin: 0;
	color: #000000;
   list-style: none;
}
ol, ul {
	margin: 10px;
	padding: 0;
	color: #000000;
}
form {
   margin: 0;
   padding: 0;
}
a,
a:link
 {
	color: #006666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #336666;
	text-decoration: underline;
}
a:active {
	color: #006666; 
	text-decoration: underline;
}

/*
------------------ end basic styles ----------------------------*/
#intro h2 {
  font-size: 18px;
  font-weight: bold;
}
#intro h3 {
  margin: 0;
  padding: 5px 10px 0 10px;
  color: black;
}
#intro p {
   padding: 3px 5px 2px 10px;
}
.lobname {
   color: #066;
}
#functional-roles {
   clear: both;
   margin: 0;
   padding: 0;
   font-size: 12px;
   font-weight: normal;
}
#functional-roles ul {
/*   line-height: 150%; */
   margin: 0;
   padding: 0;
   list-style: none;
   
/*   background: #D5F4F4 url(black_bullet_31px.gif) no-repeat; */
}
#functional-roles a,
#functional-roles a:link {
	color:#000;
	text-decoration: none;
}
#functional-roles a:visited {
	color:#000;
	text-decoration: none;
}
#functional-roles a:hover {
	color:#000;
	text-decoration: underline;
}
#functional-roles a:active {
	color:#000; 
	text-decoration : none;
}

li.functional-role {
   line-height: 150%; 
   clear: both;
   margin: 0;
   _margin: 0 25px;
   padding: 0px 35px;
   _padding: 0 20px;
   font-size: 12px;
   font-weight: normal;
   background: #D5F4F4 url(/External_Sites/images/Shared/black_bullet_31px.gif) no-repeat; 
	_list-style-image : url(/External_Sites/images/Shared/black_bullet_31px.gif);
   _background: #D5F4F4;
}
.functional-role a,
.functional-role a:link {
	color:#000;
	text-decoration: none;
}
.functional-role a:visited {
	color:#000;
	text-decoration: none;
}
.functional-role a:hover {
	color:#000;
	text-decoration: underline;
}
.functional-role a:active {
	color:#000; 
	text-decoration : none;
}

/* Begin Landing page specific styles */

.page-width {
	width: 898px;
}

.body-height {
	height:275px;
}

#header {
	background: #004F42;
	float: left;
	height: 50px;
	min-height: 52px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 2px solid #fff;
}
#logo {
	float: left;
	min-height: 50px;
	width: 195px;
	margin: 0;
	padding: 0;
	color: #fff;
}

#logo img {
	border-style: none;
}

#headtext {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: inherit;
	text-align: right;
	display: inline;
	margin: 0;
	padding: 20px 35px 10px 0;   
}
#headtext:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}



#left-promo {
	position: absolute;
	left: 0px;
	float: left;
	width: 160px;
	height: 275px;
	line-height: 275px;
	text-align: center;
	background: #BECFC7;

}
#left-promo img {

}

#right-promo {
	position: absolute;
	left: 738px;
	width: 160px;
	height: 275px;
	line-height: 275px;
	text-align: center;
	background: #BECFC7;
}
#right-promo img {
	padding-top:22px;
}

#intro-wrapper {
	clear: both;
	height: 275px;
	background: #FFFFFF;
}

#intro {
	position: absolute;
	left: 160px;
	width: 574px;
	height: 275px;
	margin: 0;
	padding: 8px;
	display: block;
	background: #D5F4F4;
	margin: 0;
	padding: 0;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;	
}

#tagline {
	width: inherit;
	/*margin: 0;*/
	position:relative;
	display:block;
	padding: 8px 0 0 0;
	padding: 0px 0 5px 0;
}

#tagline .phone {
   color: #099;
   font-weight: bold;
   color: #000;
   font-size: 14px;
}

#footer {
	margin: 0;
	padding: 10px 0;
	background: #009999;
	background: #004F42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #f90;
	border-top: 2px solid #fff; 	
}

#footer p {
	font-family: Arial;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
#footer a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #fff;
}