/* Global Resetting */
html, body {	
	width: 100%;
	height: 100%;
	margin: 0;
	/*background:url(../images/body_bg.gif) repeat;
        background: #dbeedb;*/
}
body {
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}

* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}

a {
	color:#98002e;
}

a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin: auto;
	width:100%;
	height:100%;
	/*background:#e5e5e5;*/
}

#Header {
	/*background:url(../images/blueback.gif) bottom left repeat-x;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	
	/*clear:both;*/
	position:absolute;
	left:0;
	z-index:10;
	width:100%;
}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}

label.error {
float: left;
color: red;
margin: 0 10px 20px 0;
width: 100%;
font-weight: bold;
}

#Faireview {
	width:100%;
	z-index:1;
}

#NavWrapper {
	position:absolute;
	left:0;
	top:173px;
	width:100%;

}

#NavBar {
	width: 800px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

	#NavBar a {
		text-decoration:none
	}

#nav {
        margin: 0 0 10px 0;
        height: 30px;
	float: right;
        }

	#nav ul {
        	padding: 0;
	        margin: 0;
	        background: #f1f1f1;
	        border: 1px solid #ddd;
	}

	#nav a {
        	display: block;
	        /*color:#860038;*/
		color:#98002e;
	        font-size: 1.1em;
	        font-weight: bold;
		text-transform: uppercase;
	}

		#nav a:hover {
			text-decoration: underline;
		}

	#nav li {
	        float: left;
	        list-style: none;
	        /*border: 1px solid #ddd;*/
	        padding: 0px 20px 0px 10px;
	        margin:0;
	}

		#nav li ul {
		        position: absolute;
		        left: -999em;
		}

		#nav li:hover ul, #nav li.sfhover ul  {
		        left: auto;
		}
		
		#nav li.sfout ul {
			left: -999em;
		}

		#nav li a.current {
			text-decoration: underline;
			font-size:1.2em;
			margin-top:-2px;
	                /*border-bottom: 1px solid;*/
		}

#nav1 li {
        float:none;
        border: 0;
        }

#nav1 a {
        font-size: 1.2em;
	line-height: 1.7em;
	text-transform: none;
        }

#nav1 li a.current {
        text-decoration: none;
        border-bottom: 0;

}

#ContentContainer {
	/*position:absolute;*/
	left: auto;
        padding: 0;
        width:798px;
        margin: 0 auto;
        overflow: hidden;
        border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align:left;
        /*background-color: #e5e5e5;*/
}

#Banner {
	text-align: center;
}

#Menu2 {
	margin: 0;
	width: 100%;
	text-align:center;
	/*float:left;
	height:40%;*/
	overflow:hidden;
	/*background: url(../images/file.png) top left no-repeat;
	border:1px solid #ddd;*/
	padding:20px 0 20px 0;
	background: #e5e5e5;
}
	#Menu2 h1 {
		font-size:1.5em;
		/*text-align:center;
		color:#860038;*/
		color:#ad2a37;
		margin:5px 0 5px 10px;
	}

	#Menu2 ul {
		/*background:#e5e5e5;*/
		padding:0 0 10px 0;
		/*border:1px solid #ccc;*/
	}

	#Menu2 li {
		padding:10px 0 0 0;
		/*background:url(../images/menu2_arrow.gif) no-repeat left center;
		text-align:left;*/
	}

	#Menu2 a {
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
                color:#98002e;

	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 ul li a.current {
		/*color:#aaa;*/
		text-decoration: underline;
		font-size:1.3em;
		/*border-bottom: 1px solid;*/
	}

	#Menu2 li.section a {

	}

.WidgetHolder {
	/*color:#ad2a37;*/
	margin: 0 10px 20px 10px;
	padding-top: 5px;
	text-align: center;
	/*background: url("../images/separator.png") no-repeat;*/
}

#Content, #WideContent{
	/*border: 1px solid #900;*/
	float: left;
	margin: 0;
	padding:35px 10px 10px 10px;
	width:565px;
	text-align:left;
	/*min-height: 250px;
	background:#fff;
	z-index:2;*/
}

#Content {
	overflow:hidden;
}

# WideContent {
	width: 798px;
}

#Breadcrumbs {
	/*float:left;*/
	font-size:1em;
	color:#ad2a37;
	font-weight:bold;
	margin:10px 0 15px 5px;
	text-align:left;
	/*height:12px;*/
}

#Breadcrumbs a {
	text-decoration:none;
	font-weight:normal;
        color:#98002e;
}

#Footer {
	width:800px;
	margin: 0 auto;
	text-align:center;
	clear:both;
	padding: 0;
	background: #e5e5e5;
	/*border:1px solid #ddd;
	border-top: 0;*/
}
	#Footer span {
		color:#ccc;
		font-size:1.1em;
		line-height:2em;
		font-weight:bold;
		padding-left:20px;
	}
	#Footer a {
		color:#888;
	}
		#Footer a:hover {
			text-decoration:none;
		}

#SideBar {
	width: 182px;
	/*height: 100px;*/
	float: left;
	margin: 10px 0 0 10px;
	/*text-align: center;*/
}
