@charset "UTF-8";
/* ----------- CLEAR STYLING ------------------*/
* {
	margin: 0px;
	padding: 0px;
			
}
ul, li {margin: 20; padding: 20;}


body 
{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 75%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}

#container
{
	position: relative;
	width: 955px;
	heigth: 600;
	margin: 0 auto; /* 0 aligns to top edge of page, auto=half on right/left, basically centers content) */
	text-align: left;
	background-color: #FFFFFF;
}


#sidebar1
{
	float: left;
	width: 209px;
}

#content
{
	float: right;
	width: 700px;
	height: 1000px;
}
#content-sidebar
{
	float: right;
	width: 250px;
}
#content-main
{
	float: left;
	width: 550px;
}

#footer1
{
	clear: both;
}
#footer1-left
{
	float: left;
	width: 255px;
}
#footer1-center
{
	float: left;
	width: 350px;
}
#footer1-right
{
	float: right;
	width: 350px;
}
#footer2
{
	clear: both;
}
#clear
{
	clear: both;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mbr-menus{
width: 100%;
overflow: hidden;
}

.mbr-menus ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.mbr-menus li{
display: inline;
margin: 0;
}

.mbr-menus li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 5px;
border-right: 3px solid white; /*right divider between tabs*/
color: white;
background: #C3A35F; /* #E4CB8B background of tabs (default state)*/
}

.mbr-menus li a:visited{
width 100%
color: white;
}

.mbr-menus li a:hover, .mbr-menus li.selected a{
color: #875E21;
background: #E4CB8B; /* #AF9370 background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mbr-menus-vertical{
width: 100%;
overflow: hidden;
}

.mbr-menus-vertical ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.mbr-menus-vertical li{
width: 100%;
display: inline;
margin: 0;
}

.mbr-menus-vertical li a{
width: 100%;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 5px;
border-bottom: 3px solid white; /*bottom divider between tabs*/
color: white;
background: #C3A35F; /* #E4CB8B background of tabs (default state)*/
}

.mbr-menus-vertical li a:visited{
width: 100%;
color: white;
}

.mbr-menus-vertical li a:hover, .mbr-menus-vertical li.selected a{
width: 100%;
color: #875E21;
background: #E4CB8B; /* #AF9370 background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mbr-menus-single{
width: 100%;
overflow: hidden;
}

.mbr-menus-single ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.mbr-menus-single li{
display: inline;
margin: 0;
}

.mbr-menus-single li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
/* padding: 5px 5px; */
/* border-right: 3px solid white;*/ /*right divider between tabs*/
color: white;
background: #C3A35F; /* #E4CB8B background of tabs (default state)*/
}

.mbr-menus-single li a:visited{
width 100%
color: white;
}

.mbr-menus-single li a:hover, .mbr-menus li.selected a{
color: #875E21;
background: #E4CB8B; /* #AF9370 background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


