/* CSS Document */
html, body{
    	margin: 0;
    	padding: 0;
    	font-family: Arial, Verdana, sans-serif;
    	font-size: .9em;
  	background-color: #000000;
	background-image:url(images/gradientbg3.jpg);
	background-repeat:repeat-x;
	color: #000000;
	height:100%;
}

.box{
	background-image:url(images/gradientbg2.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-left: 100px;
	margin-right: auto;
	padding-right:10px;
	padding-top:10px;
	height: 435px;
	width: 977px;
	position:relative;
}

.box a img{
	text-decoration: none;
	border:none;
}

.box-header {
	height:45px;
	
}

.box-bottombar {
	background-color: ;
	height:10px;
	clear: both;
	position:absolute;
	top: 420px;
	width:100%;
}

.box img{
	padding-left:10px;
	float:left;
	position:relative;
}

h1 {
	font-size: 3.3em;
	font-weight: normal;
	font-family: palatino;
	text-transform:uppercase;
	font-variant:small-caps;
	letter-spacing: -1px;
	color: #000000;
	margin-top: 80px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: arial narrow;
	
	font-variant:small-caps;
	letter-spacing: 1.1px;
	color: #FFFFFF;
	margin-top:3px;
	margin-right:10px;
	text-align:right;
}

h2 a{
	text-decoration:none;
	color: #FFFFFF;
}

h2 a:hover{
	text-decoration:none;
	color: #1F1F1F;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: arial narrow;
	letter-spacing: 1.1px;
	color: #FFFFFF;
	margin-top:3px;
	margin-right:10px;
	text-align:center;
}

.header{
	
	background-repeat: repeat-x;
	width:100%;	
}

.header-inner{

	background-repeat: repeat-x;
	width:auto;
	height:75px;
	margin-left:auto;
	margin-right:auto;
}


.float-logo {
	margin-left:100px;
	position:absolute;
	top:-60px;
}
	
.navigation {
	height: 30px;
	background-color: #c8ce6b;
	vertical-align:middle;
	padding-left:265px;
	
}

.navigation a {
    	font-weight: none;
    	text-decoration: none;
    	color: #000000;
		padding: 8px 7px; 
    	line-height: 30px;
}

.navigation a:hover {
    	color: #CCCCCC;
    	background-color: #333333;
}

.navigation a.bfhl {
	padding-left: 10px;
	padding-right: 10px;
	color:#000000;
	background-color:#FFFFFF;
}

.navigation a.selected {
    background-color: #FFFFFF;
    color: #000000;
}

