body
{
	background-color: #000;
	font-family: arial;
	font-size: 12px;
	color: #fff;
}

h3
{
	color: #FB7318;
	font-size: 16px;
}

a
{
	color: #F1C8AD;
	text-decoration: none;
}

a:hover
{
	color: #F86D10;
	text-decoration: none;
}

.photoBorder
{
	border: solid 2px #001337;
}

.photoRight
{
	float: right;
	border: solid 2px #001337;
	margin: 3px;
}

.sideBySide
{
	float: left;
	width: 235px;
	text-align: center;
}

/* Menu */
div.menubar, a.menubutton, a.menubutton:hover, div.menu, a.menuitem
{
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

div.menubar
{
	white-space: nowrap;
}

a.menubutton, a.menubutton:hover
{
	height: 16px;
	cursor: pointer;
	display: block;
	z-index: 100;
	padding: 3px 22px 3px 5px;
	xmargin: 5px 0 0 0;
	width: 133px;
	text-decoration: none;
	background-repeat: no-repeat;
}

a.menubutton:hover
{
	background-color: #FB7318;
}

div.menu
{
    xtext-align: left;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	visibility: hidden;
	z-index: 101;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	background-color: #797371;
	border: solid 1px #fff; 
	z-index: 102;
	margin: -22px 0px 0px 0px;
	_margin: 1px 0 0 0;
}

a.menuitem, a.menuitem:hover
{
	cursor: pointer;
	display: block;	
	padding: 5px 1em;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;	
}

a.menuitem:hover
{
	background-color: #F46A15;
	color: white;
}

/* main */
#container
{
	margin: 0 auto;
	width: 998px;
	border: solid 1px #fff;
}

/* left */
#left
{
	width: 160px;
	background-color: #363636;
	padding: 21px 0 0 0;
}

/* home area*/
#content
{
	width: 838px;
	background-color: #20355B;
}

#home_content
{
	background-image: url(/gateway/images/home_content_bg.jpg);	
	width: 561px;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px 267px 0 10px;
	background-color: #B1B7C2;
}

#sub_content
{
	background-image: url(/gateway/images/content_subpage_bg.jpg);	
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #7D879D;
	position: relative;
}

#home_news
{
	position: absolute;
	top: 10px;
	left: 581px;
	z-index: 104;
	background-image: url(/gateway/images/home_news.jpg);	
	width: 222px;
	height: 216px;
	padding: 30px 10px 10px 10px;
	background-repeat: no-repeat;
}

#home_news_content
{
	width: 222px;
	height: 176px;
	overflow: hidden;
}

/* footer */
#footer
{
	padding: 5px 10px 5px 5px;
	text-align: right;
	background-color: #20355B;
	font-weight: bold;
}

#disclaimer
{
	font-size: 10px;
	width: 990px;
	padding: 10px 0 0 0;
	margin: 0 auto;
}
