/* GLOBAL ELEMENTS */

body {
    background: #f6f6f6;
    font: 300 14px Helvetica, Arial, Verdana, sans-serif;
    color: #7f7f7f;
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:active {
    color: #de4c26;
    text-decoration: none;
}

a:hover {
    color: #60c6c4;
    text-decoration: none;
}

li {
	list-style: square;
	margin-bottom: 6px;
	}
	
img {
	border:0;
}


/* HEADERS */

h1 {
	font-size: 30px;
	color: #d34c26;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0 0 0 27px;
	background: url(../img/d/h1-square.png) center left no-repeat;
}

h2 {
    background: url(../img/d/h2-red.png) center left no-repeat;
    padding: 7px 0px 7px 18px;
    font-size: 16px;
    text-transform: uppercase;
    color: #626362;
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
    clear: both;
}

/* PROFILE ELEMENTS */

div.profile {
	padding: 10px;
	border: 1px solid #999;
	background: url(../img/d/profile-bg.png) top repeat-x;
	margin-bottom: 20px;
	}
	
div#headBox img {
	border:0;
	margin: 0px 10px 0px 0px;
	position: relative;
	}
	
div.profile h2 {
	border:0;
	margin-top:0;
	padding-top:0;
	margin-bottom:10px;
	padding-bottom:0;
	}

/* LAYOUT ELEMENTS */

#container {
    width: 950px;
    margin: 0 auto;
    height:100%;
    position:relative;
}

#container #topBar {
    width:950px;
    background: url(../img/d/bar01-bg.png) repeat-x;
    height: 34px;
    padding:0;
    font-size: 12px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

#bottomBar {
    width:950px;
    background: url(../img/d/bar02-bg.png) repeat-x;
    margin-bottom:50px;
    height: 82px;
    padding:0;
    clear: none;
    position: absolute;
    top: 34px;
}

#brandBox {
    background: url(../img/d/brandBox.png) no-repeat;
    position: relative;
    top: 0px;
    left:50px;
    width: 348px;
    height: 143px;
    z-index: 1000;
    clear: none;
}

#brandBox img {
    border: 0px;
    margin-top: 5px;
    margin-left: 30px
}

#navigation {
    float:right;
    font: 500 15px Helvetica, Arial, Verdana, sans-serif;
    color: #fff;
    top: 24px;
    height: 58px;
    position: relative;
    margin-right: 0px;
}

#content {
    background: url(../img/d/content-bg.png) repeat-y;
    width: 950px;
    padding: 35px 0px 0px 0px;
    position: absolute;
    top: 116px;
    margin-bottom: 50px;
}

#sidebar {
    margin: 0px 0px 0px 16px;
    width: 262px;
    float:left;
}

#base {
    background: url(../img/d/rounded-base.png) no-repeat;
    height:21px;
    position:relative;
    clear:both;
}

#house {
    width: 606px;
    float: right;
    margin: 10px 16px 0px 50px;
}

#footer {
    text-align:center;
    color: #666;
    padding-top:15px;
    position:relative;
    font-size:11px;
    background: #f6f6f6;
    clear:both;
}

#signup {
border:1px solid #ccc;
padding: 35px auto;
width:75%;
text-align: center;
background: #eee;
margin: 0 auto;
}

/* NAVIGATION ELEMENTS */

.navItem {
    float: left;
    padding: 40px 15px 0px 15px;
    font-weight: bold;
}

.navDivide {
    height: 58px;
    background: url(../img/d/navDivide.png) no-repeat bottom left;
    float: left;
    width: 1px;
}

.navItem a:link, .navItem a:visited, .navItem a:active {
    color: #fff;
}

.navItem a:hover {
    color: #60c6c4;
}

/* RULE ELEMENTS */
hr.faq {
	border-bottom: 1px dotted #60c6c4;
	border-top:0;
	border-left:0;
	border-right:0;
	margin: 15px 10% 15px 10%;
	background: transparent;
	width:80%;
}

/* TEXT ELEMENTS */

#topBar p {
    float: right;
    margin: 9px 0;
    padding-right: 6px;
    color: #4b4c4c;
}

#topBar p a:hover {
    color: #4b4c4c;
}

p.center {
	text-align: center;
}

p.q {
	font-weight: bold;
	}
	
.bold {
	font-weight: bold;
}

.large {
	font-size: 16px;
	}

.question {
	font-weight: normal;
	font-size:18px;
	float:left;
	margin-right:10px;
	font-family: georgia, times, times new roman, serif;
}

.answer {
	font-size:26px;
	float:left;
	margin-right:4px;
	color: #d34c26;
	font-family: georgia, times, times new roman, serif;
}

/* SIDEBAR ELEMENTS */

.newsHead {
    font: bold 11px Helvetica, Arial, Verdana, sans-serif;
    color: #60c6c4;
}

#news {
    font-size: 11px;
}

#news img {
    border: 1px solid #666;
    float: left;
    margin: 2px 5px 0px 0;
    width: 50px;
    height: 50px;
}


/* LOGIN FORM ELEMENTS */

#sidebar input {
    border: 1px solid #aaa;
    width: 175px;
    float: right;
}

#sidebar .label {
    float: left;
}

#sidebar input.submit {
    background: url(../img/b/login.png);
    border: 0;
    width: 117px;
    height: 41px;
    margin: 10px 0px;
	cursor: pointer;
}

/* BUTTONS */

input.send {
	background: url(../img/b/send.png) no-repeat;
	border:0;
	width: 102px;
	height:42px;
	cursor: pointer;
	}

/* other */

#message {
	padding: 8px;
	border: 1px solid #aaa;
	background: #f2f395;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	}
	
#profEdit {
	float:left;
	font-size:16px;
	}
	
#profEditDets {
	float:left;
	font-size:16px;
	}
	
div.required, div.optional {
	clear: both;
	}
	
#profEdit div.required label {
	font-weight: bold;
	display: block;
	float: left;
	text-align:right;
	width:130px;
	padding: 3px 15px 3px 0px;
	margin: 0 0 15px 0;
	
}

#profEditDets div.required label {
	font-weight: bold;
	display: block;
	float:left;
	text-align:right;
	width:120px;
	padding: 3px 15px 3px 0px;
	margin: 0 0 15px 0;
	
}

#profEdit div.optional label {
	display: block;
	float: left;
	text-align:right;
	width:130px;
	padding: 3px 15px 3px 0px;
	margin: 0 0 15px 0;
	
}

.dyn_notice {
	color: #de4c26;
	font-size:11px;
	}

#profEdit div input {
	float: left;
	text-align: left;
	margin: 0 0 15px 0;
	display: block;
	width: 200px;
	
}

 #profEdit div input.zip {
	float: left;
	text-align: left;
	margin: 0 0 15px 0;
	display: block;
	width: 75px;
	
}

#profEdit div select {
	float: left;
	text-align: left;
	margin: 0 0 15px 0;
	display: block;
	width: 125px;
	
}

.info {
font-size: 11px;
color: #999;
font-style: italic;
}

input.save {
	background: url(../img/b/save.png);
	width: 194px;
	height:42px;
	border:0;
	cursor:pointer
	}

div.formdivide {
	clear:both;
	width: 350px;
	height: 1px;
	margin: 15px 0px 15px 0px;
	background: #ccc;
}
	
.nofloat {
float:none;
}

.right {
float:right;
}

.left {
float:left;
}

blockquote.home {

}

input.preview {
	width: 229px;
	height:42px;
	cursor: pointer;
	background: url(../img/b/cont-preview.png) no-repeat;
	border:0;
	}
	
table.payment {
	width:80%;
	margin:0;
	padding:0;
	border:0;
	}
	
table.payment td.gray {
	background: #ddd;
	padding:5px;
	margin:0;
	font-weight: bold;
	}
	
.pCheck {
	border: 1px solid #cf0;
	background: #fff;
}

input.blast {
	border:0;
	background: url(../img/b/blastnow.png) no-repeat;
	cursor:pointer;
	width: 225px;
	height: 42px;
	}
	
table.payment td.mid {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 3px;
	margin:0;
	}

table.payment td.right {
	text-align:right;
	border-bottom: 1px solid #ddd;
	padding:3px;
	margin:0;
	width:90px;
	}
