@charset "UTF-8";
/* CSS Document */

body
{
	font-family: "Verdana", "Arial", sans-serif;
	color: #969696;
	line-height: 1.3em;
	font-size: 0.8em;
}


a:link { color: #3ebada; text-decoration: underline; }
a:visited { color: #3ebada; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { color: #015484;  font-weight: bold;  line-height: 1.2em;margin-bottom: 10px;}

h1 { font-size: 1.4em;}
h2 { font-size: 1.2em;}
h3 { font-size: 1em;}
h4 { font-style: italic;}
h5 { font-style: italic;}
h6 { font-style: italic; text-decoration: underline; }

strong {font-weight: bold;}
em {font-style: italic;}

blockquote { border: solid 1px #3ebada; padding: 10px; background: #e6f8fd; width: 200px; float: right; margin-left: 10px; margin-bottom: 10px; quotes: "\201C" "\201D"; font-size: 0.9em;  }
blockquote p.quotes:before { content: open-quote; font-weight: bold; margin-right: 10px; }
blockquote p.quotes:after { content: close-quote; font-weight: bold; margin-left: 10px; }
blockquote p {margin: 0 !important; font-style: italic;}
blockquote p.customer {font-weight: bold;}

p { margin: 0 0 10px 0; }
#contactBar p {color: White; margin: 12px 0 0 25px; float: left;  font-size: 1.1em; letter-spacing: 0.1em;}

#footer {color: White; font-size: 0.8em;}
#footer .address { margin-bottom: 30px; }

.contentList
{
	margin: 0 0 10px 50px;
	list-style-type: disc;
}

.contentList li
{
	margin: 5px 0 5px 0;
}

ol.contentList
{
	list-style-type: decimal !important;
}

sup {vertical-align: super; font-size: 0.6em;}

.sitemap li
{
text-transform: capitalize;
margin: 35px 0 35px 0 !important;
}