/* Style Sheet for DaveBoon.com */

/* Standard Tags */

html { 
	font-size: 62.5%; 
}
html, body, div, p, td, ul, li, form, input, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	margin-bottom: 0.5em;
	padding: 0;
	color: #81A8B3;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0.3em 0;
	color: maroon;
	border-bottom: dotted 1px black;
	width: auto;
}
h1#home 
{font-size: 1.3em;
	margin: 0;
	padding: 0 0 0.3em 0;
	color: maroon;
	border-bottom: dotted 1px black;
	width: auto;
    
    }
h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0.3em 0;
	font-weight: bold;
	color: #339966;
}
h3 {
	margin-bottom: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
	color: #939393;
}
h4 
{
	font-size: 4em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

p {
	margin-bottom: 1em;
	padding: 0;
	background-color: transparent;

	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;	
}
a, a:link, a:visited {
	color: #094EB5;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	color: #094EB5;
	background-color: transparent;
	text-decoration: none;
}
ul 
{
    margin-top: 2px;
}
ul li {
	margin: 0 0 0 1.3em;
	padding-bottom: 0.8em;
	list-style-type: disc;
	line-height: 15px;
	color: #094EB5;
}
ul.black li {
	margin: 0 0 0 1.3em;
	padding-bottom: 0.8em;
	list-style-type: disc;
	line-height: 15px;
	color: #000000;
}
ul.black li ul
{
    margin-top: 4px;
}
ul.black li ul li {
	margin: 0 0 0 1.8em;
	padding-bottom: 0;
	list-style-type: circle;
	line-height: 15px;
	color: #000000;
}
img {
	border: none;
}

/* Structure */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #122A56;
	background: url(images/gbck.gif);
	margin: 10px 0 10px 0;
}
#outer {
	margin: 0px auto 0px auto;
	padding: 0;
	position: relative;
	width: 806px;
}
#inner {
	margin: 0 auto 0 auto;
	padding: 0px;
	position: relative;
	width: 806px;
	color: #000;
	text-align: left;
	background: white url(images/middle.gif) repeat-y;
}
#top 
{   position: relative;
	margin: 0;
	padding: 0;
	width: 806px;
	height: 27px;
	background: url(images/top.gif) no-repeat;
}
#header {
	position: relative;
	margin: 0 0 0 11px;
	padding: 0;
	width: 806px;
	height: 163px;
	background: url(images/header.jpg) no-repeat;
}
#content {
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 0 0 11px;
	padding: 0;
	width: 770px;
    padding: 0 0 0 5px;
	border-left: solid 3px #6ACC66;
	font-size: 1.3em;
}
#content-heading    
{
    position: relative;
    float: left;
	width: auto;
	margin: 0px 0 4px 3px;
	padding: 0;
	width: 762px;
}
#content-main 
{
    position: relative;
	float: left;
	width:530px;
	margin: 8px;
	padding: 0;
}
#content-right {
    position: relative;
	float: left;
	width:198px;
	margin:10px 0px 0px 0px;
	padding: 10px;
	background:#e1e1e1 url(images/mg.gif) no-repeat bottom right;
	border: #939393;
	min-height: 400px;
    height: auto !important;
    height: 400px;
    border: solid 1px #939393;
}
#footer {
	position: relative;
	margin: 10px 10px 3px 11px;
	padding: 10px 0px 10px 0px;
	width: 774px;
	background: #6ACC66;
    color: White;
    font-size: 1.2em;
    text-align: center;
}
#bottom {
	position: relative;
	margin: 0;
	padding: 0px;
	width: 806px;
	background: url(images/bottom.gif) no-repeat;
	min-height: 13px;
    height: auto !important;
    height: 13px;
}

/* Top Navigation */
#topnav {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0 11px;
	padding: 0;
	min-height: 23px;
    height: auto !important;
    height: 23px;
	width: 774px;
	list-style-type: none;
	color: #094EB5;
	background: #1A3360 url(images/nav-background.gif) repeat-y;
}
#topnav ul 
{
    padding: 0 0 0 10px;
    margin: 0px;
}
#topnav ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS';
	font-size: 1.6em;
	font-weight: normal;
	width: auto;	
}
#topnav ul li a, #topnav ul li a:link, #topnav ul li a:active {
	padding: 3px 2px 2px 2px;
	margin: 1px 13px 0px 0px;
	display: block;
	color: #094EB5;

	background-color: transparent;	
	text-decoration: none;	
}
#topnav ul li a:hover {
	color: #339966;
	background-color: transparent;
	text-decoration: none;
}


/* Other Tags */

.clear {
	clear: both;
}
.img-right, .img-right-noborder {
	float: right;
	margin: 0 0 3px 7px;
}
.img-left {
	float: left;
	margin: 0 7px 3px 0;
}

/* Forms */
table#contactform {
width: 460px; 
text-align: left; 
margin-top: 0px; 
padding-top: 0px;

}

table#contactform td {
vertical-align: top;
font-weight: bold;
padding: 2px 0px 2px 2px;
margin: 0px;
line-height: 18px;
} 

form{
margin: 0px;
padding: 0px;
}

input, .textbox, .ddl {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}


.button 
{
font-weight: bold;
letter-spacing: 1px;
background: #6ACC66;
color: #fff;
margin: 10px 0px 10px 0px;
border: double #787878 1px;
width: auto;
font-family: Arial, Helvetica, sans-serif;
overflow: visible;
padding: 0.25em;
font-size: 100%;
}

#testimonial {
    position: relative;
	width:auto;
	margin:30px 0px 0px 0px;
	padding: 10px;
    border: solid 1px #939393;
    font-size: .9em;
}

#calltoaction 
{
    position: relative;
	width:auto;
	margin:30px 0px 0px 0px;
	padding: 5px;
    border: solid 1px #939393;
    font-size: 1em;

}
