/* main css for MyDebtrReliefSolution.com */

/*reset margin and padding in all browsers*/
* {
	margin:0; 
	padding:0; 
}

.clear {
	clear: both;
}

.indent {
	text-indent: 40px;
}

h1 {
	font-size: 15px; 
	font-family: Arial;
	font-weight: bold;
	padding-top: 15px;
	color: #1d5290;
}

#title {
	font-size: 15px; 
	font-family: Arial;
	font-weight: bold;
	margin-top: 15px;
	color: #1d5290;
}

h5 {
	font-family: Arial;
}

a {
	text-decoration: none;
}

p {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
}
li {
	list-style: none;
	display: inline;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

/* leftCol */
#leftCol {
	background: url("../images/left-nav.jpg") no-repeat;
	height: 311px;
	width: 49px;
	float: left;
}

/* rightCol */
#rightCol {
	background: url("../images/right-nav.jpg") no-repeat;
	height: 311px;
	width: 48px;
	float: right;
}

/*centerCol*/
#cont {
	float: left;
}

/* centerCol */
#header {
	background: url("../images/header.jpg") no-repeat;
	height: 120px;
	width: 903px;
}

#nav {
	background: url("../images/nav.jpg") no-repeat;
	width: 903px;
	height: 29px;
}
#nav ul {
	padding: 4px 0 0 0;
}
#nav a {
	color: #ffffff;
	font-size: 15px; 
	font-family: Arial;
	font-weight: narrow;
	margin:0 6px;
}
#nav a:hover {
	color: #444444;
}
.white {
	color: #ffffff;
	margin: 8px 0;
	font-size: 14px;
}
#form {
	background: url("../images/form-bg.jpg") no-repeat;
	height: 162px;
	width: 893px;
	padding: 5px;
}

.lstyle {
	color: #ffffff;
	font-family: Arial, Tahoma, Helvetica, Geneva;
	font-size: 12px
}

#content {
	min-height: 650px;
}
#leftContent {
	width: 270px;
	float: left;
	margin-bottom: 20px;
}
#leftContent p {
	padding-top: 5px;
}

#rightContent {
	margin: 0 0 0 30px;
	width: 600px;
	float: left;
	padding: 20px 0;
}

.darkTan {
	width: 250px;
	height: 20px;
	background-color: #ddd5c4;
}

.tanBox {
	width: 250px;
	margin-top: 40px;
	border: 2px solid #ddd5c4;
	background-color: #fcf7ec;
}
.tanBox ul {
	margin: 10px 0;
}
.tanBox a {
	padding: 0 0 0 10px;
	font-weight: bold;
	color:#555555;
	font-family: Arial;
	font-size: 13px;
	
}
.tanBox p {
	padding: 5px 10px;
	color:#555555;
	font-family: Arial;
	font-size: 12px;
}

.blueBox {
	width: 250px;
	background-color: #f1f4ef;
	margin-top: 40px;
	border: 2px solid #dbdbdb;
}
 .darkBlue{
	width: 250px;
	height: 20px;
	background: url("../images/title.jpg") repeat-x;
	color: #ffffff;
}
.blueBox p {
	margin-top: 5px;
	padding: 15px 10px;
	color:#555555;
	font-family: Arial;
	font-size: 12px;
}

#footer {
	background: url("../images/footer-bg.jpg") no-repeat;
	height: 65px;
	width: 903px;
}
#nav_footer {
	width: 903px;
	height: 29px;
}
#nav_footer ul {
	padding: 20px 0 0 10px;
}
#nav_footer a {
	color: #aaaaaa;
	font-size: 15px; 
	font-family: Arial;
	font-weight: narrow;
	margin:0 6px;
}
#nav_footer a:hover {
	color: #ffffff;
}
.disclaimer {
	margin: 45px 0 0 0;
	color: #999999;
	font-size: 10px;
	width: 850px;
}
#boxTop {
	background: url("../images/customBoxTop.jpg") no-repeat;
	width: 265px;
	height: 172px;
	margin-top: 20px;
}
#boxBody {
	background: url("../images/customBoxBody.jpg") repeat-y;
	width: 265px;
}
#boxBody p {
	width: 168px;
	margin-left: 33px;
}
#boxBottom {
	background: url("../images/customBoxBottom.jpg") no-repeat;
	width: 265px;
	height: 5px;
}