/* @group reset */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
ul, li { margin: 0; padding: 0; list-style-type: none; }
/* @end */
* { outline: none; }
/* @group default */

a {
  color: #666;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #333;
}

a:active {
  color: #000;
}

h2 {
  font: 20px/36px Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: bold;
}

h3
{
  font-weight: bold;
  	
}
del {
  text-decoration: line-through;
  text-shadow: none;
  color: #ccc;
}

ins {
  color: #333;
}

p
{
	line-height: 18px;
	margin: 0 0 18px 0;
}

ul ul
{
  margin-left: 30px;	
}
.clear
{
  clear: both;	
}
/* @end */

/* @group layout */

/* @group body */

body { 
  background-color: #fff;
  padding-top: 5px;
  font: 11px/16px "Lucida Grande", Verdana, sans-serif;
  color: #333;
  text-shadow: #fff 0 1px 0;
  overflow: -moz-scrollbars-vertical;
  overflow: -webkit-scrollbars-vertical;
  -webkit-text-size-adjust: none;
}

/* @end */

/* @group wrapper */

#davidgorges {
  width: 880px;
  margin: 0 auto;
}

#leftcol
{
  width: 300px;
  height: 600px;
  float: left;	
}


/* @end */

/* @group header */

#header { 
  height: 60px;
}
#header h1
{
  height: 54px;
  display: block;
  float: left;
  width: 200px; 
  font: 24px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #18619f;
  font-weight: bolder;
}
#header h1 a
{
  color: #18619f;
  text-decoration: none;	
}
#header h2
{
  height: 24px;
  display: block;
  float: left;  
  width: 680px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  border-bottom: 1px solid #ffb607;
  
}
/* @end */
/* @group navigation */

#navigation {
	margin-bottom: 36px;
}

#navigation li {
  height: 72px;
}
#navigation li img
{
  margin: 18px 10px 22px 10px;
  float: left;	
}
#navigation li a {
  text-decoration: none;
  overflow:hidden;
  display: block;
  height: 72px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.1s linear;
}

#navigation li a h3 {
  font-weight: bold;
  font-size: 12px;
  color: #000;
  padding-top: 18px;
}

#navigation li a:hover,
#navigation li a:focus {
  background-color: #eef5fa;
  -webkit-transition: background-color 0.1s linear;
}

#navigation li a:active, #navigation li.active a:active{
  background-color: #c8dae9;
  -webkit-transition: background-color 0.1s linear;
}

#navigation li.active a {
  background-color: #eef5fa;
  -webkit-transition: background-color 0.01s linear;
}


/* @end */

/* @group content */

#content {
  padding: 0 20px; 
  margin-left: 320px;
  width: 520px;
  /*background-color: #eef5fa;*/
  overflow: hidden;
  min-height: 462px;
}



/* @end */

/* @group footer */

#footer {
  padding: 0 20px 20px;
  text-align: right;
  line-height: 30px;
  background: url(../img/footer.png) no-repeat 50% 0;
  color: #718290;
  text-shadow: #ddd 0 1px 0; 
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
  clear: both;
}
/* @end */

/* @group socialnetworks */
#socialnetworks {

}

#socialnetworks li {
  width: 260px;
  height: 60px;
  float: left;
}

#socialnetworks li a {
  display: block;
  width: 260px;
  height: 45px;
  padding: 10px 0 5px;
  text-decoration: none;
  -webkit-transition: background-color 0.1s linear;
  background-color: #ffffff;
}

#socialnetworks li a:hover,
#socialnetworks li a:focus {
  background-color: #eef5fa;
}

#socialnetworks li a:active {
  background-color: #c8dae9;
}

#socialnetworks li a img {
  float: left;
  margin: 0 10px 0 15px;
  -webkit-transition: margin-left 0.1s linear;
}

#socialnetworks li a strong {
  color: #000;
  font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  padding-top: 2px;
}
/* @end */
/* @group content */

#content img
{
	margin-bottom: 18px;
	margin-left: -20px;
}

#content h2
{
  display: none;	
}

/* @end */
/* @group contactnow */
#contactnow
{
/*  border: 1px solid #18619f;
  background-color: #eef5fa;
  padding: 10px;*/
}

#contactnow .button
{
	background-image: url(/images/buttons/contactnow.png);
	height: 52px;
	width: 286px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #332402;
	font-weight: bold;
	line-height: 46px;
	text-decoration: none;
}

/* @end */
.bullet
{
  padding-left: 40px;
  background-image: url(/images/buttons/bullet.png);
  background-repeat: no-repeat;	
  background-position: top left;
}
p.bullet span.label
{
  line-height: 30px;
  color: #777;
  height: 30px;
}

p.bullet span.value
{
  font-size: 20px;
  font-weight: bold;	
  margin-left: 100px;
  height: 30px;
  width: 250px;
  color: #777;
}
.featurelist li
{
  margin: 10px 0 10px 0;
  list-style-type: none;
  padding: 0 0 0 30px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  background-repeat: no-repeat;
}
.featurelist li.yes
 {
  background-image: url(/images/buttons/yes.png);
 }
.featurelist li.no
 {
  background-image: url(/images/buttons/no.png);
 }