/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #333333;
}

/* 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: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	list-style: square;
	color: #333333;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	margin-right: 20px;
}

h1 {
	font-size: 11px;
	text-align: center;
	text-decoration: underline;
}

h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #585858;
	display: block;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 4px;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	text-indent: 4em;
	margin: 5px 0px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	height: 120px;
	width: 750px;

}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	background:  url(../maintenancefree/images/footer.gif) no-repeat left bottom;
	color: #000000;
	height: 20px;
	font-size: 10px;
	padding: 7px 0px 0px 20px;
	text-align: left;
	width: 730px;
}
/* ----------------- 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: 0px;
	padding: 0px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	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 {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	width: 150px;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: right;
	background: #585858;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-top: 1px solid #6E6868;
}
/* 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 {
	color:#5B5B5B;
	display: block;
	margin: 0px;
	background: #e28e4c;
	border-top: 1px solid #6E6868;
}
div#copyright {
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 20px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div#copyright a:link, div#copyright a:visited {
color: #FFFFFF;
font-size: 9px;
}
div#copyright a:hover {
color: #E28E4C;
font-size: 9px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 5px 5px 5px 0px;
	}
	
img.right {
	float: right;
	padding: 5px;
	border: 1px solid #E28E4C;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
	
clear {
	clear: both;
}

.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#container {
	background: #FFFFFF url(images/containerbg.gif) repeat-y left top;
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	}
div#content {
	background: #FFFFFF;
	width: 550px;
	padding: 0px 20px;
	margin: 0px;
	list-style: square;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	float: right;
	border-left: none;
}
#content ul {
	margin-left: 0px;
	list-style: outside;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
}
#content li {
	background:  url(images/bullet.gif) no-repeat left center;
	background-position: top left;
	list-style:  url(../maintenancefree/none) none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 2px 12px;
}
#content strong {
	color:#333333;
	font:  bold 12px Arial, Helvetica, sans-serif;
}

div#leftdiv {
	float: left;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 160px;
}
address {
	width: 160px;
	color: #FFFFFF;
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 5px;
	border-top: 1px solid #6E6868;
	border-bottom: 1px solid #6E6868;
}
current {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #990000;
	background: #CCCCCC;
}
div#content a:active, a:visited, a:active {
	color: #333333;
	font: 12px tahoma;
}
.cta {
	font-family: tahoma;
	font-weight: bold;
	color: #69AFC9;
}
div#footernav {
	width: 750px;
	text-align: left;
	padding-left: 20px;
	color: #FFFFFF;
	margin: 0px auto;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
div#footernav a:link,  div#footernav a:visited, div#footernav a:active{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
div#footernav a:hover {
	color: #E28E4C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
address strong {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#footer {
	background: url(images/footer.gif) no-repeat left bottom;
}


.disclaimer {
	font-size: 10px;
	margin: 5px;
	color: #efeded;
}

.indent {
	text-indent: 4em;
	font-size: 11px;
	margin: 10px 0px;
}