/* default text style */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: small;
	font-family: Verdana, sans-serif;
	background: #4088B6;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

h1 {
	font-size: 150%;
	padding-right: 15px;
}
ul {
	margin: 0;
	padding: 0 0 0 20px;
}
hr {
	margin: 0 35px 20px 0;
}

/* layout style */
#wrap {
	margin: 0 auto;
	border: none;
	width:800px;
}
#header {
	height:188px;
	margin-bottom: 0px;
	/* To prevent gaps between divs in IE6/Win, leave no spaces in the markup between the opening/closing divs */
}
#title_bar {
}
#main {
	background-image:url(../images/site/6SolutionsWeb_02.gif);
	float: left;
	width:800px;
	margin: 0 0 0 0;
}
#menu {
	float: left;
	width: 200px;
	margin: 0px 0 20px 10px;
	padding: 0 0 0 15px;
	display: inline; /* fixes IE/Win 6 double margin float bug */	
}
#content {
	float: left;
	width: 545px;
	margin: 0px 0 20px 15px;
	padding: 0 0 15px 15px;
}
#content ul {
	margin: 0 0 25px 0;
}
#content ul li {
	margin: 0 35px 5px 0;
}
#footer {
	clear: both;
	background: #ffffff url(../images/site/6SolutionsWeb_02.gif) no-repeat top left;
	font-size: 85%;
	text-align: center;
}
#footer h5 {
	font-weight: normal;
	font-size: 100%;
}
#footer p {
	margin:0;
	padding: 10px 14px 30px 0;
	background: url(../images/site/6SolutionsWeb_04.gif) no-repeat bottom left;
}

#footer a {
	margin: 0 0 0 6px;
	padding: 2px 15px;	
}

#popup {
	float: left;
	width: 300px;
	padding: 20px 15px 20px 15px;
	background-color: #FFFFCC; 
}
.clearer {
	clear: both;
	height:0;
	line-height:0;
}

/* menu styles */

#sidemenu_off {
	width: 200px;
	display:block;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: left;
	text-decoration:none;
	float: right;
	clear: both;

	overflow: hidden;

}
.sidemenu_off_single {
	background-image: url(../images/site/NavButton_single.gif);
	background-position: top right;
}
.sidemenu_off_single a{
	
	color: #fff;
	text-decoration:none;

}
.sidemenu_off_single a:hover{
	
	color: #000;
	background-position: top right;
}
/*
.sidemenu_off {
	width: 200px;
	float: right;
	text-align: left;
	clear: both;

	display:block;
	overflow: hidden;

}

.sidemenu_off a{
	width: 200px;
	display:block;
	background-image: url(../images/site/NavButton_single.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
	text-indent: 4px;
	color: #fff;
	text-decoration:none;
	overflow: hidden;
}
.sidemenu_off a:hover{
	background-image: url(../images/site/NavButton_single_on.gif);
	text-decoration:none;
	color: #000;
	background-position: top right;
}
*/

#sidemenu_open {
	width: 200px;
	display:block;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: left;
	text-decoration:none;
	float: right;
	clear: both;

	overflow: hidden;
}
.sidemenu_open_single {
	background-image: url(../images/site/NavButton_single_on.gif);
	background-position: top right;
}
.sidemenu_open_multi {
	background-image: url(../images/site/NavButton_single_on.gif);
	background-position: top right;
}

#sidemenu_open h3 {
	font-size:85%;
	/* color: #4C493A; */
	line-height: 40px;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
#sidemenu_open h4 {
	font-size:85%;
	/* color: #4C493A; */
	line-height: 15px;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
#sidemenu_open p {
	color: #4C493A;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1.4em;
	font-size: 90%;
}
#sidemenu_open a {
	color: #4C493A;
	text-decoration:none;
}
#sidemenu_open a:hover {
	text-decoration:underline;
}
#sidemenu_off h3 {
	font-size:85%;
	/* color: #4C493A; */
	line-height: 40px;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
#sidemenu_off h4 {
	font-size:85%;
	/* color: #4C493A; */
	line-height: 15px;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
.sidemenu_open_bottom {
	text-align: left;
	text-indent: 0px;
	height: 20px;
}


/* Text Styles */
#content h2 {
	font-size: 120%;
	margin: 15px 0 15px 0;
	color: #666;
}
#content h3 {
	font-size: 110%;
	margin: 15px 0 15px 0;
	color: #333;
}
#content p {
	padding: 0 30px 15px 0;
}
#content h1 {
	font-size: 130%;
	margin: 0 15px 25px 0;
	color: #666;
}
#menu h3 {
	color:#000000;
	margin: 0 0 10px 4px;
}
#menu h4 {
	color:#000000;
	margin: 5px 0 20px 4px;
}

