﻿/********************************************
   Many thanks to http://www.styleshout.com/
   for this free template that I have modified
   to fit my needs.  Below is the template info.
   
	TEMPLATE NAME: 	Enlighten
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 20px 0;
	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #FF3399;
	text-align: center;
	height: 100%;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
	background: #FFCCFF;
}

/* header */
#header {
	position: relative;
	height: 155px;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #000000;
}

#header table {
	/*	position: relative;  */
	/*	left: 15px; right: 15px; top: 15px; */
	border-color: #000000;
	background: #000000;
	height: 153px;
	width: 740px;
}

#header td.left {
	padding-left: 15px;
	padding-right: 15px;
	width: 270px;
	height: 151px;
}

#header td.right {
	padding-left: 15px;
	padding-right: 15px;
	width: 470px;
	color: #FF3399;
	font-family: Arial;
	font-size: x-large;
	font-weight: bold;
	height: 151px;
}


/* header menu */
#menu {
/*	clear: both; */
	margin: 5;
	padding: 0px 0px 0px 0px;
	width: 770px;
	background: #FFCCFF;
	height:auto;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #FF3399;
	margin: 5 15px 0 15px;
	padding: 0;
/*	display: inline; */	border-bottom: 0px solid #FFF;
	float: left;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #C8935D;
	color: #FFF;
}
#menu li a#current  {
	background: #FF0066;
	color: #FFF;
}

/* content */
#content-wrap {
	margin: 0px 0 0 0;
	clear: both;
	float: left;
	width: 100%;
	background: #FFCCFF;
}
#content {
	width: 740px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0px 10px 10px 10px;
	background-color: #FFCCFF;			
}

/* sidebar */
#sidebar {
	background: #FFCCFF;
	float: right;
	width: 25%;
	margin: 10px 0 0px 10;
	padding: 10px 0 10px 0 ;
}	
#sidebar h1 {
	padding: 0px 0px 5px 10px;
	margin: 0;
	color: #660000;
	font-size: large;
}
.sidebox {
	margin-bottom: 10px;	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
	font-size:medium;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}


/* main */
#main {
	background: #FFCCFF;
	float: left;
	width: 72%;
	margin: 0px 0 10px 0;
	padding: 10px 10px 10px 10px;
	font-size: medium;
	color: #000000;
}
#main h1 {
	margin: 0 0 10px 0px;
	font-size: large;
	font-weight: bolder;
	color: #FF0066;
}

#main h2 {
	margin: 20px 0 10px 0px;
	font-size: medium;
	font-weight: bolder;
	color: #800000;
}

#main h3 {
	margin: 20px 0 10px 0px;
	font-size: small;
	font-weight: bolder;
	color: #800000;
}

#main h4 {
	margin: 20px 0 10px 0px;
	font-size: small;
	font-weight: bolder;
	color: #800080;
}


#main ul li {
	list-style-image: url("../bullet.gif");
	margin-left:20px;
}

#main td.left {
	width: 30%;
	font-size: medium;
	font-weight: bold;
	font-style: oblique;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}


/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 20px;
	background: url("../footer-bg.jpg") no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}



