﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html, body 
{
    height:100%;
}
body {
	line-height: 1;
	color: black;
    font-family:Verdana, Arial;
    font-size:12px;
    background:#F0F0F0 url('whitebody.gif') repeat-y 50%;
}
#headercontainer
{    
    background:#F0F0F0 url('topbackground.gif') repeat-x;
}
ul {
	list-style: none;
}
ol li 
{
    padding-left:2em;
    line-height:1.5;
    padding-bottom:1em;
    margin-left:2em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


h3 
{
    font-size:16px;
    font-weight:bold;
    padding-top:16px;
    padding-bottom:12px;
    line-height:1.5;
}

h2
{    
    font-family:Arial, Verdana;
    font-size:18px;
    font-weight:bold;
    color:#1D4020;
    padding-top:.65em;
    padding-bottom:.65em;
}

h4
{
    font-family:Arial, Verdana;
    font-size:18px;
    color:#1D4020;
    padding-top:.65em;
    padding-bottom:1px;
    margin-bottom:.65em;
    background:url('h4border.gif') no-repeat bottom left;
}

p
{
    padding-bottom:1em;
    font-family:Arial, Verdana;
    line-height:2;
}

a 
{
    color:#133015;
}

table tr td
{
    padding:5px;
    line-height:1.5;
}

#header 
{
    height:130px;
    width:955px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

#searchBox
{
    position:absolute;
    top:40px;
    right:0;
}

#searchBox input 
{
    border:solid 1px #1D4020;
    font-size:15px;
    margin:0;
    padding:0;
    margin-right:3px;
    height:19px;
    padding-top:2px;
    padding-left:2px;
    padding-right:2px;
    float:left;
}

#menu
{
    position:absolute;
    bottom:0;
    right:0;
}

#menu li
{
    float:left;
    background:url('tableft.gif') no-repeat left;
    padding-left:7px;
    margin-left:-2px;
    height:28px;
    position:relative;
}

#menu li:hover span
{
    background:White none;
}

#menu li:hover
{
    background:url('tableftselected.gif') no-repeat left;    
}

#menu li:hover a
{
    background:url('tabgreenarrow.gif') no-repeat top right; 
    color:#3E8845;   
}

#menu li:hover span
{
    background:url('tabrightselected.gif') no-repeat right;
}

#menu li.over span
{
    background:White none;
}

#menu li.over
{
    background:url('tableftselected.gif') no-repeat left;    
}

#menu li.over a
{
    background:url('tabgreenarrow.gif') no-repeat top right; 
    color:#3E8845;   
}

#menu li.over span
{
    background:url('tabrightselected.gif') no-repeat right;
}

#menu li span
{
    display:block;
    display:inline-block;
    float:left;
    background:url('tabright.gif') no-repeat right;
    height:28px;
    padding-right:7px;
}

#menu li a
{
    display:block;
    display:inline-block;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    font-family:Arial, Verdana;
    background:url('tabgoldarrow.gif') no-repeat right top;
    padding-left:9px;
    padding-right:9px;
    padding-top:9px;
    margin-right:8px;
    height:19px;
}

#menu li ul 
{
    display:none;
    background:none;
    position:absolute;
    left:0;
    top:28px;
    border:solid 2px #ADD5B1;
    border-top:0;
    width:230px;
    margin:0;
    padding:0;
}

#menu li:hover ul
{
    display:block;
}

#menu li:hover ul li 
{
    position:relative;
    float:none;
    margin:0;
    padding:0;
    height:auto;
    width:100%;
    background:#D6F1D8 none;
    line-height:1.5;
}

#menu li:hover ul li a img
{
    padding-left:7px;
}

#menu li:hover ul li:hover 
{
    background:White none;
}

#menu li:hover ul li a 
{
    background:none;
    display:block;
    padding:0;
    margin:0;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:14px;
    height:auto;
    width:100%;
    font-size:11px;
}

#menu li.over ul
{
    display:block;
}

#menu li.over ul li 
{
    position:relative;
    float:none;
    margin:0;
    padding:0;
    height:auto;
    width:100%;
    background:#D6F1D8 none;
    line-height:1.5;
}

#menu li.over ul li a img
{
    padding-left:7px;
}

#menu li.over ul li a:hover
{
    background:White none;
}

#menu li.over ul li a 
{
    background:none;
    display:block;
    padding:0;
    margin:0;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:14px;
    height:auto;
    width:100%;
    font-size:11px;
}

#content
{
    width:955px;
    margin-left:auto;
    margin-right:auto;
    background-color:White;
    padding-top:34px;   
}

#leftContent
{
    float:left;
    width:229px;
    padding-left:35px;
    padding-right:27px;
    background:url('leftContentTopRight.gif') no-repeat top right;
    margin-right:35px;
    padding-bottom:40px;
    min-height:472px;
}

#leftContent h2
{
    width:230px;
    height:30px;
    background:url('lefth2.gif') no-repeat;
    color:White;
    font-weight:bold;
    font-size:14px;
    padding-top:8px;
    padding-left:10px;
    font-family:Arial, Verdana;
}

#leftContent ul li
{
    line-height:1.75;
}

#leftContent #newsBody
{
    margin-top:1em;
}

#leftContent #newsBody p.date
{
    font-weight:bold;
    padding-bottom:0;
}

#mainContent
{    
    width:580px;
    overflow:visible;
    padding-top:4px;
    float:left;     
    padding-bottom:60px;
}

h1
{
    font-family:Arial, Verdana;
    font-size:26px;
    color:#1D4020;
    padding-bottom:.65em;
}

#mainContent ul
{
    list-style:disc;
    padding-left:20px;
}

#mainContent ul li 
{
    list-style:disc;
    line-height:1.75;
}

.tip {
	width: 200px;
	z-index: 13000;
	line-height:1.5;
	border:solid 1px #ADD5B1;
	background:url('tipbackground.png') repeat;
}

.custom .tip
{
    width:227px;
}
 
.tip-title 
{
    font-weight:bold;
	font-size: 11px;
	margin: 0;
	padding: 8px;
	color:#222;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
	display:none;
}


#wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -41px;
}

.push 
{
    height:41px;
}

#footer 
{
    height:28px;
    clear:both;
    background-color:#133015;
    border-top:solid 1px #47784C;
    text-align:center;
    color:#7EB083;
    padding-top:12px;
}

#footer a
{
    color:#7EB083;
    text-decoration:none;
}

#footer a:hover
{
    text-decoration:underline;
}

#ctl00_ContentMain1_readingContent a
{
    line-height:1.5;
    font-style:italic;
}

#ctl00_ContentMain1_readingContent p 
{
    padding-top:5px;
}

div.form label 
{
    color:#444;
    display:block;
    padding-bottom:3px;
}

div.form input, textarea 
{
    display:block;margin-bottom:1em;
}

tr.header td
{
     background-color:#d7d7d7;font-size:10px;font-weight:bold;
}

#ctl00_ContentLeft1_linksContent
{
    /*padding-top:1em;*/
}

#ctl00_ContentLeft1_linksContent p
{
    padding-top:0;
    padding-bottom:0;
}

.subcategory ul li
{
    list-style-image:url('blackarrow.gif');
}

a.slider 
{
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
}

a.slider:hover
{
    text-decoration:underline;
}

a.slider2
{
    text-decoration:none;
    font-size:13px;
}

a.slider2:hover
{
    text-decoration:underline;
}

#consumerContent table tr td
{
    padding-right:10px;
}

.grayBackground td
{
    background-color:#e8e8e8;
}

#ctl00_ContentMain1_studentForm span
{
    display:block;
    margin-top:1em;
    padding-bottom:2px;
}

a.leftLink
{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a.leftLink:hover
{
	text-decoration:underline;
}

#mainContent p.instructions
{
    line-height:1.5;text-align:center;margin-top:20px; margin-bottom:14px;font-weight:bold;    
    font-size:18px;
    color:#1D4020;
}