﻿#block{
	position:relative;
	width:880px;
	height:270px;
	background-color:gray;
}
#blackblock{
	position:relative;
	float:right;
	width:300px;
	height:250px;
	padding-top:20px;
	background-color:#252525;
	color:white;
	font-size:10pt;
}
.catagories{
	position:relative;
	float:right;
	margin-right:30px;
	text-align:right;
	vertical-align:middle;
	padding:10px;
	width:230px;
	height:40px;
}
.highlight{
	background-image:url('../assets/blockhighlight.png');
}
.catagories img{
position:absolute;
	margin-right:50px;
	left:15px;
	
}
.spacerdiv{
	clear:both;
	height:20px;
}
#blockimage{
	float:left;
	background-image:url('../assets/womanwithCD.png');
	background-repeat:no-repeat;
}
#blocklinks{
	position: absolute;
	font-size:10pt;
	width:580px;
	height:53px;
	color:white;
	text-align:center;
	bottom:0px;
	z-index:2;
}
#blocklinks h3{
	color:white;
	font-size:14pt;
	margin-top:2px;
	margin-bottom:2px;
}
#blocklinks a{
	color:white;
}
#blocklinks a:hover{
	text-decoration:underline;
}
#blocklinks p{
	margin-top:4px;
}
#quickquote{
	position:relative;
	float:right;
	width:300px;
	margin-top:5px;
	padding-top:10px;
	background-color:#252525;
	color:white;
	text-align:center;
	padding-bottom:10px;
}
#quickquote p{
	margin-top:5px;
	font-size:10pt;
}
#quickquote input{
	width:250px;
}
#quickquote select{
	width:255px;
}
#quickquote table{
	margin-left:20px;
}
#quickquote textarea{
	width:250px;
	height:200px;
}
#maintext{
	float:left;
	width:560px;
	height:400px;
	font-size:10pt;
	text-align:left;
	color:#494949;
	padding-left:10px;
	padding-right:10px;
}
#maintext h1{
	font-size:12pt;
	font-weight:normal;
	color:#494949;
}
#maintext h2{
font-size:12pt;
	font-weight:normal;
	color:#494949;	
}
.formError{
	background-color:red;
}



