/* MAIN CSS */
/* Redefined HTML */

html{
	margin: 0;
	padding: 0;
	}

body{
	margin: 0;
	padding: 0;
	background-image:url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

h3{
	font-size:12px;
	}

	
table {
	padding: 0;
	margin: 0 0 0 -2px;
	border: 0;
	}

tr {
	padding: 0;
	margin: 0;
	}	

td {
	padding: 0 0 5px 0;
	margin: 0;
	}
	
/* Layers */
#wrapper {
	width: 988px;
	margin: 0 auto 0;
	/* background-color: #00FFFF; */
	}

#top{
	width: 988px;
	height: 162px;
	background-image:url(../images/top.jpg);
	float:left;
	}
	
	#top a{
		width: 988px;
		height: 162px;
		display: block;
		}

#left_menu{
	width: 165px;
	height: 366px;
	background-image:url(../images/left_menu.jpg);
	float:left;
	}
	
	#left_menu a{
		position: relative;
		left: 5px;
		top: 5px;
		width: 155px;
		height: 111px;
		/* background-color: #FF0000; */
		display: block;
		}


#main_wrapper{
	width: 823px;
	float: left;
	}
	
	#main_wrapper h3 {
		margin: 0 0 5px;
		padding: 0;
		font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
		color: #FF7800; /* orange */
		line-height: 1.3;
		}
		
		#main_wrapper h3.indented {
			margin-left: 5px;
			}
		
		#main_wrapper h3 a, #main_wrapper h3 a:hover {
			color: #FF7800;
			}
	
	#main_wrapper p {
		margin: 0 0 5px;
		padding: 0;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #777777; /* dark gray */
		line-height: 130%;
		}

	#main_wrapper td {
		margin: 0 0 10px;
		padding: 0 10px 10px 0;
		border: 1px #000000;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #777777; /* dark gray */
		line-height: 130%;
		}
		
	/*
	#main_wrapper .85wide {
		width: 85px;
		}
		*/
	
	#main_wrapper .ingress{
		font-weight: bolder;
		}
		
	#main_wrapper ul {
		/* list-style-image: url(../images/bullet.gif); */
		margin: 0 0 20px 0;
		padding: 0 0 0 16px;
		list-style: square;
		}
		
	#main_wrapper li {
		margin: 0 0 4px 0;
		padding: 0;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #FF7800;
		line-height: 120%;
		}
	
	#main_wrapper a {
		text-decoration: none;
		 /*color: #333333; dark gray */
		color: #4A5D74; /* blue */
		}
		
	#main_wrapper a:hover {
		text-decoration: underline;
		color: #4A5D74; /* blue */
		/* color: #FF7800; orange */
		}
	
	#main_article {
		width: 522px;
		height: 211px;
		background-image:url(../images/main_article.jpg);
		float: left;
		}
		
		#main_article_text {
			position: relative;
			margin: 20px 0 0 20px;
			width: 480px;
			height: 175px;
			overflow: auto;
			/* background: #AAAAAA; */
			}
		
	#main_ad {
		width: 301px;
		height: 211px;
		background-image:url(../images/main_ad.jpg);
		float:left;
		}
		
		#main_ad a {
			position: relative;
			left: 5px;
			top: 5px;
			width: 266px;
			height: 200px;
			display: block;
			}			
		
	#main_ticker {
		width: 823px;
		height: 33px;
		background-image:url(../images/main_ticker.jpg);
		float:left;
		}
		
		#main_ticker div {
			position: relative;
			top: 2px;
			left: 8px;
			width: 783px;
			height: 33px;
			}
			
			/* Newsticker CSS based on http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html */
			
			#main_ticker .tickercontainer { /* the outer div with the black border */
				border: none; 
				width: 786px; 
				height: 16px; 
				margin: 6px 0 0 -1px; 
				padding: 0;
				overflow: hidden;
				}
				
			#main_ticker ul.newsticker { /* that's your list */
				position: relative;
				left: 750px;
				font: 10px Verdana;
				list-style-type: none;
				margin: 0;
				padding: 0;
				}
			
			#main_ticker ul.newsticker li {
				float: left; /* important: display inline gives incorrect results when you check for elem's width */
				margin: 0;
				padding: 0;
				background: #fff;
				color: #999999;
				}
			
			#main_ticker ul.newsticker a {
				white-space: nowrap;
				padding: 0;
				color: #FF7800; /* orange */
				font: 10px Verdana;
				margin: 0 50px 0 0;
				} 
			
			#main_ticker ul.newsticker span {
				margin: 0 10px 0 0;
				} 

	#main_projects {
		width: 522px;
		height: 122px;
		float:left;
		}
		
		#main_projects .project {
			width: 174px;
			height: 122px;
			background-image:url(../images/main_projects.jpg);
			float: left;
			}
			
	#main_news {
		width: 301px;
		height: 122px;
		background-image:url(../images/main_news.jpg);
		float:left;
		}
		
		#main_news div {
			position: relative;
			left: 20px;
			top: 20px;
			width: 237px;
			height: 90px;
			float: left;
			overflow: auto;
			}
		
	#article_wrapper {
		width: 522px;
		background:url(../images/article_wrapper.jpg) no-repeat;
		float: left;
		}
		
		#article_text, #project_text {
			position: relative;
			margin: 20px 0 0 20px;
			width: 475px;
			/* background: #AAAAAA; */
			}
			
			#article_image {
				width: 194px;
				height: 164px;
				margin: 0 20px 10px 0;
				background-image:url(../images/article_image.jpg);
				float: left;
				clear: none;
			}
			
			#article_text p, #article_text p  {
				line-height: 140%;
				}
				
		#mediaplayer {
			width: 522px;
			height: 337px;
			background:url(../images/mediaplayer.jpg) no-repeat;
			float: left;
			margin: 0 0 15px 0;
			}
			
			.video_thumb {
				position: relative;
				float: left;
				width: 174px;
				height: 125px;
				background:url(../images/video_thumb.jpg) no-repeat;
				}
				
				#main_wrapper .video_thumb img {
					margin: 10px 0 0 9px;
					border: none;
					}
				
				#main_wrapper .video_thumb a {
					outline-style: none;
				}
				
				#main_wrapper .video_thumb ul {
					margin: 10px 0 0 5px;
					}

		#project_text h3 {
			margin: 0 0 0px;
			padding: 0;
			font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
			color: #FF7800; /* orange */
			/* line-height: 1.1; */
			}
				
		#project_text h4 {
			margin: 0 0 1px;
			padding: 0;
			font: bolder 10px Verdana, Arial, Helvetica, sans-serif;
			color: #777777; 
			/* line-height: 1.3; */
			}

		#project_text h5 {
			margin: 0 0 0px;
			padding: 0;
			font: 10px Verdana, Arial, Helvetica, sans-serif;
			color: #777777; 
			/* line-height: 1.3; */
			}
		#project_text a {
			/* margin: 0 0 0px; */
			text-decoration: none;
			 /*color: #333333; dark gray */
			color: #4A5D74; /* blue */
			line-height: 2.4;
		}
		
		
		#project_text a:hover {
			/* margin: 0 0 0px; */
			text-decoration: underline;
			color: #4A5D74; /* blue */
			/* color: #FF7800; orange */
			line-height: 2.4;
		}

	#feature_images_flash {
		width: 522px;
		height: 416px;
		float: left;
		}
	
	#news_wrapper {
		width: 301px;
		background:url(../images/news_wrapper.jpg) no-repeat;
		float: left;
		}
		
		#news_main {
			width: 301px;
			background:url(../images/news_wrapper.jpg) no-repeat;
			float: left;
			}
			
			#news_main div {
				margin: 20px 0 0 20px;
				width: 237px;
				float: left;
				}
		
		#news_footer {
			width: 301px;
			height: 12px;
			margin: 5px 0 0 0;
			background:url(../images/news_footer.jpg) no-repeat;
			float: left;
			}
			
		#news_wrapper .app {
			position: relative;
			float: left;
			width: 278px;
			height: 106px;
			}
			
		#news_wrapper .app a {
			position: relative;
			float: left;
			display: block;
			width: 266px;
			height: 95px;
			margin: 5px 0 0 7px;
			/* background: #F0F; */
			}
			
		#news_wrapper #app1 {
			background:url(../images/multimedia_app1.jpg) no-repeat;
			}
			
		#multimedia_list {
			position: relative;
			float: left;
			width: 278px;
			/* background: #FFF url(../images/multimedia_list.jpg) no-repeat left top; */ /* When app banners */
			background: url(../images/news_wrapper.jpg) no-repeat; /* When no app banners */
			}
			
			#multimedia_list div {
				position: relative;
				float: left;
				margin: 20px 0 0 20px;
				width: 237px;
				}

	
	#feature_wrapper {
		width: 301px;
		background-color: #FFFFFF;
		float: left;
		}
		
		#feature_map_flash {
			width: 301px;
			height: 211px;
			float: left;
			}
			
		#feature_text {
			width: 301px;
			background: url(../images/feature_text.jpg) no-repeat;
			float: left;
			}
				
			#feature_text div {
				margin: 20px 0 0 20px;
				width: 237px;
				float: left;
				}
		
		
/* Classes */
.menuchoice{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
	.menuchoice a{
		color: #666666;
		}
	
/* ADMIN CSS */
/* Redefined HTML */
input,textarea,select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
/* Layers */
#contentWrapper{
	background-color:#FFFFFF;
	}
	
#admin_content{
	position: relative;
	top: 20px;
	left: 200px;
	}
	
#admin_left{
	position: absolute;
	top: 20px;
	left: 10px;
	}

/* Classes */
.pub_body{
	width: 500px;
	height: 350px;
	}
	
.pub_ingress{
	width: 500px;
	height: 70px;
	font-weight: bold;
	}
	
.pub_heading{
	font-size: 12px;
	font-weight: bold;
	width: 300px;
	}
	
.listHeader{
	background-color:#CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	}

		
/* CLEAR FLOAT FIX as seen on http://www.positioniseverything.net/easyclearing.html */
	
.clearfix:after {
    content: "."; 
    display: block; 
    clear: both;
	background-color: #FF00FF;
	font-size:0;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CLEAR FLOAT HACK END as seen on http://www.positioniseverything.net/easyclearing.html */