@charset "utf-8";
/* CSS Document */


/* built-in Styles */
body {
	font-size:small;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(Assets/bground.png);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	border-top-width:6px;
	border-top-style: solid;
	border-top-color:#3B4019;
	visibility: visible;
	z-index: 10;
}
h1 {
	font-size:1.2em;
	color:#3b4019;
	font-weight:lighter;
}
div.boxheading	{
	font-size:1.2em;
	color:#fff;
	font-weight:lighter;
	margin-top:20px;
	top:365px;
	padding:10px;
	width:150px;
	background-color:#F57e52;
	z-index:2;
	position:absolute;
}
h1.italics {
	font-size:1.1em;
	font-style:italic;
}
h2 {
	font-size:1em;
	font-weight:lighter;
	color:#3b4019;
}
h3 {
	font-size:1em;
	font-weight:bolder;
}
h4 {
	font-size:.9em;
	font-weight:bolder;
}
h5 {
	font-size:.9em;
	font-style:italic;
}
p {
	font-size:.9em;
	color:#252126;
}
p.italics {
	font-size:.9em;
	font-style:italic;
}
ul {
	font-size:.9em;
	list-style-type:disc;
	color:#666666;
}
a {
	color:#38401A;
	text-decoration:underline;
}
a.hover {
	color:#38401a;
	text-decoration:none;
}
div.h_accent {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:1.15em;
	color:#f24f13;
	width:500px;
	float:left;
	vertical-align:bottom;
	padding-top:145px;
}
/* End of Builtin Styles */

/*site navigation menu*/
.menu {
	top:20px;
	width:auto;
	height:26px;
	float:right;
	position:relative;
	z-index:100;
	border-bottom:0/* solid #f2f2e4*/;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding-right:5px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:auto;
	w\idth:auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:1em;
	text-decoration:none;
	color:#3B4019;
	font-weight:bolder;
	width:auto;
	height:26px;
	border-bottom:0;
	border-width:0px 0 0px 0px;
	margin:2px;
	padding-left:6px;
	padding-right:6px;
	line-height:26px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:auto;
	w\idth:auto;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	right:0;
	border-collapse:collapse;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover, #t-home a {
	color:#252126;
	text-decoration:none;
	border-bottom:2px solid #F24F13;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#252126;
	text-decoration:none;
	border-bottom:2px solid #F24F13;
}

/*end of 1st level navigation */

/*2nd level navigation*/
.features {
	width:125px;
	height:auto;
	/*float:right;*/
	position:absolute;
	z-index:100;
	border-bottom:0/* solid #f2f2e4*/;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding-left:8px;
	padding-right:5px;
	padding-top:-5px;
}
/* hack to correct IE5.5 faulty box model */
* html .features {
	width:auto;
	w\idth:auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.features ul {
	padding:0px;
	margin:0;
	list-style:none;
}
.features ul ul {
	width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.features li {
	/*float:left;*/
	float:right;
	width:auto;
	position:relative;
}
/* style the links for the top level */
.features a, .features a:visited {
	display:block;
	font-size:.85em;
	text-decoration:none;
	font-weight:lighter;
	color:#666666;
	width:130px;
	height:20px;
	border-right:1px #999999 solid;
	margin: 0px;
	padding-left:6px;
	padding-right:6px;
	line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .features a, * html .features a:visited {
	width:auto;
	w\idth:auto;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.features table {
	position:absolute;
	top:0;
	right:0;
	border-collapse:collapse;
}
/* style the top level hover */
.features a:hover, .features ul ul a:hover {
	color:#E3F1DA;
	text-decoration:none;
}
.features :hover > a, .features ul ul :hover > a {
	color:#E3F1DA;
	text-decoration:none;
}

/*end of 2nd level navigation */

/*footer navigation*/
.footernav {
	width:auto;
	height:26px;
	float:right;
	position:relative;
	z-index:100;
	border-bottom:0/* solid #f2f2e4*/;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding-right:5px;
}
/* hack to correct IE5.5 faulty box model */
* html .footernav {
	width:auto;
	w\idth:auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.footernav ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.footernav ul ul {
	width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.footernav li {
	float:left;
	width:auto;
	position:relative;
}
/* style the links for the top level */
.footernav a, .footernav a:visited {
	display:block;
	font-size:.8em;
	text-decoration:none;
	color:#666666;
	font-weight:lighter;
	width:auto;
	height:26px;
	margin:2px;
	padding-top:4px;
	padding-left:6px;
	padding-right:6px;
	line-height:26px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .footernav a, * html .footernav a:visited {
	width:auto;
	w\idth:auto;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.footernav table {
	position:absolute;
	top:0;
	right:0;
	border-collapse:collapse;
}
/* style the top level hover */
.footernav a:hover, .footernav ul ul a:hover, #f-home a {
	color:#252126;
	text-decoration:none;
	border-bottom:solid 1px #666666;
}
.footernav :hover > a, .footernav ul ul :hover > a {
	color:#252126;
	text-decoration:none;
}
/*end of footer navigation*/
/* privacy navigation*/
.privacy {
	width:auto;
	height:auto;
	float:right;
	position:relative;
	z-index:100;
	border-bottom:0/* solid #f2f2e4*/;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding-right:5px;
}
/* hack to correct IE5.5 faulty box model */
* html .privacy {
	width:auto;
	w\idth:auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.privacy ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.privacy ul ul {
	width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.privacy li {
	float:left;
	width:auto;
	position:relative;
}
/* style the links for the top level */
.privacy a, .privacy a:visited {
	display:block;
	font-size:.8em;
	text-decoration:none;
	color:#666666;
	font-weight:lighter;
	width:auto;
	height:26px;
	margin:2px;
	padding-left:6px;
	padding-right:6px;
	line-height:26px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .privacy a, * html .privacy a:visited {
	width:auto;
	w\idth:auto;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.privacy table {
	position:absolute;
	top:0;
	right:0;
	border-collapse:collapse;
}
/* style the top level hover */
.privacy a:hover, .privacy ul ul a:hover, #t-home a {
	color:#252126;
	text-decoration:none;
}
.privacy :hover > a, .privacy ul ul :hover > a {
	color:#252126;
	text-decoration:none;
}
/*end of privacy navigation*/
/* end of site navigations */

/* Layout Styles */
#container {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	top:0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid 2px #E3F1DA;
	box-shadow:5px 5px 4px #ccc;
	-webkit-box-shadow:5px 5px 4px #ccc;
	-moz-box-shadow:5px 5px 4px #ccc;
	
}
#header {
	width:880px;
	margin: 0 auto;
}
#logo {
	margin:10px 0 5px 5px;
	float:left;
	height:50px;
	width:195px;
	margin-bottom:5px;
}
div.hbanner {
	background:#38401a;
	background-repeat:repeat-x;
	width:100%;
	height:80px;
	top:70px;
	position:absolute;
	z-index:0;
	visibility:visible;
}
#specialistbox	{
	clear:left;
	width:100%;
	float:right;
}
div.seperate	{
	padding:10px 10px 18px 8px;
	float:right;
}
div.boxshadow	{
	-webkit-box-shadow:5px 5px 4px #ccc;
	-moz-box-shadow:5px 5px 4px #ccc;
	box-shadow:5px 5px 4px #ccc;
}
div.lh2column	{
	width:50%;
	float:left;
	padding:20px 10px;
}
div.rh2column	{
	width:25%;
	float:left;
	padding:5px 10px 5px 10px;
	margin-bottom:10px;
}
div.lh3column	{
	clear:left;
	width:145px;
	height:160px;
	float:left;
	padding:0px 10px;
}
div.mid3columm	{
	width:60%;
	float:left;
	padding:20px 10px;
	margin-left:150px;
}
div.rh3column	{
	width:30%;
	float:right;
	padding:20px 10px;
}
div.roundbox	{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 2px #F57E52;
	height:207px;
	padding-bottom: 10px;
	padding-top:20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: White;
}
div.whole	{
	clear:left;
	width:100%;
	padding:10px;
}
div.roundboxtransparent	{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 2px #F57E52;
	padding-bottom: 10px;
	padding-top:20px;
	padding-left: 10px;
	padding-right: 10px;
		background:url(Assets/balancedoffice.png);
	z-index:-1;
	visibility:visible;
}
div.aboutus3columm	{
	clear:left;
	width:50%;
	float:left;
	margin:15px 10px 10px 15px;
	margin-left:165px;
}
div.footer	{
	clear:left;
	background: url(Assets/f_bg.png);
	vertical-align:baseline;
	width:100%;
	height:38px;
}
div.socialmedia	{
	padding:4px;
	margin-left:5px;
	float:left;
}
	
div.copywrite{
	clear:left;
	color:#999999;
	font-size:.8em;
	padding-left:10px;
	padding-bottom:3px;
}
div.masthead	{
	clear:both;
	padding:2px;
	width:100%;
	display:block;
	height:200px
}
div.tellafriend	{
	float:right;
}


/* end of Layout Styles */
