* {
	margin: 0 auto;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #f7f7f7;
}
/*---------------- Layout ----------------*/
#main {
	width: 100%;
	background: url(../img/main_bk_strip.jpg) top repeat-x;
}
#contain_wrap {
	width: 738px;
	background: url(../img/contain_bk.jpg) top no-repeat;
}
#container {
	width: 720px;
}
#body_wrap {
	width: 100%;
}
#left {
	float: left;
	width: 278px; /*282*/
}
#body_contain {
	float: right;
	width: 438px; /*438*/
}
#footer {
	clear: both;
	height: 45px;
	background: #b21111;
	color: #fff;
	padding: 15px;
}


/*---------------- Other Stuff ----------------*/
#nav {
	width: 208px;
	padding-top: 30px;
	margin: 0 auto;
	background: url(../img/nav_bk_top.jpg) no-repeat;
}
#nav_contain {
	background: url(../img/nav_bk_bottom.jpg) no-repeat;
}
.nav_list {
	margin: 0;
	padding: 0;
	list-style: none;
/*	background: url(../img/nav_bk_strip.jpg) repeat-y;*/
}
.nav_list li a {
	margin: 0;
	padding: 0;
	display: block;
	width: 208px; 
	padding-left: 75px;	
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;	
}
* html .nav_list li a {
	width: 133px;
}
.nav_list li a.menu01 {
	background: url(../img/menu_bk01.jpg) no-repeat;
	color: #000;
	height: 28px;
	line-height: 20px;	
}
.nav_list li a.menu01:hover {
	background: url(../img/menu_bk01_ovr.jpg) no-repeat;
	color: #7e1010;
	height: 28px;
	line-height: 20px;	
}
.nav_list li a.menu02 {
	background: url(../img/menu_bk02.jpg) no-repeat;
	color: #000;
	height: 38px;
	line-height: 36px;	
}
.nav_list li a.menu02:hover {
	background: url(../img/menu_bk02_ovr.jpg) no-repeat;
	color: #7e1010;
	height: 38px;
	line-height: 36px;	
}
.nav_list li a.menu03 {
	background: url(../img/menu_bk03.jpg) no-repeat;
	color: #000;
	height: 34px;
	line-height: 32px;	
}
.nav_list li a.menu03:hover {
	background: url(../img/menu_bk03_ovr.jpg) no-repeat;
	color: #7e1010;
	height: 34px;
	line-height: 32px;	
}
.nav_list li a.menu04 {
	background: url(../img/menu_bk04.jpg) no-repeat;
	color: #000;
	height: 36px;
	line-height: 34px;	
}
.nav_list li a.menu04:hover {
	background: url(../img/menu_bk04_ovr.jpg) no-repeat;
	color: #7e1010;
	height: 36px;
	line-height: 34px;	
}


/*---------------- Other Stuff ----------------*/
img {
	border: none;
}
#left_module {
	width: 228px; /*248*/
	padding: 20px 10px 10px 10px; 
	background: #898989 url(../img/nav_bk_foot.jpg) no-repeat;
}
* html #left_module {
	width: 228px;
}
#left_module h2 {
	margin: 0;
	padding: 0;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 15px;
	background: url(../img/img_business.jpg) center left no-repeat;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #fff;
	border-bottom: 1px solid #aaa;
	height: 17px;
}
#left_module a:link, #left_module a:visited {
	color: #eee;
	font-weight: bold;
	text-decoration: none;
}
#left_module a:hover {
	color: #b21111;
	font-weight: bold;
	text-decoration: none;
}
#body_content h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 18px;
}

#body_content h2.subtitle {
	float: left;
	width: 90%;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	line-height: 18px;
	padding: 10px 20px 5px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#body_content h3.subtitle2 {
	clear: both;
	width: 90%;
	font-size: 10pt;
	line-height: 18px;
	float: left;
	margin-bottom: 5px;
}
p.subcontent {
	clear: left;
	margin: 10px 20px 20px 0;
	text-align: justify;
}


#body_box {
	width: 100%;
	margin-bottom: 20px;
	clear: left;
}
#body_box h4.featured {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	background: url(../img/img_featured.jpg) center left no-repeat;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	border-bottom: 1px solid #aaa;
	height: 22px;
}
#body_box h4.practice {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	background: url(../img/img_practice.jpg) center left no-repeat;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	border-bottom: 1px solid #aaa;
	height: 22px;
}
.boxin {
	margin: 5px;
	float: left;
	width: 45%;
	background: #aaa;
}
.inbox {
	min-height: 210px;
	padding: 10px;
	background: url(../img/box_bk_strip.jpg) top repeat-x;
}
* html .inbox {
	height: 210px;
}
.box_list {
	margin: 0;
	padding: 10px 0 0 10px;;
	list-style: none;
}
.box_list li a {
	margin: 0;
	padding: 0;
	padding-left:0px;
	/*background: url(../img/bullet_list.jpg) center left no-repeat;*/
	text-decoration: none;
	color: #000;
}
.box_list li a:hover {
	color: #ff0000;
}
.more {
	text-align: right;
	padding: 20px 0 10px 0;
}
.more a {
	padding-left: 10px;
	background: url(../img/bullet_list.jpg) center left no-repeat;
	color: #000;
	text-decoration: none;
}
.more a:hover {
	color: #fff;
	text-decoration: none;
}
.body_list {
	margin: 0;
	padding: 0;
	padding-left: 55px;
	list-style: none;
}
.body_list li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	background: url(../img/bullet_list.jpg) center left no-repeat;
}


#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}
/*----------------tumblr posts to site---------*/
.tumblr_post
{
position:relative;
left:-20px;
list-style-type:disc;
border-bottom:2px solid #CC3333;
margin-bottom:20px;
margin-top:-10px;
padding:0px 20px 10px 10px;
line-height:1.3em;
}
.plus
{
background:url(../../images/plus.png) top right no-repeat;
}
.minus
{
background:url(../../images/minus.png) top right no-repeat;
}

/*---------------- Contact Form ----------------*/
.cssform p{
	width: 280px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 125px; 
/*	border-bottom: 1px dashed gray;*/
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -125px; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
