﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #eeebd9 url(images/backgroundblue.jpg) repeat-x;
	color: #000;
	text-align: center;
	margin: 0;}

hr {
	background-color: #a46822;
	color: #a46822;
	height: 1px;
	width: 100%;}

img {
	border: none;}

h1 {
	color: #a46822;
	font: normal 28px Georgia, Georgia, serif;
	text-align: left;
	margin: 0 0 20px 0;}

h2 {
	color: #706a4c;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #a46822;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h4 {
	color: #706a4c;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h5 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #a46822;
	letter-spacing: 2px;
	margin: 5px 0;}

h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #706a4c;
	letter-spacing: 2px;
	margin: 5px 0;}

a {
	color: #c67d28;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #949180;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align:center;}	

/* PAGE LAYOUT IDs AND CLASSES */

#wrapper {
	background: #fff url(images/textbg.jpg);
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#global {
	background-image:  url(images/global.jpg);
	text-align: right;
	font-size: 90%;
	letter-spacing: 2px;
	height: 15px;
	padding: 5px 30px 0 30px;}

#logo {
	text-align: left;}

#mainimage {
	background-image:  url(images/mainimagebg.jpg);
	text-align: left;
	float: left;
	width: 550px;
	height: 206px;
	padding: 11px 20px 30px 30px;}
	
#mainimage img {
	margin: 0 30px 0 5; 
	float: left;
	border: px double #d8d2ae;}

#mainnavigation {
	background-image:  url(images/mainnavbg.jpg);
	text-align: right;
	float: right;
	letter-spacing: 3px;
	width: 250px;
	height: 206px;
	padding: 21px 30px 20px 20px;}

#mainnavigation a {
	display: block;
	width: 230px;
	color: #c67d28;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	margin: 4px 0;
	border: 1px solid #c67d28;}

#mainnavigation a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #c67d28;
	border: 1px solid #d8d2ae;}
	
#sidebar {
	width: 250px;
	float: left;
	padding: 0 20px 0 30px;
	font-size: 90%;}

span.hottopic {
	color: #a46822;
	font-weight: bold;}

#content {
	width: 550px;
	float: right;
	padding: 0 30px 0 20px;}

#contentwide {
	clear: both;
	padding: 0 40px;}
	
#footer {
	clear: both;
	background: #eeebd9 url(images/footer.jpg) no-repeat;
	height: 60px;
	color: #000;
	text-align: center;
	padding: 30px 0 10px 0;}

/* MISCELLANEOUS FORMATTING CLASSES */

.contact {padding: 5px; text-align: left; margin: 20px 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; background-color: #fff; color: #fff; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}

.catalogleft {
	width: 230px;
	padding: 0 10px 5px 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 230px;
	padding: 0 0 5px 10px;
	float: right;
	text-align: left;}	
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}
.special_bullets {
	list-style-image: url(images/buttons/bullet_02a.jpg);
}
.superscripting {
	vertical-align: text-top;
}
.borderss {
	border: medium dashed #999999;
	padding-bottom: 8px;
	white-space: normal;
	clip: rect(auto,auto,auto,auto);
	right: auto;
}
.DVA_paragraphs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	clip: rect(auto,auto,auto,auto);
	padding-right: 5px;
}
.blue_link {
	font-family: "Arial Rounded MT Bold";
	color: #000066;
	font-size: 18px;
}
.extra_spacing {
	line-height: 22px;
}

#footer2 {
	clear: both;
	background: #eeebd9 url(images/footer.jpg) no-repeat;
	height: 40px;
	color: #000;
	text-align: center;
}
