@charset "utf-8";
/* CSS Document */

/*  START all pages elements  */
*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

body { background-color:#eeeeee; }

.clr { clear:both;}

#wrapper{
	width:900px;
	margin:0 auto 0 auto;
}

#header {
	width:898px;
	height:91px;
	border-left:1px solid #003366;
	border-right:1px solid #003366;
	background:url(../images/head_bg.gif) repeat-x bottom #003366;
	
}

#logo {
	float:left;
	margin:15px 0 0 10px;
	display:inline;
	width:159px;
}

/*  START menu zone  */
#menuh {
	float:right;
	height: 28px;
	margin:63px 9px 0 0;
	display: inline;
	position:relative;
	z-index:1000;
}

#menuh li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-left:1px;
	display:inline;
	position:relative;
}

#menuh ul ul li { margin-left:0px;border-left:1px solid #003366; border-right:1px solid #003366;}

a.button, a.button:link, a.button:visited {
	padding:0 8px;
	float:left;
	height:26px;
	text-decoration:none;
	color:#003366;
	background-color:#ff9900;
	border:1px solid #fff;
	font-weight:bold;
	line-height:26px;
}

#menuh li:hover a.button, a.button_sel {
	padding:0 8px;
	float:left;
	height:26px;
	text-decoration:none;
	color:#fff;
	background-color:#ff9900;
	border:1px solid #fff;
	font-weight:bold;
	line-height:26px;
}
	
#menuh a.sub_button {
	float:left;
	padding-left:9px;
	height:24px;
	width:128px;
	line-height:24px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-decoration:none;
	color:#003366;
	background-color:#FFF;
}

#menuh a.sub_button:hover {	background-color:#ff9900;}
	

#menuh ul ul {		
	position:absolute;
	z-index:500;
	top:28px;
	display:none;
	left:0;
	z-index:100;
	border-top:1px solid #003366;
	padding-bottom:16px;
}

#menuh ul ul.width_1 {width:139px;background:url(../images/sub_menu_bottom.gif) no-repeat bottom;}
#menuh ul ul.width_2  {width:180px;background:url(../images/sub_menu_bottom_2.gif) no-repeat bottom;}
#menuh ul ul.width_2 a.sub_button {width:169px;} /*  This should be "ul" width - 11  */

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul
{display:block;}


/*  END menu zone  */

#flash_banner {
	width:900px;
	height:150px;
	background-color:#FFF;
}

#content {
	width:864px;
	border:1px solid #003366;
	border-top:none;
	background-color:#fff;
	padding:17px 17px;	
}

.column {
	float:left;
	width:275px;
	margin-right:19px;
}

.no_r_margin { margin-right:0px;}

#content ul, #content p { padding-bottom:20px;}

#content ul li {
	list-style:none;
	width:255px;
	padding-left:20px;
	background:url(../images/bullet_01.gif) no-repeat;
}

.sign_up {
	width:255px;
	padding:10px 10px;
	background-color:#eeeeee;
}

#content .sign_up p { padding:5px 0; font-weight:bold; color:#003366; float:left; width:100%;}

.sign_up label { color:#003366; padding-right:5px; height:22px; line-height:22px; float:left;}

.sign_up input { margin-right:5px; float:left;}

.sign_up #field {
	width:147px;
	height:20px;
	border:1px solid #909090;
	float:right;
}

.sign_up #subm {
	float:right;
	width:76px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	background-color:#003366;
	margin-top:5px;
}

#content img { float:left;}

h1 { font-size:12px; color:#003366; padding-top:30px;}

.item { 
	width:225px;
	float:right;
	padding-left:22px;
	background:url(../images/bullet_02.gif) no-repeat;
}

.item span a:link, .item span a:visited, .item span {color:#003366;font-weight:bold;}

.item a:link, .item a:visited, .item span a:link, .item span a:visited   {
	text-decoration:none;
}

.item a:hover, .item span a:hover  {
	color:#ff9900;
	text-decoration:underline;
}

a.more_arch:link, a.more_arch:visited {
	float:right;
	color:#8d8d8d;
	text-decoration:none;
	width:100%;
	text-align:right;
}

a.more_arch:hover {
	color:#000;
}

#footer {
	width:100%px;
	color:#8d8d8d;
	font-size:10px;
	text-align:right;
	line-height:30px;
}

#footer a:link, #footer a:visited { text-decoration:none; color:#003366; font-size:10px;}
#footer a:hover { color:#ff9900;}