/* styles.css */

body  {
	background:#d4c38d url(../images/bg_01.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container { 
	width: 728px;
	background: transparent;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background:#000000 url(../images/header_03.jpg);
	background-repeat: no-repeat;
	height: 134px;
}
#sidebar1 {
	float: right;
	width: 226px;
}
#topnav {
	padding-top: 81px;
}
#topnav li { 
	list-style-type: none;
	padding-top: 7px;
}
/* BEGIN SIDELINKS */
a.sidelink_01 { 
	display: block; 
	width: 226px; 
	height: 34px; 
	background:transparent url(../images/topnav_01.png) no-repeat scroll left top;
}
a.sidelink_01:hover { 
	background:transparent url(../images/topnav_01.png) no-repeat scroll left bottom;
}
a.sidelink_02 { 
	display: block; 
	width: 226px; 
	height: 34px; 
	background:transparent url(../images/topnav_02.png) no-repeat scroll left top;
}
a.sidelink_02:hover { 
	background:transparent url(../images/topnav_02.png) no-repeat scroll left bottom; 
}
a.sidelink_03 { 
	display: block; 
	width: 226px; 
	height: 34px; 
	background:transparent url(../images/topnav_03.png) no-repeat scroll left top;
}
a.sidelink_03:hover { 
	background:transparent url(../images/topnav_03.png) no-repeat scroll left bottom; 
}
a.sidelink_04 { 
	display: block; 
	width: 226px; 
	height: 34px; 
	background:transparent url(../images/topnav_04.png) no-repeat scroll left top;
}
a.sidelink_04:hover { 
	background:transparent url(../images/topnav_04.png) no-repeat scroll left bottom; 
}
a.sidelink_05 { 
	display: block; 
	width: 226px; 
	height: 34px; 
	background:transparent url(../images/topnav_05.png) no-repeat scroll left top;
}
a.sidelink_05:hover { 
	background:transparent url(../images/topnav_05.png) no-repeat scroll left bottom;
}
/* END SIDELINKS */
#practice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5c1512;
	font-weight: bold;
	padding: 0px 0px 0px 34px;
	border-left: 1px solid #333333;
	width: 191px;
	float: right;
}
#practice li {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}
.bullett {
	list-style: circle;
	line-height: 130%; 
}
#mainContent { 
	float: left;
	width: 502px;
}
.main_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px 10px 10px 28px;
	list-style: square;
	line-height: 140%;
}
#footer { 
	background: #d4c38d;
	border-top: 1px solid #333333;
	margin-top: 20px;
} 
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	padding: 10px;
}
a:link, a:visited, a:active, a:hover {
	color: #000000;
	text-decoration: underline;
}
.clearfloat { 
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 0px 10px;
	line-height: 130%
}
.about_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0px 10px;
	line-height: 130%
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#contact_form td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 0px 0px 0px 5px;
	line-height: 130%
}

#header h3 {
	padding-top: 10px;
}

#header h2 {
	padding: 10px 0 10px 0;
}
.llc {
	font-size: 20px;
}
.flash {
	float: left;
	width: 481px;
	height: 39px;
	/* border: 1px solid green; */
}

.crcm {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 0px 10px;
	line-height: 130%
}
