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

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000033;
}

/* 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 {
}
h2 {
	font: bold 12px tahoma;
	color: #000033;
	display: block;
	text-transform: uppercase;
	border-top: none;
	padding-top: 7px;
	border-bottom: 1px solid #000033;
	padding-bottom: 4px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #333333;
}
a:visited {
	color: #1697B1;
}
a:hover {
	color: #1697B1;
}
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: 100px;
	width: 770px;

}

/* 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: 750px;
}
/* ----------------- 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;
	width: 150px;
}

/* 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:#000033;
	text-decoration: none;
	display: block;
	width: 140px;
	border-bottom: 1px solid #333333;
	font: bold 12px tahoma;
	margin: 0px;
	padding: 5px 25px 5px 5px;
	text-align: right;
	background: #FFFFFF;
}
/* 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:#FFFFFF;
	text-decoration: underline;
	display: block;
	width: 140px;
	border-bottom: 1px solid #343233;
	font: bold 12px tahoma;
	margin: 0px;
	padding: 5px 25px 5px 5px;
	background: #1697B1;
}
div#copyright {
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 5px;
	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: #6AB0CA;
font-size: 9px;
}


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

img.left {
	float: left;
	margin: 5px 5px 5px 0px;
	}
img.right {
	float: right;
	margin: 5px 20px 5px 5px;
	padding: 5px;
	border: 1px solid #000033;
	clear: both;
	}

/* ----------------- CUSTOM CLASSES ----------------- */
div#container {
	background: #FFFFFF url(images/containerbg.gif) repeat-y left top;
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #68A9C5;
	}
div#content {
	background: #FFFFFF;
	width: 585px;
	padding: 0px;
	margin: 0px;
	list-style: square;
	font: 12px tahoma;
	color: #000033;
	text-align: left;
	float: right;
	border-left: none;
}
div#leftdiv {
	width: 185px;
	float: left;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}
address {
	width: 135px;
	padding: 15px 5px 5px 10px;
	color: #FFFFFF;
	text-align: right;
	font: normal 12px/12px tahoma;
}
address a:link, address a:visited, address a:active {
	color: #FFFFFF;
}
address a:hover {
	color: #1697B1;
}
strong {
	color:#333333;
	font: 12px/15px tahoma;
}
div#content a:active, a:visited, a:active {
	color: #333333;
	font: 12px tahoma;
}
div#content a:hover {
	color: #4B7CA5;
}
.cta {
	font-family: tahoma;
	font-weight: bold;
	color: #0C386E;
}
div#footernav {
	width: 750px;
	text-align: left;
	padding-left: 20px;
	color: #FFFFFF;
	margin: 0px auto;
}
div#footernav a:link,  div#footernav a:visited, div#footernav a:active{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
div#footernav a:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #6AB0CA;
}
address strong {
	color: #FFFFFF;
	font-weight: bold;
}
