/*RESET CSS
***********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

body{
}

ul{
	list-style: none;
}

blockquote, q{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins{
	text-decoration: none;
}

del{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}



/*DEFAULT CSS
****************************************************************/
body{
	margin:0; 
	padding:0;
	background:url(images/top_grad_bg.gif) #FFFFFF repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#545454;
}

#main{
	width:938px;
	margin:0 auto;
}

#main_top_bg{
	min-height:107px;
	width:100%;
	background:url(images/main_top_bg.jpg) no-repeat top center;
}

#main_content{
	width:100%;
	background:url(images/main_bg.jpg) repeat-y top center;
}

#main_bottom{
	width:100%;
	background:url(images/main_bottom_bg.jpg) no-repeat top center;
	min-height:79px;
}

.clear{
	margin:0;
	padding:0;
	clear:both;
	float:none;
	width:100%;
}

a{
	color:#2d380d;
	text-decoration:underline;
	font-style:italic;
}

a:hover{
	color:#5f5713;
}

h2{
	color:#2d2d2d;
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
	margin-top:20px;
}



/*TOP
****************************************************************************/
.logo{
	padding:33px;
	padding-left:55px;
	padding-bottom:0;
	padding-top:25px;
	width:240px;
	float:left;
}

.free_consultation{
	padding:33px;
	padding-right:55px;
	padding-bottom:0;
	width:180px;
	float:right;
}


/*INDEX BANNER
*****************************************************************************/

#index_banner{
	width:905px;
	margin:0 auto;
	margin-right:16px;
}

#inside_banner{
	width:905px;
	margin:0 auto;
	margin-right:15px;
}


/*TOP NAVIGATION
****************************************************************************/

.top_nav{
	width:905px;
	#width:920px;
	margin:0 auto;
	margin-left:18px;
}

.top_nav li{
	float:left;
}


/*CONTENT
*****************************************************************************/

#content_txt{
	padding-top:10px;
	#padding-top:0;
}

#left_column{
	width:235px;
	float:left;
	padding:40px;
	padding-right:30px;
	padding-top:20px;
}

.testimonials{
	font-style:italic;
	color:#a39522;
	font-size:12px;
}

.contact_sidebar{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#787878;
}

#right_column{
	border-left:2px solid #e6eabe;
	float:left;
	width:575px;
	padding:25px;
	padding-top:0;
	margin-top:20px;
}

.tip{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
	font-weight:bold;
}

.green{
	color:#2d380d;
}


/*CONTENT INSIDE
**************************************************************************/
#left_column_inside{
	width:200px;
	float:left;
	padding:40px;
	padding-right:30px;
	padding-top:20px;
}


#right_column_inside{
	border-left:2px solid #e6eabe;
	float:left;
	width:590px;
	padding:25px;
	padding-top:0;
	margin-top:20px;
	text-align:justify;
}

.inside_menu_h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
}

.inside_menu{
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:12px;
	font-weight:bold;
}

.inside_menu li{
	font-weight:normal;
	list-style-type:none;
	background:url(images/leftmenu_li.jpg) no-repeat left top;
	padding-left:15px;
	margin-left:15px;
	margin-top:3px;
}

.inside_menu li:hover{
	background:url(images/leftmenu_li_over.jpg) no-repeat left top;
}

.inside_menu li.selected{
	background:url(images/leftmenu_li_over.jpg) no-repeat left top;
	color:#848331;
}

.inside_menu li a{
	font-style:normal;
	text-decoration:none;
	color:#545454;
}

.inside_menu li a:hover{
	color:#848331;
}

.breadcrumbs{
	font-style:italic;
	color:#2d380d;
	font-size:12px;
}

.breadcrumbs a{
	color:#363636;
	text-decoration:none;
	font-style:normal;
}

.breadcrumbs a:hover{
	text-decoration:underline;
	color:#2d380d;
}

.inside_ul{
	margin-top:10px;
	margin-left:15px;
	margin-bottom:10px;
}

.inside_ul li{
	margin-top:5px;
}

.inside_pic{
	margin-top:23px;
	margin-bottom:15px;
	margin-right:15px;
}



/*FOOTER
************************************************************************/

#footer{
	width:905px;
	margin:0 auto;
}

.footer_a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-size:10px;
	color:#545454;
	text-decoration:none;
	text-align:center;
	font-style:normal;
}
