/***********************************************/
/* byrdAssociates.css                          */
/* Created: March 2007				           */
/***********************************************/

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.166;
	font-weight:normal;
	background-color:#eae7c8;	
	margin: 0px;
	padding: 0px;
	color:#333333;
	font-size:12px;
}

a{
	color: #666666;
	text-decoration: none;
}

a:link{
	color: #666666;
	text-decoration: none;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #eb5414;
	text-decoration: none;
}

p {

}

h1, h5{
 	font-size: 14px;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
	display:inline;
}

h2 {
 	font-size: 18px;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
	display:inline;
}

h3{
 	font-size: 12px;
 	color: #c8cb7c;
 	margin: 0px;
 	padding: 0px;
	display:block;
}
h4{
 	font-size: 10px;
	font-weight:normal;
 	color: #999999;
 	margin: 0px;
 	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
	display:block;
}
h5{
 	padding-top: 10px;
	display:block;
}
h6{
 	font-size: 12px;
 	color: #FF6633;
 	margin-top: 15px;
	display:inline;
}
h7{
	font-size: 18px;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
}

#container {
	height: 500px;
	width: 	759px;
	background-color:#eae7c8;
	margin: 30px auto;
}

#header {
  margin: 0px;
}

#logoBox {
	position:absolute;
	float:left;
	margin:40px 0px 0px 40px;
	z-index:2;

}

#navBar {
	height: 27px;
	width:745px;
	margin: 0px 0px 0px 7px;
	border-top: 1px solid #cccccc;
	background-image:url(../images/bg_navigation.gif);
  	background-repeat:repeat-x;
	font-size: 12px;
	color: #999999;


}

.menu a {
	border-right: 1px solid #cccccc;
	float:right;
	padding: 5px 22px 4px 22px;
	text-align:center;
	
}

.menu a.selected {
	padding: 5px 22px 5px 22px;
	text-align:center;
	background-image:url(../images/bg_nav_selected.gif);
  	background-repeat:repeat-x;
	color: #FFF;

}
.last a{
	border-right: 0px;
	float:right;
	padding: 5px 22px 4px 22px;
	text-align:center;
}
.menuLast a.selected {
	padding: 5px 22px 5px 22px;
	text-align:center;
	background-image:url(../images/bg_nav_selected.gif);
  	background-repeat:repeat-x;
	color: #FFF;

}
#orange_navBar{
	height:16px;
	width:745px;
	margin: 0px 10px 0px 7px;
	background-color:#eb5414;
	font-size: 12px;

}

#orange_navBar .menu a {
	color:#FFF;
	border:none;
	float:right;
	padding:0 10px 0px;
}
#orange_navBar .menu a.selected {
	color: #f6c490;
	background-image:none;
}


li {
	display:inline;
	
}
ul {
	list-style-image:none;
	list-style-type:none;
	display:inline;
}
#middleSection {
	width:100%;
	height:300px;
	float:left;
	background-color:#FFF;
	margin:0px;
}
#middleSection_people {
	width:100%;
	height:500px;
	float:left;
	background-color:#FFF;
	margin:0px;
}
#middleSection_people_marilyn {
	width:100%;
	height:350px;
	float:left;
	background-color:#FFF;
	margin:0px;
}
#middleSection_aboutUs{
	width:100%;
	height:550px;
	float:left;
	background-color:#FFF;
	margin:0px;	
}
#middleSection_testimonials{
	width:100%;
	height:400px;
	float:left;
	background-color:#FFF;
	margin:0px;	
}

#leftShadow {
	float:left;
	height: 100%;
	width:7px;
	background-image:url(../images/bg_dropshadow_left.gif);
	background-repeat:repeat-y;
}
#rightShadow {
	float:right;
	height: 100%;
	width:7px;
	background-image:url(../images/bg_dropshadow_right.gif);
	background-repeat:repeat-y;
}

#mainContent{
	width:450px;
	padding: 50px 10px 50px 50px;
	text-align:left;
	float:left;
}
#mainContent_people{
	width:490px;
	padding: 50px 10px 50px 50px;
	text-align:left;
	float:left;
	font-size:14px;
}
#aboutUsContent{
	padding: 30px 50px;
	width:630px;
	text-align:left;
	float:left;
	font-size:12px;
}

#aboutUsContent h9{
	font-size:14px;
	color: #eb5414;
}
#aboutUsContent p{
	font-size:12px;
}

#specialize{
	font-size:14px;
	font-color:#666666;
	float:left;
	width:150px;
	padding: 80px 30px 10px;
}
#testimonials{
	font-size:14px;
	font-color:#666666;
	float:left;
	width:650px;
	padding: 30px 30px 20px 50px;
}
#testimonials p{
	font-size:12px;
}
#middleSection #CTA{
	color:#cccccc;
	float:right;
	font-size:12px;

}
#middleSection #CTA .text {
	float:left;
	margin: 5px 5pt 0pt 0pt; 
	display:inline;
}
#middleSection #CTA .arrow {
    float:right;
	display:inline;
}
#middleSection #CTA a{
	color:#666666;
	text-decoration:none;
}
#middleSection #CTA a:hover{
	color:#eb5414;
	text-decoration:none;
}
#peopleContainer{
	height:400px;
}

#photoBox{
	float:left;
	margin-top:0px;
	border-right: 4px solid #eb5414;
	border-bottom: 4px solid #eb5414;
}
#textBox{
	float:left;
	width:350px;
	padding:50px 0px 0px 30px;
	overflow:auto;
}
#textBox p{
	font-size:12px;
}
#peopleNav{
	float:right;
	text-align:right;
	padding:50px 26px 0px 0px;	
}

#peopleNav a{
	font-size:12px;
	display:block;
	margin-bottom:7px;
}
#peopleNav a.selected{
	color:#c8cb7c;	
}

#submitBox{
	padding:50px 50px 50px 250px;
	font-size:12px;
}
#submitBox p{
	font-size:12px;
}
#submitBox a{
	text-decoration:underline;
	font-size:12px;
}
#contact{
	float:left;
	height:200px;
	width:150px;
	margin:30px 20px 0px 40px;
	border-right: 1px dashed #cccccc;
	padding: 20px 20px 0px 0px;
	font-size:10px;
}

#footer{
	clear:both;
	height:88px;
	font-size: 10px;
	text-align: center;
	color: #999999;
	padding:20px;
	padding-top:50px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	overflow:none;	
}

#footer a {
	color: #999999;
	text-decoration:none;
}

#footer a:hover {
	color: #eb5414;
	text-decoration:none;
}