/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #b10026;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #b10026;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
}

h1
{
	font-size: 22px;	
	padding-top: 25px;
}

h2
{
	font-size: 20px;
	padding-top: 20px;
}

h3
{
	font-size: 18px;
	padding-top: 20px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

h6
{
	font-size: 12px;
	font-weight: bold;
}

hl
{
	color: #b10026;
}

p
{
	color: #131313;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.6;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 850px;
	margin: 0 auto;
	background: url(/site_media/cms/images/bg.gif) repeat-y;
}

#logo
{
	width: 450px;
	height: 50px;
	float: left;
	padding-top:10px;
    margin-bottom:20px;
}

#logo a
{
	font-size:30px;
	text-decoration:none;
}

#logo a span
{
	font-size:24px;
	color:#000;
}

#logo-txt
{
    float: left;
    margin-left: 25px;

}

#second-nav
{
	width: 140px;
	height: 38px;
	float: left;
	margin-left: 236px;
}

#navigation
{
	width: 550px;
	height: 28px;
	float: left;
	margin-top: 16px;
}

#banner
{
	width: 850px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #fff;
}

#content-wrapper
{
	width: 850px;
	min-height: 370px;
  	height: auto !important;
  	height: 370px;
	background: url(/site_media/cms/images/content-bg.jpg) top no-repeat;
}

#home #content-wrapper
{
	width: 850px;
	min-height: 370px;
  	height: auto !important;
  	height: 370px;
	background: url(/site_media/cms/images/content-home-bg.jpg) top no-repeat;
}

#latest-news
{
	width: 353px;
	height: 79px;
	margin-top: 14px;
	padding-left: 132px;
	background: url(/site_media/cms/images/news-thumbnail.jpg) no-repeat;
}

#footer
{
	width: 100%;
	height: 27px;
	font-size: 11px;
	text-align: center;
	background: #72745a;
	color: #fff;
	margin-top: 40px;
}

/*************************************************** Main Content Styles ***************************************************/
#content-wrapper #content-left
{
	float: left;
	width: 540px;
	padding-left: 20px;
}

#content-wrapper #form
{
	float: right;
	margin-right: 20px;
	width: 249px;
	display: inline;
}

#content-wrapper ul
{
	padding: 20px 30px 30px 20px;
	float: left;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #131313;
	padding-bottom: 12px;
	padding-left: 16px;
	background: url(/site_media/cms/images/list-bullet.gif) left 4px no-repeat;
	list-style: none;
	
}

#content-wrapper #content-left img.float-right
{
	float: right;
	margin: 40px 0 10px 0;
}

#content-wrapper #content-left img.float-left
{
	float: left;
	margin: 6px 18px 20px 0;
}


/*************************************************** Latest News Styles ***************************************************/

#latest-news h4
{
	color: #fff;
	margin: 0;
	padding: 0 0 7px 0;
	margin-bottom: 6px;
	width: 333px;
	font-weight: bold;
	border-bottom: 1px solid #620f14;
}

#latest-news h6
{
	color: #fff;
	margin: 0;
	padding: 0;
}

#latest-news p
{
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.4;
}

#latest-news p a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	height: 28px;
	line-height: 27px;
	margin: 0 0 0 20px;
	display: inline;
	float: left;
	width: 550px;
	padding-left: 4px;
	background: url(/site_media/cms/images/nav-divide.gif) left 8px no-repeat;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 12px 0 9px;
	background: url(/site_media/cms/images/nav-divide.gif) right 8px no-repeat;
}

#navigation ul li a:hover
{
	color: #b10026;
}

#home #navigation ul li a#home-link,
#howitworks #navigation ul li a#howitworks-link,
#benefits #navigation ul li a#benefits-link,
#pricing #navigation ul li a#pricing-link,
#register #navigation ul li a#register-link,
#contact #navigation ul li a#contact-link,
#aboutus #navigation ul li a#aboutus-link
{
	color: #b10026;
}

/*************************************************** Second Nav Styles ***************************************************/

#second-nav ul
{
	height: 37px;
	line-height: 37px;
	margin: 0;
	display: inline;
	float: left;
	width: 140px;
}

#second-nav ul li
{
	display: inline;
	float: left;
}

#second-nav ul li a:link,
#second-nav ul li a:visited
{
	display: inline;
	float: left;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;	
	margin-right: 12px;
	padding: 0 4px 0 11px;
	background: url(/site_media/cms/images/nav-arrow.gif) left 15px no-repeat;
}

#second-nav ul li a:hover
{
	color: #b10026;
}

/*************************************************** Footer Styles ***************************************************/

#form h5
{
	background: #969877 url(/site_media/cms/images/form-arrow.gif) 17px 10px no-repeat;
	color: #fff;
	margin: 0;
	padding: 0 0 0 31px;
	height: 27px;
	line-height: 27px;
}

#form p
{
	padding: 15px 0;
	margin: 0 auto;
	width: 217px;
	font-size: 11px;
	line-height: 1.4;
	border-bottom: 1px solid #b8ba97;
}


#form fieldset
{
	padding: 18px 16px;
}

#form form label
{
	display: inline;
	float: left;
	width: 48px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 11px;
	color: #1b1b1a;
	padding-top: 3px;
}

#form form input,textarea
{
	display: inline;
	float: left;
	margin-bottom: 1px;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #b0b0b0;
	font-family: Arial, Helvetica, sans-serif;
}

.help
{
    color: #606060;
    font-size: 11px;
}

#form form br
{
	clear: left;
	font-size: 0;
}


#form form #submit
{
	width: 90px;
	height: 19px;
	padding: 0;
	text-align: center;
    margin: 20px 0px 0px 0px;
	border: 1px solid #721117;
	background-color: #a71d24;
	color: #fff;
}

/* Override the default list style for the form error list */
#content-wrapper ul.errorlist 
{
    padding: 0px;
    margin: 10px 0px 10px 0px;
    list-style: none;
    width: 100%;
    float: none;
}

#content-wrapper .errorlist li
{
    background: none;
    border: 1px solid #800000;
    padding: 2px;
    color: #800000;
}

.mobile_img
{
  width: 180px;
  height: 260px;
  float: left;
  margin: 2px;
  margin-left: 20px;
  text-align: center;
}

.mobile_img img
{
  display: inline;
  margin: 3px;
}

.img_desc
{
  text-align: center;
  font-weight: normal;
  color: #b10026;
  width: 120px;
  margin: 2px;
  margin-left: 30px;
}
/*************************************************** Footer Styles ***************************************************/

#footer p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	line-height: 26px;
}

#footer p a
{
	text-decoration: none;
	color: #fff;
}

/************* Offer Entry Form ****************/

#offer-form #form
{
  float: none;
}

#offer-form table
{
  width: 100%;
}

#offer-form input,textarea,.datetime
{
  width: 100%;
  margin-left: 0px;
}

#offer-form input[type="checkbox"]
{
  width: 13px;     
  height: 13px;     
  border: none;
}

#offer-form input.tick_all_btn, #offer-form input.clear_all_btn
{
  float: right;
  width: auto;
}

#offer-form #form p
{
   margin-left: 0px;
   margin-right: 0px;
}

#offer-form fieldset
{
  padding-left: 0px;
}

#offer-form ul li label {
  width: auto;
}

#offer-form ul li {
  background: none;
  padding-left: 5px;
}

.calendarbox
{
  border: 1px solid #a0a0a0;
  padding: 2px;
}

.section
{
  padding: 10px;
  background-color: #f0f0f0;
  -moz-border-radius: 6px;
}

.offer-edit-list a {
  display: block;
  margin-bottom: 5px;
}

.category-level-1 .category-heading {
  margin-top:20px;
  font-weight: bold;
}
.category-level-2 {
}

.category-level-2 .category-heading {
  margin-top: 5px;
  font-style: italic;
  font-weight: normal;
}

.category-level-3 {
  margin-left: 20px;
}

.form-buttons {
  margin-top: 20px;
}

