@import "commands.css";
@import "spacers.css";

body 
{
    background-color:#00496f;
    margin:0;
    padding:0;
}

#container 
{
    background-color:#00496f;
    margin:0 auto;
    width:980px;
}

/*master page header style definition*/
#portal_master_container
{
    width:980px;
    height:175px;
}
#header_logo
{
	width:430px;
	height:132px;
	border: 0;
	float: left;
}
#header_bg_menu_top
{
	background:url(../images/menu_bg.jpg) no-repeat;
	width:550px;
	height:132px;
	float: left;
}
#slogan_container{
	background:url(../images/slogan.gif) no-repeat;
	width:430px;
	height:43px;
	float: left;
	position:relative;
}
	
.title_btn {
	background:url(../images/title_bg.png);
	background-repeat: no-repeat;
	width:286px;
	height:46px;
	margin-left:20px;
}
	
.title_btn_text {
	width:286px;
	text-align:center;
	vertical-align: middle;
	padding-top:10px;
	font-family:Verdana;
	font-size:21px;
	color:#982829;
}

/*top menu style definition*/
.topmenu_megaanchor 
{
	_width:70px;
}

#topmenu
{
	padding: 0;
    margin: 0;
	margin-left:50px;
	margin-top:70px;
	border-collapse: collapse;
}
#topmenu td
{
    float: left;
	list-style: none;
	font: 12px Verdana;
	font-weight:bold;
	width: 120px;
	vertical-align: top;
}

#topmenu td a	
{
    display: block;
	padding: 5px 0px 5px 30px;
	text-decoration: none;
	width: 80px;
	color: #ffffff;
	white-space: nowrap;
}
#topmenu td a:hover
{	
    text-decoration:underline;
}


/*master page footer style definition*/
#tel_fax
{
	float:left;
	width:550px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
	padding-top: 15px;
}
#footer_container{
	width:980px;
	text-align: center;
	margin-left: 0px;
}
#footer_menu{
	margin:0;
	padding:0;
	padding-left: 12px;
	width: 980px;
	text-align: center;
	_margin-left: -40px;
}
#footer_menu ul{
	margin:0;
	float: left;
	width: 980px;
	font-family:Tahoma;
	font-size:11px;
	padding-top:5px;
}
#footer_menu ul li{
	display: inline;
}
#footer_menu ul li a{
	float: left;
	color:#b69c5e;
	text-decoration: none;
}
#footer_menu ul li a:hover{
	color:#b69c5e;
	text-decoration:underline;
}
.footer_menu_separator {
	color: #b69c5e;
	width: 4px;
	padding-left: 1px;
	float: left;
	padding-right: 1px;
}
#footer_text
{
    float: left;
	width:980px;
	text-align: center;
	font-family:Tahoma;
	font-size:10px;
	color:#bbbbbb;
	text-align:center;
	padding-top: 5px;
}