/* CSS Document 

Description: Brice Cheddarn Development
Author: Bret Feddern
Version: 1

*/

html,body {
	margin: 0px auto; 
	padding: 0px; 
	font-family:Georgia, "Times New Roman", Times, sans-serif;
	font-size: 16px;
	line-height:20px;
	color: #ffffff;
	background-color: #1a1917;
}

a {
	text-decoration: none;
	color:#ff6600;
}

a:hover {
	text-decoration: underline;
	color:#ff6600;
}

img {
	border:0px;
}

h1 {

}

#spacer {
  	clear: both;
}

.spacer {
  	clear: both;
}

#container {
	margin: 0px auto; 
	padding: 0px;
	text-align:center;
	width: 988px;
	background:#1a1917 url(/cfelse/images/cfelse-bg.png) top left no-repeat;
}

#header {
	margin-top:20px;
	padding-top:100px;
	text-align:center;
	width: 988px;
	height:100px;
}

#footer {
	font-size:10px;
	text-align:center;
}

#torso {
	margin:24px;
	background:#1a1917 url(/cfelse/images/top-border.png) top left repeat-x;
	min-height:260px;
}

.contentbox {
	text-align:left;
	margin:40px;
	padding-top:40px;
}

.contentbox p {
	text-align:justify;
}

#torso h1.life {
	height:40px;
	width:230px;
	margin:0px 0px 12px 0px;
	padding:0px;
	background: #1a1917 url(/cfelse/images/life-as-cfelse.png) top left no-repeat;
}

#torso h2.show {
	height:40px;
	width:320px;
	margin:20px 0px 12px 0px;
	padding:0px;
	background: #1a1917 url(/cfelse/images/show-we-care.png) top left no-repeat;
}

#torso h1 span { 
	display:none;
}
#torso h2 span { 
	display:none;
}

.cfelse {
	font-weight:bold;
	font-style:italic;
}

#left-torso {
	width:350px;
	float:left;
	text-align:left;
}
#right-torso {
	width:480px;
	float:left;
	text-align:left;
	margin-left:20px;
}

.cfelse-input {
	background: #1a1917 url(/cfelse/images/input-bg.png) top left no-repeat;
	width:344px;
	height:40px;
	margin-bottom:16px;
}

.cfelse-textarea {
	background: #1a1917 url(/cfelse/images/textarea-bg.png) top left no-repeat;
	width:478px;
	height:190px;
	margin-bottom:16px;
}

.cfelse-input-box {
	border: 0;
	width:300px;
	margin-top:12px;
	margin-left:16px;
	background-color: #302d2c;
	color:#ffffff; 
}

.cfelse-textarea-box {
	border: 0;
	width:438px;
	height:128px;
	text-wrap: normal;
	margin-top:12px;
	margin-left:16px;
	background-color: #302d2c;
	color:#ffffff; 
	overflow: auto;
}

.label {
	font-weight:bold;
	color:#ff6600;
}

.submit {
	text-align:right;
	padding-right:8px;
	margin-top:0px;
}

.submit button {
	width: 134px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(/cfelse/images/button-submit.png) no-repeat center top;
	text-indent: -9999px;
	cursor: pointer; 
}

.thankyou {
	text-align:center; 
	margin-bottom:100px; 
	margin-top:20px;
}

.errorM {
	clear:both;
	font-weight:bold;
	font-size:12px;
}