/* ----------------- 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;
	border-bottom: 1px solid #d5d5d5;
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	color: #000;
}

h2 {
	margin: -10px 30px 15px 30px;
	padding: 0;
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
	color: #666;
}

li {
	margin: 3px 0 3px 25px;
	padding: 0;
	list-style-type: square;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #009;
	text-decoration: underline;
}

a:hover, a:active {
	color: #00f;
	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;
	height: 550px; /* 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_content.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;
}

address {
	margin: 20px 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style:normal;
	font-size: 11px;
	color: #666;
}

address a {
	font-size: 11px;
}

table#contactus {
	width: 350px;
	margin: 15px auto;
	padding: 0;
	text-align: center;
	border: 1px solid #d5d5d5;
}

table#contactus td {
	margin: 0;
	padding: 10px;
	text-align: center;
}

div#iframe {
	text-align: center;
}

/* Footer DIV containers for nav and copywrite */
div#footer {
	width: 760px;
	margin: 0px auto;
	padding: 5px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #999;
}

div#footerright {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #999;
	text-align: right;
}

div#footer a:link, div#footerright a:link {
	font-size: 9px;
	color: #999;
	text-decoration: underline;
}

div#footer a:hover, div#footerright a:hover, div#footer a:active, div#footerright a:active {
	font-size: 9px;
	color: #fc0;
	text-decoration: none;
}

div#footer a:visited, div#footerright a:visited  {
	font-size: 9px;
	color: #999;
	text-decoration: underline;
}

div#copyright {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #999;
}

div#copyright a:link {
	font-size: 9px;
	color: #999;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a:active {
	font-size: 9px;
	color: #fc0;
	text-decoration: underline;
}

div#copyright a:visited  {
	font-size: 9px;
	color: #999;
	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;
}

/* 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 {
	display: block;
	width: 140px;
	height: 17px;
	margin: 0;
	padding: 4px 20px 4px 0px;
	background-image: url(images/nav_off.gif);
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #fff;
}

ul#mainnav li a:hover, ul#mainnav li a:active {
	width: 140px;
	height: 17px;
	margin: 0;
	padding: 4px 20px 4px 0px;
	background-image: url(images/nav_over.gif);
	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.current:link, ul#mainnav a.current:visited {
	width: 140px;
	height: 17px;
	margin: 0;
	padding: 4px 20px 4px 0px;
	background-image: url(images/nav_on.gif);
	color: #fc0;
}

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

#imgleft {
	float: left;
	margin: 10px 10px 10px 35px;
	padding: 0;
}

#imgright {
	float: right;
	margin: 10px 35px 10px 10px;
	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;
}