@charset "UTF-8";
/* RFLAN Site Main Styles */

body, html {
	background-color: #950000;
	font-family: Tahoma, Verdana, Helvetica,Arial,sans-serif;
	color: #fff;
	font-size: 10pt;
	height: 100%;
}

a {
	color: #f90;
	border-bottom: 0 none;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted;
}

h1 {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px #000;
}

h2 {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: 2px 2px 4px #000;	
}

img {
	vertical-align: middle;
	border: 0 none;
}

hr {
	width: 100%;
	height: 1px;
	border: 0 none;
	background-color: #610000;
	clear: both;
}

input[type="text"],
input[type="password"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0 none;
	font-size: 11pt;
	padding: 5px 10px;
	-moz-box-shadow:3px 3px 13px #333;
	margin-right: 10px;
}

textarea {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border: 0 none;
	font-size: 11pt;
	padding: 5px 10px;
	font-family:Arial,Helvetica,sans-serif;
	-moz-box-shadow:3px 3px 13px #333;
	-webkit-box-shadow:3px 3px 13px #333;
}

input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#ddd;
	border: 0 none;
	font-size:13pt;
	padding: 5px 17px;
	-moz-box-shadow: 3px 3px 13px #333;
	-webkit-box-shadow:3px 3px 13px #333;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #fff;	
}

.error, .errors {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 2px 2px 10px #444444;
	-webkit-box-shadow: 2px 2px 10px #444444;
	background-color: #FF8A00;
	color: #FFFFFF;
	font-size: 15pt;
	margin-bottom: 20px;
	padding: 15px 0;
	text-align: center;
	text-shadow: -1px -1px 0 #000000;
	width: 100%;
}

#wrap {
	height: auto;
	min-height: 100%;
	width: 100%;	
}

#header_container {
	width: 100%;
	background: #000 url(images/header_bg.png) repeat-x;
}

#header {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 190px;
}

#header .logo { 
	position: absolute;
	left: -10px;
	bottom: 0;
}

#header_shadow,
#footer_shadow {
	background: transparent url(images/content_gradient_bg.png) repeat-x;
	width: 100%;
	position: absolute;
	height: 250px;
	z-index: -1;
}

#footer_shadow {
	background-position: 0 -250px;
	top: -250px;
}

#menu
{
	position: absolute;
	right: 18px;
	height: 51px;
	background: transparent url( images/menu_sheet.png ) repeat-x 0 -53px;
	top: 69px;
	padding-right: 133px;
}

#menu .corner {
	background: transparent url( images/menu_sheet.png ) repeat-x 0 0;
	position: absolute; 
	top: 0;
	height: 51px;
}

#menu .left { width: 13px; background-position: 0 0; left: -13px; }
#menu .right { width: 18px; background-position: -13px 0; right: -18px; }


#menu ul {
	list-style: none;
	line-height: 100%;
	margin-top: 14px;
}

#menu li
{
	display: inline;
	position: relative;
	float: left;
	height: 21px;
	margin: 0;
}

#menu li.last { margin: 0 3px 0 15px; }

#menu a,
#menu a:active,
#menu a:visited {
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	text-shadow: 2px 2px 4px #000;
	height: 21px;
	padding: 11px 15px 15px;
}

#menu a:hover { border-bottom: 0 none; }

#menu #search {
	position: relative;
	width: 170px;
	top: -3px;	
	height: 21px;
}

#menu #ajaxSearch_input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0 none;
	text-indent: 5px;
	width: 100%;
	height: 21px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#menu #ajaxSearch_submit {
	position: absolute;
	right: 5px;
	top: 4px;
}

#menu #ajaxSearch_output
{
	font-size: 11px;
	padding: 15px;
	position: absolute;
	right: 0;
	width: 200px;
	z-index: 50;
}

.unselected { color: #999; }

#menu li:hover a
{
	background: #f5a934 url( images/menu_top_hover.png) repeat-x;
}

#menu li ul {
	list-style: normal;
	position: absolute;
	left: -9999px;
	background-color: #dd921d;
	-moz-border-radius: 0 0 10px 10px ;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	margin: 0;
	padding: 0 0 10px;
	top: 30px;
	width: 235px;
	background: #f5a934 url( images/menu_bottom_hover.png) repeat-x bottom;
	z-index: 100;
}

#menu li:hover ul {
	left: auto;
}

#menu li ul li {
	display: block;
	background-color: transparent;
	height: 35px;
}

#menu li ul a {
	width: 235px;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 33px;
	text-indent: 20px;
	height:35px !important;
}

#menu li:hover ul a {
	background: transparent;
}

#menu li:hover ul li:hover {
	background: #ffcb7b url(images/menu_list_hover.png) repeat-x;
}

#menu .social_icons
{
	position: absolute;
	height: 39px;
   	 right: -5px;
    	top: 4px;
	z-index: 11;
}

.social_icons a {
	padding: 0 1px !important;
}

#content_container {
	padding-bottom: 250px;
	width: 100%;
	position: relative;
	z-index: 10;
	border-top: 1px solid #BB0000;
}

#content {
	margin: 0 auto;
	padding: 0 0;
	width: 1080px;
	line-height: 160%;
	padding: 50px 0;
}

#content ul { 
	list-style: square;
	margin-bottom: 25px;
}

#content li {
	margin-left: 50px;	
}

#footer_container {
	height: 300px;
	margin-top: -250px;
	width: 100%;
	position: relative;
	background-color: #000;
	clear: both;
	z-index: 20;
}

#footer {
	width: 980px;	
	background: transparent url(images/footer_logo.png) no-repeat 480px 15px;	
	margin: 0 auto;
	min-height: 300px;
}

#footer_links {
	width: 980px;
	margin: 0 auto;
	position: relative;
	top: 32px;
}

.footer_link {
	float: left;
	width: 130px;
	margin-right: 30px;
}

.footer_link h2 {
	color: #ff9c00;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #262626;
	padding: 0 0 10px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	letter-spacing: 10;
	text-indent: 5px;
}

.footer_link h2 a { color: #ff9c00; }

.footer_link li {
	margin: 10px 0 0;
	border-bottom: 1px solid #262626;
	padding: 0 0 5px;
	text-indent: 5px;
	font-size: 10px;
}

.footer_link a {
	color: #fff;
	text-decoration: none;	
}

.footer_link a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.social_media {
	margin-right: 0;
}

.social_media ul {
	margin-top: 10px;	
}

.social_media li {
	margin: 0;
	border: 0 none;	
	padding: 0;
}

.social_media img {
	position: relative;
	top: 2px;
	vertical-align: middle;	
	margin-right: 4px;
}

#copyright {
	text-align: center;
	width: 100%;
	color: #444;
	font-size: 13px;
	position: absolute;
	bottom: 10px;
}
