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

body {
padding: 0px;
margin: 0px;
font-size: 1em;
font-family: "Times New Roman", Times, serif;
color: #000000;
background-color: #FFFFFF;
}

#wrap {
width: 900px;
margin: 15px auto;
}

#header {
width: 100%;
background-color: #FFFFFF;
}


#content {
width: 900px;
background-color: #FFFFFF;
margin: 5px 0px 0px 0px;
}

#rhc {
width: 527px;
background-color: #FFFFFF;
float: left;
}

#rhc img {
padding-bottom: 5px;
}

#lhc {
float: left;
background-color: #FFFFFF;
padding-right: 20px;
width: 353px;
width: 373px;
width/**/:/**/353px;
}

.footer {
width: 100%;
background-color: #FFFFFF;
clear: both;
border-top: 1px solid #B3D235;
font-size: 0.7em;
font-variant: small-caps;
clear: both;
}

.footer ul {
text-align: left;
margin: 6px 0px;
padding: 0px;
}

.footer li {
display: inline;
}

.footer ul li a {
margin-right: 12px;
text-decoration: none;
color: #98585A;
}

.footer ul li a:hover {
text-decoration: underline;
color: #333333;
background-color: #CAE781;
}

p {
font-family: Arial, Helvetica, sans-serif;
color: #98585A;
font-size: 0.8em;
font-weight: normal;
line-height: 1.4em;
}

p a {
color:#4D514D;
text-decoration: underline;
}

p a:hover {
color: #B3D235;
}

h1 {
position: absolute;
left: -9999px;
}

h2 {
position: absolute;
left: -9999px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #ED0C6E;
font-weight: bold;
line-height: 1.4em;
}

.comment {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
color:#999999;
}

#spacer {
width: 100%;
border-top: #ED0C6E 2px solid;
border-bottom: #B3D235 1px solid;
padding: 2px 0px;
}

.suckertreemenu {
width: 100%;
background-color: #FFFFFF;
font-family: "Times New Roman", Times, serif;
font-variant: small-caps;
border-bottom: #B3D235 1px solid;
list-style-type: none;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #FFFFFF; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 5px 20px;
border: none;
border-left-width: 0;
text-decoration: none;
color: #762123;
font-size: 1em;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #762123;
text-decoration: none;
padding: 3px 5px;
border-bottom: 1px solid #B3D235;
font-size: 0.8em
}

.suckertreemenu ul li a:hover{
background-color: #CAE781;
color: #762123;
}

.suckertreemenu ul li a:active {
background-color: #3366FF;
}

#bright {
background-color: #C24088;
color: #FFFFFF;
}


/*Background images for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #FFFFFF url(media/arrow-down.gif) no-repeat center right;
}

/*Background images for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #FFFFFF url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


#mc_embed_signup fieldset {
position: relative;
}
#mc_embed_signup legend {
position: absolute;
top: -1em;
left: .2em;
} 

.cakenames {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #ED0C6E;
font-weight: normal;
}

.normal_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-type: square;
	color: #B3D235;
}

.normal_list a {
color: #4D514D;
}

.normal_list a:hover {
color: #B3D235;
}

blockquote {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#3366FF;
font-style: italic;
}

input select {
margin-bottom: 30px;
}

inputselect {
margin-bottom: 30px;
}
