/* first for Internet Explorer */
@font-face {
        font-family: MetaSerif;
        src: url(../fonts/MetaSerifWebPro-Book.eot);
		font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: MetaSans;
        src: url(../fonts/MetaWebPro-Normal.eot);
		font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: MetaSans;
        src: url(../fonts/MetaWebPro-Medium.eot);
		font-weight: bold;
        font-style: normal;
}

/* then for Firefox */
@font-face {
        font-family: MetaSerif;
        src: url(../fonts/MetaSerifWebPro-Book.woff) format('woff');
		font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: MetaSans;
        src: url(../fonts/MetaWebPro-Normal.woff) format('woff');
		font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: MetaSans;
        src: url(../fonts/MetaWebPro-Medium.woff) format('woff');
		font-weight: bold;
        font-style: normal;
}


body
	{
		background: url(../images/body_bg.jpg);
		background-repeat:no-repeat;
		background-position:0px 112px;
		font-family:MetaSans, Arial, sans-serif;
		font-size: 11px;
		color: #000000;
		margin: 0px;
		padding: 0px;
		letter-spacing:normal;
	}
	
a:link, a:visited 
	{
		color: #044369; 
	}

a:hover 
	{
		color: #FF9900;
	}

#main_container
	{
		padding: 0px;
		margin: 0px;
		height:480px;
	}
	
#top_border
	{
		margin: 0px;
		padding: 0px;
		border-top:3px solid #6189A3;
	}
	
#top_container
	{
		width: 100%;
		clear:both;
		padding: 0px;
		margin: 0px auto;
		background-color:#FFFFFF;
		height:200px;
		text-align:left;
	}
	
#logo
	{
		float:right;
		margin: 0px;
		padding:79px 0 0 0;
		background:#FFFFFF;
		width:25%;
	}
		
#clear
	{
		clear:both;
		font-size:0px;
		padding:0px;
		margin:0px;
	}

#main_body_container
	{
		clear:both;
		margin: 0px;
		padding: 0px;
		float:left;
		height:570px;
		width:100%;
		border-top:1px solid #4B7993;
	}
	

	
#menu_container
	{

		height: 30px;
		float:left;
		margin-top:85px;
		margin-left:40px;
		text-align:left;

	}
	
a.top_btn:link, a.top_btn:visited
	{
		font-family: MetaSans, Arial, sans-serif;;
		font-size:15px;
		color:#044369;
		text-decoration: none;
		padding: 0px 15px 0 15px;
		margin:0px;
		font-weight:bold;
		cursor:pointer;
	}

a.top_btn:hover, a.top_btn:active
	{
		color: #FF9900;
		text-decoration: none;
	}
	
#left_container
	{
		float:left;
		margin: 0px;
		padding: 0px;
		width:70%;
		vertical-align:bottom;
		height:100%;
	}
	
#copyright
	{
		margin: 0px;
		padding:495px 0 0px 30px;
		color:#FFFFFF;
		font-size:13px;
		vertical-align:bottom;
	}
	
#right_container
	{
		float:right;
		margin: 0px auto;
		padding: 0px;
		width:25%;

	}
	
#right_nav_container
	{
		margin: 0px auto;
		padding: 400px 0px 0px 0px;
		text-align:left;

	}

a.right_btn:link, a.right_btn:visited
	{
		display: block;
		background-image:url(../images/arow1.gif);
		background-repeat:no-repeat;
		background-position:left;
		width: 200px;
		font-size: 14px;
		color: #ffffff;
		text-decoration: none;
		cursor: pointer;
		padding: 0px 0px 0px 20px;
		margin:15px 0 15px 0;
		vertical-align:middle;
	}

a.right_btn:hover, a.right_btn:active
	{
		display: block;
		background-image:url(../images/arow2.gif);
		background-repeat:no-repeat;
		text-decoration: none;
	}
	
#pad {height:140px;}

#dropline {padding:1px 0 0 0px; margin:0 0 0 0; list-style:none; width:800px; height:40px; background:#FFF; position:relative;}
#dropline table {border-collapse:collapse: width:0; height:0; margin:-3px -10px;}

#dropline li {float:left;}
#dropline li a {display:block; height:40px; line-height:40px; padding:0 0 0 20px; float:left; color:#044369; outline:none; text-decoration:none; font-family:MetaSans, Arial, sans-serif;; font-size:17px; font-weight:bold; }
#dropline li a b {display:block; height:44px; float:left; padding:0 0 0 25px; }
#dropline li a:hover {background:#FFF; line-height:40; height:40; outline:none; color:#FF9900; }
#dropline li a:hover b {background:#FFF line-height:40px; outline:none; }

#dropline li:hover > a {background:#FFF; line-height:40; height:40 }
#dropline li:hover > a b {background:#FFF; line-height:40px }



#dropline ul {padding:0 0 0 0px; margin:0 0 0 0; list-style:none; position:absolute; height:25px; width:800px; background:#FFF; left:-9999px; top:44px; z-index:10; }
#dropline ul li {height:25px; line-height:25px; }
#dropline ul.right li {float:right;}
#dropline ul li a {color:#666; padding:0 10px 0 10px; height:20px; line-height:20px; border-right:1px solid #666; font-weight:bold; font-size:13px;}
#dropline ul li a:hover {height:30px; line-height:20px; background:#FFF; color:#FF9900;}
#dropline ul.right li a {border-left:1px solid #FF9900; border-right:0;}
#dropline ul li a.last {border:0;}

#dropline :hover ul {left:0;}
#dropline :focus ul {left:0;;}
	