@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2d2d2d;
	
}

.fright{
	float:right;
}
.fleft{
	float:left;
}
.clear{
	clear:both;
}

h1{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	color:#830b27;
}

h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px;
}

p{
	font-size:14px;
	line-height:17px;
	margin-bottom:15px;
}

a{
	color:#09315a;
	text-decoration:none;
}

a:hover{
	color:#830b27;
	text-decoration:underline;
}

a:visited, a:active{
	color:#830b27;
}



padd30{
	padding-right:30px;
}

.bold{
	font-weight:bold;
}
.legal p{
	color:#2d2d2d;
	font-size:14px;	
}
/*
.legal p:first-line{
	color:#333333;
	font-size:14px;
}
*/
.title{
	margin-bottom:15px;
	font-size:23px; /* for missing images */
	display:block;
}
.pad_top{
	padding-top:50px;
}
dl{
	line-height:18px;
}

dl dt{
	font-weight:bold;
	font-size:14px;	
}

dl dd{
	font-size:14px;
	margin-bottom:5px;
}

ul{
	font-size:14px;
	line-height:17px;
	margin-bottom:15px;
}

ul li{
	background-image:url(../images/experience_bullet.gif);
	background-position:5px 3px;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:5px;
	padding-left:25px;
}

ul.team_list{
	width:400px;
}

ul.team_list li{
	width:45%;
	float:left;
	padding-left:20px;
}

ul.experience{
	font-size:14px;
	line-height:17px;
	margin-bottom:15px;
}

ul.experience li{
	background-image:url(../images/experience_bullet.gif);
	background-repeat:no-repeat;
	background-position:10px 3px;
	padding-left:30px;
	list-style:none; 
	margin-bottom:15px;
}

#page_body #page_right_50 dl.news{
	margin-left:15px;
}
#page_body #page_right_50 dl.news dt {
	font-size:14px;
	font-weight:200;
	color:#830b27;
}

#page_body #page_right_50 dl.news dd {
	font-size:14px;
	/* color:#7d7d7d; */
}


#page_body #page_right_50 dl.news dt .date{
	background-image:url(../images/news_bullet.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	font-size:10px;
	font-weight:100;
	padding-left:19px;
	color:#0d0d0d;
	display:block;
}

a.more_link{
	display:block;
	font-size:10px;
	color:#830b27;
	text-decoration:none;
}
a.more_link:hover{
	color:#7D7D7D;
	text-decoration:underline;
}

#associate_profile img{
	margin-left:10px;
}

#associate_profile img#associate_image{
	margin-top:10px;
	margin-left:0;
}

#associate_profile .profile_buttons a,
#associate_profile .profile_buttons a img{
	border:0;
	margin:0;
	padding:0;
}
#notable_experience{
	margin-bottom:10px;
	margin-top:30px;
}

img.matted1{
	border:solid #151515 1px;
	background-color:#f2f2f2;
	padding:2px;
	margin-bottom:10px;
}
.image_links{
	margin-bottom:10px;
}
.image_links a{
	margin:10px;
	display:block;
	float:left;
}

.image_links a:hover img,
.profile_buttons a:hover img,
#footer a:hover img {
	opacity:0.75;
}

.image_links a img,
.profile_buttons a img ,
#footer a img
{
	border:0 none;
	opacity:1;
}

.accordion_container{
	width:340px;
	height:400px;
}

/* FORMS */

label{
	float:left;
	display:block;
	height:30px;
	width:150px;
	text-align:right;
	padding-right:10px;
}

input{
	float:left;
	width:158px;
	width:340px;
}
select{
	float:left;
	width:162px;
	width:344px
}
textarea{
	width:340px;
}
#form_elements p{
	clear:both;
}

.submit_button{
	margin-right:46px;
	width:150px;
}

/* newsletter signup form */
#newsletter_signup_form{
	font: 12px/14px sans-serif; 
	margin-top:4px; 
	margin-bottom:2px;
}
#newsletter_signup_form p{
	margin-bottom:10px;
	float:left;
}
#newsletter_signup_form label{
	width:105px;
	height:20px;
	clear:both;
}

#newsletter_signup_form label.error{
	clear:both;
	background-image:none;
	font-size:12px;
	width:300px;
	margin-left:75px;
	_width:250px; /* IE6 hack */
	_margin-left: 40px;/* IE6 hack */
}

#newsletter_signup_form input{
	width:300px;
}


label.error{
	background-image:url(../images/arrow_left.gif);
	background-position:19px 3px;
	background-repeat:no-repeat;
	color:red;
	font-style:italic;
	padding-left:36px;
	text-align:left;
	width:192px;
}

.contact_disclaimer{
	font-size:11px;
}