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

body {
	background: #2d5994 url(/img/page_bg.jpg) repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: .75em;
	line-height: 130%;
}
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.rounded {
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
}
p {
	margin-bottom: 12px;
}
ol, ul {
	list-style-position: inside;
	margin: 12px 0 12px 12px;	
}
#header {
	background: #fff url(/img/grey_fade_bg.png) top left repeat-x;
	border-top: 4px solid #f2a04c;
	border-bottom: 4px solid #f2a04c;
	height: 115px;
	margin-top: 10px;
	width: 100%;
}
#logo_nav_wrap {
	background: url(/img/image_logo2.png) no-repeat;
	background-position: 24px 12px;
	height: 127px;
	margin: 0 auto;
	width: 950px;
}
a#home {
	display: block;
	float: left;
	height: 80px;
	margin-top: 10px;
	margin-left: 12px;
	width: 235px;
}
#nav {
	background: url(/img/top_nav_bg.png) top left no-repeat;
	float: right;
	height: 39px;
	margin-top: 40px;
	width: 638px;
}
#nav ul {
	float: left;
	margin: 8px;
	margin-left: 8px;
}
#nav ul li {
	border-left: 1px solid #666;
	display: inline;
	float: left;
}
#nav ul li:first-child {
	border-left: 0;
}
#nav_wrap {
	float: left;
	margin: 24px 0 0 24px;
	width: 200px;
}
#nav_wrap img {
	margin-bottom: 12px;
}
#flash {
	margin: 12px auto;
	width: 954px;
}
#specialties_wrap_outer {
	background: #fff url(/img/grey_fade_bg.png) top left repeat-x;
	border: 4px solid #f2a04c;
	margin: 10px auto 0 auto;
	width: 950px;
}
#specialties_wrap_inner {
	background: url(/img/specialty_separators.png) center repeat-y;
	margin: 25px;
}
#professional_wrap, #business_wrap, #communication_wrap {
	float: left;
	width: 250px;
}
#business_wrap, #communication_wrap {
	margin-left: 75px;
}
#story_wrap {
	margin: 24px 24px 24px 250px;
	li: margin-bottom: 12px;
}
#story_wrap p {
	font-size: 110%;
	line-height: 130%;
	margin-bottom: 12px;
}
#story_wrap li {
	margin-bottom: 8px;
}
#address {
	color: #999;
	font-family: verdana;
	margin: 12px auto;
	text-align: center;
	width: 950px;
}
.testimonials {
	list-style-position: outside;
	margin-left: 15px;
}
.testimonials li {
	margin-bottom: 12px;
}
.top {
	margin: 12px 0;
	text-align: right;
	width: 100%;
}
#style dt {
	font-weight: bold;
}
#style dd {
	margin: 0 0 12px 15px;
}
#style #story_wrap ul {
	list-style-position: outside;
	margin-top: 0;
}
#style dl.profile dd.image {
	float: left;
	margin-right: 8px;
}
#style dl.profile dt {
	float: right;
	width: 553px;
}



h1, h2, h3, h4, h5 {
	color: #1e305b;
	line-height: 100%;
	margin-bottom: 12px;
	font-family: Trebuchet, Arial, Verdana;
}




a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #666;
}
#nav a {
	color: #1e305b;
	display: block;
	border-left: 1px solid #fff;
	padding: 3px 9px;
	text-decoration: none;
}
#nav a:hover {
	color: #666;
}
#nav li:first-child a {
	border-left: 0;
}




form {
	margin-top: 20px;
}
.input_wrap, .textarea_wrap {
	clear: both;
	margin-bottom: 8px;
}
.input_wrap label, .textarea_wrap label {
	display: block;
	float: left;
	margin-right: 10px;
	width: 80px;
}
.input_wrap input {
	border: 1px solid #666;
}
input:focus, textarea:focus {
	background-color: #ffffba;
}
.textarea_wrap {
	float: left;
	margin-top: 12px;
	width: 420px;
}
textarea {
	border: 1px solid #666;
	float: right;
}
fieldset {
	border: 1px solid #666;
	float: left;
	margin: 6px 0;
	padding: 8px;
	width: 400px;
}
#column1, #column2 {
	float: left;
	width: 200px;
}
.submit {
	clear: left;
	float: left;
	margin-top: 12px;
}