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

/*  
Website: http://www.starrattorneys.com
Author: Mosaic Web - Onine Marketing Solutions
Author URI: http://www.MosaicWebMarketing.com/

*/

* {
	margin: 0;
	padding: 0;
	border:0;
}

body{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	background:#e1e1e1 url(images/bg.jpg) repeat;
}

p {
	margin-bottom:8px;
}

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

a:hover{
	text-decoration: underline;
	color:#660000;
}

h1{
	color:#660000;
	font-size:1.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
}

h2 {
	color:#333333;
	font-size:1.5em;
}

h3 {
	padding-top:5px;
}

ul {
	margin-left:15px;
	margin-bottom:10px;
}

hr {
  	border: 1px inset;
}

#wrapper{
	margin: 10px auto 10px auto;
	width: 760px;
	text-align: left;
}

#header{
	float: left;
	width: 760px;
}
	

#logo{
	float:left;
	width:160px;
	height:120px;
}

#phone {
	float:right;
	width:225px;
	text-align:right;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.4em;
	padding:5px 5px 0 0;
}

#tagline {
	float:right;
	width:600px;
	height:30px;
	margin-top:35px;
}

#tagline h2 {
	padding-left:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	color:#333333;
	font-weight:normal;
}

#nav {
	float:right;
	width:600px;
	height:30px;
	background-color:#660000;
}

#intro-text{
	float:left;
	width:209px;
	height:215px;
	background-color:#333333;
	padding:60px 25px 0 25px;
	text-align:center;
	font-family:Palatino; "Times New Roman", Times, serif;
	font-size:1.7em;
	color:#FFFFFF;
	border-top:1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

#intro-title {
	float:left;
	width:249px;
	height:25px;
	background-color:#333333;
	padding-top:75px;
	padding-left:10px;
	font-family:Palatino; "Times New Roman", Times, serif;
	font-size:1.7em;
	color:#FFFFFF;
	border-top:1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

#intro-photo{
	float:right;
	width:500px;
	border-top:1px #fff solid;
	border-bottom: 1px #fff solid;
}

#container {
	float:left;
	width:758px;
	border:1px #660000 solid;
	background-color:#ffffff;
}
	
#content-full{
	float: left;
	width: 708px;
	padding:10px 25px 20px 25px;
}

#content{
	float: left;
	width: 522px;
	padding:0 10px 15px 20px;
	border-right:2px #CCCCCC dashed;
	margin:10px 0;
}



#content img {
	margin:10px;
	border:1px #999999 solid;
}


#sidebar{
	float: right;
	width: 189px;
	padding: 20px 5px 10px 5px;
	font-size:.9em;
}

#sidebar h2 {
	text-align:right;
	padding-bottom:10px;
}

#services {
	float: left;
	width:324px;
	padding: 2px 10px;
}

#blog {
	float:right;
	width:250px;
	padding: 10px 10px 15px 10px;
	background-color:#eeeeee;
	border:1px dotted #999999;
}

#footer{
	clear: both;
	width: 750px;
	height:40px;
	background-color:#333333;
	border-top:1px #fff solid;
	color:#FFFFFF;
	line-height:1.2em;
	padding:5px;
}

#footer .left {
	text-align:left;
	float:left;
}

#footer .right {
	text-align:right;
	float:right;
}

#credit {
	text-align:center;
	font-size:.9em;
	padding-top:10px;
}

/* ######### Style for Top Menu ######### */
.redtabs{
background-color:#660000;
padding: 8px;
}

.redtabs ul{
padding: 0;
margin: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.redtabs li{
display: inline;
margin: 0;
}

.redtabs li a{
text-decoration: none;
padding: 7px 7px 5px 7px;
margin: 0;
color: #ffffff;
background: #660000; /*THEME CHANGE HERE*/
}

.redtabs li a:visited{
color: #ffffff;
}

.redtabs li a:hover{
text-decoration: underline;
color: #000000;
background-color:#ffffff;
}

.redtabs li.selected{
}

.redtabs li.selected a{ /*selected main tab style */
}

.redtabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
color: #000000;
background-color:#ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
color:#ffffff;
border: 1px solid #000000; /*THEME CHANGE HERE*/
line-height:20px;
z-index:100;
background-color: #660000;
width: 300px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #fefefe;
color:#000000;
text-decoration: underline;
}