body {
	color: 				#7F7F7F;
	font-stretch: 		narrower;
	font-family: 		"Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:		160%;
}
img {
	border-style: none;
}
a:link {
	text-decoration:	none;
	color:				#8282FF;
}
a:hover {
	/*text-decoration:	underline;*/
}

h1 {
	padding-bottom:	0;
	padding-top:		20px;
	font-size:			1.5em;
	font-variant:		small-caps;
}

h2 {
	padding-bottom:	0;
	padding-top:		20px;
	font-size:			1.5em;
}
h3 {
	padding-bottom:	0;
	padding-top:		20px;
	font-weight:		bold;
}
.ad h1 {
	padding-top: 		10px;
	font-size: 			2em;
}
.ad h3 {
	padding-top:		5px;
	font-size:			2.5em;
}
.title h2 {
	padding-top:		0;
	top:					-10px;
}
.caption {
	line-height:		120%;
}
.caption  h2 {
	padding-top:		0;
	top:					-10px;
}
.phonenumber h2 {
	padding-top:		0;
}
.phonenumber h3 {
	padding-top:		0;
}
#header {
	background: 	#CCCCCC;
	color: 			#000000;
	height: 			150px;	/*Must be same value as height in #ribbon1*/
	position: 		relative;
	z-index:			100;
}
#ribbon1 {
	background: 	#CCCCCC;
	height: 			164px;	/*Must be same value as height in #header*/
	top:				0px;	
	left:				0px;
	width:			100%;
	position: 		absolute;
	z-index:			0;
}
#ribbon2 {
	background: 	#DDDDDD;
	height: 			450px;
	top:				164px;	
	left:				0px;
	width:			100%;
	position: 		absolute;
	z-index:			0;
}
.video {
	background:		none repeat scroll 0 0 #F9F9F9;
	border-color:	#F5F5F5 #EBEBEB #DADADA;
	border-style:	solid;
	border-width:	1px;
	padding:			6px;
	z-index:			90;
	
}
.justifyleft {
	padding:			6px;
	float:			left;
}
.justifyright {
	padding:			6px;
	float:			right;
}
.featured-thumbnail {
	background:		none repeat scroll 0 0 #F9F9F9;
	border-color:	#F5F5F5 #EBEBEB #DADADA;
	border-style:	solid;
	border-width:	1px;
	padding:			6px;
	margin:			20px 0 0 0;
}
.featured-thumbnail a:hover {
	opacity:			.66;
}
.logo {
	font-stretch: 	normal;
	color: 			#D90505;
	font-family: 	arial, helvetica, sans-serif;	
}
.logo a {
	text-decoration:	none;
	border-style:		none;
}
.logo a:hover {
	opacity:			.66;
}
.seal img {
	position:		absolute;
	left:				860px;
	top:				-70px;
	z-index:			999;
}
.faq li {
	padding-top:	20px;
	font-weight:	bold;
	
}
#footer {
	background: 	#CCCCCC;
	color: 			#000000;
	padding:			20px 10px 10px 20px;
	height: 			75px;
	position: 		relative;
	top:				10px;
	left:				-8px;
	width:			98.9%;
	margin:			0px 0px 0px 0px;
	border-top:		40px solid #DDDDDD;
}
#textbox {
	background:		#F7F7F5;
	padding:			20px 20px 20px 20px;
	border:			1px solid #000000;
	border-radius:	10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
	behavior: 		url(border-radius.htc);
	position:		relative;
}
a #textbox {
	color:				#7F7F7F;
	text-decoration:	none;
}
a #textbox:hover {
	color:				#7F7F7F;
	background:			#FFFFFD;
	text-decoration:	none;
}
#textbox h2 {
	padding-top:	0;
}
#blinkbox ul {
	list-style:		none outside none;
}
#blinkbox h3 {
	padding-top:	0px;
}
#blinkbox ul li {
	background:		none repeat scroll 0 0 #FFFFFF;
	border:			1px solid #999999;
	color:			#8B8A8A;
	float:			left;
	font-size:		13px;
	line-height:	120%;
	padding:			20px 10px 10px 20px;
	width:			245px;
	border-radius:	10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
	behavior: 		url(border-radius.htc);
	margin-left:	5px;
	margin-right:	5px;
}
#blinkbox ul li img {
	clip:				rect(0px, 56px, 56px, 0px);
	float:			left;
	margin: 			4px 25px 0 -70px;
	top:				56px;
	position:		absolute;
}
#blinkbox ul li:hover img {
	clip:				rect(56px, 56px, 112px, 0px);
	float:			left;
	margin: 			-52px 25px 0 -70px;
	top:				56px;
	position:		absolute;
}
#blinkbox ul li div.excerpt {
	background:	none repeat scroll 0 0 #FFFFFF;
	overflow:	hidden;
	padding:		0 0 18px 65px;
	width:		190px;
}
#blinkbox ul li:hover,
#blinkbox ul li:hover div.excerpt,
#blinkbox ul li:hover h3,
#blinkbox ul li:hover p {
	background: #AEE595;
	color: 		#FFFFFF;
}
#blinkbox ul li {
	background:	#FFFFFF;
	color:		#7F7F7F;
}
.excerpt {
	height:	110px;
}
strong {
	color: red;
}
