@charset "UTF-8";
/* CSS Document */

body {
	background-color:#12534c;
	font-size: small;
}

img {
	border:none;
}

a:link, a:visited {
	color:#12534c;
}

a:hover, a:active {
	color:#5d002e;
}

#homeTop {
	width:943px;
	height:490px;
	background:#fff url('images/home-top-bg.jpg') no-repeat top left;
}

.homeBtn {
	padding:4px 0 0 34px;
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial;
	font-size:14px;
	color:#fff;
	width:222px;
	height:29px;
	background:url('images/home-button.png') no-repeat top left;
	display:block;
}

.homeBtn a:link, .homeBtn a:visited {
	display:block;
	color:#fff;
	text-decoration:none;
}

.homeBtn a:hover, .homeBtn a:active {
	display:block;
	color:#fff;
	text-decoration:underline;
}

/*-----------------------------*/
.homeLists ul {
	padding:0 0 5px 17px;
	margin:0 0 5px 17px; /* balance changes here with includes/ie-fixes.css */
}

.homeLists li {
	color:#000;
	width:205px;
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial;
	font-style:italic;
	font-size:11px;
	line-height:11px;
	padding:0 0 1px 0;
	margin:0 0 1px 0; /* balance changes here with includes/ie-fixes.css */
	list-style-type:none;
	height:11px;
}

.homeLists a:link {
	display:block;
	color:#000;
	text-decoration:none;
}

.homeLists a:visited {
	display:block;
	color:#000;
	text-decoration:none;
}

/*-----------------------------*/

#news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:22px;
	color:#333;
	padding: 25px 42px 20px 42px;
	background:url('images/home-news-bg.jpg') no-repeat top left;
}

#subnews {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:22px;
	color:#333;
	padding: 35px 42px 20px 42px;
	background:url('images/sub-news-bg.jpg') no-repeat top left;
}


#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:24px;
	color:#333;
	padding: 25px 50px 30px 65px;
	background:url('images/home-quote-bg.jpg') no-repeat top left;
}

#intro {
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial;
	font-size:12px;
	line-height:21px;
	color:#333;
	width:300px;
	padding:147px 0 0 32px;
	float:left;
}

#footer {
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial;
	font-size:13px;
	color:#c0afb5;
	text-align:center;
	padding:15px 40px 0 40px;
	background:#12534c url('images/footer-bg.jpg') no-repeat top left;
	height:90px;
}

.newstitle {
	color:#00675d;
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial;
	font-size:14px;
}
.quotetitle {
	color:#5d002e;
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial;
	font-size:14px;
}

.signed {
	font-style:italic;
	text-align:right;
}

/*  Some sub page styles  */

#subContent {
	padding:10px 50px 20px 0;
	width:650px;
	float:right; 	
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.6em;
}

#subContent h1 {
	padding:0;
	margin:0;
	color:#5d002e;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size:1.75em;
}

#subContent h2 {
	padding:10px 0;
	margin:10px 0;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size:1.2em;
}
#subLeft {
	padding:55px 0 20px 45px;
	width:150px;
	height:400px;
}

#subquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:24px;
	color:#333;
	padding: 40px 50px 30px 65px;
	background:url('images/home-quote-bg.jpg') no-repeat 0 20px;
}

#subMenu {
	list-style:none;
	float:left;
	width:940px;
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial;
	font-size:14px;
	color:#fff;
	margin:177px 0 0 0;
}

#subMenu li {
	float:left;
	padding:0;
	margin:0;
}

#subMenu a:link, #subMenu a:visited {
	display:block;
	color:#fff;
	text-decoration:none;
}

#subMenu a:hover, #subMenu a:active {
	display:block;
	color:#fff;
	text-decoration:underline;
}

/* Budgets run out! Kludgy spacing solution for subpage menus Firefox and Safari Also see includes/ie-fixes.css--*/
#subHead #homeLink { 
	margin-left:49px;
}
#subHead #specialtyLink {
	margin-left:111px;
}
#subHead #servicesLink {
	margin-left:65px;
}
#subHead #teamLink {
	margin-left:69px;
}
#subHead #contactLink {
	margin-left:54px;
}
#subHead #newsLink {
	margin-left:67px;
}

#subMenu2 {
	margin:179px 0 0 0;
	padding:0;
	list-style:none;
	width:940px;
	float:left;
	text-align:left;
}

#subMenu2 li {
	float:left;
}

#subMenu2 li a {
	display:block;
	padding:5px 15px 7px 30px;
	line-height:16px;
	text-decoration:none;
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Arial;
	font-size:14px;
	color:#fff;
	float:left;
}

#subMenu2 li a:hover {
	text-decoration:underline;
}

img, div { 
	behavior: url(iepngfix.htc);
}



