@charset "utf-8";
/* CSS Document */
/* Copyright 2010 Volusia Media */
/* http://www.volusiamedia.com */

/********** Page Sections **********/
body{
	background:url(../images/layout/gray-blue_check_bkg.gif) repeat;
}

#home-header{
	padding: 8px 0px 8px 0px;
	color: #000;
	background-color: #FFF;
}

#home-image{
	height:244px;
	margin: 0px;
	padding: 0px;	
}

#content{
	margin: 0px 0px 0px 0px;
	border-top: 5px solid #404040;
	color: #000;
	background-color:#FFF;
}

#footer{
	background-color: #404040;
	line-height: 30px;
	min-height: 30px;
	color: #CCC;
	text-align:center;
	font-size:9px;	
	vertical-align: middle;
}

#page-name{
	background-color: #bbb;
	color: #000;
	margin: 0px 0px -20px 0px;
	line-height: 17px;
	vertical-align: middle;
}

/********** Blueprint Extensions **********/
.colborder-dashed {padding-right:24px;margin-right:24px;border-right:2px dashed #404040; }
/*.colborder {padding-right:24px;margin-right:25px;border-right:1px dashed #ffffff;}*/

hr.space-2 {visibility:hidden;height:.1em;margin:0 0 1.45em;}


/********** Content Containers **********/
#column{
	min-height:375px;
	vertical-align: top;
}

.column-left{
	margin: 10px 0px 5px 15px;
}

.column-middle{
	margin: 10px 0px 5px 0px;
}

.column-right{
	margin: 10px 20px 5px 0px;
}

.bullet-container-12{
	font-size: 12px;
	color: #404040;
	background-color:inherit;
	padding: 0px 0px 3px 26px;
	margin-top: -5px;
}

ul.bullet-container-12{
	list-style-type:none;
}

ul.bullet-container-12 ul{
	list-style-type:none;
}

.text-container-12{
	font-size: 12px;
	color: #404040;
	background-color:inherit;
	padding: 0px 0px 3px 0px;
}


/********** Text and Bullets **********/
#content h1{
	font-size: 20px;
	background-color:inherit;
	color: #404040;
	font-weight: bold;
}

#content h2{
	font-size: 15px;
	background-color:inherit;
	color: #24638c;
	font-weight: bold;
	background: url(../images/layout/bullets/bullet_tv_22x17.gif) no-repeat left top; /* TV Bullet */
	padding-left: 26px;
	line-height: 17px;
	position: relative;
	z-index: 9;
}

#content h2 a{
	text-decoration: none;
}

#content h2 a:hover{
	text-decoration: none;
}

#content h3{
	/* More Info */
	font-size: 13px;
	background-color:inherit;
	color: #24638c;
	font-weight: bold;
	text-align: right;
	line-height: 13px;
}

#content h3 a{
	text-decoration: none;
	/*color: #24638c;*/
}

#content h4{
	/* Partners Text - Light Gray */
	font-size: 13px;
	background-color:inherit;
	color: #bbb;
	font-weight: bold;
	text-align: center;
	line-height: 13px;
}

#page-name h5{
	font-size: 16px;
	background-color:inherit;
	color: #404040;
	padding: 13px 0px 7px 25px;
}

#content h5{
	font-size: 14px;
	background-color:inherit;
	color: #404040;
	font-weight: normal;
}

#content a{
	background-color:inherit;
	color: #24638c;
}

#content a:hover{
	background-color:inherit;
	color: #404040;
}

.bold{
	font-weight: bold;
}


