/* @override 
	http://fwlawgroup.com/style/style.css
	http://denver-bankruptcy-lawyer.com/style/style.css
*/

*{
		padding:0;
		margin:0;
	}
	
	#main {
		background-image:url(../images/main_bg.jpg);
		background-repeat:repeat-y;
	}
	
	body{
		background-color:#F3F4EE;
	}
	p{
		padding:10px 10px;
	}
	h1{
		border-bottom:solid 1px #666666;
		margin-bottom:10px;
	padding-bottom: 10px;
}
	h2{
		font-size:18px;
		padding-left:0px;
		color:#355387;
	}
	h3{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-top:10px;
		padding-left:10px;
	}

h5 {
	font-weight: bold;
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#wrapper{
		width:800px;
		padding:0 0;
		margin:0 auto;
		background-image:url(../images/wrapper_bg.jpg);
		background-repeat:repeat-y;
	}
	#header{
		background-image:url(../images/header.png);
		background-repeat:no-repeat;
		background-color:#000000;
		width:760px;
		height:106px;
		color:#FFFFFF;
		padding:0px 20px;
	}
	a{
		color:#122E44;
	}
	#contact a{
		color:#122E44;
	}
	#menu{
		width:790px;
		background-color:#F1E6C9;
		background-image:url(../images/menus_bg.png);
		background-repeat:no-repeat;
		padding:5px 5px;
		margin:0px 0px;
	}
	#menu ul{
		list-style:none;
		margin-left:25px;
	}
	#menu li{
		display:inline;
}
	#menu a{
		font-size: 11px;
		color:#710F02;
	text-decoration: none;
}
	#menu a:hover{
		text-decoration:underline;
}
	#footer{
		background-image:url(../images/footer_bg.jpg);
		width:800px;
		text-align:center;
		margin:0;
		padding:10px 0px;
		color:#FFFFFF;
	font-size: 11px;
}
	#footer a{
		color:#FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	#footer li{
		display:inline;
		padding:0 inherit;
		border-bottom:solid 1px #BE733A;
	}
	#footer ul{
		padding:0;
		margin:0;	
	}
	#sidebar .list-title{
		color:#BE733A;
		font-weight:bold;
		font-size:16px;
	}
	#sidebar .list-item{
		list-style-image:url(../images/button.jpg);
		padding-left:0px;
		padding-bottom:3px;
		border-bottom:solid 1px #BE733A;
	margin-left: 22px;
	padding-top: 3px;
}
	#sidebar{
		background-image:url(../images/submenu_bg.jpg);
		width:242px;
		float:left;
		margin:0;
		padding:0;
	}
	#sidebar a{
		color:#333333;
		font-size: 10px;
		text-decoration:none;
	display: block;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-left: -5px;
}
	#sidebar a:hover{
		color:#122E44;
		text-decoration: none;
	background-color: #f1e6c9;
}
	#contact a{
		text-decoration:underline;
		font-weight:100;
		font-size:12px;
	display: inline;
}

#contact a:hover {
	background-image: none;
	background-color: transparent;
	text-decoration: underline;
	color: #b77837;
}	
	#content{
		width:496px;
		padding:30px 30px;
		color:#666666;
		float:right;
		border-right:#CCCCCC solid 1px;
	font: 13px/18px "Times New Roman", Times, serif;
}
	#content #tagline{
		background-color:#F6F3EE;
		background-image:url(../images/sectionTitle.png);
		background-repeat:no-repeat;
		width:498px;
		height:200px;
	}
	#content ul{
		list-style:square;
		padding:10px 25px;
	}

#content ol{
		list-style:square;
		padding:10px 25px;
	list-style-type: decimal;
}
	#content #watermark{
		background-image:url(../images/columns.jpg);
		background-repeat:no-repeat;
		float:right;
		width:255px;
		height: 303px;
	}
	#contact-container{
		background-image:url(../images/contact.jpg);
		background-repeat:repeat-y;
	}
	#contact{
		background-image:url(../images/contact_bg.jpg);
		background-repeat:no-repeat;
		color:#355387;
		padding:0px 10px 30px 30px;
		font-size: 13px;
	line-height: 20px;
}

dl {
	margin-left: 15px;
	margin-top: 15px;
}

dt {
	font-weight: bold;
	font-style: italic;
}

dd {
	margin-bottom: 15px;
}

/* JOEL FIXES */

.hidden {
	width: 0;
	margin: 0;
	height: 0;
	visibility: hidden;
}

form.search {
	position: relative;
	top: 5px;
}

form.mailForm {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
}

form.mailForm input, form.mailForm textarea {
	width: 180px;
	color: #464646;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #bf7828;
	padding: 5px;
}

form.mailForm input.submit {
	width: 100px;
	margin-left: 90px;
	background-color: #b2aaa7;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

form.mailForm input.submit:hover {
	background-color: #bf7828;
	color: white;
	cursor: pointer;
	border: 1px solid gray;
}

#content div .blogEntry {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#content div .blogEntry b {
	font-size: 15px;
		padding-left:0px;
		color:#355387;
}

#cms_content, #blog_content {
	width: 500px;
}
