/********************************* 
Name:			Name
URI:			example.com
Description:	Description
Version:		3.14
Author:			Author
Author URI:		example.com
*********************************/

/********************************* GLOBAL *********************************/

html {overflow:auto;}
html>body {overflow:visible;}
body {overflow: auto;}

/********************************* RESET *********************************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++ DO NOT EDIT BEFORE THIS POINT ++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/********************************* GLOBAL *********************************/

body {
	background: #FFEFD8;
	font-family: Arial, Helvetica, sans-serif;
}

.nav {
	font-size: .9em;
}

/********************************* HEADER *********************************/

#header {
	width: 100%;
	clear: both;
	float: right;
}

#header h1 {
	float: right;
	clear: both;
	margin-bottom: .5em;
}

#header h1 a {
	display: block;
	background: url(img/logo.jpg) center center no-repeat;
	width: 500px;
	height: 80px;
	text-indent: -5000px;
}

#header ul.nav {
	display: block;
	width: 100%;
	clear: both;
	background: url(img/topbar.jpg) left bottom repeat-x; 
	min-height: 43px;


	border-bottom: 2px solid #9A7141
	
}

#header ul.nav li {
	float: left;
	width: 16%;
	text-align: center;
}

#header ul.nav li a {
	text-decoration: none;
	padding: .5em;
	font-weight: bold;
	margin: 0 auto;
	color: #555;
	font-size: 1.2em;
	display: block;
}

#header ul.nav li a:hover {
	color: #000;
	text-decoration: underline;
}


/********************************* SIDEBAR *********************************/

#sidebar {
	width: 15%;
	float: left;
}

#sidebar ul.nav li {
	border-right: 1px solid #FFEFD8;
}

#sidebar ul.nav li h2 {
	text-align: center;
	padding: .5em;
	border-top: 1px solid #FFEFD8;
	background: #B57F50;
	color: #333;

}

#sidebar ul.nav li a {
	background: #DAB694;
	display: block;
	padding: .5em .75em;
	text-align: right;
	color: #4D3D0C;
	text-decoration: none;
	border-bottom: 1px solid #FFF7EC;
}

#sidebar ul.nav li a:hover {
	color: #095181;
	background: #B57F50 /*url(img/leftnav.jpg) top right repeat-y*/;
}

#sidebar ul.nav li.active a {
	font-weight: bold;
	color: #095181;
	background: #B57F50 url(img/leftnav.jpg) top right repeat-y;
	cursor: default;
}
	
	
/********************************* CONTENT *********************************/

#content {
	width: 85%;
	float: left;
}

#content ul.nav {
	width: 100%;
	display: block;
	background: #B57F50;
	float: left;
	border-top: 1px solid #FFEFD8;
	clear: both;
}

#content ul.nav li {
	width: 19%;
	float: left;
}

#content ul.nav li a {
	display: block;
	padding: .5em .25em;
	color: #eee;
	text-decoration: none;
	text-align: center;
}

#content ul.nav li a:hover {
	background: #4D3D0C;
	color: #fff;
}

#content ul.nav li.active a {
	background: #FFEFD8 /*url(img/topnav.jpg) top center repeat-x*/;
	color: #095181;
	font-weight: bold;
	cursor: default;
}

#content #text {
	width: 50%;
	float: left;

}

#content #text p {
	font-size: .9em;
	padding: 1em;
	color: #444;
	font-weight: bold;
	width: auto !important;
}

#content #image {
	float: left;
	/*border: 1px solid #333;*/
	width: 49%;
	text-align: center;
	padding: 1em 0;
}

/*#content #image img {
	border: 1px solid #333;
	height: 150px;
	width: 150px;
	padding: 2px;
	background: white;
}*/
/********************************* FOOTER *********************************/
.alignleft {
float: left;
}
.alignright {
float: right;
}
#footer {
	clear: both;
	font-size: .75em;
	text-align: right;
	padding: .5em;
	color: #444;
	background: #E7D0BA;
}
