/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0;
	padding: 0;
	font: normal .80em/1.4em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	text-align: center;
	background: #fff;
}

/* links */
a {
	color:#996600; 
	background-color: inherit;
	text-decoration: underline;	
}
a:hover {
	background-color: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color:#996600;
	line-height: 1.8em;
}
h1 {
	font-size: 1.7em;
	clear: both;
} 
h2 {
	font-size: 1.5em;
	color:#996600;
	clear: both;
}
h3 {
	font-size: 1.2em;
	color:#996600;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.2em;
}

#main h1 { 
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #996600; 	
	padding: 0 0 5px 0;
	margin: 0 15px 15px 15px;
}
#sidebar h1 {
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	/* color: #74743D; */ 	
	color: #996600;
	padding: 0;
	margin: 0 0 10px 5px;	
}

p, h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
}

ul {
	margin: 10px 30px;
	padding: 0 15px;	
}
#main li {
	padding-bottom: 7px;
}
#main ol li {
	padding-left: 25px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

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

#header-content, #footer-content, #content {
	width: 810px;	
}

/* header */
#header {
	background: #e5d8ac;
	height: 205px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;
	height: 55px;
	padding: 0 10px;
	margin: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 30px; left: 0px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -12px; top: 185px; 
	font: 12px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	display: block;
	padding: 0px 12px 7px 12px;
	color: #996600;
	/* color: #C8935D; */
	text-decoration: none;
	float: left;
}
#header-content li a:hover {
	color: #F88F26;
}
#header-content a#current  {
	color: #F88F26;
	font-weight: bold;
	text-decoration: underline;
}
#header #header-links a#current  {
	color: #F88F26;
	font-weight: bold;
	text-decoration: underline;
}

#header #header-links {
	position: absolute;
	top: 0px; right: 0px;	
	color: #996600;
	font-size: 90%;
}
#header #header-links a {	
	color: #666666;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #996600;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF;	
}
#content {
	text-align: left;	
	padding: 0; margin: 30px auto;		
}
/* main */
#main {
	margin: 0 9px 0 0;
	padding: 0;
	width: 600px;
	float: right;
	background-color: #fdfaf1;
}
#main p, #main h1, #main h2, #main h3, #main blockquote {
	margin-left: 0;
}


/* sidebar */
#sidebar {
	float: left;
	width: 190px;
	margin: 0 0 10px 0;
	background-color: #f5f0e0;
	font-size: 93%;
}
#sidebar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding:.3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	background: #FFF;	
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 25px 0;
	text-align: left;
	color: #000000;
}
#footer p {
	margin-left: 0;
}
#footer h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {
	margin: 0 auto;
	background-color: #e5d8ac;
}
#footer-content a{
	color: #996600;
}
#footer-content a:hover {
	color: #CC6600;
	text-decoration: none;
}
#footer-content .col2 {
	width: 560px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* 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; }
table.brownrule td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	padding: 3px;
}
td {
	vertical-align: top;
}
th {
	background-color: #e7ded0;
}
.blackborder {
	border: 2px inset #000000;
	padding: 3px;
	margin: 3px;
	text-align: center;
}
/* image float avoiding tables */
div.float {
	float: left;
	padding-right: 4px;
  } 
div.float p {
   text-align: center;
   }
/* image left or right */
.imageleft {
	float: left;
	margin-right: 4px;
}
.imageright {
	float: right;
	margin-left: 4px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
caption {
	text-align: left;
	font-weight: bold;
	color: #996600;
	clear: both;
}
/* newsletter links */
#jump
{
	background-color: e6e0cb;	
} 
#jump ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 14px;
} 
#jump li {
	margin: 0 0.45em;
	float:left;
	line-height: 1.6em;
}

