@charset "UTF-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height:62.5%
}
a {
	color:#ff0099;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	font-size:12px;
	line-height:16px;
	color:#000;
	margin-top:2px;
	margin-bottom:12px;
}
h2 {
	font-family:Papyrus;
	font-size:18px;
	font-weight:normal;
	color:#000;
	display:inline;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
}
h4 {
	font-family:"Lucida Calligraphy";
	font-size:1.4em;
	line-height:0em;
}
h5 {
	font-family:"Eras Medium ITC";
	font-weight:normal;
	color:#333;
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom:5px;
}
h6 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	display:inline;
	color:#000;
	position:relative;
	top:1px;

}
/*--Header Menu--*/

#main_container #header #menu ul {
	color:#fff;
}
#main_container #heade #menu ul li h2 {
	font-size:11px;
}
#main_container #header #menu ul li h2 a {
	color:#fff;
	text-decoration:none;
}
#main_container #header #menu ul li.divider {
	color:#C09;
}

#main_container #header #menu ul li h2 .current a:active {
	color:#333;
}

#main_container #header #menu ul li h2 a:hover {
	color:#333;
}

/*--left--*/
#main_container #content #wrapper #left .box h2 {
	margin-bottom:20px;
}
/*
commented out on 7/13 b/c of issue with tiny mce
#main_container #content #wrapper #left .box span {
	color:#ff66cc;
}*/
#main_container #content #wrapper #left .box strong {
	color:#333;
	font-weight:normal;
}
#main_container #content #wrapper #left .box .tube h3 {
	color:#000;
	margin-bottom:20px;
}
/*--right--*/
#main_container #content #wrapper #right p {
	color:#333;
	margin-bottom:3px;
	font-size:10px;
}
/*
commented out on 7/13 b/c of issue with tiny mce
#main_container #content #wrapper #right span {
	color:#ff0099;*/
}
#main_container #content #wrapper #right h2 {
	color:#ff0099;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:5px;
}
#main_container #content #wrapper #right p.right {
	text-align:right;
}
#main_container #content #wrapper #right p.right a {
	color:#ff0099;
	text-decoration:none;
}
#main_container #content #wrapper #right p.right a:hover {
	text-decoration:underline;
}
#main_container #footer {
	text-align:right;
}
#main_container #footer h3 {
	background:url(../images/footer_logo.jpg) no-repeat 0 0;
	height:35px;
	width:120px;
	float:right;
	color:#ff33cc;
	padding:13px 0 5px 100px;
	margin-bottom:-10px;
	font-size:14px;
	font-weight:normal;
}
#main_container #footer p {
	clear:right;
}
#main_container #footer h3 span {
	display:none;
}
#main_container #footer p.email a {
	text-decoration:underline;
	padding-left:30px;
}

