@charset "utf-8";

/*smyth and mason web home page styles*/ 

/* clear the default margin and set base font */
body {
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	}
	
/******************link styles******************/
a, a:link {	
	color:#000066;
}

a:hover {
	color:#0099CC;
	}
/*********************list styles*******************/	
li {
	margin-right:5px;
	font-size: 105%;
	line-height:140%;
	}
/*********************table styles*******************/	
td {
	font-size: 105%;
	}

/*********************font styles*******************/
p {
	font-size: 105%;
	margin:5px 15px 10px 15px;
	line-height:140%;
	}

textarea {
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
    }
	
/****heading styles****/	
H1 {
	font-size:110%;
	color:#000066;
	margin:10px 15px 10px 15px;
	padding-bottom:5px;
	border-bottom:1px solid #999966;
	}
H2 {
	font-size:105%;
	color:#000066;
	margin-bottom:5px;
	margin-left:15px;	
}
H3{
	font-size:105%;
	color:#000066;
	margin-bottom:5px;
	padding-top:5px;
	margin-left:15px;
	}
	
/*********************div styles*******************/
/*holds all page content*/
#wrap {
	position:relative;
	margin: 30px auto;
	width:755px;
	background:url(../images/bkgd1.jpg) repeat-y;
	}
/*holds logo and top navigation divs*/
#banner {
	float:left;
	width:100%;	
	background:#FFFFFF;
	}
/*styles for logo div*/
#logo {
	float:left;
	width:207px;
	margin:0;
	}
/*styles for top navigation*/
#navigation {
	float:left;	
	margin-top:30px;
	margin-bottom:10px;
	margin-left:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:90%;
}
/*styles for navigation links*/	
#navigation a {		
	color:#000066;
	margin-right:15px;
	text-decoration:none;
}
/*styles for navigation links hover*/
#navigation a:hover {
	color:#0099CC;
	}
/*holds blue gradated bar above content area*/
#blue_bar {
	float:left;
	background-image:url(../images/blue_bar1.jpg);
	height:15px;
	width:100%;
	}
	
/*holds content boxes*/
#contentWrap {
float:left;
	}
/*holds right side photo, etc.*/
#photo { 
	float:left;
	width:250px;
	margin-top:10px;
	}

/*holds left side text*/
#text {
	float:left;
	width:450px;
	margin:10px 15px 10px 15px;
	background:#ffffff;
	border:1px solid #999966;
	}
/*holds left side text on contact page*/
#contactText {
	float:left;
	width:650px;
	margin:10px 15px 10px 50px;
	background:#ffffff;
	border:1px solid #999966;
	}
/*holds map on directions page*/
#map {
	float:left; 
	width:720px;
	margin-top:10px;
	margin-left:15px;
	text-align:center;
	}
/*holds boilerplate info at bottom of page*/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;	
	padding-top:5px;
	padding-bottom:5px;
	background:#ffffff;
	}
	
/*just need this to clear floats*/
#clear {
	clear: both;
}
/*********************class styles*******************/
/*adds shadow to bottom*/
.box {
	width:755px;
	background:url(../images/bottom1.jpg) no-repeat left bottom;
	padding-bottom:15px;
	}
	
/*sets style of current attorney in attorney pages*/	
.attorney {
	font-weight:bold;
	color:#000066;
	}
/*adds border to image*/
img.border {
	border:2px solid #666666;
	}
	
/* tags as required in forms */
.required {
	color:#0033FF;
	}