/* MAIN MENU STYLES */


u.mainmenu 
{
	/* text-decoration:none;*/
	font-weight: bold;
	color: #003e7e;
	text-decoration: none;
}

div.mainmenu
{
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial;
	background-color: #d9dbde;
	border-bottom-color: #f1f2f3;
	font-size: 12px;
	color: #5C4A4A;
}
div.mainmenusub
{
	border:none;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 13px;
}
div.mainmenusubsub
{
	border:none;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 16px;
}
div.mainmenusubsubsub
{
	border:none;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 19px;
}
div.mainmenusubsubsubsub
{
	border:none;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 22px;
}
a.mainmenu
{
	color:#5c4a4a;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
a.mainmenu:hover
{
	color:#004483;
}
a.mainmenusub
{
	color:#5c4a4a;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
a.mainmenusubsub
{
	color:#5c4a4a;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
a.mainmenusubsubsub
{
	color:#5c4a4a;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
a.mainmenusubsubsubsub
{
	color:#5c4a4a;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
a.mainmenusub:hover
{
	color:#004483;
}

/* END OF MAIN MENU STYLES */


.quickLinks {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #010E0E;
}
.srch {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #010E0E;
}


.quickLinks a {
	color: #010E0E;
	text-decoration:none
}
.quickLinks a:hover {
	color: #004483;
}
.hosting {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #717373;
}
.footer {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #717474;
	text-decoration: none;
}

.hosting a {
	color: #717373;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	font-weight: bold;
	color: #013f7e;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5C4A4A;
}
.random {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #5C4A4A;
}
.random a {
	color: #011101;
	text-decoration:none;
}
.random a:hover {
	color: #011101;
	text-decoration:none;
}
.hosting a:hover {
	color: #003e7e;
}

.newsletterBlue {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #013F7E;
}
p {
	text-indent: 0px;
}
.newsletter {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #717474;
}
#myEmail {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #C6C6C6;
	border: 1px solid #bdbcbd;
	height: 30px;
}
		/**
		 *	Flash Overlay
		 */
		#flash-overlay {
			outline:none; /* removes outline around swf when interacted with */
			position:absolute;
			top:50%;
			left:50%;
			margin-left:-240px; /* negative 1/2 width of swf */
			margin-top:-135px; /* negative 1/2 height of swf */
			z-index:9999;
		}