/********************************************
   AUTHOR:  			Andrew DeSumma 
   WEBSITE:   			http://www.wmsgroup.com/
	DATE:          		December-2008          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #1A5A96 url(images/body_bknd.jpg) repeat-x;
	font: 10.5px/1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 15px;
}

/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 20px;	
	font-weight: bold;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	margin: 0;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 12px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 800px;
	margin: 0 auto 0px;
	text-align: left;
}
#header {
	height: 277px;
	width: 870px;
	text-align: right;
	position: relative;
	line-height: 4em;
	padding: 0px 0 0;
	border: 13px solid #E8E8E8;
}
#content-wrap {
	float: left;
	width: 870px;
	display: inline;
	padding: 0;
	background: #fff;
	border: 13px solid #FFFFFF;
}
#menu {
	position: absolute;
	left: 14px;
	top: 245px;
	width: 870px;
	height: 36px;
	background: #003366;
	z-index: 2;
}

/* Navigation */
#menu {
	padding: 0;			
}
#menu ul {
	float: left;
	list-style: none;
	background: #003366;	
	width: 870px;		
	padding: 0;	margin: 0 0 0 0px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#menu ul li {
	display: inline;
	margin: 0; padding: 0;
}
#menu ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 18px;
	color: #FFFFFF;
	font: bold 12px/45px "Trebuchet MS";
	text-transform: capitalize;
	text-decoration: none;
}
#menu ul li a:hover, 
#menu ul li a:active {
	color: #FFFFFF;
}
#menu ul li#current a {	
	background: #1E5C98;				 
}
#main {
	height: 295px;
	width: 870px;
	float: left;
	position: relative;
	background: url(images/main_bknd.jpg) repeat-x;
}
#calendar_box {
	height: 120px;
	width: 274px;
	position: absolute;
	background: url(images/calendar_box.jpg) no-repeat;
	top: 171px;
	left: 18px;
	background-image: url(images/calendar_box.jpg);
}
#logo {
	position: absolute;
	height: 141px;
	width: 265px;
	left: 60px;
	top: 59px;
	z-index: 1;
}
#calendar_box p {
	color: #333333;
	line-height: normal;
	padding-top: 2px;
	font-size: 11px;
	padding-right: 40px;
}
#calendar_box h1 {
	color: #003366;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 0px;
}
#donations_box {
	height: 120px;
	width: 299px;
	position: absolute;
	background: url(images/donations_box.jpg) no-repeat;
	left: 301px;
	top: 171px;
	background-image: url(images/donations_box.jpg);
}
#donations_box p {
	color: #333333;
	line-height: normal;
	padding-top: 2px;
	font-size: 11px;
	padding-right: 80px;
}
#donations_box h1 {
	color: #003366;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 0px;
}
#staff_box p {
	color: #333333;
	line-height: normal;
	padding-top: 2px;
	font-size: 11px;
	padding-right: 10px;
}
#staff_box h1 {
	color: #003366;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 0px;
}
#staff_box {
	background: url(images/staff_box.jpg) no-repeat;
	height: 120px;
	width: 241px;
	position: absolute;
	left: 602px;
	top: 24px;
}
#gallery_box p {
	color: #333333;
	line-height: normal;
	padding-top: 2px;
	font-size: 11px;
	padding-right: 80px;
}
#gallery_box h1 {
	color: #003366;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 0px;
}
#gallery_box {
	background: url(images/gallery_box.jpg) no-repeat;
	height: 120px;
	width: 252px;
	position: absolute;
	top: 171px;
	left: 602px;
}
#text_box {
	height: 120px;
	width: 505px;
	position: absolute;
	left: 19px;
	top: 5px;
	color: #000000;
	font: 12px/1.75em Geneva, Arial, Helvetica, sans-serif;
}

/* footer */
#footer {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0px;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background: #003366;
	border-top: 1px solid #F2F2F2;
	height: 40px;
}
#footer a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer a:hover {
	color: #000;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
