/* CSS Document */
body {
	margin: 0px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	color: #000;
	padding: 0px;
	font-size: 100%;
}

.t {background: url(images/dot.gif) 0 0 repeat-x; width:100%; background-color:#FFF; margin-bottom:6px;}
.b {background: url(images/dot.gif) 0 100% repeat-x;}
.l {background: url(images/dot.gif) 0 0 repeat-y;}
.r {background: url(images/dot.gif) 100% 0 repeat-y;}
.bl {background: url(images/main_bottom_left_corner.gif) 0 100% no-repeat;}
.br {background: url(images/main_bottom_right_corner2.gif) 100% 100% no-repeat;}
.tl {background: url(images/main_top_left_corner.gif) 0 0 no-repeat;}
.tr {background: url(images/main_top_right_corner.gif) 100% 0 no-repeat; padding:6px;}

.tr2 {background: url(images/main_top_right_corner2.gif) 100% 0 no-repeat; padding:6px;}
.tr3 {background: url(images/main_top_right_corner.gif) 100% 0 no-repeat;}
.tl2 {background: url(images/main_top_left_corner2.gif) 0 0 no-repeat;}

.trblue {background: url(images/blue_dot.gif) 100% 0 repeat;}
.tlblue {background: url(images/blue_dot.gif) 0 0 no-repeat;}

.top_box_blue {
	background-color:#456189;
	height:21px;
}

.top_box {
	border-bottom:1px solid #D2D2D2; 
	font-family:Arial, Verdana, Sans-Serif;
	font-size:0.9em;
	font-weight:bold;
	color:#666;
	padding-left:2px;
}

.top_box p {
	padding-bottom: 5px;
	margin:0px;
}

.top_box img {
	float: right;
}


.bottom_box {
	border-top:1px solid #D2D2D2; 
	padding-bottom:2px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:0.9em;
	font-weight:bold;
	color:#666;
	padding-left:2px;
}

.bottom_box p {
	padding-bottom: 5px;
	margin:0px;
}

.bottom_box span.right {
	float: right;
	padding-top:7px;
}

.bottom_box span.left {
	float: left;
	padding-top:7px;
}

.text_box_blue {
	zoom:1;
	border:1px solid #D2D2D2;
	padding:5px;
	background-color:#F5F5F5;
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
}

.text_box_blue img {
	float: left;
	padding:0px 5px 0px 2px;
}

.text_box_grey {
	background-color:#F5F5F5; 
	padding:5px; 
	margin-top:4px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	zoom:1;
}

.text_box_grey img {
	float: left;
	padding:0px 5px 0px 2px;
}

.text_box_grey span.right {
	float: right;
}

.text_box_clear {
	padding:5px; 
	margin-top:2px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	line-height:1.3em;
	zoom:1;
}

.text_box_clear img {
	float: left;
	padding:0px 5px 0px 2px;
}

.text_box_clear span.right {
	float: right;
}

.text_box_clear p { 
		 margin-bottom: 0px; 
		 margin-top: 0px; 
		 line-height:1.3em;
}
	
.text_box_clear ul {
		line-height:1.3em;
}

.clear {
		clear: both;
		line-height:0.2;
		font-size: 2pt;
}

* html .channel_content, .main_content { 
height:1px; 
}

.hiddenPic {
	display:none;
}

/* Text Classes */
.main_text {
	color:#000000;
	text-align:left;
	line-height:1.2em;
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 0.8em;	
}

.more_from_text {
	color:#666666;
	text-align:left;
	line-height:1.2em;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:0.85em;
}

.main_text_bold {
	color:#000000;
	text-align:left;
	font-weight:bold;
}

.sponsor_text {
	padding-left: 3px;
	color:#000000;
	font-style: italic;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:1em;
}

	.sponsor_box {
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 0.8em;
		padding: 0px;
	}
	
	.sponsor_box p { 
		margin-top: 0.1em; 
	}

	.sponsor_box ul {
		line-height:1.3em;
	}

	.sponsor_box hr { 
 		clear:both;
		border:0;
		height:1px;
		color:#D2D2D2;
		background:#D2D2D2;
		margin-left:10px;
		margin-right:10px;
	}

	div.sponsor_box p.clear {
		clear: both;
		line-height:0.2;
		font-size: 2pt;
	}


.box_title_text {
	font-size:1.3em;
	color:#666666;
	font-family:Arial, Verdana, Sans-Serif;
	line-height:1.8em;
	font-weight:bold;
}

.product_links {
	font-size:1.1em;
}
.product_links a, .product_links a:visited {color: #676767;}  
.product_links a:hover {color: #676767;}

.report_links {
	font-weight:normal;
	font-size: 0.9em;
}
.report_links a {
	font-weight:normal;
	text-decoration:none;
}
.report_links a:visited {
	text-decoration: none;
} 
.report_links a:hover { 
	text-decoration: underline;
}

.image {
	float:left;
	padding:2px 6px 0px 0px;
	margin-bottom: 5px;	
}

/* Common Top Styles */
#site_logos {
	clear:right;
	float:left;
}
	
#site_logos img {
	clear:both;
	float:left;
}

#logo_box {
	position:absolute;
	top:0px;
	right:0px;
}

#login {
	position:absolute;
	right:225px;
	width:150px;
	top:30px;
	color:#FFFFFF;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#login a, #login a:visited {color: #FFFFFF; }  
#login a:hover {color: #FFFFFF; }

#login2 {
	position:absolute;
	right:245px;
	width:250px;
	top:29px;
	color:#FFFFFF;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#login2 a, #login2 a:visited {color: #FFFFFF; }  
#login2 a:hover {color: #FFFFFF; }

#search_box {
	position:absolute;
	right:0px;
	width:auto;
	margin-top:25px;
	color:#FFFFFF;
	padding-right:2px;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#search_box span.bottom {
	padding-left:45px;
}

form {
	padding: 0px;
	margin: 0px;
}

.form_fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style: normal;
	font-weight: bold;
	color: #676767;
	background-color: #FFFFFF;
	letter-spacing: normal;
	border: 1px solid #567DB4;
	height: 16px;
	width: 150px;
}

.book_fields {
	font-family: Arial, Verdana, Sans-Serif;
	font-size:1em;
}

#bottom_right_box {
	text-align:right;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 560px;
	position:absolute;
	right:0px;
	padding-right:8px;
}

.grey_border_box {
	border: 1px solid #D2D2D2;
	line-height:1.5em;
	padding: 5px;
	}

.grey_border_box hr { 
 		clear:both;
		border:0;
		height:1px;
		color:#D2D2D2;
		background:#D2D2D2;
		margin-left:10px;
		margin-right:10px;
	}

/* Common Main body styles */
#outerwrap { 
	margin-top:5px;
	margin-right: -140px; 
	width:99%; 
	float: left;
} 

#innerwrap { 
	margin-right: 140px;
}

#left { 
	width:66%; 
	float:left; 
	margin-left:5px;
} 

#middle { 
	width:32%; 
	float: right;
} 

#innerwrap2{ 
	margin-right: 140px;
	margin-left:5px;
}

#left_gc {
	width:59%;
	float:left;
	margin-right: 1%;
	margin-left: 0px;
}
#podcast_icon {
	padding-right:16px;
}
	
#middle_gc {
	width:39%;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
}

#center_gc {
	width:99.8%;
	float:left;
	margin-left: 0px;
	margin-bottom: 10px;
}


#ads { 
	text-align:center;
	margin-top:5px;
	float:right; 
	width: 140px; 
	line-height:15px;
} 

#footer { 
	padding-top:5px;
	clear:both; 
	background-color:white;
	text-align:center;
	width:auto;
} 


	/* Channel Content Boxes */
	.channel_content_bottom {
		zoom:1;
		text-align:left;
		padding:5px 10px 10px 10px;
		border-left:1px solid #D2D2D2;
		border-right:1px solid #D2D2D2;
		border-bottom:1px solid #D2D2D2;
		line-height:1.3em;
		font-family:Arial, Verdana, Sans-Serif;
		font-size: 0.8em;
	}
	
	.channel_content_bottom img {
		float:left;
		padding:0px 6px 0px 0px;
		margin-bottom: 0px;
	}
	
	.channel_content_bottom p { 
		margin-bottom: 0px; 
		margin-top: 0px; 
		line-height:1.3em;
	}
	
	div.channel_content_bottom p.clear {
		clear: both;
		line-height:0.4;
		font-size: 2pt;
	}

	div.channel_content_bottom span.right {
			float:right;
	}
	
	
/* Main Content Boxes */
	.main_container {
		margin: 0px 0px 0px 5px;
	}
	.main_container_pop {
		margin: 5px;
	}
	.top_border {
		background: url("images/main_border_dot.gif") 0 0 repeat-x;
	}
	.bottom_border {
		background: url("images/main_border_dot.gif") 0 100% repeat-x;
	}
	.left_border {
		background: url("images/main_border_dot.gif") 0 0 repeat-y;
	}
	.right_border {
		background: url("images/main_border_dot.gif") 100% 0 repeat-y;
	}
	.top_left_corner {
		background: url("images/main_top_left_corner.gif") 0 0 no-repeat;
	}
	.top_right_corner {
		background: url("images/main_top_right_corner.gif") 100% 0 no-repeat;
	}
	
	.content_box {
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 0.8em;
		padding: 10px;
	}
	
	.content_box p { 
		margin-top: 0.1em; 
	}

	.content_box ul {
		line-height:1.3em;
	}

	.content_box hr { 
 		clear:both;
		border:0;
		height:1px;
		color:#D2D2D2;
		background:#D2D2D2;
		margin-left:10px;
		margin-right:10px;
	}

	div.content_box p.clear {
		clear: both;
		line-height:0.2;
		font-size: 2pt;
	}

	div.content_box span.right {
		float:right;
	}

	#content_left_box {
		width:68%;
		float:left;
		border-right: 1px solid #D2D2D2;
		margin-bottom:10px;
		line-height:1.3em;	
	}

	#content_left_box img {
		float:left;
		padding:0px 10px 0px 0px;
	}

	#content_right_box {
		width:28%;
		float:right;
		padding-right:10px;
		padding-left:10px;
		margin-bottom:10px;
		line-height:1.3em;	
	}

	#content_right_box img {
		padding: 0px;
		margin: 0px;
		padding-right:4px;
	}

	.content_formbox {		
		width:100%;
		float:left;
	}

	.content_formbox img {
		padding: 0px;
		margin: 0px;
		padding-right:4px;
	}

	.content_left_formbox {		
		width:320px;
		float:left;
	}

	.content_right_formbox {
		width:auto;
		clear:right;
	}

	.content_left_formbox img {
		padding: 0px;
		margin: 0px;
		padding-right:4px;
	}


	.content_right_formbox img {
		padding: 0px;
		margin: 0px;
		padding-right:4px;
	}

/******************** END *****************************/

#footer hr {
	border:0;
	height:1px;
	color:#D2D2D2;
	background:#D2D2D2;
	margin-left:10px;
	margin-right:10px;
}

#footer_text {
	margin-left:8%;
	margin-right:8%;
	line-height:1.3em;
	font-family:Arial, Verdana, Sans-Serif;;
	font-size: 0.8em;
}

