html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, font, img, small, strike, strong, sub, sup, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

body {
	background: #94c4f0 url(sky.jpg) repeat-x;
	font: 85%/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 50px 0;
}

/******************************************** links ********************************************/

a, a:visited {	
	color: #464646;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;	
}

/******************************************** headers ********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}

h1 {
	font-weight: normal;
}

h2 {
	color: #88ac0b;
	font-weight: normal;
}

h3 {
	font-weight: normal;	
}

h1, h2, h3, {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/******************************************** images ********************************************/

img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 3px;
}
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; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
   border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}


/********************************************   LAYOUT	********************************************/ 

#wrap {
	position: relative;
	background: #fff url(wrap-bg.jpg) repeat-y;
	width: 930px;	
	margin: 50px auto 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #fff url(content-bg.jpg) repeat-x;
	clear: both;
	float: left;	
	width: 900px;	
	padding: 0; 			
	margin-left: 15px;	
	display: inline;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#header {
	position: relative;
	width: 900px;	
	height: 110px;	
	padding: 0;	
	margin: 0px auto;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 20px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #5b4a29;
	top: 67px; left: 25px;		
}

/******************************************** header links ********************************************/

#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #5b4a29;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}
#header #header-links a {	
	color: #5b4a29;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}

/******************************************** header-photo ********************************************/

#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:206px; 
	width: 900px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/******************************************** Navigation ********************************************/

#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 45px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(nav.jpg) repeat-x;	
	width: 900px;		
	height: 45px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	font: bold 12px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(nav-current.jpg) repeat-x;
	color: #475607;	
}

/******************************************** Main Column ********************************************/

#main {
	float: left;
	width: 550px;
	padding: 5px 0 0 0; margin: 0 0 0 15px;
	display: inline;	
}
	
#main ul li {
	list-style-image: url(bullet.gif);
}
#main h1 {
	margin-top: 15px;
	padding-bottom: 3px;
	font: normal 1.8em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #895F30; 
	letter-spacing: -1px;	
}

#main h1 a,
#main h1 a:hover,
#main h1 a:active {
	color: #895F30;
	text-decoration: none;
	text-transform: none;
}

#main p.title2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 1.8em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 
	letter-spacing: -1px;	
	text-transform: none;
	text-decoration: none;	
}

#main p.title2 a,
#main p.title2 a:hover, 
#main p.title2 a:active {
	color: #444;
	text-decoration: none;
	text-transform: none;
}

#main  h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: bold;
	color: #666666;
	display: inline;
  	font-size: 100%;
  	padding: 0 0 0 0; margin: 0 0 0 0;
}

#main a {
	font: 'Trebuchet MS', Tahoma, Sans-serif;
	text-decoration: none;
	text-transform: none;	
}

#main a:hover, 
#main a:active {
	text-decoration: underline;	
	
}

/******************************************** Sidebar ********************************************/	

#sidebar {
	float: right;
	width: 250px;
	padding: 15px 0 0 0; margin: 0;		
}	

#sidebar p {
	margin-top: 10px;
	padding: 5px 10px; 
	font: normal 1.8em 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #899B0D; 			
}

#sidebar p a {
	color: #899B0D; 			
}

#sidebar p.title3 {
	margin-top: 10px;
	padding: 5px 10px;
	font: 1.8em, 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #899B0D; 			
}

#sidebar p.title3 a {
	color: #899B0D; 			
}


#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}

#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}

/******************************************** footer ********************************************/


#footer-wrap {
	clear: both;
	width: 930px;
	font-size: 95%;	
	text-align: left;
	padding: 10px 0;		
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #976834;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 50%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/******************************************** bottom ********************************************/

#footer-bottom h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #895F30; 
	letter-spacing: -1px;	
	text-transform: none;
}

#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 870px;
	padding: 10px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #976834;
}




/******************************************** 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; }



