/* ----------------------------------------------------------------------------------*/
/* ------------------------------------ STYLE ---------------------------------------*/
/* ----------------------------------------------------------------------------------*/

html { overflow: -moz-scrollbars-vertical; /* height: 100.02%; */ }

*{
	padding: 0;
	margin: 0;
}

body{
	font-family: tahoma,arial,helvetica,verdana,sans-serif;
	margin:0 auto;
	font-size: 11px;
	color: #555661;
	background-color: #FFF;
}

img{
	border: 0;
}

h1{
	font-weight: 300;
	height: auto;
	width: auto;
	padding-bottom: 5px;
	font-size: 18px;
	color: #595B65;
	}

h1 a:link {color: #595B65;}
h1 a:visited {color: #595B65;}

a:link.gray {color: #737683; text-decoration: none}
a:visited.gray {color: #737683; text-decoration: none}
	
a:link {color: #0E7DC2; text-decoration: none}
a:visited {color: #0E7DC2; text-decoration: none}

#container {
	width:910px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------------------*/
/* ------------------------------------ NAVIGATION ----------------------------------*/
/* ----------------------------------------------------------------------------------*/

#navigation {
	width:100%;
	height:29px;
	background: #2277BC url("../images/nav_gradient.gif") repeat-x 0 0;
}

#nav_list
	{
	width:910px;
	margin-left: auto;
	margin-right: auto;
	}

#nav_list li
	{
		margin: 0;
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#nav_list a:link, #nav_list a:visited
	{
		float: left;
		font-size: 11px;
		margin: 6px 7px 0 7px;
		padding: 2px 4px 2px 5px;
		text-decoration: none;
		color: #D1EBFA;
	}

#nav_list a:link.active, #nav_list a:visited.active
	{
		/* background: #2E9DE2; */
		color: #FFF;
		font-weight: bold;
	}

#nav_list a:hover
	{
		color: #FFF;
	}

/* ----------------------------------------------------------------------------------*/
/* ------------------------------------ HEADER --------------------------------------*/
/* ----------------------------------------------------------------------------------*/

#header {
	padding-top:15px;
	width:910px;
	height:78px;
}

.logo{
	padding-top: 33px;
	font-size: 34px;
	padding-bottom: 5px;
	font-weight: 300;
	letter-spacing: 1px;
}


/* ----------------------------------------------------------------------------------*/
/* ------------------------------- LATEST HEADLINES ---------------------------------*/
/* ----------------------------------------------------------------------------------*/

#latest {
	width:893px;
	height:36px;
	margin: 10px 0 10px 0;
	border: 1px solid #E9ECED;
	line-height: 35px;
	padding-left: 15px;
	background-color: #FBFBFB /* #FCFCFC; */
}

#latest a{

	padding: 1px;
	margin: 0px 4px 2px 0;
	text-decoration: none;
	margin-bottom: 4px;
	font-weight: bold;
}

#latest a:hover{
	text-decoration: underline;
}

a.tickl{line-height:12px;text-decoration:none;font-weight:bold;}
a.tickl:hover{text-decoration:underline;}
.ticki{width:629px;height:13px;overflow:hidden;}
.ticko{width:629px;border-top:1px solid #FFFFFF;border-bottom:1px solid #990000;padding:1px 0 4px 0;margin:4px 0 0px 0;display:block;}
.tickls{color:#444444;}
.tickh{display:none;}

/* ----------------------------------------------------------------------------------*/
/* ---------------------------------- TOOL TIPS -------------------------------------*/
/* ----------------------------------------------------------------------------------*/

#fixedtipdiv{
	position:absolute;
	width: 200px;
	padding: 2px 2px 2px 5px;
	border:1px solid #E9ECED;
	font:normal 11px tahoma;
	line-height:14px;
	z-index:100;
}

/* ----------------------------------------------------------------------------------*/
/* --------------------------------- MAIN CONTENT -----------------------------------*/
/* ----------------------------------------------------------------------------------*/

.content { 
	width:910px;
	height:240px;
	padding-top:6px;
	height:auto;
	clear: both;
}

.left { 
	float: left;
	height: auto;
	width:300px;
	margin-right: 2px;
}

.middle { 
	height:auto;
	width:300px;
	margin:0 auto 0 auto;
}

.right { 
	float: right;
	height:auto;
	width:300px;
	margin-left: 2px;
}

.content ul {
	list-style-type: none;
	padding-bottom: 1px;
}
 
.content li {
	margin: 5px 0 11px 0;
}
 
.content.topstories li {
	margin: 5px 0 10px 0;
}
 
.content li a{
	line-height: 17px;
	padding: 1px;
	padding-left: 0;
	margin: 1px 6px 5px 0;
	text-decoration: none;
	font-weight: bold;
}

.content li a:hover{
	text-decoration: underline;
}

.date_time{
	font-size: 10px;
	padding: 1px 1px 1px 2px;
	color: #A8ABB8;
	margin-bottom: 5px;
}

.source{
	font-size: 10px;
	padding: 1px 1px 1px 0;
	color: #A8ABB8;
	margin-bottom: 5px;
	font-weight: bold;
}

.highlight{
	background-color:#FFFDD2;
}


/* ----------------------------------------------------------------------------------*/
/* -------------------------------- SITE DETAIL PAGE --------------------------------*/
/* ----------------------------------------------------------------------------------*/

.site_content { 
	width:910px;
	margin:10px 0 13px 0;
	padding-top: 12px;
	height:auto;
	border-top: 1px solid #0E7DC2;
}

.site_content p { 
	width:450px;
	line-height:1.7em;
}

/* ----------------------------------------------------------------------------------*/
/* ---------------------------------- IMAGE ARRAY -----------------------------------*/
/* ----------------------------------------------------------------------------------*/

.image_array { 
	width:910px;
	margin:7px 0 17px 0;
	height:auto;
	text-align: center;
}

.image_array img{
	border: 1px solid #E9ECED;
	width: 75px;
	height: 75px;
	margin-right: 14px;
}

/* ----------------------------------------------------------------------------------*/
/* --------------------------------- LINKS SECTION ----------------------------------*/
/* ----------------------------------------------------------------------------------*/

.links { 
	background: url(../images/menudash.gif) top center repeat-x ;
	width:910px;
	margin-top:10px;
	padding-top: 15px;
	height:auto;
}

.links ul {
	list-style-type: none;
}
 
.links li {
	margin: 4px 0 0 0;
}

.links a{
	line-height: 17px;
	padding: 1px;
	margin: 1px 6px 5px 0;
	text-decoration: none;
}

.links a:hover{
	text-decoration: underline;
}


/* ----------------------------------------------------------------------------------*/
/* ------------------------------------ FOOTER --------------------------------------*/
/* ----------------------------------------------------------------------------------*/

#footer { 
	clear: both;
	width:910px;
	height:100px;
	margin-top:19px;
	padding-top: 10px;
	border-top: 1px solid #0E7DC2;
	line-height: 20px;
}

#footer a{
	line-height: 17px;
	padding: 1px;
	margin: 1px 3px 3px 3px;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover{
	color: #FFF; 
	background-color: #0E7DC2;
}

.divider {
	color: #A8ABB8;
}