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

/** BASIC */

html {
	-webkit-text-size-adjust: none;
}

body {
	margin: 30px 0px 0px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #9C9C9C;

}

p {
	margin-bottom:1em;
	margin-top:1em
}

h1 {
	font-size: 14px;
	font-weight: bolder;
	line-height: 1;
	margin: 0px;
}


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

a {
	color: #C72609;
}

a:hover {
	text-decoration: none;
	color: #B2B276;
}


/** HEADER */

#header {
	position: relative;
	width: 840px;
	height: 90px;
	margin: 0px auto;
	background: #B2B276;
}

#header img {
	float: left;
	margin: 0px;
	padding: 17px 0px 15px 20px;
}

#advert {
	position: absolute;
	right: 55px;
	bottom: 13px;
	float: right;
	letter-spacing: 3px
}

/** MENU */

#menu {
	width: 840px;
	height: 40px;
	margin: 0px auto;
	background: url(../images/content_bckgrd.gif) repeat-y;
	padding: 0px;
}

#menu ul {
	width: 930px;
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 5px 9px 5px 10px;
	padding: 5px 7px 5px 7px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
	color: #CA260A;
}

#menu a:hover {
	color: #B2B276;
}

#menu .currentPage{
	color: #B2B276;
}

/* CONTENT */


#content {

	width: 840px;
	margin: 0px auto;
   	height: 395px;
	background: url(../images/content_bckgrd.gif) repeat-y left top;
}

#columnA {
	float: left;
	width: 780px;
	height: 285px;
	padding: 0px 0px 0px 30px;
	position:relative;
}

#columnNoSearch {
	float: left;
	width: 780px;
	height: 385px;
	padding: 0px 0px 0px 30px;
	position:relative;
}

/* Enablescroll T&C page */

#enableScroll {
height: 277px;
overflow-y: scroll;
overflow-x: hidden;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	line-height: 1;
	margin: 0px;
}

h5 {
	font-size: 12px;
	font-weight: bolder;
	line-height: 1;
	margin: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #CA260A;
	line-height: 1;
	margin: 0px;
}

li {
 	margin-left: 15px;
	list-style-type: disc;
}

#frame1 {
	display: none;
}

#resultsContainer {
	height: auto;
	display: none;
}

img {
	border: 0px;
}

/* FOOTER  */

#footer {
	width: 840px;
	margin: 0px auto;
	background: #C72609;	
	height: 40px
}

#footer ul {
	margin: 0px;
	padding: 10px 0 7px 0px;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer img {
	float: left;
	border: 0;
	margin-top:-3px;
	padding-right: 6px;
}

#footer a, .footerPhoneNo {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
	padding:0px 15px 0px 25px;
	
}

/** SUB FOOTER **/

#subfooter {
	width: 840px;
	margin: 0px auto;
}

#subfooter a {
	font-size: 11px;
	color: #999999;
	font-style: italic;
	padding: 4px 14px 0 0;
	float: left; 
}

#subfooter img {
	float: right;
	padding: 4px 0 0 0;
}