/*
 * site.css
 * Main Site CSS Definitions
 */
@import url(reset.css);
@import url(default.css);
@import url(cms.css);

/*
 * Main Layout
 */

body {
	font: 10pt Arial, Verdana, sans-serif;
	background: url('/media/structure/bg_tile.png') repeat-x;
}

	#global {
		width: 1000px;
		margin: 0 auto;
		text-align: left;
	}

/* HEADER CSS */	
		#header{
			background: url('/media/structure/bg_header.png') no-repeat right bottom;
			height: 300px;
		}
		
		#header-top{
			height: 150px;
		}
			#top-nav{
				background: url('/media/structure/bg_navTrans.png') no-repeat;
				height: 59px;
				width: 554px;
				float: left;
			}
			
				#top-nav ul li{
					list-style: none;
					float: left;
					font-size: 14px;
					text-transform: uppercase;
					padding-top: 10px;
					
				}
				
					#top-nav ul li a{
						color:	#D0DEE8;
						padding-right: 10px;
					}
					
					#top-nav ul li a:hover, #top-nav ul li.active a{
						color:	#ffffff;
						text-decoration: underline;
					}
									
			#header-top-right{
				float: right; 
				padding-right: 50px; 
				padding-top: 5px;
			}
			
			#header-top-right table {
				margin-top: 20px;
				background: none;
				width: 175px;
			}
			
			#header-top-right table tr td{
				background: none;
				vertical-align:middle; 
				padding-bottom: 10px;
			}
			
			#header-top-right a{
				color: #E9E9E9;
				font-size: 16px;
				font-family: arial;
			}
			
			#header-top-right a:hover{
				text-decoration: underline;
			}
			
		#header-bottom{
			height: 100px;
			padding-top: 20px; 
			clear: both;
			
		}
		
		#logo{
			position: absolute;
			top: 200px;
		}

/* STRUCTURE OF COLUMNS */	

#left-column{
	float: left;
	width: 210px;
	padding-top: 10px;
}
	#left-column h1{
		font-size: 16px;
		color: #2E485C;
		margin-bottom: 0px;
		padding-top: 10px;
	}
	#left-nav p{
		font-size: 17px;
		color: #333333;
		text-align: right;
	}
	
	#left-nav h5{
		font-size: 12px;
		color: #333333;
		font-weight: lighter;
		margin: 0px;
		font-family: arial;
		line-height: 20px;
	}

	#left-nav ul li{
		text-align: right;
		list-style: none;
		padding-top: 4px;
		height: 22px;
		text-transform:uppercase;
		font-size: 12px;
	}
	
		#left-nav ul li a{
			color: #000000;
		}
	
	#left-nav ul li a:hover {
		text-decoration: underline;
		
	}
	
	#left-nav ul li.active {
		background: url('/media/structure/bg_li_left_menu.png') no-repeat;
	}
		

#main-column{
	float: left;
	width: 435px;
	padding: 0px 40px;
	color: #333333;
	font-size: 12px;
	padding-bottom: 20px;
}
	#main-column p{
		font-size: 12px;
		font-family: arial;
		color: #333333;
		line-height: 20px;
	}

	#main-column h1{
		padding-top: 40px;
		font-size: 16px;
		color: #2E485C;
	}
	
	#main-column ul li{
		padding-bottom: 5px;
	}

#right-column{
	float: right;
	width: 265px;
	margin-top: -13px;
}

#f2 p{
	padding-top: 5px;
	font-size: 13px;
	width: 250px;
	font-weight: normal;
}

#submit, #submit1{
	color: #fff;
	padding-bottom: 5px;
}

#submit1{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
	#region-nav{
		background: url('/media/structure/location_box.png') no-repeat;
		height: 132px;
		padding-bottom: 20px;
	}
	
		#region-nav ul{
			padding-top: 5px;
		}

			#region-nav ul li{
				padding-top: 2px;
				list-style: none;	
				font-size: 12px;			
			}
			
			#region-nav ul li a:hover{
				text-decoration: underline;
			}
			
			#region-nav ul li.active{
				list-style-image: url('/media/structure/li_dot.png');
				font-weight: bold;
			}
			
				#region-nav ul li a{
					color: #000000;
				}
				
				#login-box h1{
					font-size: 16px;
					color: #2E485C;
				}
					
				#login-box h3{
					color: #0061A9;
					font-size: 13px;
					width: 250px;
					font-weight: normal;
				}	
					#email-field label{
						text-align: right;
						margin-left: 24px;
					}
				
					#email-field input, #password-field input{
						margin-left: 10px;
						margin-bottom: 10px;
					}
		
			#member-box ul{
				margin:0; padding:8px 0 0 38px;
			}
			#member-box ul li{
				list-style: none;
				padding: 2px;
			}
			
			#forget-password-form {
				display:none;
			}
			
		#site-map ul li{
			list-style: none;
		}
		
			#site-map ul li a:hover{
				text-decoration: underline;
			}
			
		.submit{
			background: url('/media/structure/button.png') no-repeat;
			width: 100px;
			height: 26px;
			cursor: pointer;
			border: none;
			margin-left: 71px;
			margin-bottom: 10px;
		}
/*  ARTICLE LIST AND DETAIL CSSSSSSSS   */	
#article-list{
	clear: both;
}

	#article-list table{
		margin-bottom: 20px;
	}

	#fldDate{
		margin-top: -13px;
	}
	
	#fldByLine{
		padding-top: 10px;
	}

/* FOOTER SHIZ */

#footer{
	border-top: 1px solid #9BB9CE;
	clear: both;
	width: 1000px;
}

#footer ul{
		margin-left: -38px;
		margin-top: 0px;
		float: left;
	}
	
	#footer ul li{
		float: left;
		list-style: none;
		padding-right: 5px;
		text-transform: uppercase;
		font-size: 10px;
		margin-top: 0px;
	}
	
		#footer ul li a{
			color: #6E8CBA;
		}
		
		#footer ul li a:hover{
			text-decoration: underline;
		}	
		
		#footer ul li a.active{
			text-decoration: underline;
		}
		
		#footer p{
			margin-top: 0px;
			float: right;
			font-size: 10px;
			color: #6E8CBA;
		}
	li.active{
		color:red;
	}
	
	

	
	