@charset "utf-8";

html, body{
	margin:0;
	padding:0;
}
#bckgd {
	background-color: #AA0025;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
/******************************************************************************************************** Normal link */
a, img a{
	color: #f2f2f2;
	text-decoration: underline;
}
a:hover, a:active, a:focus, img a:hover{
	color: #666;
	text-decoration: underline;
}
a img{ border: 1px solid #f2f2f2;}
a img:hover{border: 1px solid #666;}
/*****************************************************************************************************Text Styles******/
.red{
	color:#AA0025;
}
p {
	font-size:120%;
	line-height:150%;
}
h1 {
	color:#AA0025;
	font-size:150%;
	line-height:150%;
}

h2 {
	font-size:140%;
}
h3 {
	line-height:150%;
	color:#AA0025;
	font-size:130%;
}
h4{
	font-size:120%;
	color:#AA0025;
	padding:10px;
}
.small{
	font-size:80%;
}
.smallanchor{
	float:right;
	background:#AA0025;
	font-size:80%;
	padding:0 5px;
}
.smallanchor:hover{
	cursor: pointer;
}
ul{
	font-size:120%;
	line-height:150%;
	}
.listwithindent li{
	list-style-image: url(../images/indent1.jpg);
	}	
/************************************************************************************************LayOut****************/
#wrapper{
	margin:0 auto;
	text-align:center;
	min-width:960px;
	}
#headerout{
}
#headerin{
	background:url(../images/header.jpg) no-repeat top center;
	width:100%;
	height:160px;
}
#menuout {
	background:#000;
	margin:0 auto;
	width:80%;
	max-width:1000px;
	min-width:1000px;
}
#containerout{
	/*background:url(../images/menubckg.jpg) repeat-x top left #000;*/
	background:#000;
	padding-top:15px;
	margin:0 auto;
	width:100%;
	max-width:1000px;
	
	}
#containerin{
background:#000;
	}

/***********************************************************************************************MAINCONTENT************/
#bannerout{
	width:720px;
	height:168px;
	float:right;
	left:0px;
	margin:5px 0;
	overflow:hidden;
	/*clip:rect(0 40px 0 0)*/
}
#bannerouthome{
	float:right;
	height:70px;
	}
#leftout{
	width:22%;
	/*background:#000;*/
	margin-top:-65px;
	float:left;
}
#leftin{
	width:100%;
	
}
#maincontentout{
	background:#000;
	width:75%;
	height: auto;
	float:right;
	padding:10px;
	text-align:left;
}
#maincontentin{
	
	}
/*******************************************************************************************************FOOTER*********/

#footerout {
	background:#000;
	margin:0 auto;
	height: auto;
	width: 80%;
	max-width:1000px;
	text-align:center;
}
#footerin p {
	font-size: 90%;
	padding: 10px 5px;
}

#separator {
	display: inline-block;
	height: 2px;
	width: 100%;
}
/***************************************************************************************************MENU***************/

ul.MenuBarHorizontal
{	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 120%;
	font-weight:bold;
	cursor: default;
	width: auto;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	border-bottom: 4px solid #AA0025;
	border-left:1px solid #666;
	padding: 0.5em 1em;
	color: #fff;
	text-decoration: none;
	
}
ul.MenuBarHorizontal li.active a
{   text-decoration: none;
	background-color: #000;
	color: #AA0025;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.menuMenuBarHorizontal a:active, ul.MenuBarHorizontal a:focus
{   text-decoration: none;
    border-bottom: 4px solid #fff;
	background-color: #000;
	color: #AA0025;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right:1px solid #333;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: right;
}
/********************************************************************************************************FORM**********/
form .form {
	margin:0;
	padding: 0;
}
.form ul {
	margin-left: 0;
}
.form ul li {
	text-align:left;
	list-style-image: none;
	list-style-type: none;
}
.inputbox {
	border: 1px solid #CCCCCC;
	background: #F0F0F0;
}
.inputbox:hover, .inputbox:focus {
	background: #FFF;
}
.button {
	font-size: 90%;
	margin:10px 0;
	border: 1px solid #CCCCCC;
	background: #F0F0F0;
}
.button:hover, .button:focus {
	background: #d9d9d9;
}
.form small {
	float:right;
}
/***********************************************Hacks******************************************/
* html > body .clearfix {
	width: 100%;
	display: block;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
.error{
	background:none !important;
	display: inline;
	line-height: 120%;
	width:100%;
	height:10px;
	color:#F00;
	}

