/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFFFFF;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p, li {
	font-size: 12px;
}
h1 {
	color: #800000;
	font-size: 17px;
}
h2 {
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------- NAV ELEMENTS ----------------- */

div#nav {
	width: 197px;
	height: 264px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

ul#mainnav {
	width: 197px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#mainnav li {
	display: inline;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	text-decoration: none;
	color: #000;
	display: block;
	width: 152px;
	font: bold 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	padding: 17px 0 0 45px;
	height: 22px;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: #72797D url(images/bg-btn.jpg) no-repeat;
	width: 152px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-right: 5px;
}
img.right {
	float: right;
	margin-left: 10px;
}
clear {
	clear: both;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}
/* Main page container */
div#container {
	position: relative;
	width: 775px;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
}

/* Main Content */
div#content {
	width: 418px;
	left: 197px;
	top: 0px;
	position: relative;
	background: url(images/border-top.jpg) no-repeat top;
	padding: 75px 80px 50px;
	z-index: 5;
}

/* Creates the div container for the footer. */
div#footer {
	height: 120px;
	width: 578px;
	z-index: 1;
	top: -80px;
	position: relative;
	left: 197px;
	text-align: center;
}
div#footer p {
	text-align: center;
}
div#footer a:link {
}
div#footer a:visited {
}
div#footer a:hover {
}
div#footer a:active {
}
div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
div#address {
	position: absolute;
	width: 182px;
	top: 450px;
	padding-left: 10px;
	left: 0px;
}
div#address p {
	font-size: 10px;
}
/* ----------------- FORM CLASSES ------------------- */
form p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
INPUT {
	MARGIN-BOTTOM: 10px; 
	WIDTH: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TEXTAREA {
	MARGIN-BOTTOM: 10px; 
	WIDTH: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
LABEL {
	PADDING-RIGHT: 20px;
	DISPLAY: block;
	FLOAT: left;
	WIDTH: 125px;
	TEXT-ALIGN: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	color: #800000;
}
/* ----------------- CUSTOM CLASSES ----------------- */
div#callto {
	position: absolute;
	height: 297px;
	width: 197px;
	top: 750px;
}
