/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #e5e4e4 url(images/bg_site.jpg) repeat-x;
	color: #000000;
	font: 16px Arial, Verdana, Tahoma, Geneva, sans-serif;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	font: 16px Arial, Verdana, Tahoma, Geneva, sans-serif;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, fieldset, address, blockquote, th, td {
	text-align: center;
}

form, input {
	text-align: left;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1 {
	font-size: 26px;
	font-weight: bold;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}


/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
	border: 0;
}

td {
	line-height: 18px;
}

address {
	font-size: 16px;
	font-style: normal;
}

/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
}	
	
/* Styles A links */
a:link {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active, a.selected {
	text-decoration: none;
	color: ##0000FF;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the TABLE that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
table#container {
	width: 600px;
	margin: 0px auto;
}

/* Creates TD container for header. */
td#header {
	width: 600px;
	margin: 0px auto;
}

/* Creates TD container for content. */
td#content {
	width: 600px;
	margin: 0px auto;
	padding-top: 30px;
}
	
/* Creates TD container for footer */ 
td#footer {
	width: 600px;
	margin: 0px auto;
}

/* Creates TABLE container for SAG information */ 
table#sag {
	width: 500px;
	margin: 0px 50px;
}

/* Creates TD container for main navigation */ 
td#mainnav {
	width: 600px;
	margin: 0px auto;
}

/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 600px;
	text-align: left;
	margin: 5px auto;
}
input {
	margin-bottom: 10px;
	width: 290px;
}
input.radio {
	width: 20px;
	margin-bottom: 0px;
}
textarea {
	margin-bottom: 10px;
	width: 290px;
	height: 70px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
}
label.extrapadding {
	padding: 17px 20px 0 0;
	display: block;
	text-align: left;
}
textarea#comments {
	width: 100%;
}
div#ps {
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	margin-bottom: 5px;
}
div#leftcol {
	float: left;
	width: 290px;
}
div#rightcol {
	float: right;
	width: 290px;
}
.clear {
	clear: both;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 13px;
	font-weight: bold;
	margin: 0px auto;
	padding: 20px 0px 10px;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 11px;
	margin: 0px auto;
	padding: 10px 0px 20px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to set footer text */
.footertext {
	font-size: 12px;
}

/* Class to set footer text */
.footerheading {
	font-size: 12px;
	font-weight: bold;
	color:#0000FF;
}

/* Class to set phone numbers */
.numbers {
	color:#0000FF;
}

/* Class to emphasize the business name */
.businessname {
	font-size: 18px;
	color:##0033CC;
	font-weight: bold;
}

img.border {
	border: 2px solid #000;
}

