

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

body {
	background: #D08B42 url(../buttons/bg.jpg) repeat-x;
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #333333; 
	text-align: center;
	margin: 0 0 50px 0;
}

/* links */
a, a:visited {	
	color: #829505;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #8A9F06;
	background: inherit;
		text-decoration: underline;	
}
a img {border:none;}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;

}


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

/* images */

img.right {
  	margin: 5px 0px 10px 10px;  
}
img.left {
  	margin: 5px 10px 10px 0px;
}




/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #F6EFBB;
	width: 760px;	
	margin: 50px auto 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #F9EBCC url(../buttons/contentbg.jpg) repeat-x;
	clear: both;
	float: left;	
	width: 730px;	
	padding: 0; 			
	margin-left: 15px;	
	display: inline;
	border-top: 5px solid #F6EFBB;
	border-bottom: 2px solid #D08B42;
	border-left: 1px solid #F6EFBB;
	border-right: 1px solid #F6EFBB;
}
#header {
	position: relative;
	background: #F7D487 url(../buttons/headerbg.jpg) repeat-x;
	width: 730px;	
	height: 155px;	
	padding: 0;	
	margin: 0px auto;
}
#header h1 {
padding:25px 10px 0px 25px;
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #993300;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 125px; left: 30px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 120px; right: 10px;	
	color: #993300;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:250px; 
	width: 730px;
}
#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(../buttons/nav.jpg) repeat-x;	
	width: 730px;		
	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/44px "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(../buttons/nav-hover.jpg) repeat-x;	
}
#nav ul li#selected a {	
	background: url(../buttons/nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: left;
	width: 430px;
	padding: 15px 0 30px 0; margin: 0 0 0 20px;
	display: inline;	
}
#main h2 {
	margin-top: 10px;
	padding-bottom: 5px;
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #682100; 
	text-transform: none;
}

#main h3 {
	font-size: 150%;	
	font-weight: normal;	
	color: #993300/*C46E3C*/;
	line-height:140%;
}
#main ul li {
	list-style-image: url(../buttons/bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 220px;
	padding: 25px 0 0 0; margin: 0 20px 0 0;		
}	

#sidebar h4 {
	margin-top: 15px;
	padding: 5px 5px; 
	font: normal 1.4em 'Trebuchet MS', Tahoma, Sans-serif;	
	background-color:#C46E3C;
	color: #F6EFBB; 	
	text-align:center;		
}

/* footer */
#footer-wrap {
	clear: both;
	width: 760px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;		
	border-bottom: 15px solid #F6EFBB;
}
/* bottom */
#footer-bottom {

	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 730px;
	padding: 5px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #993300;
}
#footer-bottom p.note{margin-top:5px;font-size:8px;line-height:12px;color:#999;}
#footer-bottom p.note img{margin:2px 10px 8px 10px; vertical-align:bottom;}


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


