﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	font-size:100%;
	line-height:1.125em; /* 16×1.125=18 */
	background: #00A0B5 url(../images/bg_top.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size:0.75em;
	color: #000000;
	text-align: left;
	padding: 0px 36px 0px 0px;
	list-style: disc outside;
	line-height: 1
.em;
	line-height: 1.25em;
}

p.pullquote {
	background-color: #315b7f;
	color: #f3f1f4;
	padding: 2%;
	font-style: italic;
	font-size: 1
.em;
	border: medium #4a88be solid;
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1
.em;
	font-size: 1em;
	line-height: 1.5em;
}

h1 {
	color: #005070;
	font-size: 1.6em;
	line-height: 1.25em;
}
h2 {
	color: #000000;
	padding-right: 36px;
	font-size: 0.94em;
	font-weight: bold;
	line-height: 1
.em;
	line-height: 1.1em;
}
h3 {
	color: #005070;
	font-size: 0.75em;
}
h4 {
	font-size: 0.75em;
	color: #000000;
}
h5 {
	font-size: 0.6em;
	color: #005070;
}
h6 {
	font-size: 0.6em;
	color: #000000;
}
ul {
	list-style: none;
	list-style-type: square;
	list-style-position: outside;
	padding: 0px 36px 0px 24px;
	margin: 0px;
}

.fieldset
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
}

.formitem
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.formitem_bold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.formitem_required
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9px;
    COLOR: #FF0000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.formitem_sm
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9px;
    COLOR: #0046d5;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.formitem_status
{
	font-weight: bolder;
	font-size: 16px;
	color: Green;
	font-family: Wingdings;
	text-decoration: none;
}

.formitem_text
{
	font-weight: normal;
	font-size: 14px;
	color: #0046d5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.TextBoxBorder
{
	border-style: solid;
	border-color: GrayText;
	border-width:1px;
}

.SubmitButton
{
 border-style:ridge;
 width:70px;
 border-color: GrayText;
 border-width:1px;
 background-color:ButtonFace;
}

/*DIV IDS*/

#header {
	margin: auto;
	padding: 0px;
	width: 736px;
	height: 90px;
	text-align: left;
	font-size: 12px;
	}
#logo {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 30%;
}
#icons {
	text-align: right;
	margin: 37px 0px 0px;
	padding: 0;
	float: right;
	width: 70%;
	height: 18px;
}
#tagline {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu {
	text-align: left;
	margin: auto;
	padding: 0px;
	height: 57px;
	width: 736px;
}
#wrapper {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 736px;
	height: 100%;
	background-color: #FFFFFF;
	visibility: visible;
}
#footLinks {
	clear: both;
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 736px;
	color: #FFFFFF;
	text-decoration: none;
	height: 36px;
	font-size: 12px;
}
#footer {
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 736px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #borderTop {
	height: 21px;
	width: 736px;
	float: left;
}
#wrapper #vertL {
	background: url(../images/vertL_bg.jpg) repeat-y;
	float: left;
	width: 21px;
	height: 500px;
}
#wrapper #mainContent {
	float: left;
	width: 694px;
	height: 100%;
	vertical-align: top;
	background-color: #FFFFFF;
	overflow: inherit;
}
#wrapper #vertR {
	background: url(../images/vertR_bg.jpg) repeat-y;
	float: left;
	width: 21px;
	height: 500px;
}
#wrapper #borderBtm {
	height: 21px;
	width: 736px;
	float: left;
}
#testimonial {
	padding-bottom: 12px;
}
#wrapper #testimonial em {
	margin-left: 48px;
	line-height: 24px;
	font-size: 12px;
}

/* LINK STYLES */

a:link {
	color: #00A0B5;
	text-decoration: none;
}
a:visited {
	color: #00A0B5;
	text-decoration: none;
}
a:hover {
	color: #00A0B5;
	text-decoration: underline;
}
a:active {
	color: #00A0B5;
	text-decoration: none;
}
#footLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footLinks a:active {
	color: #FFFFFF;
}


/*MISC CLASSES*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boldTeal {	color: #005070;
	font-weight: bold;
}

.tipsTopicHeader 
{
	color: #000000;
	font-weight:bolder;
	font-size: 14px;
	
}


/*p.navigation-bar {
	background-color: black;
	border: medium #ffffff solid;
	padding: 1%;
	text-align: center
}
p.navigation-bar a:link {
	color: white;
	text-decoration: none
}
p.navigation-bar a:hover {
	background-color: #ffb0d3;
	color: black;
	text-decoration: none
}


#navbar {
	background-color: #CCCCCC;
	width: 150px;
	border: 1px #797979 solid;
	font-size: 0.75em;
}
#navbar ul li {
	list-style-type: none;
}
#navbar ul li a:link, #navbar ul li a:visited {
	color: #005070;
	text-decoration: none;
	padding-left: 15px;
}
#navbar ul {
	padding-left: 3px;
	margin-left: 0;
}
#navbar ul li ul {
	margin-left: 12px;
}
#navbar ul li ul ul li ul li a:link, #navbar ul li ul ul li ul li a:visited {
	color: #FF3300;
	font-size: 80%;
}
#navbar ul li.current a:link, #navbar ul li.current a:visited, #navbar ul li a:hover {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* IMAGE MARGINS */
/*.leftimage {
	margin-left: 9px;
	margin-bottom: 5px;
}
.rightimage {
	margin-left: 9px;
	margin-bottom: 5px;
}
*/
