/* -------------- GENERAL CLASSES -------------------- */

body	{ color: #333; background-color: #333; }
p,td	{ color: #333; }


#centerColumn {	background-color: #f93; }
#leftColumn { background-color: #f33; }
#rightColumn { background-color: #f93; }


/* -------------- LINKS -------------------- */
a:link		{ color:#F29130; text-decoration: none; }
a:visited 	{ color:#F29130; text-decoration: none; }
a:hover 	{ color:#F29130; text-decoration: underline; }



h1 	{ color: #eb3333; }
h2 	{ color: #D9822B; }
h3	{ color: #999999; }
h4 	{ color: #D9822B; }





/* PAGE ELEMENTS */

/* header section */
.topleft				{ font-family: Arial, Arial, Helvetica; font-weight: bold; background-color: #000000; color:#D9822B; font-size:11px; line-height: 1.1em; }
.nav-trim				{ background-color: #000000; }
.nav-bg					{ background-color: #454545; }

.lhn					{ background-color: #333333; }

a.lhn-main:link 		{ color:#eb3333; font-family: Verdana, Georgia, Times New Roman, Verdana, Arial; font-weight: bold; font-size:12px; text-decoration: none; }
a.lhn-main:visited	 	{ color:#eb3333; font-family: Verdana, Georgia, Times New Roman, Verdana, Arial; font-weight: bold; font-size:12px; text-decoration: none; }
a.lhn-main:hover		{ color:#cccccc; font-family: Verdana, Georgia, Times New Roman, Verdana, Arial; font-weight: bold; font-size:12px; text-decoration: none; }

a.lhn-links:link 		{ color:#FD9E2A; font-family: Verdana, Arial, Times New Roman; font-weight: bold; font-size:10px; text-decoration: none; }
a.lhn-links:visited 	{ color:#FD9E2A; font-family: Verdana, Arial, Times New Roman; font-weight: bold; font-size:10px; text-decoration: none; }
a.lhn-links:hover 		{ color:#D98825; font-family: Verdana, Arial, Times New Roman; font-weight: bold; font-size:10px; text-decoration: none; }

a.lhnsub-links:link 	{ color:#f0f0f0; font-family: Verdana, Arial, Times New Roman; font-weight: bold; font-size:10px; text-decoration: none; }
a.lhnsub-links:visited 	{ color:#f0f0f0; font-family: Verdana, Arial, Times New Roman; font-weight: bold; font-size:10px; text-decoration: none; }
a.lhnsub-links:hover 	{ color:#cccccc; font-family: Verdana, Arial, Times New Roman; font-weight: bold; font-size:10px; text-decoration: none; }

a.lhnsubsel-links:link 		{ color:#ff9933; font-family: Verdana, Arial, Times New Roman; font-weight: bold; font-size:10px; text-decoration: none; }
a.lhnsubsel-links:visited 	{ color:#ff9933; font-family: Verdana, Arial, Times New Roman; font-weight: bold; font-size:10px; text-decoration: none; }
a.lhnsubsel-links:hover 	{ color:#cccccc; font-family: Verdana, Arial, Times New Roman; font-weight: bold; font-size:10px; text-decoration: none; }


.footer, a.footer:link, a.footer:visited, a.footer:hover  	{font-family: Arial, Verdana, Arial, Helvetica; color:#999; font-size:9px;}



.main-bg-image			{ background-image: url(/images/bg-sapphos-black.jpg); background-repeat: no-repeat; background-color: #000000; height: 100%; }
.header-topleft			{ background-image: url(/images/header-left-black.gif); background-repeat: no-repeat; }
.header-logo			{ background-image: url(/images/logo-mid-630x85.gif); background-repeat: no-repeat; }

/* -------------- MAIN NAVIGATION -------------------- */
a.main-nav:link 		{ color:#F29130; font-family: Arial, Times New Roman; font-size:12px; font-weight: bold; text-decoration: none; }
a.main-nav:visited 		{ color:#F29130; font-family: Arial, Times New Roman; font-size:12px; font-weight: bold; text-decoration: none; }
a.main-nav:hover 		{ color:#cccccc; font-family: Arial, Times New Roman; font-size:12px; font-weight: bold; text-decoration: none; }
.main-nav				{ color:#f0f0f0; font-family: Arial, Times New Roman; font-size:12px; font-weight: bold; text-decoration: none; }

a.main-nav-sel:link 	{ color:#ff3333; font-family: Arial, Times New Roman; font-size:12px; font-weight: bold; text-decoration: none; }
a.main-nav-sel:visited 	{ color:#ff3333; font-family: Arial, Times New Roman; font-size:12px; font-weight: bold; text-decoration: none; }
a.main-nav-sel:hover 	{ color:#cccccc; font-family: Arial, Times New Roman; font-size:12px; font-weight: bold; text-decoration: none; }



/* BACKGROUND SHADES */
.black		{ background-color: #000000; }
.dark		{ background-color: #333333; }
.darkmid	{ background-color: #454545; }
.mid		{ background-color: #666666; }
.mid2		{ background-color: #808080; }
.gray		{ background-color: #999999; }
.grey		{ background-color: #888888; }
.light		{ background-color: #cccccc; }
.white		{ background-color: #ffffff; }

.orange		{ background-color: #D9822B; }




/* FORM ELEMENT CLASSES */
select  	{ background-color:#999999; font-size: 10px; }

