/***** Reset Settings *****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, ddress, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;}

ol, ul {
	list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;}

caption, th, td {
	text-align: left;
	font-weight: normal;}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";}

blockquote, q {
	quotes: "" "";}

/***** Global Settings *****/
 
body {
	font: 14px/1.251 Georgia, Arial, sans-serif;
	color: #545454;
	text-align: center;}

/***** Wrapper *****/

#header {	
	background: transparent url('images/bg.png') bottom center repeat-x;
	margin: 0 auto 15px auto;
	padding: 30px 0 0 0;
	width: 100%;
	text-align: center;
	height: 340px;
	border-bottom: 1px solid #cfcfcf;}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	border: none;}
	
#logo a {
	display: block; width: 313px; height: 188px;
	text-indent: -9999em;
	background: transparent url('images/logo.png') 0 0 no-repeat;}
	
#header h2 {
	clear: both;
	text-align: center;
	color: #ca5a00;
	font-size: 24px;
	margin: 0;
	padding: 30px 80px 0 80px;
	font-weight: lighter;
	line-height: 30px;}
	
#header h2 span {
	font-size: 18px;
	font-variant: small-caps;}
	
ul#address {
	float: right;
	text-align: right;
	margin: 15px 0 0 0;
	padding: 0;}
	
ul#address li {
	margin-bottom: 10px;
	color: #464646;
	font-size: 13px;}
	
#content {
	padding-top: 10px;}
	
#footer {
	width: 100%;
	background-color: #f3f3f3;
	border-top: 1px solid #cfcfcf;
	margin: 25px 0 0 0;
	padding-bottom: 30px;
	text-align: center;}
	
.width {
	width: 800px;
	margin: 0 auto;}
	
.textleft {
	text-align: left;}
	
.textright {
	text-align: right;}
	
.nav {
	font-family: Verdana, Arial;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #336699;}
	
.nav a {
	margin-right: 15px;
	text-decoration: none;
	color: #336699;
	font-weight: bold;}
	
h3 {
	font-size: 17px;
	color: #cb8f00;
	text-transform: uppercase;
	margin: 10px 0 20px 0;}
	
p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px;}
	
.left {
	float: left;}
	
.right {
	float: right;}
	
.clear {
	clear: both;}	
	
.img {
	margin-right: 30px;}
	
.img2 {
	margin: 0 20px 40px 0;}
	
.bold {
	font-weight: bold;}
	
	
/***** Links *****/
 
a, a:visited {	
	color: #336699;
	text-decoration: none;}
	
a:hover {
	color: #666633;}
 
 
.footleft {
	text-align: center;
	widows: 220px;
	height: 160px;
	float: left;
	margin: 20px 15px;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;}
	
.footright {
	widows: 220px;
	height: 160px;
	float: right;
	margin: 20px;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;}
	
	
	
	
	
	