/* @override 
	http://dev.getlegaltv.com/skins/default/style.css
	http://gltv-dev.xif.com/skins/default/style.css
*/

html {
	background-image: url(graphics/bg_pattern.png);
	background-position: top center;
}

body {
	background-image: url(graphics/bg_gradient.png);
	background-position: top center;
	min-width: 1000px;
	background-repeat: repeat-x;
	min-height: 832px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#lower_right {
	position: absolute;
	width: 1px;
	height: 1px;
	bottom: 0px;
	right: 0px;
	background-color: red;
}

img {
	border: none;
	outline: none;
}

.data {
	display: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	border: none;
	outline: none !important;
}

* :focus { outline: 0 !important; }

#overlay {
	background-image: url(graphics/overlay.png);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	display: none;
}


#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#top_adspace {
	position: absolute;
	font-size: 9px;
	color: #8E8F93;
	margin-top: 27px;
	margin-left: 518px;
}

#bottom_adspace {
	position: absolute;
	font-size: 9px;
	color: #8E8F93;
	margin-top: 10px;
	margin-left: 503px;
}

#logo {
	position: absolute;
	display: block;
	margin: 16px 0px 0px 24px;
}


#utility_nav {
	height: 22px;
}

/* @group utility nav styles */

	#utility_nav a:link,
	#utility_nav a:visited {
		position: absolute;
		display: block;
		height: 1.75em;
		line-height: 1.75em;
		text-decoration: none;
		color: white;
		font-size: 12px;
		background-color: #4B4F55;
		text-align: center;
		background-image: url(graphics/utility_hover.gif);
		background-repeat: repeat-x;
	}
	
	#utility_nav a:hover,
	#utility_nav a:active {
		background-position: bottom;
	}
	
	#utility_home {
		width: 50px;
		margin-left: 607px;
	}
	#utility_register {
		width: 103px;
		margin-left: 658px;
	}
	#utility_advertise {
		width: 72px;
		margin-left: 762px;
	}
	#utility_about {
		width: 72px;
		margin-left: 835px;
	}
	#utility_contact {
		width: 78px;
		margin-left: 908px;
	}
	
	.ubl {
		position: relative;
		top: -1px;
		float: left;
		height: inherit;
		width: 1px;
		font-size: 0px;
		border-bottom: 1px solid #141515;
	}
	.ubr {
		position: relative;
		top: -1px;
		float: right;
		height: inherit;
		width: 1px;
		font-size: 0px;
		border-bottom: 1px solid #141515;
	}

/* @end */

#main_nav {
	margin-top: 96px;
	height: 34px;
}

/* @group main nav styles */
	
	#today_btn {
		position: absolute;
		display: block;
		width: 112px;
		height: 28px;
		margin-top: 6px;
		margin-left: 15px;
		background-image: url(graphics/today_up.gif);
 	}

	#legal_btn {
		position: absolute;
		display: block;
		width: 103px;
		height: 28px;
		margin-top: 6px;
		margin-left: 128px;
		background-image: url(graphics/legal_up.gif);
	}

	#news_btn {
		position: absolute;
		display: block;
		width: 52px;
		height: 28px;
		margin-top: 6px;
		margin-left: 232px;
		background-image: url(graphics/news_up.gif);
 	}
	
	#info_btn {
		position: absolute;
		display: block;
		width: 90px;
		height: 28px;
		margin-top: 6px;
		margin-left: 232px;
		background-image: url(graphics/info_up.gif);
	}
	
	#cmt_btn {
		position: absolute;
		display: block;
		width: 106px;
		height: 28px;
		margin-top: 6px;
		margin-left: 232px;
		background-image: url(graphics/commentaries_up.gif);	
	}
	#ent_btn {
		position: absolute;
		display: block;
		width: 106px;
		height: 28px;
		margin-top: 6px;
		margin-left: 339px;
		background-image: url(graphics/ent_up.gif);
	}
	
	#fuente_btn {
		position: absolute;
		display: block;
		width: 98px;
		height: 28px;
		margin-top: 6px;
		margin-left: 446px;
		background-image: url(graphics/fuente_up.gif);
	}

	#aff_btn {
		position: absolute;
		display: block;
		width: 106px;
		height: 28px;
		margin-top: 6px;
		margin-left: 545px;
		background-image: url(graphics/affiliates_up.gif);
	}
	
	#today_btn:hover,
	#today_btn:active {
		height: 28px;
		margin-top: 6px;
		background-position: bottom;
	}

	#legal_btn:hover, 
	#legal_btn:active{
		height: 28px;
		margin-top: 6px;
		background-position: bottom;
	}

	#news_btn:hover,
	#news_btn:active {
		height: 28px;
		margin-top: 6px;
		background-position: bottom;
	}
	
	#info_btn:hover,
	#info_btn:active {
		height: 28px;
		margin-top: 6px;
		background-position: bottom;
	}

	#cmt_btn:hover,
	#cmt_btn:active {
		height: 28px;
		margin-top: 6px;
		background-position: bottom;
	}
		
	#ent_btn:hover,
	#ent_btn:active {
		height: 28px;
		margin-top: 6px;
		background-position: bottom;
	}
	
	#fuente_btn:hover,
	#fuente_btn:active {
		height: 28px;
		margin-top: 6px;
		background-position: bottom;
	}	
	
	#aff_btn:hover,
	#aff_btn:active {
		height: 28px;
		margin-top: 6px;
		background-position: bottom;
	}	

	#today_btn.selected,
	#today_btn.selected:hover,
	#today_btn.selected:active {
		height: 34px;
		margin-top: 0px;
		background-image: url(graphics/today_active.gif);
	}

	#legal_btn.selected,
	#legal_btn.selected:hover, 
	#legal_btn.selected:active{
		height: 34px;
		margin-top: 0px;
		background-image: url(graphics/legal_active.gif);
	}

	#news_btn.selected,
	#news_btn.selected:hover,
	#news_btn.selected:active {
		height: 34px;
		margin-top: 0px;
		background-image: url(graphics/news_active.gif);
	}
	
	#info_btn.selected,
	#info_btn.selected:hover,
	#info_btn.selected:active {
		height: 34px;
		margin-top: 0px;
		background-image: url(graphics/info_active.gif);
	}

	#cmt_btn.selected,
	#cmt_btn.selected:hover,
	#cmt_btn.selected:active {
		height: 34px;
		margin-top: 0px;
		background-image: url(graphics/commentaries_active.gif);
	}
	
	#ent_btn.selected,
	#ent_btn.selected:hover,
	#ent_btn.selected:active {
		height: 34px;
		margin-top: 0px;
		background-image: url(graphics/ent_active.gif);
	}
	
	#fuente_btn.selected,
	#fuente_btn.selected:hover,
	#fuente_btn.selected:active {
		height: 34px;
		margin-top: 0px;
		background-image: url(graphics/fuente_active.gif);
	}	

	#aff_btn.selected,
	#aff_btn.selected:hover,
	#aff_btn.selected:active {
		height: 34px;
		margin-top: 0px;
		background-image: url(graphics/affiliates_active.gif);
	}
	
	#search {
		position: absolute;
		background-image: url(graphics/search_input.png);
		background-repeat: no-repeat;
		width: 266px;
		height: 23px;
		margin-left: 719px;
		margin-top: 6px;
	}
	#go_btn{
		width: 36px;
		height: 23px;
		position: absolute;
		margin-left: 229px;
		margin-top: 3px;

	}
	#search_btn:link,
	#search_btn:visited {
		position: absolute;
		background-image: url(graphics/search_up.gif);
		margin-left: 949px;
		margin-top: 6px;
		width: 36px;
		height: 23px;
		display:  none;
	}
	#search_btn:hover,
	#search_btn:active {
		background-position: bottom;
	}
	
	#search_input {
		position: absolute;
		margin-top: 2px;
		margin-left: 3px;
		border: none;
		font-size: 12px;
		width: 223px;
		border: 1px solid #FFFFFF;
	}

/* @end */

/* @group sub nav styles */
#sub_nav a:link,
#sub_nav a:visited {
	float: left;
    vertical-align: middle;
   	position: relative;
	top: 7px;
	margin-right: 10px;
	text-decoration: none;
	padding-right: 4px;
	background-image: url(graphics/snc.gif);
	color: #FFFFFF;
	background-position: top right;
	cursor: pointer;
}
#sub_nav .selected:link,
#sub_nav .selected:visited {
	background-image: url(graphics/snsr.gif);
}

#sub_nav a:hover,
#sub_nav a:active {
	background-position: bottom right;
}

#sub_nav a:link .sn_left_cap,
#sub_nav a:visited .sn_left_cap{
	display: block;
	float: left;
	width: 4px;
	height: 21px;
	background-image: url(graphics/snclc.gif);
	cursor: pointer;
}
#sub_nav a:hover .sn_left_cap,
#sub_nav a:active .sn_left_cap{
	background-position: bottom;
}

#sub_nav .selected:link .sn_left_cap,
#sub_nav .selected:visited .sn_left_cap{
	background-image: url(graphics/snlcs.gif);
}
#sub_nav .selected:link .sn_first_left_cap,
#sub_nav .selected:visited .sn_first_left_cap{
	background-image: url(graphics/snlcs1.gif);
}


#sub_nav a:link .sn_first_left_cap,
#sub_nav a:visited .sn_first_left_cap{
	display: block;
	float: left;
	width: 4px;
	height: 21px;
	background-image: url(graphics/snclc1.gif);
	cursor: pointer;
}
#sub_nav a:hover .sn_first_left_cap,
#sub_nav a:active .sn_first_left_cap{
	background-position: bottom;
}

.sn_text {
	float: left;
	line-height: 21px;
	height: 21px;
	padding: 0px 4px 0px 4px;
	cursor: pointer;
}

.sub_nav_full_text {
	position: relative;
	top: 7px;
	width: 960px;
	height: 21px;
	padding: 0px 10px 0px 8px;
	background-image: url(graphics/sn_desc_bg.gif);
	background-repeat: no-repeat;
}
/* @end */



/* @group advertisements */

.sm_banner {
	width: 468px;
	height: 60px;
	background-color: #8E8F93;
    overflow: hidden;
}

#overlay_ad_holder {
	position: absolute;
	width: 490px;
	height: 503px;
	z-index: 96;
	margin-top: 10px;
	margin-left: 475px;
	background-image: url(graphics/overlay_ad_blocker.png);
	display: none;
}

#overlay_ad {
	position: absolute;
	background-image: url(graphics/overlay_ad_bg.png);
	width: 300px;
	height: 250px;
	padding: 12px 7px 8px 1px;
	margin-top: 115px;
	margin-left: 95px;
    overflow: hidden;
}
#rel_overlay {
	position: absolute;
	width: 450px;
	height: 92px;
	z-index: 96;
	margin-top: 421px;
	margin-left: 5px;
	background-image: url(graphics/overlay_ad_blocker.png);
	display: none;
}



/* @end */



#sub_nav {
	height: 34px;
	width: 970px;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 5px 0px 5px;
	padding: 0px 10px 0px 10px;
	background-image: url(graphics/sub_nav_bar.gif);
	background-repeat: no-repeat;
}

#sub_nav .loading{
	background-image: url(graphics/sub_nav_loader_3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 28px;
}

#page {
	background-image: url(graphics/page_bg.png);
	background-repeat: repeat-y;
	height: 610px;
	padding: 5px 15px;
}

/* @group Playlist & related styles */

#playlist_title {
	position: absolute;
	color: #52CEFF;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 10px;
	width: 483px;
	height: 20px;
}
#playlist_search_results {
	position: absolute;
	font-size: 12px;
	margin-top: 38px;
	margin-left: 10px;
	color: #595959;
}

#playlist_footer {
	position: absolute;
	color: #c5c5c5;
	font-size: 11px;
	line-height: 20px;
	margin-top: 482px;
	margin-left: 10px;
	width: 483px;
	height: 20px;
}


.playlist_controls
{
	position: absolute;
	width: 479px;
	height: 20px;
	text-align: right;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #444444 !important;
}

.playlist_controls .next:link,
.playlist_controls .next:visited {
	display: block;
	width: 15px;
	height: 19px;
	float: right;
	background-image: url(graphics/next_up.gif);
	background-repeat: no-repeat;
}

.playlist_controls .next:hover,
.playlist_controls .next:active {
	background-position: bottom;
}

.playlist_controls .next_disabled{
	display: block;
	width: 15px;
	height: 19px;
	float: right;
	background-image: url(graphics/next_disabled.gif);
	background-repeat: no-repeat;
}

.playlist_controls .prev:link,
.playlist_controls .prev:visited {
	display: block;
	width: 15px;
	height: 19px;
	float: right;
	background-image: url(graphics/prev_up.gif);
	background-repeat: no-repeat;
}

.playlist_controls .prev:hover,
.playlist_controls .prev:active {
	background-position: bottom;
}
.playlist_controls .prev_disabled{
	display: block;
	width: 15px;
	height: 19px;
	float: right;
	background-image: url(graphics/prev_disabled.gif);
	background-repeat: no-repeat;
}

.rnext:link,
.rnext:visited {
	position: absolute;
	display: block;
	width: 40px;
	height: 82px;
	margin-left: 419px;
	margin-top: 34px;
	padding: 0px;
	background-image: url(graphics/rnext_up.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


.rnext:hover,
.rnext:active {
	background-position: top;
}

.rnext_disabled{
	display: block;
}

.rprev:link,
.rprev:visited {
	position: absolute;
	display: block;
	width: 40px;
	height: 82px;
	margin-left: 1px;
	margin-top: 34px;
	padding: 0px;
	background-image: url(graphics/rprev_up.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.rprev:hover,
.rprev:active {
	background-position: top;
}
.rprev_disabled{
	display: block;
}

.related_thumb_holder,
.video_thumb_holder {
	display: block;
	float: left;
	width:112px;
	height: 140px;
	overflow: hidden;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #2F3C4D;

}

.related_thumb_holder{
	height: 62px;
}

.related_thumb_holder a:link,
.related_thumb_holder a:visited,
.video_thumb_holder a:link,
.video_thumb_holder a:visited {
	position: absolute;
	display: block;
	width:116px;
	height: 124px;
	font-size: 11px;
	font-weight: bold;
	color: #2F3C4D;
	cursor: pointer;
	text-decoration: none;
	background-image: url(graphics/thumb_bg.gif);
	background-repeat: no-repeat;
	background-position: top;

}
.related_thumb_holder a:link,
.related_thumb_holder a:visited {
	background-image: none;
	height: 62px;
	width: 112px;
	overflow: hidden;
}

.video_thumb_holder a:hover,
.video_thumb_holder a:active {
	background-repeat: no-repeat;
	background-position: bottom;
}

.related_thumb_holder a:hover .img_holder,
.related_thumb_holder a:active .img_holder {
	border: 3px solid #000000;
}

.related_title {
	position: absolute;
	margin-top: 70px;
	font-size: 11px;
	width: 360px;
	height: 1.4em;
	overflow: hidden;
}

.video_thumb_holder .now_playing:link .img_holder,
.video_thumb_holder .now_playing:visited .img_holder,
.video_thumb_holder .now_playing:hover .img_holder,
.video_thumb_holder .now_playing:active .img_holder{
	border: 3px solid #01B9FF;
	color: #FFFFFF;
	font-size: 12px;
	display: block;
 	text-align: left;
	cursor: pointer;
}

.related_thumb_holder .img_holder,
.video_thumb_holder .img_holder {
	position: absolute;
	display: block;
	width: 106px;
	height: 56px;
	overflow: hidden;
	z-index: 50;
	cursor: inherit;
	border: 3px solid #CCCCCC;
	cursor: pointer;

}

.related_thumb_holder .img_holder span,
.video_thumb_holder .img_holder span{
	position: absolute;
	width: 106px;
	height: 56px;
	line-height: 56px;
 	text-align: center;
	z-index:99;
	cursor: pointer;
}
.related_thumb_holder .img_holder img,
.video_thumb_holder .img_holder img {
	position: absolute;
	z-index: 50;
	cursor: pointer;
}

.video_thumb_holder .video_label {
	position: absolute;
	margin-top: 65px;
	width: 112px;
	height: 50px;
	cursor: pointer;
}
.video_thumb_holder .now_playing .video_label {
	color: #01B9FF;
}

.page_select {
	height: 20px;
	margin-right: 10px;
	margin-left: 5px;
}

.page_select_holder {
	visibility: hidden;
}

#playlist {
	position: absolute;
	background-image: url(graphics/playlist_bg.gif);
	width: 500px;
	height: 513px;
	margin-top: 5px;
	margin-left: 470px;
}
.playlist_page .loading,
.playlist_loading{
	width: 498px;
	position: absolute;
	background-image: url(graphics/playlist_loader_1.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 32px;
	margin-top: 220px;
}
.playlist_page .loading{
	margin-top: 168px;
}


#playlist_thumbs {
	position: absolute;
	margin-top: 65px;
	margin-left: 1px;
	width: 498px;
	height: 400px;
	overflow: hidden;
}

.playlist_page{
	position: absolute;
	width: 488px;
	height: 400px;
	padding-left: 10px;
}
#playlist_page_holder{
	position: absolute;
	height: 400px;
}

#related {
	position: absolute;
	background-image: url(graphics/related_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 391px;
	margin-left: 1px;
	height: 127px;
	width: 460px;
}


.related_thumbs_page .loading,
#related_loading{
	position: absolute;
	background-image: url(graphics/playlist_loader_1.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 376px;
	height: 32px;
	margin-top: 23px;
}

#related_loading{
	width: 460px;
	margin-top: 60px;
}

#related_thumbs {
	position: absolute;
	margin-left: 42px;
	margin-top: 36px;
	width: 376px;
	height: 90px;
	overflow: hidden;
}

#related_thumbs_page_holder{
	position: absolute;
	height: 92px;
	width: 376px;
}

.related_thumbs_page{
	position: absolute;
	height: 82px;
	width: 366px;
	padding-left: 10px;

}

#related_label,
#sites .label {
	position: absolute;
	color: #727272;
	font-size: 12px;
	font-weight: bold;
	margin-left: 1px;
}
#related_label
{
	margin-top: 398px;
}
/* @end */
#player {
	position: absolute;
	margin-top: 5px;
	margin-left: 1px;
	height: 300px;
	width: 460px;
}
#player_details {
	
}
#video_info {
	position: absolute;
	margin-top: 315px;
	padding-right: 160px;
	color: #F26C51;
	font-weight: bold;
	font-size: 13px;
	width: 305px;
	height: 70px;
	overflow: hidden;
}

#video_info #desc {
	color: #727272;
	margin-top: 5px;
	font-weight: normal;
	font-size: 11px;
}

#transcript {
	position: absolute;
	display: none;
	z-index: 95;
	width: 488px;
	height: 501px;
	background-color: #FFFFFF;
	border: 4px solid #3E404D;
	padding: 2px;
	margin-top: 5px;
	margin-left: 470px;
}

.transcript_content {
	font-size: 12px;
	height: 443px;
	overflow:auto;
	margin-top: 2px;
	padding: 8px;
	line-height: 1.35em;
	color: #3E4D58;
}

.pop_transcript_content {
	font-size: 12px;
	overflow:auto;
	margin-top: 2px;
	padding: 8px;
	line-height: 1.35em;
	color: #3E4D58;
}

#transcript_link:link,
#transcript_link:visited {
	position: absolute;
	margin-left: 312px;
	display: block;
	width: 123px;
	height: 26px;
	overflow: hidden;
	padding: 7px 15px 13px 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	background-image: url(graphics/transcript_up.gif);
}
#transcript_link:hover,
#transcript_link:active {
	background-position: bottom;
}

#page_bottom {
	background-image: url(graphics/page_bottom_bg.png);
	background-repeat: no-repeat;
	height: 8px;
}
#content_bottom {
	position: absolute;
	font-size: 12px;
	color: #8E8F93;
	margin-top: 528px;
	width: 970px;
	border-top: 1px solid #c5c5c5;
}

#sites {
	position: absolute;
	font-size: 12px;
	color: #8E8F93;
	margin-top: 15px;
	width: 970px;
}

#rel_com {
	position: absolute;
	background-image: url(graphics/rel_com.gif);
	width: 116px;
	height: 27px;
	margin-top: 23px;
}
#rel_com:hover,
#rel_com:active {
	background-position: bottom;
}

#rel_cafe {
	position: absolute;
	background-image: url(graphics/rel_cafe.gif);
	width: 121px;
	height: 27px;
	margin-left: 126px;
	margin-top: 23px;
}
#rel_cafe:hover,
#rel_cafe:active {
	background-position: bottom;
}



#rel_travel {
	position: absolute;
	background-image: url(graphics/rel_travel.gif);
	width: 52px;
	height: 27px;
	margin-left: 257px;
	margin-top: 23px;
}

#rel_hour {
	position: absolute;
	background-image: url(graphics/rel_hour.gif);
	width: 138px;
	height: 27px;
	margin-left: 319px;
	margin-top: 23px;
}




#footer {
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 11px;
}

#footer a:link,
#footer a:visited {
	color: #FFFFFF;
	padding: 0px 3px;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	text-decoration: underline;
}

#footer_left {
	position: absolute;
	text-align: left;
	padding-left: 17px;
	width: 475px;
}

#footer_right {
	position: absolute;
	margin-left: 505px;
	padding-right: 20px;
	text-align: right;
	width: 475px;
}

/* @group popup */

#static_content {
	width: 809px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	border: 4px solid #3E404D;
}

#popup_content {
	width: 809px;
	border: 4px solid #3E404D;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
}

#popup_content .loading{
	width: 809px;
	position: absolute;
	background-image: url(graphics/playlist_loader_1.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 32px;
	margin-top: 220px;
}
.popup_header,
.transcript_header {
	width: 809px;
	height: 40px;
	background-image: url(graphics/pop_back.gif);
	background-position: right;
}
.transcript_header {
	width: 488px;
}

#transcript #pop_close:link,
#transcript #pop_close:visited,
#popup_content #pop_close:link,
#popup_content #pop_close:visited {
	display: block;
	width: 137px;
	height: 22px;
	background-image: url(graphics/close_window.gif);
	float: right;
	margin-top: 9px;
	margin-right: 10px;
}

#transcript #pop_close:hover,
#transcript #pop_close:active,
#popup_content #pop_close:hover,
#popup_content #pop_close:active {
	background-position: bottom;
}

#static_content #pop_close {
	display: none;
}

#popup_content{
	margin-top: 125px;
	min-height: 300px;
}

#popup_content .advertise_content,
#popup_content .contact_content,
#popup_content .result_content,
#popup_content .register_content {
	margin-top: 5px;
	padding: 0px 15px 0px 15px;
}

#popup_content .about_content,
#popup_content .terms_content,
#popup_content .copyright_content,
#popup_content .disclosure_content,
#popup_content .privacy_content {
	margin-top: 5px;
	padding: 0px 15px 0px 15px;
	height: 480px;
	overflow: auto;
}



#static_content .advertise_content,
#static_content .about_content,
#static_content .register_content,
#static_content .contact_content,
#static_content .terms_content,
#static_content .privacy_content,
#static_content .result_content,
#static_content .disclosure_content,
#static_content .copyright_content {
	margin-top: 5px;
	padding: 0px 15px 15px 15px;
	overflow: auto;
}

#popup_content h2,
#static_content h2 {
	font-size: 18px;
	color: #00B2F0;
}

.labels {
	clear: left;
	height: 14px;
	overflow: hidden;
}
.inputs {
	clear: left;
	margin-bottom: 15px;
}

.labels .label {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #3E404D;
	padding-right: 4px;
	margin-right: 11px;
}

.inputs input {
	border: 1px solid #c5c5c5;
	height: 16px;
	overflow: hidden;
	margin-left: 3px;
	margin-right: 8px;
}
.inputs textarea {
	border: 1px solid #c5c5c5;
	height: 16px;
	margin-left: 3px;
}
.inputs select {
	margin-left: 3px;
	margin-right: 8px;
}

.left_column {
	margin-right: 200px;
	border-right: 1px solid #c5c5c5;
	padding: 0px 25px 0px 0px;
}

.right_column {
	width: 171px;
	float: right;
	padding: 0px 5px 0px 20px;
}
.ad_float_left {
	float: left;
	margin-right: 20px;
}
.copy {
	margin-top: 20px;
	padding-bottom: 15px;
	color: #3E404D;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #c5c5c5;
}

.right_column .title{
	margin-top: 20px;
	padding-bottom: 15px;
	color: #3E404D;
	font-size: 17px;
	font-weight: bold;
}

.right_column .contact_info{
	color: #3E404D;
	font-size: 12px;
}

.right_column .adv_contact{
	margin-bottom: 15px;
}

.right_column .map{
	margin-top: 15px;
}

.buttons_border,
.buttons {
	margin: 15px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
	height: 28px;
}
.buttons_border {
	border-top: 1px solid #c5c5c5;
}

.buttons a:link,
.buttons a:visited {
	
}

.buttons a:hover,
.buttons a:active {
	
}

.bio_picture {
	width: 99px;
	height: 119px;
	margin-top: 25px;
	background-image: url(graphics/bio_pic_bg.gif);
	float: left;
}

.bio_picture img{
	width:91px;
	height:111px;
	margin-left: 2px;
	margin-top: 2px;
}

.bio {
	width: 635px;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	color: #555;
	font-size: 12px;
	line-height: 20px;
}
.bio .title {
	font-size: 22px;	
}

.bio_clearer {
	clear: both;
	border-top: 1px solid #c5c5c5;
	margin: 0px;	
}

.bold {
	font-weight: bold;
}

.underlined {
	text-decoration: underline ;
}

p,
p a:link,
p a:visited {
	font-size: 12px;
	color: #3E404D;
	margin: 5px 0px 10px 0px;
}

p.indented {
	margin-left: 20px;
}

p.title {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.section_title {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

p.heading {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.send_btn:link,
.send_btn:visited,
.cancel_btn:link,
.cancel_btn:visited {
	display: block;
	float: left;
	width: 46px;
	height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	margin:0px 5px 0px 0px;
	background-image: url(graphics/send_btn_bg.png);
}
.cancel_btn:link,
.cancel_btn:visited {
	width: 55px;
	margin:0px 5px 0px 0px;
	background-image: url(graphics/cancel_btn_bg.png);
}

.send_btn:hover,
.send_btn:active,
.cancel_btn:hover,
.cancel_btn:active {
	background-position: bottom;	
}



/* @end */

