.self_service_content {
	padding:14px 4px 4px;
}

ul#main_nav li {
	background: #006EA3 url(images/menu-bg.jpg); 
	width: 191px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

ul#main_nav li a {
	color: white;
	background: #006EA3 url(images/menu-bg.jpg);
/*	background: #004F84; */
}
/*
ul#main_nav li.on, a:hover {
	color: white;
	background: #004F84;
	background-image:none; 
}
*/

/* Front Page */
.self_service_front_top1 {
	background: url(images/self-service-front-top.jpg) no-repeat;
	height:340px;
	overflow:hidden;
}

.self_service_front_top .top_left {
color:#A0BCD4;
float:left;
font-size:16px;
line-height:30px;
padding-left:28px;
padding-top:149px;
width:404px;
}

.self_service_front_top .top_right {
	float: right;
	padding-top:106px;
	width:358px;	
}

.self_service_front_top .top_right ul {
padding:7px 0 0 118px;
margin: 0;
}

.self_service_front_top .top_right ul li {
font-size:16px;
margin:0;
padding:15px 0;
}

.self_service_front_top .top_right ul li a {
	color: black;
	background:none;
}


.top_right_bottom {
	margin-top:23px;
	overflow: hidden
}

.top_right_bottom a {
display:block;
float:left;
width:49%;	
text-indent:-999em;
}


.self_service_front_bottom {
	overflow: hidden;
}

.self_service_front_bottom h3 {
	font-size: 22px;
	color: #095cad;
	background: url(images/heading-bg.jpg);
	font-size:22px;
	padding:7px 0 7px 15px;	
}

.self_service_front_bottom p {
font-size:13px;
line-height:20px;
padding:5px 15px;
}

.self_service_front_bottom .bottom_col1 {
float:left;
padding-right:5px;
width:32%;
}

.self_service_front_bottom .bottom_col2 {
float:left;
padding:0 7px;
width:33%;
}

.self_service_front_bottom .bottom_col3 {
float:left;
padding-left:5px;
width:32%;
}

.self_service_front_bottom .bottom_col3 ul {
	background: url(images/start-steps.gif) no-repeat;
margin:0 0 0 15px;
padding:0 10px 0 43px;
}

.self_service_front_bottom .bottom_col3 ul li.col3_r1 {
	color:white;
padding:19px 0;
}

.self_service_front_bottom .bottom_col3 ul li.col3_r2 {
color:white;
padding:27px 0;	
}

.self_service_front_bottom .bottom_col3 ul li.col3_r3 {
color:white;
padding:21px 0;	
}

.self_service_front_bottom .bottom_col3 ul li.col3_r4 {
color:white;
padding:26px 0;	
}

.self_service_front_bottom .bottom_col3 a {
	color: white;
}

/* Audience */
.audience_table, .audience_table .row_1, .audience_table .row_2 {
overflow: hidden;
}

.audience_table .row_1 .column_1, .audience_table .row_2 .column_1, .audience_table .row_1 .column_2, .audience_table .row_2 .column_2 {
float:left;
padding-left:160px;
padding-right:55px;
width:26%;
}

.audience_table ul {
	padding-left: 15px;
}

.audience_table ul li {
	list-style: disc;
	
}

.audience_table .row_1, .audience_table .row_2 {
	margin: 10px 0 30px;
	line-height: 20px;
}

/*.audience_table .row_1 .column_1 {
	background: url(images/logos/golf-channel-small.png) no-repeat top left;
}

.audience_table .row_1 .column_2 {
	background: url(images/logos/golfnow-small.png) no-repeat top left;
}

.audience_table .row_2 .column_1 {
	background: url(images/logos/travelgolf-small.png) no-repeat top left;
}

.audience_table .row_2 .column_2 {
	background: url(images/logos/golflink-small.png) no-repeat top left;
}
*/
/* Available sites */
.sites_listing .sites {
	font-size:13px;
	height:175px;
	line-height:23px;
	padding:10px 0 0 0;
/*	padding:10px 0 0 400px; */
	margin: 20px 0;
}

.sites_listing .site1 {
	background: url(images/logos/golf-channel.png) no-repeat;	
font-size:13px;
height:150px;
line-height:23px;
padding:10px 0 0 400px;
margin: 20px 0;
}

.sites_listing .site2 {
	background: url(images/logos/golfnow.png) no-repeat;	
font-size:13px;
height:150px;
line-height:23px;
padding:10px 0 0 400px;
margin: 20px 0;
}


.sites_listing .site3 {
background: url(images/logos/travelgolf.png) no-repeat;	
font-size:13px;
height:150px;
line-height:23px;
padding:10px 0 0 400px;
margin: 20px 0;
}

.sites_listing .site4 {
background: url(images/logos/golflink.png) no-repeat;	
font-size:13px;
height:150px;
line-height:23px;
padding:10px 0 0 400px;
margin: 20px 0;
}

/* Guidelines */
.guidelines_content {
	margin: 50px 0 100px 0;
}

/* faq */
.begin {
	margin: 20px 0;
	text-align: center;
}



/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* django from common apps... reuse them */
div.pagination span.disabled { display:none; }