body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #252525;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #3399FF;
}
a:active {
	color: #FF6600;
}


.container {
	width: 100%;
	display: inline-block;
	background-color: #252525;
}

#wrapper {
	border-left: solid 1px #515151;
	border-right: solid 1px #515151;
	border-bottom: solid 1px #515151;
	padding-bottom: 10px ;
	width: 900px;
	margin: auto;
}

#limoimage {
	width:900px;
	height:328px;
	
}

#menuimage {
	background:url(images/menubar.png) no-repeat;
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:136px;
	width:900px;
	height:130px;
	z-index:500;
}

#breadcrumbs {
	position:absolute;
	left:50%;
	margin-left:-430px;
	top:248px;
	width:860px;
	height:15px;
	z-index:1100;
}

#mainmenu {
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:215px;
	width:900px;
	height:25px;
	z-index:1500;
}

#content {
	width:900px;
	background-color: #343434;
	
}

#footer {
	width:900px;
	height:0px;
	
}

#widget {
width:450px;
	height:300px;
	background-image: url(images/widgettopbar.jpg);
	background-repeat:no-repeat;
	}

.body1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 13px;
	color: #FFFFFF;
}

.style5 {
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}

.style7 {
	font-size: 9px;
	font-weight: bold;
	color: #666
	}
	
.style8 {
	color: #666666;
	font-weight: bold;
}


.AllFieldsRequired {
	font-size: 16px;
	font-weight: bold;
	color: #fff
}
	
.SearchResultSubHeader {
	color: #FF6600;
	font-weight: bold;
	font-size: 13px;
}

.FormField {
	color: #AAA;
}


