/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #F7E1C3;
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	/*text-align: center;  Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p, li {
	font-size: 13px
}

h1 {
	font-size: 18px;
	font-weight: bold;
    color: #14808D;
	margin: 10px 10px 0px;
	padding: 8px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #000033;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li {
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active {
	color: #14808D;
	text-decoration: underline;
}
a:hover {
    color: #000033;
	text-decoration: none;
}

div#border {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px auto 0px 0px;
	padding: 90px 0px 0px 10px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 75px;
	width: 750px;
	vertical-align: bottom;
}

div#container {
	margin: 10px 0px 0px;
	padding: 0px;
	width: 750px;
}
div#content {
	margin: 0px;
	padding: 10px 0px 8px 20px;
}


/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: left;
	}

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px 20px;
	margin: 0px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #14808D;
	background-color: #F7E1C3;
}
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #000000;
	background-color: #F7E1C3;
}

/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
	margin: 0px 0px 10px 5px;
	padding: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

ul#utilnav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	}

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#utilnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#utilnav li a:link, ul#utilnav li a:visited, ul#utilnav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 1px 5px;
	margin: 0px;
	color: #000000;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#utilnav li a:hover {
	color: #14808D;
}


.center {
display: block;
text-align: center;
}

div#signin, div#signin a {
	padding: 10px 0px 0px;
	text-align: right;
	font: 9px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	clear: both;
	width: 750px;
}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 10px 0px 0px 5px;
	color: #FFFFFF;
	clear: both;
	text-align: left;
}


div#copyright, div#copyright a {
	font-size: 9px;
	padding: 10px 0px 0px 10px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color: #000000;
	text-align: left;
	margin: 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	clear: both;
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #FFFFFF;
	padding: 0px;
}
img.left {
	clear: both;
	float: left;
	margin: 0px 10px 15px 0px;
	border: 1px solid #FFFFFF;
	padding: 0px;
}

img.normal {
	margin: 0px;
	border: 1px solid #FFFFFF;
	padding: 0px;
}
.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

div#cta {
	padding: 0px;
	width: 128px;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	text-align: center;
}
div#iframe {
	margin: 0px 9px;
	padding: 0px 10px 20px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #14808D;
	width: 565px;
}

div#leftcolumn {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	width: 140px;
}
div#centercolumn {
	margin: 0px 9px;
	padding: 0px 10px 20px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #14808D;
	width: 420px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #14808D;
}
div#rightcolumn {
	margin: 0px;
	float: left;
	width: 145px;
	padding: 5px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
}
div#leftcolumn p, div#rightcolumn p {
	font-size: 10px;
	line-height: 1.25em;
	margin: 0px;
	padding: 3px 3px 10px;
}
div#leftcolumn h3, div#rightcolumn h3 {
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 1.1em;
}
div#leftcolumn li, div#rightcolumn li {
	font-size: 10px;
	margin: 0px 0px 0px 3px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	line-height: 1.1em;
}
div#leftcolumn ul, div#rightcolumn ul {
	margin: 0px;
	padding: 5px 0px 8px 12px;
}
div#mainnav {
	margin: 0px;
	padding: 0px;
}
