/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #311C00 url(images/img1.jpg);
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
    /*color: #9B8767; */
	color: #D9C09A;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E8D6B4;
}

h2, h3 {
	margin: 0px 0 10px 0;
	/* padding: 0 0 10px 0;*/
	background: url(images/img3.gif) repeat-x left bottom;
	/* text-transform: lowercase;*/
	letter-spacing: -1px;
}

h1 
{
	font-size: 22px;
}

h2 {
	font-size: 17px;
}

h3 {
	/*font-size: 17px;*/
}

p, ol, ul {
	line-height: 160%;
}

ul {
	margin-left: 20px;
	padding-left: 0;   /* Mc - this is needed for Firefox */
/*	list-style: none;*/
}

ul li {
	padding:  2px 0 5px 0;
	/*background: url(images/img4.gif) repeat-x;*/
}

ul li.first {
	background: none;
}

a {
	color: #F0E7D9; /* #D9C09A;*/
}

a:hover {
	text-decoration: none;
}

strong {
/*	color: #D9C09A;*/
}

.indent {
	margin-top: 0;
	margin-left: 130px;
}

.image {
	float: left;
	margin: 0;
}

#wrapper {
	background: url(images/img2.jpg) repeat-x;
}

.middleAlign {  /* for TinyMCE */

    vertical-align:middle;
}

.invisibleBorder {  /* for TinyMCE */
    border-width: 0px;
}


/* Header */

#header {
	width: 730px;
	height: 250px;
	margin: 0 auto;
}

#header * {
	text-transform: lowercase;
	color: #FFFFFF;
}

#header h1 {    /* Logo Font */
	/*float: left;*/
	/*padding: 90px 0 0 0;*/
	letter-spacing: -2px;
	font-size: 36px;
}

#header h2 {
	/*float: left;*/
	/*padding: 110px 0 0 6px;*/
	background: none;
	font-size: 12px;
	font-weight: normal;
}

#header h2 a {
	text-decoration: none;
}


/* Menu - Mc Added*/

#menu 
{
    text-align: right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li a {
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #7DD2FA;
	margin: 0px -4px 0px 0px;   /*Mc Modified */
	text-decoration: none;
	font-size:11px;
}

#menu li a:hover{
	background-color: White;
	color: #2A1900;
}

#menu .active a{
	background-color: White;
	color: #2A1900;
}

#menu li.first a {
	border: none;
}




/* Content */

#content {
	width: 730px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 500px;
}


#colOne h1 {
	margin:  0 0 10px 0px;
	/*padding: 0 0 10px 35px;*/
	/* padding:  0 0 10px 0px;*/
	/*background-image: url(images/MiniClover.jpg);*/
	background-image: url(images/img3.gif);
    background-repeat: no-repeat;
    background-position:left bottom;
	/*text-transform: lowercase;*/
	letter-spacing: -1px;
}

/* ******* Sidebar ******* */

#sidebar {
	float: right;
	width: 184px;
}

#sidebar h2 {
	/*padding: 0 0 10px 0;*/
	margin-top: 20px;
}

#sidebar ul  /* Mc Added */
{
    margin-left: 0px; 
}

#sidebar li {
    list-style: none;
    line-height: 15px;
}


/* Mc - SideMenu Wayfinder behavior */

.sideMenu {
    
}

.sideMenu a  {   /* Mc Added */
/*    text-transform: lowercase; */
    text-decoration: none;
	font-weight: bold;
	/*display: block;*/
}	

.sideMenu li {
    font-size: 14px;
}

#sidebar .sideMenu li ul li {
    line-height: 8px;
    margin-top: 5px;
} 
    
.sideMenu li ul li {
    margin-left: 15px;
	font-size: 13px;
}


.sideMenu a:hover {
    color: #311C00;
	background-color: #F0E7D9;
    /*text-decoration: underline;*/
}

.sideMenu .levelMenuItem1.active a {
	color: #311C00;
	background-color: #F0E7D9;
}

.sideMenu .levelMenuItem1 .levelMenuItem2 a {
	color: #F0E7D9;
	background-color: #311C00;
}

.sideMenu .levelMenuItem1 .levelMenuItem2 a:hover {
    color: #311C00;
	background-color: #F0E7D9;
}

/* End - SideMenu Wayfinder behavior */



/* Mc - Sidebar Login  */

#sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}

#sidebarlogin input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#sidebarlogin .button 
{
    height: 25px;
}

#sidebarlogin h3 {
    display: none;  /* Hides some text inside "FormLogin" Chunk */
}

#sidebarlogin #forgotpsswd {
	font-size: 80%;
	float: right; 
}




/* Footer */

#footer {
	clear: both;
	/*width: 730px;*/
	height:90px;
	/*margin: 20px auto;*/
	/* padding: 5px 10px 0px 10px;*/
	/*background: url(images/img4.gif) repeat-x; */
	background: url(images/img2inverted.jpg) repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	text-align: center;
}
