/*
css based on design 'Enlighten', by Erwin Aligam and accessible on Styleshout: http://www.styleshout.com/templates/preview/Enlighten1-1/index.html
Updated and enhanced by Christy Allen: July 2009
   	
*/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* TOP ELEMENTS */
* { padding: 0; margin: 0; }

body {
	margin: 0px 15px 0px 15px ; 	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #211f23;
	background: #999999;
	text-align: left;	
	height: 100%;	
}

/* LINKS */
#breadcrumb a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	}

a:link, a:visited{
	color: #0000cc;
	text-decoration: underline;
}

/* HEADERS */
h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #211f23;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #330099;
 margin: 0px 15px 0px 15px;
 padding: 0px;
}

h5{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #211f23;
 margin: 0px;
 padding: 0px;
}

/* IMAGES */
img {
  padding: 5px;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url(../images/quote.gif) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold Verdana, Arial, Helvetica, sans-serif; 
	color: #666666;	
}

/* TABLES */
table {
	border-collapse: collapse;
	margin: 15px;	
}

table.row-a {
	border-left: 10px solid #ffffff;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	width: 200px;
	height: 410px;
	background: #fdfdfd;
}

th strong {
	color: #fff;
}
th {
	background: #993333;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
}


tr p {
	text-align: left;
	padding-bottom: 10px;
	font: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
}

/* FORM ELEMENTS */
form {
	margin:10px 15px; padding: 5;
 }

/***********************
	  LAYOUT
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
	background: #BCA5D1 url(../images/wrap-bg.jpg) repeat-y;
}

/* HEADER */
#header {
	position: relative;
	height: 176px;	
	margin: 0; padding: 0;	
	background: #BCA5D1;
}
#header .headerphoto {
	position: absolute;
	right: 16px;
	top: 96px;
	width: 739px;
	height: 74px;
	background: #BCA5D1 url(../images/photoheader.jpg) no-repeat;
}
#header #logo-box {
	position: absolute;
	right: 16px;
	top: 12px;
	width: 739px;
	height: 83px;
	background: #BCA5D1 url(../images/bannertextnew.jpg) no-repeat;
}
#logo-box {
	position: absolute;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	width: 281px;
	height: 134px;
}

h1#logo {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20 px;
	color: #FFF;
	line-height: 30px;
}

#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
	
}
#logo-box #slogan {
	position: absolute;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
	color: #E9E9E9;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: -24px;
	left: 455px;
	width: 280px;
}

#news {
	position: absolute;
	width: 150px;
	height: inherit;
	top: 251px;
	left: 139px;
	width: 161px;
}

/* DROP DOWN MENU */

/* MENU */

#menu {
	clear: both;
	margin: 0; 
	right: 16px;
	width: 739px;		
	background: #BCA5D1 url(../images/wrap-bg.jpg) repeat-y;
	float:left;
}

ul.gnav {
	width: 740px;
	color: #ffffff;
	background-color: #4D3366;		 	
	margin: 0 15px;
	padding: 10px 0px 10px 0px;
	display: inline;
	border-bottom: 6px solid #BCA5D1;
	float: left;
}

ul.gnav ul {
	border: none;
	list-style: none;
	margin: 0;
	padding: 2px 2px 4px 2px;
	left: -1px;
	position: absolute;
	background: #4D3366;
	top: 100%;
	width: auto;
}

ul.gnav li {
	border: none;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	width: auto;
	padding: 1px 0;
	position: relative;
	white-space: nowrap;
	font-size: 14px;
}

ul.gnav li a {	
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	margin: 0;
	width: auto;
	text-decoration: none;
}

ul.gnav li li {
	border: 0;
	display: block;
	float: none;
	width: auto;
	padding: 2px 4px 1px 2px;
}

ul.gnav li a:hover {
	color: #ffffff;
	background: #6926b5  /*switch to gray or different/darker purple */
}

ul.gnav ul ul {
	left: 0;
	top: 2px;
}

ul.gnav ul a {	
	font-size: 14px;
	color: #ffffff;
	border: none;
	margin: 0;
	width: auto;
	text-decoration: none;
}

ul.gnav ul a:hover {	
	background: #6926b5  /*switch to gray or different/darker purple */
	color: #ffffff;
}

ul.gnav ul a:visited {
	color: #ffffff;
}


ul.gnav li ul,
ul.gnav li:hover li ul {
	display: none;
	width: auto;
	margin: 0 4px 0 0;
}

ul.gnav li:hover ul {
	display: block;
	width: auto;
}

ul.gnav li:hover li:hover ul {
	display: block;
	width: auto;
}

ul.gnav:after {
	clear: both;
	content: "...";
	display: block;
	font-size: 1px;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

ul.gnav a {	
	padding: 2px 14px 2px 8px;
	margin: 0;
	color: #ffffff;
}

ul.gnav a:hover {
	color: #ffffff; 
	background: none;
}

ul.gnav a:visited {
	color: #ffffff;
}

ul.gnav li ul {
	padding: 2px 2px 4px 2px;
	width: auto;
}

ul.gnav li ul li {
	padding: 2px 10px 2px 0px;
	width: auto;
}

ul.gnav li ul li:hover {
	background: #6926b5; /*switch to gray or different/darker purple */
	padding: 2px 10px 2px 0px;
	width: auto;
}



/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	height: inherit;
	background: #BCA5D1 url(../images/content.jpg) repeat-y;
}
#content {
	width: 740px;	
	clear: both;
	text-align: left;	
	padding: 10px;
	margin: 0 auto;			
}


/* main */
#main {
	float: right;
	width: 100%;	
	right: 16px;
	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px; 
}
#main ul li {
	margin: 0px 15px 0px 15px;
	padding: 10px 0 5px 15px;
	list-style:inside;
}

#main h5 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px; 
}

#main p {
	padding: 10px 0 5px 5px;
	margin: 0 10px 0 10px; 
}

.post {
	padding: 0px
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	height: 45px;
	background: url(../images/footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: underline;
	color: #333;	
}
#footer a:hover {
	text-decoration: underline;
	color: #777;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
