/* Start of CMSMS style sheet 'bvisible2' */
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #685D54; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #E8E3D5; 
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
	font-size: 80%;
	background-image: url(uploads/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #e8e3d5;
	margin: 0px;
}
p {padding: 7px 0 7px 0;}

a {
color: #6D9A05;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #96C21F;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
	font-size: 140%;
	color: #6D9A05;
}
h2 {
	font-size: 120%;
	color: #6D9A05;
padding-top: 15px;
}
h3 {
	font-size: 100%;
	color: #6D9A05;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
	width: 760px; /*** Centers the design ***/
	min-height: 300px;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	background-color: #FFFFFF;
	height: 70px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


ul#nav-top {
	float: right;
	list-style: none;
	margin-top: 20px;
	}
	
ul#nav-top li {
	display: inline;
	}

ul#nav-top li a {
	color: #888;
	font-variant: small-caps;
	background-color: #FFFFFF;
	font-size: 100%;
	text-decoration: none;
	margin-top: 0;
	margin-right: 8px;
	margin-left: 20px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

ul#nav-top li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 3px;
	vertical-align: middle;

	}


ul#nav-top li a:hover {
	color: #99D903;
	background-color: #FFFFFF;
	}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 50px; /*** We need to add some space for our top menu ***/
padding-left: 165px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 760px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
	float: left;
	width: 550px;
	background: #fff;
	padding-top: 130px;
        padding-bottom: 50px;
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap {
padding: 20px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: right;
	width: 200px;
	min-height: 250px;
	padding-top: 150px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
font-size: 90%;
	
}
* html #left {
position: relative; /*** IE needs this  ***/
height: 250px;
}

#left h2 {
	color: #685D54;

}


#left ul {
	list-style: none;
	padding-bottom: 0px;
	display: block;
	float: left;
	margin: 0px;

}
#left li {
padding-bottom: 0px;
}

#left p {
padding-bottom: 0px;
}

#left a {
	padding-bottom: 0px;
	text-decoration: none;

}

/*************************
RIGHT COLUMN
**************************/
#branding {
	float: left;
	width: 750px;
	height: 18px;
	padding: 0px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -760px;
	background-color: #FFFFFF;
}
* html #branding {
position: relative;  /*** IE needs this  ***/
}
#branding ul {
list-style: none;
}
#branding li {
display: inline;
padding-right: 15px;
}
/**************************
FOOTER
**************************/

#footer {
width: 760px;
margin: 0 auto;
text-align: center;
	background-color: #958D87;
	font-size: 10px;
	color: #E8E2D5;
}


#footer a {
	color: #E8E2D5;
}

#footer a:hover {
}



/* End of 'bvisible2' */

