/* CSS Document */
*{
	padding:0;
	margin:0;
}
body 
{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#58595B;

}
#maincontainer
{
	position: relative;
	width:950px;
	margin: 0px auto;
	height:auto;
}
#header
{
	background-image:url(images/header.gif);
	width:950px;
	height:180px;
}

div#flags
{
	position: absolute;
	top: 110px;
	left: 290px;
}

div#flags a
{
	margin-right: 11px;
}

ul#menu 
{
	width:950px;
	height:17px;
	margin-top: 2px;
	color:#FFFFFF;
	background-image: url(images/menu_back.gif);
	background-repeat: repeat-x;
	list-style-type:none;
}

ul#menu li 
{
	list-style-image: none;
	float: left;
	text-align: center;	
	background-image: url(images/menu_divider.gif);
	background-repeat: no-repeat;
	margin: 2px 0px;
	padding: 0px 25px;
	background-position: 100%;
}

ul#menu a
{
	color:#FFFFFF;
	text-decoration:none;
}

#container
{
	position:relative;
	width:950px;
	height:auto;
}

div#submenu
{
	margin-top: 40px;
	position:relative;
	float:left;
	width:220px;
	display: block;
}

div#submenu ul
{
	margin:0 15px;
	list-style-type: none;
}

div#submenu li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#58595B;
	line-height: 16px;
	border-bottom: 1px solid #ABACAD;
	padding-left: 15px;
	vertical-align: bottom;
}

div#submenu a
{
	text-decoration:none;
	color:#58595B;
}


#content
{
	position:relative;
	width:709px;
	left:15px;
	display:block;
	float: left;
	min-height: 250px;
}

#content div 
{ /* regular content in the content div needs a top margin*/
	margin-top: 40px;
	position: relative;
}

#gradient_bar
{
	margin-top: 100px;
	position:relative;
	width:950px;
	height:30px;
	background-image:url(images/gradient_bar.gif);
	clear: both;
}
#bottomcontainer
{
	position:relative;
	width:950px;
	height:auto;
	margin-top: -11px;
	
}

.bottom
{
	position:relative;
	width:226px;
	float:left;
	display: block;
	margin-right: 14px;
}

#bottomlast
{
	margin-right: 0px;
}

#footer_gradient
{
	position:relative;
	width:950px;
	height:12px;
	clear:both;
	background-image:url(images/footer_gradient.gif);
	background-repeat:repeat-x;
}
#footer
{
	position:relative;
	width:950px;
	height:17px;
	clear:both;
	text-align:center;
	color:#1C3E94;
	font-size:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1C3E94;
}
.title1
{
	color: #00B1B0;
	font-weight:bold;
}
.title2
{
	color: #285463;
	font-weight:bold;
}
.title3
{
	color: #FFC20E;
	font-weight:bold;
}
.title4
{
	color: #9EA900;
	font-weight:bold;
}

.bottom p
{
	margin-top: 0px;
}
p
{
	margin-top:1em;
	margin-bottom:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#58595B;
	line-height: 16px;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#0055A5;
}

h1 span.date
{
	display: block;
	font-size: 10px;
	font-weight: normal;
}

object#content_frame 
{
	border:0px none;
	height:510px;
	width:709px;
}

#contact_right
{
	width: 358px;
	margin-top:25px;
	float: right;
}

#loading
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display:block;
	width: 300px;
	min-width: 100px;
	min-height: 250px;
	height: 250px;
	color: #FFFFFF;
	/*margin-top: 200px;*/
	top: 200px;
}