@charset "UTF-8";
/* Smithaircenter.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
p {
	margin-bottom:10px;
	}
h1 {
	font-size:1.4em;
	line-height:1.4em;
	padding-bottom:5px;
	color:#004998;
	}
h2 {
	font-size:1.2em;
	line-height:1.3em;
	padding-bottom:5px;
	color:#9f292e;
	}
body {
	width:1024px;
	background:#9f292e url(../images/bkgr.jpg) repeat-x;
	margin:0 auto;
	color:#000;
	font-family:Helvetica, arial, sans-serif;
	font-size:10px;
	line-height:1.2em;
	}
#container {
	border:1px dotted #000000;
	}
.header_top {
	width:1014px;
	height:26px;
	background:url(../images/address.jpg) top;
	color:#fff;
	text-align:right;
	font-size:1.3em;
	line-height:1.2em;
	padding:11px 10px 0 0;
	}
.header_top a:link {
	color:#fff;
	text-decoration:none;
	}
.header_top a:visited {
	color:#fff;
	text-decoration:none;
	}
.header_top a:hover {
	color:#fff;
	text-decoration:underline;
	}
#header {
	width:1024px;
	height:204px;
	background:url(../images/header1.jpg) top #360e09;
	}
#header_bottom {
	width:984px;
	height:70px;
	padding:6px 0 0 40px;
	background:url(../images/header2.jpg) no-repeat;
	text-align:left;
	}
#header_bottom h1 {
	color:#ffffff;
	font-size:2.0em;
	font-weight:normal;
	}
#body {
	width:1024px;	
	background:url(../images/bodybkg.jpg) repeat-y #ffffff;
	padding-top:5px;
	}
.body_left {
	width:225px;
/*	border-top:#888 1px solid;*/
	padding-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	float:left;
	}
.body_center {
	width:400px;
	font-size:1.3em;
	line-height:1.4em;
	text-align:justify;
	padding-left:25px;
	padding-top:10px;
	padding-right:5px;
	float:left;
	}
.body_center img {
	margin-right:20px;
	}
.body_center a:link {
	color:#9f292e;
	text-decoration:underline;
	}
.body_center a:visited {
	color:#9f292e;
	text-decoration:underline;
	}
.body_center a:hover {
	color:#9f292e;
	text-decoration:none;
	}
.body_center_int {
	width:709px;
	font-size:1.3em;
	line-height:1.4em;
	text-align:left;
	padding-left:25px;
	padding-top:10px;
	padding-right:15px;
	float:left;
	}
.body_center ul {
	padding-bottom:8px;
	margin-left:20px;
	}
.image {
	border:1px solid #235c73;
	margin:5px;
	}
.headline {
	font-size:1.6em;
	font-weight:bold;
	color:#004998;
	border-bottom:1px solid #999999;
	margin-bottom:10px;
	}
.body_center_int a:link {
	color:#9f292e;
	text-decoration:underline;
	}
.body_center_int a:visited {
	color:#9f292e;
	text-decoration:underline;
	}
.body_center_int a:hover {
	color:#9f292e;
	text-decoration:none;
	}
.body_center_int ul {
	margin-left:30px;
	padding-bottom:10px;
	}

.body_right {
	width:350px;
	color:#1c388d;
	font-family:Helvetica, arial, sans-serif;
	font-size:1.3em;
	line-height:1.5em;
	padding-top:20px;
	text-align:center;
	float:left;
	}
.quick_links {
	width:212px;
	font-family:Helvetica, arial, sans-serif;
	font-size:1.3em;
	line-height:1.3em;
	color:#1c388d;
	margin-top:50px;
	text-align:left;
	float:left;
	}
.quick_links a:link {
	color:#005dab;
	text-decoration:none;
	}
.quick_links a:visited {
	color:#005dab;
	text-decoration:none;
	}
.quick_links a:hover {
	color:#005dab;
	text-decoration:underline;
	}
#footer {
	width:1024px;
	border-top:#e91a13 1px solid;
	padding-top:10px;
	font-family:Helvetica, arial, sans-serif;
	font-size:1.3em;
	line-height:1.3em;
	color:#005dab;
	text-align:right;
	background:#ffffff;
	}
#footer li {
	display:inline;
	}
.footer_right {
	width:700px;
	float:right;
	padding-top:20px;
	padding-right:20px;
	}
.footer_right a:link {
	color:#005dab;
	text-decoration:none;
	}
.footer_right a:visited {
	color:#005dab;
	text-decoration:none;
	}
.footer_right a:hover {
	color:#005dab;
	text-decoration:underline;
	}
	
.footer_left {
	width:300px;
	float:left;
	}
	

	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
