/*
 * style.css
 */
/*
div {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
*/
h1 {
	color: #256aaa;
	line-height: 28px;
	margin-top: 20px;
	font-size: 20pt;
}

body {
	/*
	background-image: url("images/bgtop.gif");
	*/
	background-image: url("images/bg_top.gif");
	background-repeat: repeat-x;
	font-family: "Helvetica";
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #808080;
	line-height: 18px;
}

img {
	border: 0px solid #000000;
}

#container_static {
	padding: 10px 30px 30px 30px;
	text-align: left;
	min-height: 300px;
}

/*
#container_static a:link, a:visited {
	text-decoration: none;
	color: #256aaa;
	font-size: 11pt;
	font-weight: normal;
}
*/

/*---------------------------------------------
/ INDEX CSS 
/--------------------------------------------*/
#container_middle {
	width: 790px;	
	overflow: auto;
	border: solid #F0F0F0;
	margin: 20px 0 20px 0;
	float:center;
}

#container_banner {
	width: 780px;
	height: 250px;
	padding: 5px;
	background-color: #ffffff;	
	float: left;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.banner_image {
	float: left;
}

#container_left {
	width: 420px;
	padding: 30px 30px 30px 30px;
	float: left;
	text-align: left;
}

#container_right {
	width: 280px;
	padding: 30px 30px 30px 0px;
	float: left;
	text-align: left;
}

.updates_even {
	background-color: #D8D8D8;
	padding: 10px;
}

.updates_odd {
	background-color: #F0F0F0;
	padding: 10px;
}

/*---------------------------------------------
/ TOP CSS 
/--------------------------------------------*/
#top {
	background-image: url("images/bg_top.gif");
	height: 80px;
	
}

#top_container{
	width: 800px;
	height: 80px;
	text-align: left;
}

#logo {
	width: 320px;
	float: left;
}


/*---------------------------------------------
/ BOTTOM CSS 
/--------------------------------------------*/
#bottom_area{
	text-align: left;
	padding: 20px;
	width: 750;
	float: left;
}

/*---------------------------------------------
/ FOOTER CSS
/--------------------------------------------*/

#footer {
	background-image: url("images/bgtop_scan.gif");
	height: 40px;
	/* border: solid #cccccc; */
	font-family: "Helvetica", "Arial";
}

#footer_container {
	width: 800px;
}

#footer_links_container {
	/* border: solid #cccccc; */
	padding: 10px 0 0 0;
	width: 600px;
	text-align: left;
	color: #ffffff;
	font-size: 11pt;
	float: left;
	/*font-weight: bold;*/
}

#footer_links_container a, a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 11pt;
}

#footer_links_container a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	width:200px;
	margin: 10px 0 0 0;
	text-align: right;
	color: #ffffff;

}

/*---------------------------------------------
/ MENU CSS 
/--------------------------------------------*/
#menu {
	text-align: center;
	width: 420px;
	height: 20px;
	float: left;
	padding: 50px 0 0 60px;
	font-family: "Helvetica";
	bottom: 0;
	display: block;
}

#menu a, a:visited {
	font-size: 11pt;
	color: #4c4c4c;
	font-weight: bold;
}

#menu a:hover {
	color: #256AAA;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu ul li {
	float: left;
	padding: 0 20px 0 20px;
}

a:link, a:visited {
	text-decoration: none;
	color: #256aaa;
	font-weight: normal;
	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
}

