/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #fff;
	background-image: url(images/bg_site.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: left; 
}

p {
	margin: 0;
	padding: 4px 35px 16px 35px;
}

ul {
	margin: 0;
	padding: 0 35px 16px 35px;
}

em {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

strong {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	margin: 15px 30px 15px 30px;
	padding: 0;
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	color: #000;
}

h2 {
	margin: 5px 30px 15px 30px;
	padding: 0;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	color: #666;
}

li {
	margin: 3px 0 3px 25px;
	padding: 0;
	list-style-image: url(images/bullet.gif);
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #c00;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fc0;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS (for tables) ----------------- */

table, td, th  {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

/* table#container td {
	vertical-align: top;
}

/* #columnleft {
	width: 509px;
	background-image: url(images/tablebg1.gif);
	background-repeat: repeat-y;
}

/* #columnright {
	width: 251px;
	background-image: url(images/tablebg2.gif);
	background-repeat: repeat-y;
}

/* #containerall {
	width: 760px;
	background-image: url(images/tablebg3.gif);
	background-repeat: repeat-y;
}

/* ----------------- PAGE LAYOUT ELEMENTS (DIVs only) ----------------- */
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
table#header {
	width: 760px;
	margin: 15px auto 0 auto;
	padding: 0;
	}

/* Styles the div that serves as the container for the content and sidebar navigation.*/
div#container {
	width: 760px;
	padding: 0;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#containeriframe {
	width: 760px;
	height: 1000px; /* Sets height to simulate stetched div for sidebar bg. Change, if more or less room needed. Fixed here only because this is a placeholder site. */
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(images/bg_container.gif);
}

/* Creates DIV container for sidebar navigation */ 
div#sidebar {
	width: 160px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Creates DIV container for content */ 
div#content {
	width: 600px;
	float: right;
	margin: 0;
	padding: 0;
}

/* for lists formatted in columns */
#listfloatleft {
	float: left;
	margin: 0 50px 15px 50px;
	padding: 0;
}

div#address {
	margin: 20px 0 30px 0;
	padding: 0;
   font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #663;
}

div#address strong {
	color: #663;
}

div#iframe {
	text-align: center;
}

/* Footer DIV containers for nav and copywrite */
div#footer {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #333;
	border-top: 5px solid #8F0000;
}

div#footerright {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: right;
}

div#footer a:link, div#footerright a:link {
	font-size: 9px;
	color: #333;
	text-decoration: underline;
}

div#footer a:hover, div#footerright a:hover, div#footer a:active, div#footerright a:active {
	font-size: 9px;
	color: #c00;
	text-decoration: none;
}

div#footer a:visited, div#footerright a:visited  {
	font-size: 9px;
	color: #333;
	text-decoration: underline;
}

div#copyright {
	width: 760px;
	margin: 5px auto 5px auto;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #333;
}

div#copyright a:link {
	font-size: 9px;
	color: #333;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a:active {
	font-size: 9px;
	color: #c00;
	text-decoration: underline;
}

div#copyright a:visited  {
	font-size: 9px;
	color: #333;
	text-decoration: none;
}

/* ----------------- MAIN NAVIGATION ----------------- */
/* Apply the ul#mainnav style to our entire <ul>.*/
/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0;
	padding: 0;
	width: 150px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	width: 139px;
	margin: 0;
	padding: 5px 20px 5px 0;
	border-left: 1px solid #AE0000;
	border-bottom: 1px solid #CC4A4A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background: #DA4F4F;
	color: #fff;
}

/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #C32525;
	color: #fc0;
	width: 139px;
	border-bottom: 1px solid #CC4A4A;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

#imgleft {
	float: left;
	margin: 0 15px 15px 40px;
	padding: 0;
}

#imgright {
	float: right;
	margin: 0 40px 15px 15px;
	padding: 0;
}

#clearboth {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.box {
	margin: 0px;
	padding: 3px;
	border: 1px solid #666;
}

.boldunderlined {
	font-weight: bold;
	text-decoration: underline;
}

.textcenter {
	text-align: center;
}

.textcenterbold {
	text-align: center;
	font-weight: bold;
}

.textcentersmall {
	text-align: center;
	font-size: 9px;
}

.font9px {
	font-size: 9px;
	color: #000;
}

.font14pxbold {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.font14pxboldcenter {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font18pxbold {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.font18pxboldcenter {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font24pxbold {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.font24pxboldcenter {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font28pxbold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

.font28pxbold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.clear {
	clear: both;	
}