/*********************************************************************
   Style Sheet for Gay Smith and Associates
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design Corporation (937-492-5704)
*********************************************************************/

* {
	margin:0;
	padding:0;
	}
	
body {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	background-color:#ccc;
	}
	
img {
	border:none;
	}
	
.clear {
	clear:both;
	}
	
/* Main Container
-------------------------------------------------------------------- */
#main {
	width:780px;
	background:#fff;
	border-right:1px solid #666;
	}
	
/* Header
-------------------------------------------------------------------- */
#head {
	background:#2c86d4 url(../images/headbg.jpg) no-repeat top left;
	height:80px;
	padding:10px 20px;
	}
	
#head .logo {
	float:left;
	}
	
#head .phone {
	float:right;
	text-align:right;
	width:200px;
	margin:10px 0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#fff;
	line-height:110%;
	}
	
/* Menu
-------------------------------------------------------------------- */
#menu {
	height:34px;
	text-align:center;
	background:#000 url(../images/menubg.jpg) repeat-x top left;
	}
	
#menu ul {
	list-style-type:none;
	font-size:14px;
	padding:6px 0;
	}
	
#menu ul li {
	display:inline;
	padding:0 9px 0 11px;
	border-right:1px solid #000;
	}
	
#menu ul .last {
	border-right:none;
	}
	
#menu a, #menu a:link, #menu a:visited {
	color:#ccc;
	text-decoration:none;
	}
	
#menu a:hover, #menu a:active {
	color:#fff;
	text-decoration:none;
	}
	
/* Body
-------------------------------------------------------------------- */
#body {
	background:url(../images/bodybg.gif) repeat-y top left;
	}
	
/* Left Image
-------------------------------------------------------------------- */
#left-image {
	float:left;
	}
	
/* Left Sidebar
-------------------------------------------------------------------- */
#left {
	float:left;
	width:216px;
	}
	
#left-bottom {
	float:left;
	padding:10px;
	}
	
#left-bottom img {
	display:block;
	margin-bottom:20px;
	}
	
/* Content
-------------------------------------------------------------------- */
#content {
	float:left;
	width:320px;
	padding:20px;
	}
	
#content h1 {
	font-size:20px;
	line-height:120%;
	color:#6c0;
	margin-bottom:15px;
	}
	
#content h2 {
	font-size:16px;
	margin-bottom:10px;
	}
	
#content h3 {
	font-size:14px;
	font-weight:normal;
	line-height:120%;
	color:#1662a4;
	margin-bottom:10px;
	}
	
#content p {
	margin-bottom:10px;
	}
	
#content ul {
	list-style-type:none;
	margin:0 0 10px 20px;
	}
	
#content ul li, #right ul li {
	background:transparent url(../images/arrow.gif) no-repeat left top;
	padding:0 0 0 15px;
	line-height:180%;
	}
	
#content ol {
	margin:0 0 10px 20px;
	}

#content ol li {
	padding:5px 0 5px 15px;
	line-height:180%;
	}
	
#content img {
	margin:12px;
	}
	
#content form {
	border:1px dotted #1662a4;
	background-color:#f8f8f8;
	padding:3px;
	}
	
#content form p {
	padding:0px 5px;
	}
	
#content table td {
	padding:5px;
	}
	
#content a, #content a:link, #content a:visited {
	color:#1662a4;
	}
	
#content a:hover, #content a:active {
	text-decoration:none;
	color:#6c0;
	}
	
/* Home Items
-------------------------------------------------------------------- */
#content .home-items {
	text-align:center;
	margin-top:20px;
	}
	
/* Orange Box
-------------------------------------------------------------------- */
#content .orangebox {
	text-align:left;
	width:200px;
	background:#ffe479;
	margin:5px;
	padding:10px;
	text-decoration:none;
	}
	
#content .orangebox h2 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	}
	
#content .orangebox ul, #content .orangebox ul li {
	margin:none;
	padding:none;
	}
	
/* Right Sidebar
-------------------------------------------------------------------- */
#right {
	float:right;
	width:160px;
	padding:20px;
	}
	
#right h1 {
	font-size:14px;
	font-weight:bold;
	color:#2c86d4;
	}
	
#right ul {
	list-style-type:none;
	margin-bottom:10px;
	}
	
#right ul li {
	line-height:170%;
	}
	
#right a, #right a:link, #right a:visited {
	color:#1662a4;
	}
	
#right a:hover, #right a:active {
	text-decoration:none;
	color:#6c0;
	}
	
/* Footer
-------------------------------------------------------------------- */
#foot {
	clear:both;
	padding:5px 20px;
	background:#666;
	}
	
#foot .left-image {
	float:left;
	margin-right:20px;
	}
	
#foot p {
	float:left;
	width:300px;
	font-size:11px;
	line-height:120%;
	color:#ccc;
	padding:10px 0;
	}
	
#foot .right-image {
	float:right;
	margin-left:20px;
	padding:10px 0;
	}