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

body{
	background:#fffef5 url(/images/bgmain.jpg) repeat-x;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#084f6d;
	z-index:-10001;
}

h2 {
	color:#082836;
	margin-top:18px;
}

img, a {
	outline:none;
	border:0px;
	color:#f26522;
}



ul li{
	list-style:square;	
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#topbar {
	height: 46px;
	margin: 0px;
}

#topbar h1{
	text-indent:-9999px;	
	margin:0px;
}

#logo  {
	background:url(../images/name.jpg) no-repeat;
	height:46px;
	width:25%;
	float:left;
}

#logo a {
	display:block;
	height:46px;	
}
#nav {
	display:block;
	margin:0px;
	width:70%;
	float:right;
}

#nav ul {
	display:inline;
	float:right;
	margin:0px 0px 0px 0px;
}

#nav ul li a {
	font-size:18px;	
	text-decoration:none;
	padding:15px 15px 10px 15px;
}

#nav ul li a:hover {
	background:#f7941d url(../images/bgnavbutton.jpg) repeat-x;
}

/*NAVIGATION DROPDOWN---------*/

#nav li {
    list-style: none;
    float: left;
}

#nav li a {
    display: block;
    color: #333;
    text-decoration: none;
}

#nav li ul {
    display: none;
    width: 200px;
	border-bottom:#000 thin solid;
	z-index:5000;
}

#nav li:hover ul {
    display: block;
    position: absolute;
    padding: 0px;
	background:#fffef5;}

#nav li:hover li {
    float: none; }

#nav li ul li a{
	margin:0px 0px 0px 0px;
	border-top:#000 thin solid;
}

#nav li li {
	margin:0px;
}

#nav li li a:hover #nav li a {
    background-color: #f7941d;
	}

/*END NAVIGATION DROPDOWN---------*/

#top {
	height:330px;
	background:url(../images/bgtopmain2.png);
	margin-bottom:25px;
	margin-left:-240px;
	padding-left:240px;
}

#left {
	height:100%;
	width:470px;
	float:left;
}

#salutation {
	float:left;
	display:block;
	margin-bottom:35px;
}

#specialties {
	clear:both;
	display:block;
	color:#fffef5;
	width:330px;
	height:100px;
	padding:0px;
	float:left;
}

#specialties div{
	padding:0px 0px 0px 10px;
	line-height:150%;
	float:left;
	width:155px;
		
}

#specialties div ul{
list-style:none;
padding:0px;
margin:0px;
}

#specialties div ul li{
list-style:none;
}

#freequote img{
	margin-top:-47px;
}

#freequote img:hover{
	margin-top:-45px;
}

#right {
	float:left;
	width:435px;
	margin-left:10px;
	margin-right:10px;
	padding-top:55px;
	padding-left:30px;
	z-index:0;
}

.slideshow {
	height:155px;
	width:420px;
	overflow:hidden;
	border: 1px solid #ccc;
}

#bottom {
	margin:0px;
	min-height:425px;
}

#bleft {
	float:left;
	background:url(../images/twitterbird.png) no-repeat;
	width:300px;
	margin-left:10px;
	margin-right:10px;
	padding-top:25px;
}

#bleft h2 a {
	margin:20px 0px 0px 0px;
	color:#082836;
	text-decoration:none;
}

#bleft h2 a:hover {
	text-decoration:underline;
}

#twitter_div {
	border-right:1px #082836 solid;
	min-height:360px;
	margin-bottom:7px;
}

#bleft a:hover {
	text-decoration:none;
}

#bleft p{
	margin-right:10px;	
}
#bleft ul {
	margin:0px 10px 0px 10px;
	padding:0px;
}

#bleft ul li {
	list-style:square;
	margin-top:15px;
}
 
 
#bcenter {
	float:left;
	width:300px;
	margin-left:10px;
	margin-right:10px;
	padding-top:25px;
	height:100%;
}

#blogfeed_div {
	border-right:1px #082836 solid;	
	height:100%;
	min-height:360px;
}

#bcenter a {
	color:#084f6d;
	text-decoration:none;
}

#bcenter a:hover {
	text-decoration:underline;
}

#bcenter ul {
	margin:0px 10px 0px 10px;
	padding:0px;
}

#bcenter ul li {
	list-style:square;
	margin-top:15px;
}

#bright {
	float:left;
	width:298px;
	margin-left:10px;
	padding-top:25px;
	height:100%;
}

.contact-area {
	height:100%;	
}
/*-------CONTACT FORM----*/
.contact-area input, .contact-area textarea {
	padding: 5px;
	margin-top:5px;
	border: 1px solid #ccc;
	float:left;
}

.contact-area textarea {
	height: 100px;
}

.contact-area textarea:focus, .contact-area input:focus {
	border: 1px solid #084f6d;
}

.contact-area input.submit-button {
	width: 50px;
	float: right;
	background:#f7941d;
	margin-top:5px;
}

label {
	float: left;
	text-align: right;
	margin-left: 15px;
	margin-top:15px;
}

/*end contact form--------*/
#footer {
	clear:both;
	padding:10px;
	font-size:small;
	text-align:center;
}











