/*   Brickhouse Capital Style Sheet (Main Layout Style)
     Created by: Clint Applegate (CA Visual Design)
	 Dated: 3/5/07
-----------------------------------------------------------------*/
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;	
}

/*   Main Wrapper Box (Centered)
-----------------------------------------------------------------*/
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}

#wrapper_apps {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
}

/*   Header Box (for logo and main menu)
-----------------------------------------------------------------*/
#header {
	padding: 5px;
	width: 790px;
	height: 75px;
}

.logobox {
	margin: 5px;
	float: left;
}

.mainmenu {
	float: right;
	height: 30px;
	margin-top: 40px;
	font-size: 10px;
	font-weight: bold;
	color: #846E50;
}

.mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mainmenu li {
	display: inline;
	padding:20px;
}

.mainmenu a:link, .mainmenu a:visited {
	color: #846E50;
	text-decoration: none;
}

.mainmenu a:hover {
	color:  #996600;
	text-decoration: underline;
}

.leftmenu a:link, .mainmenu a:visited {
	color: #846E50;
	text-decoration: none;
}
.leftmenu a:hover {
	color:  #996600;
	text-decoration: underline;
}

/*   Content Wrapper Box (for left_column and contentbox)
-----------------------------------------------------------------*/
#content_wrapper {
	margin: 0px;
	padding: 5px;
	width: 790px;
}
#contentbox_apps {
	margin: 0px;
	padding: 5px;
	width: 100%;
}

.left_column {
	padding: 0px 5px 0px 0px;
	float: left;
	width: 200px;
}
.contentbox {
	padding: 0px 5px 0px 10px;
	float: right;
	width: 560px;
}

.contentbox2 {
	padding: 0px 5px 0px 10px;
	width: 740px;
}

#sitemapcol{
	float:left;
	width:325px;
	padding:0px 0px 0px 25px;
}

.divider{
	border-left: 1px solid #333333;
}
/*   Footer Box 
-----------------------------------------------------------------*/
#footer {
	padding: 0px 5px 0px 5px;
	clear: both;
	height: 55px;
	width: 790px;
	border-width: 4px 0px 0px 0px;
	border-style: solid;
	border-top-color: #846E50;
	font-size: 10px;
}

/*   Footer Menu
-----------------------------------------------------------------*/
.footermenu {
	padding: 10px 5px 5px 5px;
	float: right;
	height: 30px;
	width: 510px;
}

.footermenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #846E50;
}

.footermenu li {
	display: inline;
	padding: 20px 6px 0px 6px;
}

.footermenu a:link, .footermenu a:visited {
	color: #846E50;
	text-decoration: none;
}

.footermenu a:hover {
	color:  #996600;
	text-decoration: underline;
}
.footer_copyright {
	padding: 5px 0px 0px 0px;
	float: left;
}
.validxhtml{
padding: 0px 5px 0px 0px;
clear:both;
width:700px;
}

/*   Product Menu (for left_column)
-----------------------------------------------------------------*/

.productmenu {
	width: 200px;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	
}
.productmenu ul{
	list-style-type: none;
	margin:0;
	padding:0px 0px 0px 15px;
}
.productmenu li{
	list-style-position: outside;
	list-style-image: url(../images/bullet_brown.gif);
	padding: 0px 0px 5px 0px;
}

.productmenu a, .productmenu a:visited {
	color: #000000;
	text-decoration: none;

}

.productmenu a:hover {
	color:  #996600;
	text-decoration: underline;
}

.sitemap {
	list-style-type: none;
	margin:0;
	padding:0px 0px 0px 20px;
	list-style-position: outside;
	list-style-image: url(../images/bullet_brown.gif);
	line-height:22px;
}

/* Text Style 
---------------------------------------------------*/

.heading {
	font-family:  'Arial', Verdana, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	height: 20px;
	color:#AB8B52;
	padding: 2px 0px 0px 2px !important; 
	margin: 12px 0px 4px 0px;
	float:left;
}

h2 {
	font-family:  'Arial', Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#AB8B52;
}

h3 {
	font-family:  'Arial', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AB8B52;
	display: block;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: AB8B52;
}

h4 {
	font-family:  'Arial', Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.content_ul {
	line-height: 25px;	
}

a:link {
	color: #846E50;
	text-decoration:none;
}
a:visited {
	color: #846E50;
	text-decoration:none;
}
a:hover {
	color: #AB8B52;
	text-decoration:underline;
}

.menutitle {
	font-family:  'Arial', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #AB8B52;
	line-height: 16px;
	padding: 0px 5px 2px 0px;
	height: 20px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-top-color: #846E50;
	margin: 0px 0px 8px 0px;
}

.leftmenu {
	width: 200px;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.leftmenu ul{
	list-style-type: none;
	margin:0;
	padding:0px 0px 0px 15px;
}

.leftmenu li{
	list-style-position: outside;
	list-style-image: url(../images/bullet_brown.gif);
	padding: 0px 0px 5px 0px;
}

.leftmenu a, .leftmenu a:visited {
	color: #000000;
	text-decoration: none;
}

.leftmenu a:hover {
	color:  #996600;
	text-decoration: underline;
}

.iconbox {
	width:48px;
	float:left;
	margin: 0px 7px 0px 0px;
}

#flashbox {
	margin: 0px 0px 5px 0px;
	padding:0px 5px;
	height: 158px;
}
.titlebox {
	height: 46px;
}
.tipsbenefit {
	font-family:  'Arial', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #846E50;
	line-height: 16px;
	padding: 0px 5px 2px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-top-color: #846E50;
	margin: 0px 0px 8px 0px;
}
#formcontent {
	margin: 0px;
	padding: 0px;
	width: 595px;
}

.faqlist {
	margin: 0px;
}

.faqlist dt {
	margin: 0px;
	font-size:13px;
	font-weight: bold;
}

.faqlist dd {
	padding-bottom: 20px;
	padding-left: 25px;
}

.linebreak_backtop {
	text-align: right;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #846E50;
	padding-bottom: 4px !important;
	padding: 0px 0px 2px 0px;
	margin-bottom: 4px;
}