html, body {
	font: 12px "trebuchet MS", verdana, tahoma;
	background-color: #333;
	color:#666;
	margin:0px;
	height:100%; /* IE6: treats as min-height*/
}

a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:none;
}

/* PAGINATION LINKS */
#pagination {
	margin:30px 0px 20px 0px;
	clear:both;
	text-align:right;
}

#pagination a:hover {
	background-color:#CCCCCC;
	color:#FFFFFF;
	text-decoration:none;
}

.navigation_link{
	padding: 5px;
	margin: 0px 0px 0px 0px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background-color:#9AC2EF;
}

.navigation_link:hover {
	padding: 5px;
	margin: 0px 0px 0px 0px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background-color:#ccc;
}

.navigation_link_current{
	padding: 5px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background-color:#999999;
}
/* end PAGINATION LINKS */
/* home CSS */
#page {
	width: 1000px;
	margin-right:auto;
	margin-left:auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treats as min-height*/
	min-height:100%; /* real browsers */
	
	color: #666;
}



#top_menu {
	padding:0px 0px 0px 0px;
	text-align:center;
	margin-top:160px;
	border-top:#80b4d8 1px solid;
	border-bottom:#80b4d8 1px solid;
	width:920px;
	margin-right:auto;
	margin-left:auto;
	height:25px;
	margin-bottom:5px;
}

.clear{
	clear:both;

}

#top_text_menu, #top_text_menu A {
	margin:0px;
	text-align:right;
	color:#999;
	text-decoration:none;
}
#top_text_menu A:hover {
	color:#333;
}
#top_text_menu{
	clear:both;
	padding-top:140px;
	margin-right:100px;
	font-size:11px;
}

#home_content_container {
	padding: 10px 20px 20px 20px;
	clear:both;

}
#splash_screen{
	width:950px;
	clear:both;
	margin-right:auto;
	margin-left:auto;
	padding-left:20px;
}

#splash_screen #screen{
	width:230px;
	float:left;
	padding-right:15px;
	padding-left:10px;
}
#image_loader_container{
	margin-bottom:30px;
}
#image_loader{
	width:930px;
}

#splash_screen #screen #section_header{
		border-bottom:#666 1px dotted;
		font-size:16px;
		margin-bottom:10px;
		letter-spacing:3px;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		
}
#splash_screen #screen #scroller_title{
	font-size:11px;
	color:#333;
}
#splash_screen #screen #scroller_more_detail{
	float:right;
	padding-bottom:10px;
	padding-top:5px;
}
#splash_screen #screen #timestamp{
	float:left;
	font-size:10px;
	padding-top:5px;
}

#splash_screen #screen #scroller_description{
	font-size:11px;
}

#splash_screen #scroller_image {
	float:left;	
	border:#ccc 1px solid;
}

#splash_screen #scroller_content_container {
	float:left;
	padding-left:5px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}



#splash_screen #screen UL{
	margin:0px 0px 0px 0px;
	padding:0px;
}

#splash_screen #screen UL LI{
	padding:3px 0px 3px 10px;
	margin:0px;
	list-style:none;
	clear:both;
	background: url(../../../images/icons/arrow_blue.gif) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom:#CCC 1px solid;

}
#splash_screen #screen UL LI A{
	color:#333;
}

#splash_screen #screen UL LI A:hover{
	color:#39F;
}

#splash_screen #section_footer {
	margin:5px 5px 0px 5px;
	
}


#splash_screen #section_footer A{
	color:#999;
	font-weight:normal;
	font-size:9px;
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	color:#39F;
	padding:5px 5px 5px 5px;
}

#splash_screen #section_footer A:hover{
	color:#fff;
	background-color:#39F;
}


#splash_list .thumb{
	float:left;
	background-color:#F4F4F4;
	width:111px;
	height:70px;
	margin-right:10px;
	margin-bottom:10px;
	border-left: #ccc dotted 1px;
}
#splash_list .thumb a{
	display:block;
	font-weight:bold;
	font-size:13px;
	padding:5px;
	height:65px;

}
#splash_list .thumb a:hover{
	background-color:#60ADD9;
	height:60px;
	border-bottom: #ccc solid 5px;
	color:#FFF;
}

#left {
	width: 20%;
	margin-right: 40px;
	float: left;
	padding-top:82px;
}

#left_gallery {
	width: 20%;
	margin-right: 40px;
	float: left;
	padding-top:55px;
}


#mid {
	width: 43%;
	margin-right: 30px;
	float: left;
	color:#999;

}
#right {
	width: 29%;
	float: left;
	padding-top:100px;
}

#double_column {
	width: 70%;
	float: left;
	padding-top:50px;

}

#gallery{
	clear:both;
	margin-top:20px;
}
#gallery UL{
	padding:0px;
	margin:0px;
}
#gallery UL LI{
	list-style-type:none;
	float:left;
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	cursor:hand;
	margin:4px;

}

#image_clear {
	margin-bottom: 20px;
	text-align:center;
}
BR{
		clear:both;


}
.subtitle {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px dotted #666;
	font-weight:normal;
	font-size:16px;
	color:#999;
	font-variant:small-caps;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:2px;
}
.attention {
	color: #990000;
	text-align:center;
	clear:both;
	border:#990000 dotted 1px;
	margin-right:auto;
	margin-left:auto;
	padding:5px 5px 5px 5px;
	width:100%;
	background: #F2FBFF;
}
.firstletter {
	FONT-WEIGHT: bold;
	FONT-SIZE: 3em;
	FLOAT: left;
	LINE-HEIGHT: 65px;
	MARGIN-RIGHT: 0.2em;
	color:#999;
}

.pquote {
	font-size: 1.5em;
	background: url(images/openquote.gif) no-repeat left top;
	float: right;
	margin: 0px;
	width: 12em;
	color: #669900;
	line-height: 1.2;
	font-style: italic;
	padding: 0.5em;
	text-align:left;
}
#image_middle {
	text-align: left;
	border-bottom:1px dotted #999;
	padding-bottom:10px;
}

#footer {
	clear:both;
	height:40px;
	margin-right:auto;
	margin-left:auto;
	padding-top:100px;;
	text-align:right;
	width:1000px;
	background-color:#FFF;
}
.ie6 #footer {
	clear:both;
	height:40px;
	margin:auto;
	text-align:right;
	width:1010px;
	background-color:#FFF;
}


#footer .left{
	border-top:#CCC 2px solid;
	float:left;
	margin-right:20px;
	width:860px;
	text-align:left;
	padding-left:10px;
	padding-top:12px;
	font-size:10px;
}
#footer .right{
	border-top:#CCC 2px solid;
	float:left;
	width:100px;
	padding-right:10px;
	padding-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999;
}

#loaderimg{
width:100%;
text-align:center;
padding-top:10%;
}

.slogan {
color:#666666;
font-size:18px;
line-height:20px;
font-weight:bold;
}

.spot {
	color:#CC3300;
	font-size:16px;
	font-weight:normal;
	line-height: 24px;
	padding-top:10px;
}

.content {
color:#666666;
font-size:14px;
line-height: 22px;
padding-top:10px;
}


.leftcol{
float:left;
text-align:right;
font-weight:bold;
}

.rightcol{
float:left;
text-align:left;
margin-left:10px;
}

#page_content_container{
	width:250px;
	margin-right:auto;
	margin-left:200px;
	margin-top:10px;
}

#page_content_container .content{
	float:left;
	line-height:30px;
}

#page_content_container .spot{
	border-bottom:#666 dotted 1px;
	padding-bottom:15px;
}

.content_title{
	clear:both;
	font-size:20px;
	border-bottom:#666 dotted 1px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#690;
	font-variant:small-caps;
	letter-spacing:2px;

}


#tech_image {
clear:both;

}
#content_container {
	float: left;
}

.left{
	float:left;
}

/*start sub content*/
#content_container {
margin-right:auto;
margin-left:auto;
padding:10px 40px 10px 40px;
background-color:#FFFFFF;
}

#content_title {
	clear:both;
	margin-bottom:20px;
	padding-bottom:5px;
	font-size:21px;
	border-bottom:#CCCCCC 1px dotted;
	color:#669900;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:2px;
}

#content_title_container {
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:20px;
	border-bottom:#CCCCCC 1px dotted;
	color:#669900;
	font-family:"trebuchet MS", verdana, tahoma;
}

#content_title_back {
font-size:12px;
padding-left:640px;
	background-image:url(../../../images/icons/bullet_back.png);
	background-repeat:no-repeat;
	background-position: 625px 4px;


}

#content_title_one{
float:left;

}


#content_title_list {
	clear:both;
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:13px;
	border-bottom:#CCCCCC 1px dotted;
	color:#669900;
	font-family:"trebuchet MS", verdana, tahoma;
}



#content_spot {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	clear:both;
	margin-bottom:10px;
	font-size:16px;
	border-bottom:#CCCCCC 1px dotted;
	color:#CC6600;
	text-align:left;
	padding-bottom:16px;
	font-weight:normal;
}

.content_subtitle {
	clear:right;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:5px;
	font-size:18px;
	border-bottom:#CCCCCC 1px dotted;
	color:#666666;
	font-family:"trebuchet MS", verdana, tahoma;
}
#midcol_content {
	color:#333333;
	font: 12px/20px tahoma, arial, "trebuchet MS";
}
#midcol_content p{
text-align:justify; 

}

#content_image{
/*text-align:center;*/
float:left;
padding:5px 15px 15px 0px;
clear:left;
}


#content_image img
{
	background: #fff;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	position: relative;
	clear:left;
	
}
/*end sub content*/

/*********************/

#filter_years_container{
border-bottom:#CCCCCC 1px dotted;
padding:0px 0px 10px 5px;
margin-bottom:10px;	
}

UL#filter_years{
list-style-type:none;
display:block;
width:100%;
margin:0px;
padding:0px;
}

LI#filter_year, LI#filter_year_selected,{
list-style-type:none;
display:block;
float:left;
width:50px;
height:20px;
text-align:center;
margin:0px 0px 0px 7px;
background-color:#a8bc06;
color:#FFFFFF;
}
LI#filter_year A, LI#filter_year_selected A{
text-align:center;
background-color:#236981;
color:#FFFFFF;
padding:4px;
}
LI#filter_year A:hover{
	text-align:center;
	background-color:#09F;
	color:#FFFFFF;
	text-decoration:none;
}
LI#filter_year_selected A{
	text-align:center;
	background-color:#CCCCCC;
	color:#FFFFFF;
	text-decoration:none;
}
/*********************/
/*********list************/
#list_container, #right_col{
	width:600px;
	float:left;
}
#news_menu {
	float:left;
	margin-right:60px;
}


#list UL{
	color:#666666;
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
}

#list UL LI A{
 border-bottom:#CCCCCC 1px dotted;
 clear:both;
 display:block;
 padding:5px 5px 5px 15px;
 background-image:url(../../../images/icons/bullet_grey2.png);
 background-repeat:no-repeat;
 background-position:2px 8px;
 
}

#list UL LI A:hover{
	background-color:#09C;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../../../images/icons/bullet_white2.png);
	background-repeat:no-repeat;
	background-position:2px 8px;
}


#list UL LI #timestamp{
float:right;
margin-top:-18px;
font-size:10px;
color:#999;
}


 #toggle_link{
height:20px;
text-align:right;
float:right;
margin-top:5px;


}

/*********list end************/




#block_container {
 margin-top:50px;
 text-align:right;
 border-top:#CCCCCC 1px dotted;
 width:100%;

}

#block{
float:right;
}

#block{
	text-align:right;
	color:#fff;
	background-color:#ccc;
	padding:10px 10px 5px 10px;
	height:20px;
	text-decoration:none;
}
#block a{
text-decoration:none;
color:#FFFFFF;
}
#block:hover{
background-color:#669900;
text-decoration:none;
}
#slogan{
	float:left;
	width:410px;
	margin-left:15px;
	margin-right:20px;
}

.gecko #slogan{
	float:left;
	width:370px;
	margin-left:15px;
	margin-right:50px;
}

#quick_linx{
	float:left;
	clear:right;
	width:200px;
}
#quick_linx #image_link{
	background-color:#999;
	padding-right:10px;
	width:200px;
	height:67px;
	margin-bottom:20px;
	display:block;
}
#quick_linx #image_link:hover{
	background-color:#ccc;
	color:#6CF;
}
#quick_linx #image_link img{
	border:0px;
	margin-right:10px;
	float:left;
}

#quick_linx #quick_link_text {
	float:left;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-top:25px;
	font-family:Arial, Helvetica, sans-serif;
}

.webkit #quick_linx #quick_link_text {
	float:left;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding-top:25px;
	font-family:Arial, Helvetica, sans-serif;
}

#login_form {
	font-size:11px;
	width:200px;
}

#login_form .login{
	width:92px;
	height:15px;
	border:#CCC 1px solid;
	padding:0px;
	margin:0px 5px 0px 0px;
	float:left;
	font-size:11px;
}

.gecko #login_form .login{
	width:95px;
	height:15px;
	border:#CCC 1px solid;
	padding:0px;
	margin:0px 3px 0px 0px;
	float:left;
	font-size:11px;
}

.webkit #login_form .login{
	width:95px;
	height:15px;
	border:#CCC 1px solid;
	padding:0px;
	margin:0px 3px 0px 0px;
	float:left;
	font-size:11px;
}


#login_form .input_title{
	width:95px;
	height:15px;
	float:left;
	margin:0px 5px 5px 0px;
}

.gecko #login_form .input_title{
	width:95px;
	height:15px;
	float:left;
	margin:0px 5px 5px 0px;
}




#login_form .login_button{
	text-align:right;
	padding-top:4px;
}

.gecko #login_form .login_button{
	text-align:right;
	padding-top:4px;
}

#sub_content_container{
	width:920px;
	margin-right:auto;
	margin-left:auto;
	padding-top:20px;
}

.ref_logo {
float:left;
border:1px solid #EBEBEB;
margin-right:15px;
margin-left:17px;
margin-bottom:15px;
}

#menu_horizontal{
	padding-left:50px;

}
