/*
Additional override styles
*/


#page-body
{ 
  padding: 0 0 20px 20px;
  margin-top: -18px;
}


#main-content-wider
{
  float: left;
  width: 750px;
  margin-right: 20px;
}

.intro
{
  font-size: 1.1em;
  font-weight: bold;
}

.faqanswer
{
	margin-top: -12px;
	margin-bottom: 10px;
}


.separator
{
  color: #666;
  border-top: 1px solid #ccc;
  margin-right: 20px;
}

.emptyseparator
{
  color: #666;
  margin-right: 20px;
  height: 12px;
}


.caption
{
  padding-left: 0;
  margin-bottom: 1.0em;
  margin-left: 0;
  
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
}

.bluecaption
{
  padding-left: 0;
  margin-bottom: 1.0em;
  margin-left: 0;
  
  color: #1b84dc;
  font-size: 1.1em;
  font-weight: bold;
}



#sidebarcentreleft
{
  float:left;
  width: 225px;
}

#sidebarcentreleft .box
{
  margin-bottom: 20px;
  width: 225px;
  background-color: #f4f4dd;
}

#sidebarcentreleft .box .top
{
  width: 225px;
  height: 16px;
  line-height: 0;
  font-size: 0;
	background: #f4f4dd url(images/sidebar-top.png) no-repeat 0 0;
}

#sidebarcentreleft .box .bottom
{
  width: 225px;
  height: 16px;
  line-height: 0;
  font-size: 0;
	background: #f4f4dd url(images/sidebar-bottom.png) no-repeat 0 0;
}

#sidebarcentreleft .box .content
{
  width: 185px;
  margin: 0;
  padding: 0 20px;
  background-color: #f4f4dd;
}

#sidebarcentreleft ul
{
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 1.0em;
}

#sidebarcentreleft li
{
  margin-bottom: 0.5em;
  padding-left: 15px;
  margin-left: -15px;
  color: #333;
  font-weight: bold;
  background: transparent url(images/bullet-sidebar.png) no-repeat 2px 5px;
}


#sidebarcentreright
{
  float: left;
  width: 225px;
}

#sidebarcentreright .box
{
  margin-bottom: 20px;
  width: 225px;
  background-color: #f4f4dd;
}

#sidebarcentreright .box .top
{
  width: 225px;
  height: 16px;
  line-height: 0;
  font-size: 0;
	background: #f4f4dd url(images/sidebar-top.png) no-repeat 0 0;
}

#sidebarcentreright .box .bottom
{
  width: 225px;
  height: 16px;
  line-height: 0;
  font-size: 0;
	background: #f4f4dd url(images/sidebar-bottom.png) no-repeat 0 0;
}

#sidebarcentreright .box .content
{
  width: 185px;
  margin: 0;
  padding: 0 20px;
  background-color: #f4f4dd;
}

#sidebarcentreright ul
{
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 1.0em;
}

#sidebarcentreright li
{
  margin-bottom: 0.5em;
  padding-left: 15px;
  margin-left: -15px;
  color: #333;
  font-weight: bold;
  background: transparent url(images/bullet-sidebar.png) no-repeat 2px 5px;
}





a:visited
{
  color: #1b84dc;
	background-color: inherit;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}



/* How it works list */

ul#howitworks
{

  text-align: left;
  margin: 0;
  padding: 0px 0 0 0;
  overflow: hidden;
}

ul#howitworks li
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  background: transparent;
   margin-bottom: 0.3em;

}

ul#howitworks li a
{
  margin: 0;
  padding: 0px;
  color: #1b84dc;
	text-decoration: none;

}

ul#howitworks li a.highlight, ul#menu li a:hover
{
  color: #1b84dc;
}

#howitworks a:hover
{
  color: #1b84dc;
    text-decoration: underline;

}


/* Installation details list */

ul#detailedlist
{

  text-align: left;
  margin: 0;
  padding: 0px 0 0 0;
  overflow: hidden;
}

ul#detailedlist li
{
  list-style-type: none;
  margin: 0;
  padding: 20;
  font-weight:normal;
  background: transparent url(images/bullet.png) no-repeat 0 3px;
  margin-bottom: 0.3em;
  font-size: 0.8em;
}


/* Acceptable use list */

ul#policylist
{

  text-align: left;
  margin: 0;
  padding: 0px 0 0 0;
  overflow: hidden;
}

ul#policylist li
{
  list-style-type: none;
  margin: 20;
  padding: 20;
  font-weight:normal;
  background: transparent url(images/bullet.png) no-repeat 0 3px;
  margin-bottom: 0.3em;
  font-size: 1.0em;
}





/*----- Buttons -----*/


.homepagebutton{
	
	background:url(images/button_bg_blue.png) repeat-x center center;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.20em;
	line-height: 18px;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	width: 170px;

}

.homepagebutton:hover{
	text-decoration: underline;
	color: #ffffff;
}

.homepagebutton span{
	display: block;
	background:url(images/button_left_blue.png) no-repeat left center;

}

.homepagebutton span span{
	display: block;
	background:url(images/button_right_blue.png) no-repeat right center;

	height: 20px;
	cursor: pointer;
	color: #ffffff;
}

.homepagebuttonwider{
	
	background:url(images/button_bg_blue.png) repeat-x center center;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.20em;
	line-height: 18px;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	width: 230px;

}

.homepagebuttonwider:hover{
	text-decoration: underline;
	color: #ffffff;
}

.homepagebuttonwider span{
	display: block;
	background:url(images/button_left_blue.png) no-repeat left center;

}

.homepagebuttonwider span span{
	display: block;
	background:url(images/button_right_blue.png) no-repeat right center;

	height: 20px;
	cursor: pointer;
	color: #ffffff;
}

.submitbuttonwider{
	
	background:url(images/button_bg_blue.png) repeat-x center center;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.20em;
	line-height: 18px;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	width: 230px;

}



