/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 100%/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFDBC4;
}
h1 {
	font: 1.5em "Times New Roman", Times, serif;
	color: #005983;
	line-height: 100px;
	margin-left: 270px;
}
h2 {
	font-size: 1.2em;
	color: #005983;
	margin-bottom: 1em;
}
h3 {
	font-size: 1em;
	color: #E66C1F;
	margin-bottom: .4em;
	font-weight: normal;
}
p {
	font-size: .8em;
}
img {
	border:none;
}
table {font-size: 1em;
}
table, th, td {border-collapse: collapse;
	padding: .3em;
	vertical-align: top;
}
a {text-decoration: underline;}
a:link {color: #00e; background-color: inherit;}
a:visited {color: #800080; background-color: inherit;}
a:hover {color: #00f; background-color: inherit; text-decoration: none;}
a:active {color: #f00; background-color: inherit;  text-decoration: none;
}
/**************** Container styles ****************/
#container {
	background-color: #fff;
	margin: 0 auto;
	width: 760px;
}
/**************** Main container styles ****************/
#maincontainer {
	background: #fff url(../images/gif/navleftcolumn-bg.gif) repeat-y left top;
	padding-top: 20px;
	float: left;
	width: 100%;
}
/**************** Header styles ****************/
#header {
	background: #fff url(../images/gif/header.gif) no-repeat left top;
	height: 100px;
}
#header img {
	float: right;
}
#tagline {
	font-size: .8em;
	background-color: #E66C1F;
	color: #fff;
}
#tagline {
	padding: .4em 20px;
	text-align: right;
}
/**************** Navigation styles ****************/
#navbarleft {
	width: 165px;
	font-size: .9em;
	float: left;
	margin: -.4em 20px 0 0;
	float: left;
}
#navbarleft li {
	list-style: none;
}
#navbarleft a {
	text-decoration: none;
	width: 145px;
	padding: .5em 0 .5em 20px;
	display: block;
}
#navbarleft a:link, #navbarleft a:visited {color: #005983; background-color: inherit;}
#navbarleft a:hover {color: #fff; background-color: #E66C1F;}
#navbarleft a:active {color: #D9E6ED; background-color: #E66C1F;
}
/**************** Content styles ****************/
#maincontent {
	margin-left: 185px;
}
#maincontent p {
	padding-right: 20px;
	margin-bottom: 1em;
}
.imgleft {
	float: left;
	margin: 0 1em 1em 0;
}
.imgright {
	float: right;
	margin: 0 0 1em 1em;
}
.imgborddivider {
	 border-bottom: 1px solid #D9E6ED;
	 padding-bottom: 1em;
	 margin-bottom: .5em;
}
p#backtotop {
	clear: both;
	font-size: .7em;
	margin-bottom: 0;
}
/**************** Contact styles ****************/
label {
	font-size: .7em;
	float: right;
	font-weight: bold;
	margin-top: .3em;
}
input#name, input#email, input#phone, textarea {
	width: 190px;
	margin-right: .5em;
} 
/**************** Footer styles ****************/
#footer {
	float: left;
	width: 760px;
	text-align: center;
	font-size: .8em;
	padding: 1em 0;
	color: #666;
	background-color: #fff;
}
#footer img {
	margin: 0 .8em;
}
#footer p {
	margin-top: 1em;
}
/**************** Misc classes and styles ****************/
#maincontent .margbottom0 {margin-bottom: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;}