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

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

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

#home-image{
	margin: 0px 0px 0px 0px;	
}

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

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

#page-name{
	background: #bbb;
	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 {background:#fff;color:#fff;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;
	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;
	padding: 0px 0px 3px 0px;
}


/********** Tables **********/
#domains table{
	border: 2px solid #e4e4e4;
}

#domains th{
	background-color: #e4e4e4;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e4e4e4;
}

#domains td{
	font-size: 12px;
	border: 1px solid #e4e4e4;
	text-align: right;
}

#print table{
	border: 2px solid #e4e4e4;
}

#print th{
	/*background-color: e4e4e4;*/
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	/*border: 1px solid #e4e4e4;*/
}

#print td{
	font-size: 12px;
	border: 1px solid #e4e4e4;
	text-align: right;
}

#print tr.odd{
	background: #eee;	
}

#print th.even {
	background: #fff;
}

/**Networks**/

#networks table{
	border: 2px solid #e4e4e4;
}

#networks th{
	/*background-color: e4e4e4;*/
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	/*border: 1px solid #e4e4e4;*/
}

#networks td{
	font-size: 12px;
	border: 1px solid #e4e4e4;
	text-align: left;
}

#networks tr.odd{
	background: #eee;	
}

#networks tr.even{
	background: #fff;	
}

#networks th.even {
	background: #fff;
}
 
 /**Mail forms**/
#mail-form table{
	border: 0px solid #e4e4e4;
}

#mail-form td{
	/*font-size: 12px;*/
	/*border: 1px solid #e4e4e4;*/
	text-align: left;
	width: 120px;
}

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

#content h2{
	font-size: 15px;
	color: #497f07;
	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 - Green */
	font-size: 13px;
	color: #497f07;
	font-weight: bold;
	text-align: right;
	line-height: 13px;
}

#content h3 a{
	text-decoration: none;
	color: #497f07;
}

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

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

#page-name a:hover{
	color: #404040;
	text-decoration: none;
}

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

h6{
	color:#F60;
	font-size: 16px;
	font-weight: bold;
}

#content a{
	color: #497f07;
}

#content a:hover{
	color: #404040;
}

.bold{
	font-weight: bold;
}

.sub-title{
color:#F60;
font-size:14px;
font-weight: bold;
}

