/* CSS Document */

/* ------------------------------------------------------------------------ Basic Styles */
*{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}
h3,
p{
	margin-bottom: 1.5em;
}
a{
	color: #000;
}

/* ------------------------------------------------------------------------ Layout Styles */
body{
	background: #A2AAB8;
}
#wrapper{
	padding-bottom: 40px;
	background: #C0C5CD url(../../images/body_bg.jpg) repeat-x;
	border-bottom: 4px solid #808B9E;
}
#container{
	width: 920px;
	margin: 0 auto;
	padding-top: 74px;
	background: url(../../images/wrapper_bg.jpg) no-repeat;
}

/* ------------------------------------------------------------------------ Content Styles */
#contents{
	position: relative;
	float: left;
	width: 666px;
	min-height: 300px;
	background: url(../../images/contents_bg.jpg) no-repeat;
}
#contents h1{
	position: absolute;
	top: 0;
	left: 91px;
	width: 250px;
}
#contents h1 a{
	display: block;
	height: 98px;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
	background: url(../../images/h1_bg.jpg) no-repeat;
}
#contents h2{
	width: 280px;
	padding: 168px 0 0 72px;
	font-size: 12pt;
	font-weight: normal;
	color: #FFF;
}

/* ------------------------------------------------------------------------ Copy Styles */
.quote{
	clear: both;
	text-align: center;
	font-size: 9pt;
	font-style: italic;
}
#copy *{
	font-size: 8.5pt;
}
#copy{
	width: 554px;
	margin: 28px 0 0 32px;
	padding: 20px 28px 0 28px;
	background: url(../../images/copy_bg.jpg) repeat-y;
}
.copy_c1, .copy_c2{
	float: left;
	width: 261px;
	margin-bottom: 1em;
}
.copy_c1{
	margin-right: 32px;
}
#copy h3{
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
#copy h3:first-child{
	padding-top: 0;
}
#copy p{
	font-size: 8.5pt;
}
#copy ul{
	margin-left: 15px;
}
#copy_footer{
	margin-left: 32px;
	height: 25px;
	background: url(../../images/copy_footer_bg.jpg) no-repeat left bottom;
}

/* ------------------------------------------------------------------------ Side Styles */
#side{
	float: left;
	width: 254px;
}
#side p{
	padding: 0 16px;
	font-size: 8.5pt
}
#side p#grow_box{
	padding: 0;
}
#grow_box a{
	display: block;
	width: 254px;
	height: 175px;
	text-indent: -9999em;
	text-decoration: none;
	outline: 0;
	background: url(../../images/grow_box_bg.jpg) no-repeat;
}
#grow_box a:hover{
	background-position: 0 -175px;
}

/* ------------------------------------------------------------------------ Nav Styles */
#nav{
	width: 214px;
	margin: 0 0 40px 15px;
	list-style: none;
}
#nav li{
	padding: 0 5px 0 6px;
	background: url(../../images/nav_li_bg.jpg) repeat-y;
	border-bottom: 2px solid #C0C5CD;
}
#nav li.first, #nav li.last{
	height: 59px;
}
#nav li.first{
	height: 30px;
	padding-top: 29px;
	background: url(../../images/nav_top_bg.jpg) no-repeat;
}
#nav li.last{
	background: url(../../images/nav_bottom_bg.gif) no-repeat;
	border: none;
}
#nav li a{
	display: block;
	height: 20px;
	padding: 5px;
	color: #000;
	text-decoration: none;
}
#home_page #nav li.home_link a,
#about_page #nav li.about_link a,
#lead_page #nav li.lead_link a,
#vender_page #nav li.vender_link a,
#appoint_page #nav li.appoint_link a,
#contact_page #nav li.contact_link a,
#nav li a:hover{
	background: #EAEBED;
}

/* ------------------------------------------------------------------------ Nav Styles */
#footer{
	padding: 1em;
}
#footer p{
	text-align: center;
	font-size: 8.5pt;
	color: #FFF;
}
#footer a{
	color: #FFF;
}

/* ------------------------------------------------------------------------ Misc Styles */
.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.strong{
	font-weight: bold;
}