@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	height:100%;
    width:100%;
	background-image:url(images/roanebackground.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family: Arial, Lucida Grande, Helvetica;
	font-size: 13px;
	color: #000;
	line-height: 19px;
	font-style: normal;
	font-weight:600;
}
#wrapper {
	width: 810px;
	margin: 0px auto;
}
#menu {
	width: 810px;
	height: 150px;
	margin: 0px auto;
	background-image:url(images/menubg.png);
	background-repeat:no-repeat;
	margin-top: -5px;

}
#logo {
	width: 105px;
	height: 100px;
	float: left;
}
ul {margin:0;padding:0;}
li {display: block;}
.menu ul {
	width: 705px;
	height: 100px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.menu li {
	list-style: none;
	margin: 0;
	text-transform:uppercase;
	display: block;
	text-align:center;
	float: left;
	background-image:url(images/dividers.png);
	background-position:right 0px;
	background-repeat:no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	color:  #fff;
	padding: 75px 18px 20px 19px;
	margin: 0;
		
}
.menu li a:hover, .menu li:focus {
	display: block;
	text-decoration: none;
	color:  #fff;
	background-image:url(images/menuhover.png);
	background-repeat: repeat-x;
	
}
.menu:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.menu li.active a,  li.active a:hover {
display: block;
	text-decoration: none;
	color:  #fff;
	background-image:url(images/menuhover.png);
	background-repeat: repeat-x;
}
.menu li a span {
	width: 90px;
	display: block;
	margin:0;
}

#slogan {
	width: 810px;
	height: 45px;
	margin: 0px auto;
	padding-bottom: 10px;
}
#whitebox {
	width: 780px;
	min-height: 700px;
	background-image:url(images/roanecontentbg.png);
	background-repeat:repeat-y;
	margin: 0px auto;
	margin-bottom: 15px;
}
#whitebox_con {
	width: 760px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom:10px;
	overflow: hidden;
}
#whitebox_left {
	width: 375px;
	float: left;

}
#whitebox_right {
	width: 375px;
	float: right;

}

#imagebox {
	width: 760px;
	height: 280px;
	margin: 0px auto;
	margin-bottom: 15px;


}

#footerwhitebox {
	width: 760px;
 	height: 10px;
	padding: 10px;
	opacity:0.8;
	background-image:url(images/roanecontentbg.png);
	background-repeat:repeat-y;
	margin: 0px auto;
	font-family: Arial, Lucida Grande, Helvetica;
	font-size: 10px;
	color: #000;
	line-height: 17px;
	text-align:center;
}

a:link, a:visited, a:active, .bighead a:link, .bighead a:visited, .bighead a:active {
	color: #000;
	text-decoration: none;

}
a:hover, .bighead a:hover {
	text-decoration: none;
	color: #6d6e71;

}
.bighead {
	font-family: Arial, Lucida Grande, Helvetica;
	font-size: 18px;
	color: #000;
	line-height: 19px;
	font-style: normal;
	font-weight:600;
	text-transform:uppercase;
	background-color: #FFF;
}
h1,h2,h3,h4,h5,h6,h7,p { 
  	margin:0px;
}
h1 {
	font-size: 60px;
	color: #000;
	text-transform:uppercase;
	
}
h2 {
	font-size: 20px;
color: #000;
	text-transform:uppercase;
	display:inline;

}
h3 {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}
h4 {
	color: #430000;
	font-size: 12px;
	float: right;
	margin-right: 10px;
	text-transform:uppercase;
}
h5 {
	font-size: ;
	color: ;
	text-transform:;
}
h6 {
	color: #004990;
	font-size: 10px;
	text-transform: uppercase;
}

/* Miscellaneous Listing */

#list ul {
   list-style-type: none;
   padding-left: 0;
   margin-left: 0;
  }


#list ul li {
  list-style-image: none;
   background-image: url(images/bullet.png);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 10px;
   }
   
.form {
    width: 300px; 
	height: 25px; 
	font-family:Arial, Lucida Grande, Helvetica;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	font-style: normal;
	margin-top: 10px;
	margin-left: 10px;
	background-color:#6d6e71;
	border: 0;

}
label {
	width: 100px;
	height: 20px;
	float: left;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 14px;
}
.submit  {
	display: block;
	height: 20px;
	background-color:#6d6e71;
	text-align:center;
	color: #fff;
	border: 0;
	margin-left: 10px;
} 
.submit a:hover {
 	background-color: #000;
}
#output {
	width: 560px;
	margin: 0px auto;
}