/* CSS Document */

body
{
	background-image: url('../images/bg.gif');
	background-repeat:repeat-y;
	background-color:#336699;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

body.ex
{
	background-image: url('');
	background-color:#336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#header
{
	width: 780px;
	height: 130px;
	background-image: url('../images/header.jpg');
	border-bottom: #336699 solid 1px;
	background-repeat: no-repeat;
	margin: 0px;
}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }


#header_images
{
	float:right;
	margin: 0px;
	margin-left:2px;
	padding: 0px;
}

#navigation
{
	position:relative;
	top:1px;
	left: 0px;
	height: 29px;
	width: 780px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#navigation ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav li
{
	font-size: 0.75em;
	border-right: #554a21 solid 1px;
	list-style-type: none;
	width: 90px;
	float: left;
	text-align: center;
}

#navigation li
{
	list-style-type: none;
	float: left;
	width: 96.5px;
	text-align: center;
	padding-left: 0px;
	margin-left: 1px;
}

#navigation li.first
{
	padding-left: 0px;
	margin-left: 0px;
}

#navigation a
{
	color: #cbcbcb;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#navigation a:hover, #nav a.active
{
	background-color: #4477aa;
	color: #efefef;
}

#spacer_10
{
	width: 1px;
	height: 10px;
	font-size: 0px;
}

#content
{
	margin-left: 170px;
	width: 600px;
	background-color: #5588bb;
	padding: 5px;
}

#headline
{
	margin-left: 170px;
	width: 600px;
	background-color: #5588bb;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

#subnav
{
	width: 160px;
	float:left;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
}

#subnav ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#subnav li
{
	list-style-type: none;
	float: left;
	width: 160px;
	text-align: left;
	padding: 0px;
	margin-left: 1px;
	font-size: 0.75em;
	overflow: hidden;
}

#subnav li.first
{
	padding-left: 0px;
	margin-left: 0px;
}

#subnav a
{
	color: #cbcbcb;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	background-color: #5588bb;
	border-bottom: solid 1px #4477aa;
}

#subnav a:hover, #nav a.active
{
	background-color: #4477aa;
	color: #efefef;
}

#copyright
{
	width: 770px;
	background-color: #4477aa;
	height: 13px;
	text-align: right;
	font-size: 10px;
	padding: 5px;
	color: #cccccc;
}

#copyright a
{
	text-decoration: underline;
	color: #cccccc;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #cccccc;
	//margin-bottom: 5px;
}

h6
{
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p
{
	font-size: 12px;
	margin: 0px;
	color: #ffffff;
}

a
{
	color: #ffffff;
	text-decoration: none;
}

a:Hover
{
	color: #ffffff;
	text-decoration: underline;
}

#content a
{
	color: #fff;
	font-weight: bold;	
}

#content a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;	
}

#content a.more
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 7px;
	background-image: url('../../images/arrow.gif');
	background-repeat:no-repeat;
}

#content a.more:hover
{
	text-decoration: underline;
}

a.more
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 7px;
	background-image: url('../../images/arrow.gif');
	background-repeat:no-repeat;
}

#exlink
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -225px;
	width: 450px;
	height: 100px;
	background-color: #4477aa;
	border: #5588bb solid 1px;
	text-align: center;
	font-size: 11px;
	padding: 5px;
}

#ein
{
	margin-left: 10px;
	width: 580px;
}

#del
{
	position: absolute;
	z-index: 10000000;
	top:50%;
	left:50%;
	width:600px;
	height:200px;
	margin-left:-300px;
	margin-top:-100px;
	border: 7px solid #ededed;
	background-color: #232323;
	color: #ffffff;
	display: none;
	visibility: hidden;
}
