/* CSS Document */

/* !!!!!!!!!!!! Zeroing Styles !!!!!!!!!!!! */

/* These styles set all browser default styles to zero to maintain consistancy across browsers therefore you must manually set all styles */


* {
margin:0;
padding:0;
border:0;
}

html, body {
min-height: 100%;
height: auto;
height:100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,table,html {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
}

q:before,q:after {
content:'';
}

h1,h2,h3,h4,h5,h6,pre,code { 
font-size:1em; 
}

a img,:link img,:visited img { 
border:none;
}

address { 
font-style:normal; 
}

/* !!!!!!!!!!!! Display Styles !!!!!!!!!!!! */

/* Styles that effect the display and not the structure of the site such as fonts, headers, HTML tag styles and 'a' styles should be defined here */

body {
font-family:"Century Gothic", Myriad, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

td {
font-family:"Century Gothic", Myriad, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

ul {
list-style:outside;
list-style-type:disc;
color:#000000;
}

ol {
list-style:outside;
list-style-type:decimal;
color:#000000;
}

li {
padding:.5em 0;
}

h1 {
font-family:"Century Gothic", Myriad, Verdana, Arial, Helvetica, sans-serif;
font-size:2.4em;
color:#663366;
padding:0 0 10px 0;
font-weight:normal;
position:absolute;
left:99999px;
display:none;
}
/* h1 styles are for defining the structure of the site (mostly for screen readers) they will not be viewable or printable unless CSS is disabled such as with a mobile device*/

h2 {
font-family:"Century Gothic", Myriad, Verdana, Arial, Helvetica, sans-serif;
font-size:2.2em;
padding:0 0 4px 0;
color:#b3b340;
font-weight:normal;
}
/* h2 styles are for page titles*/

h3 {
font-family:"Century Gothic", Myriad, Verdana, Arial, Helvetica, sans-serif;
font-size:1.8em;
padding:0 0 4px 0;
color:#b3b340;
font-weight:normal;
}
/* h3 styles are for main content headlines*/

h4 {
font-family:"Century Gothic", Myriad, Verdana, Arial, Helvetica, sans-serif;
font-size:1.4em;
color:#663366;
padding:0 0 10px 0;
font-weight:normal;
}
/* h4 styles are for main content sub headlines*/

h5 {
font-family:"Century Gothic", Myriad, Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
padding:0 0 4px 0;
color:#57803d;
font-weight:bold;
}
/* h5 styles are for block content types*/

h6 {
font-family:"Century Gothic", Myriad, Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
padding:0 0 4px 0;
color:#b3b340;
font-weight:normal;
}

p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
padding:.5em 0;
line-height:2em;
}

a {
color:#003e7e;
text-decoration:none;
}

a:link a:visited a:active {
color:#003e7e;
}

a:hover {
color:#e44d2e;
}

.offpage {
position:absolute;
left:99999px;
display:none;
}
/* the .offpage class is for assets that should not be displayed on screen or printed but are there for semantic, audio, screenreaders, or mobile devices */

#fontControls {
text-decoration:none;
color:#FFFFFF;
/*
height:100%;
width:100%;
*/
padding: 0px;
float:left;
}

.print {
margin:0 auto;
text-align:center;
display:block;	
}

/* !!!!!!!!!!!! Layout Styles !!!!!!!!!!!! */

.jumpnav {
display:none;
}

.navcontainer {
display:none;
}

.subnavcontainer {
display:none;
}

.largeblockcontent {
padding:30px 0;
}

.medblockcontent {
padding:30px 0;
}

.smallblockcontent {
padding:30px 0;
}

.footer, .push {
display:none;
}

.lb_bottom {
display:none;
}