/*
-----------------------------------------------
JonRicDenver
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 25px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: normal;
	color: #005957;
}
h2 {
	color: #337B78;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}
p {
	padding-bottom: 12px;
}
strong {
	color: #005957;
}
address {
	font-style: normal;
	float: right;
	padding-top: 20px;
	padding-right: 50px;
}
body {
	font-size: 13px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 20px 0 0 0;
}
/* layout
----------------------------------------------- */
#wrapper {
	width: 801px;
	margin: 0 auto;
	background-image: url(/images/interface/wrapper_bg.gif);
}
#header {
	background-color: #FFFFFF;
	height: 117px;
	background-image: url(/images/interface/jonricdenver-logo.jpg);
	background-repeat: no-repeat;
}
#contact-info {
	float: right;
	color: #84B1AA;
	font-size: 18px;
	padding: 20px 0 0 0;
	color: #255049;
}
#phone {
	float: right;
	color: #84B1AA;
	margin-right: 10px;
	padding: 25px 0 0 0;
}
#hours {
	float: right;
	font-size: 12px;
	border-left: solid #255049 1px;
	padding-left: 10px;
}
#content {
	background-color: #f4f3ef;
	padding: 0px 20px;
}
.wide-column {
	width: 509px;
	float: left;
}
#content a {
	text-decoration: none;
	color: #005957;
}
#content a:hover {
	text-decoration: underline;
}
#sidebar {
	background-color: #eff5f5;
	float: right;
	width: 212px;
	background-image: url(/images/interface/sidebar_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px 20px;
}
#services {
	margin: 5px;
	padding: 0;
	list-style-type: none;
}
#services li {
	border-bottom: solid #005957 1px;
	padding: 6px 0;
}
#services li a {
	text-decoration: none;
	color: #005957;
}
#news-btn {
	float: right;
	border:none;
	margin: 5px 20px 0 0;
}
#news-flash {
	margin: 15px auto;
	width: 320px;
	border-top: 3px solid #000;
}
/*--------------------------SERVICES PAGES---------------------------*/
.service-item {
	clear: both;
	margin: 5px 0 10px 0;
	padding: 10px 10px;
	color: #4b433d;
	font-size: 14px;
}
.service-item h2, .service-item h3 {
	color: #4b433d;
	text-transform: none;
	font-size:20px;
	letter-spacing: .1em;
	font-weight:normal;
	padding: 0;
	margin-top: 5px;
}
.service-item p {
	clear: both;
	padding: 5px 0;
}
.title {
	float: left;
	background: #f4f3ef;
	height:20px;
	padding-right: 5px;
	margin-top: 10px;
}
.dec-tab {
	background: url(/images/dec-tab.jpg) bottom left repeat-x;
	height:20px;
	margin-top: 10px;
}
.price {
	text-align:right;
	background: #f4f3ef;
	float:right;
	height:20px;
	font-size:20px;
	padding-left: 5px;
	margin-top: 10px;
}
.price span {
	font-size: 13px;
}
.p-3 {
	float: right;
	margin-left: 100px;
	text-align:right;
	text-align:right;
	background: #f4f3ef;
	height:20px;
	font-size:20px;
}
.p-3 span {
	font-size: 13px;
}
/* footer
----------------------------------------------- */
#footer {
	background-color: #005957;
	clear: both;
	text-align: center;
	padding: 20px 0;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*----------------------------CONTACT US------------------------------*/
#contact-form {
	width: 350px;
	padding: 20px 0 50px 50px;
}
#contact-form span {
	display: block;
}
#contact-form label {
	float: left;
	width: 100px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	margin: 5px 0;
}
.txt140 {
	float: left;
	margin: 5px;
	height: 20px;
	width: 200px;
}
.txt150 {
	float: left;
	margin:5px;
	width: 200px;
}
.submitBtn {
	margin: 5px 0 0 260px;
}
#error_box {
	border: 1px solid #ff0000;
	padding: 10px;
	color: #ff0000;
	margin-bottom: 10px;
}
#error_box ul {
	list-style: none;
}
/*-------------------------------------GENERAL STYLES-------------------------------------*/
.clear {
	clear:both
}
.no-list {
	list-style: none;
	padding-left: 30px;
	padding-bottom: 10px;
}
.disclaimer {
	text-align: center;
}