/* RESET */
* { padding: 0; margin: 0 auto; }
a img { border: none; }
a:focus { outline: none; }

body { 
  margin: 0 auto; line-height: 1.25; 
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

table.two-column { margin-bottom: 20px; float: left; border: 1px #ddd solid; }
table.two-column th { border: 2px #fff solid; background-color: #ddd; padding: 2px 10px; font-weight: bold; text-transform: uppercase; }
table.two-column td { border: 2px #fff solid; border-top: none; padding: 1px 10px; background-color: #none;  }

table.plan-review-data { margin-bottom: 20px; width: 100%; border: 1px #ccc solid; padding: 5px; background-color: #fff; }
table.plan-review-data th { color: #000; font-size: 1.4em; font-weight; bold; padding: 5px 10px; border: 1px #fff solid; border-bottom: 5px #fff solid; }
table.plan-review-data td { vertical-align: middle; padding: 5px 10px; font-size: 1.2em; border: 1px #fff solid; }

table.photo-credits { width: 100%; border: 1px #ccc solid; padding: 5px; }
table.photo-credits td { vertical-align: middle; font-size: 1.0em; border: 1px #eee solid; padding: 3px; }

table.studies-and-data { width: 100%; border: 1px #ccc solid; padding: 5px; } 
table.studies-and-data td { vertical-align: middle; border: 1px #eee solid; padding: 3px 6px; }

hr { 
  clear:both;
  float: left;
  margin: 25px 0 0 0;
  height: 1px; 
  border: 0; 
  color: #c3c3c3; 
  background-color: #c3c3c3;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.75);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.75);
  box-shadow: 0 1px 0 rgba(255,255,255,.75); width: 100%; 
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

.clear { clear: both; }


/* Typography */
a { color: #cf123e; text-decoration: underline; cursor:hand; }
a:focus, a:hover { color: #65a700; outline: none; text-decoration: underline; cursor:hand; }
a.more, span.more { color: #cf123e; font-size: 10px; text-transform: uppercase; font-weight: 700; }

h1, h2, h3, h4 { font-family: "jubilat",Georgia,serif; color: #cf123d; font-weight: 400; line-height: 1.0em; }
h1 {font-size: 26px; margin: 0 0 10px 0; padding: 0;}
h2 {font-size: 22px; line-height: 22px;color: #000;font-weight: 500;}
h3 { font-size: 16px;line-height: 18px;color: #ff8a00;font-style:italic;margin: 0;}
h4 {font-size: 18px;line-height: 18px;color: #000;font-weight: 500;margin-bottom: 1px;}

p { margin: 0 0 1.5em 0; }
p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
span.date { font-size: 12px; font-style: bold; text-transform: uppercase; }
p.contact { font-size: 12px; font-style: bold; text-transform: uppercase; margin-top: 20px; border-top: 1px #ccc dotted; padding-top: 8px; }
p.description { margin: -.75em 0 1.0em 0; font-style: italic; color: #999; font-size: 0.8em; }

ul { margin: 0 0 1em 15px; }
ol { margin: 0 0 1em 30px; }

blockquote { margin: 5px 5px 20px 30px; width: 400px; float:right; color: #d2232a; font-size: 20px; line-height: 24px; }
blockquote cite { display: block; margin: 0 0 1em; }


/* General Site Styles */
body {
	margin: 0 auto;
	background: #e2e2e2 url(/img/tile-body.jpg) repeat-x top center;
  font-size: 13px;
  line-height: 1.4em;
  font-family:Verdana, Geneva, sans-serif !important;
  font-weight: 400;
  color: #000; 
	text-align: left;
}
#wrapper {
	margin: 0 auto;
	width: 100%;
	background: url(/img/tile-wrapper.jpg) no-repeat top center;
}
#header {
	clear:both;
	width: 100%;
	height: 218px;
  z-index: 99;
  position: relative;
}
#logo {
  clear: both;
  width: 970px;
  margin: 0 auto;
  height: 181px;
}
#logo img {
  margin: 75px 0 0 15px;
}
#content {
  clear: both;
	margin: 0 auto;
  margin-top: -6px;
	width: 970px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff url(/img/tile-content.png) repeat-x top left;
  z-index: 1;
  position: relative;
}
#content li {
  margin-left: 20px;
}
.secid {
	margin: 0;
	padding: 24px 0 0 24px;
	width: 946px;
	height: 55px;
	font-size: 42px;
	line-height: 1.0em;
	color: #235121;
	font-family: "jubilat",Georgia,serif;
	background: url(/img/tile-secid.png) no-repeat 2px bottom;
}
.secid a, .secid a:visited {color: #235121; text-decoration: none; }
.secid img { vertical-align:middle;margin: -10px 0 0 15px; }
#main {
  clear: both;
  float: left;
  width: 922px;
  min-height: 250px;
  padding: 24px;
	background: #fff;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
#breadcrumbs {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  margin: -10px 0 20px 0;
  font-family: "jubilat",Georgia,serif;
}
#breadcrumbs a {
  font-size: 12px;
  color: #33762e;
}

body.home #main {
  -webkit-box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, .1);
  box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, .1);
}
#main .callout {
  float: right;
  width: 330px;
  padding: 10px;
  margin: 0 0 25px 25px;
  background: #f6f3ef;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


/* Navigation */
#nav {
  clear: both;
  width: 970px;
  height: 37px;
  margin: 0 auto;
}
#nav ul {
  clear: both;
  margin: 0;
  padding: 10px 15px 5px 15px;
  list-style: none;
  width: 940px;
  height: 22px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #6d4a42; /* Old browsers */
  background: -moz-linear-gradient(top,  #6d4a42 5%, #79524a 50%, #6d4a42 51%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#6d4a42), color-stop(50%,#79524a), color-stop(51%,#6d4a42)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #6d4a42 5%,#79524a 50%,#6d4a42 51%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #6d4a42 5%,#79524a 50%,#6d4a42 51%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #6d4a42 5%,#79524a 50%,#6d4a42 51%); /* IE10+ */
  background: linear-gradient(to bottom,  #6d4a42 5%,#79524a 50%,#6d4a42 51%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d4a42', endColorstr='#6d4a42',GradientType=0 ); /* IE6-9 */
  font-family: "jubilat",Georgia,serif; 
  color: #fff; 
  font-weight: 400;
  font-size: 16px;
}
#nav ul li { 
  display: block; 
  float: left; 
  position: relative;
  height: 20px; 
  padding: 0 8px 0 3px;;
  margin: 0;
  background:  url('/img/icon-bullet.png') no-repeat center right;
}    
#nav ul li a { 
  padding: 5px 8px 5px 8px;
  height: 20px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
#nav ul li a:hover { 
  text-decoration: none;
  padding: 5px 8px 5px 8px;
  background: #cf123e;
  border-bottom: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#nav ul li a span { }
#nav ul li.home { background: none; padding: 0 0 0 0; margin-top: -3px !important; }
#nav ul li.home a { opacity: 0.6; padding: 0; }
#nav ul li.home a:hover { opacity: 1.0; padding: 0;  background: none; }
#nav ul li.last, #nav ul li.search { background: none !important; }
#nav ul li.search { float: right; width: 175px; padding: 0; }

#nav li:hover ul { display: block; }
#nav li.over ul { display: block; }

#nav ul li ul { 
  display: none;
	position: absolute; 
	top: 20px;
	left: 3px;
	margin: 0;
  padding: 5px 8px;
	width: 230px;
	height: auto !important;
	background:#cf123e;
  -webkit-border-radius: 0px 3px 3px 3px;
  border-radius: 0px 3px 3px 3px;
	z-index: 10;
}
#nav ul li:hover ul { display: block; position: absolute; }
#nav ul li.over ul { display: block; }
#nav ul li:hover ul li {
	height: auto;
	display: block; 
	width: 230px;
	font-size: 14px;
	line-height: 18px;
  font-weight: 500;
  color: #d19fab;
  background: none !important;
	border: 0;
	text-align: left; 
	margin: 0;
  padding: 0;
	z-index: 10;
}
	
#nav ul li:hover ul li a { 
  width: 200px;
	margin: 0;
	display: block;
	background:none;
  font-size: 13px;
	color: #fff;
	height: auto !important;
  padding: 2px 5px 1px 0;
  border: 0;
}	

#nav ul li:hover ul li a:hover { background: none; margin: 0; color: #fffab0; border: 0; }		
#nav ul li:hover ul li a:active { }


ul#left-nav {
  display:block;
  clear: both;
  float: left;
  width: 200px;
  margin: 0 20px 0 0;
  color: #000;
  padding: 0;
}


/* Forms */
form#search-box {
  margin: -7px 0 0 0;
  height: 23px;
  padding: 3px;
  border: 1px solid #6d4941;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #e7e7e7; /* Old browsers */
  background: -moz-linear-gradient(top,  #e7e7e7 0%, #ffffff 50%, #e5e5e5 51%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(50%,#ffffff), color-stop(51%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e7e7e7 0%,#ffffff 50%,#e5e5e5 51%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e7e7e7 0%,#ffffff 50%,#e5e5e5 51%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e7e7e7 0%,#ffffff 50%,#e5e5e5 51%); /* IE10+ */
  background: linear-gradient(to bottom,  #e7e7e7 0%,#ffffff 50%,#e5e5e5 51%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
form#search-box .searchfield {
  background: none;
  border: none;
  font-size: 13px;
  padding: 3px 5px;
  width: 112px;
}
form#search-box input.image {
  margin: -10px 0 0 0;
}

/* Teaser Lists */
/* Lists */
ul.teasers { list-style:none; margin: 0 auto; margin-top: 15px; line-height: 1.1em; }
.callout ul.teasers { margin-top: 5px; }
ul.teasers li { display: block; clear:both; width: 100%; float:left; margin: 0 !important; margin-bottom: 5px !important; padding: 5px 0 5px 0; line-height: 1.0em; border-bottom: 1px #d8cfd1 dotted; }
.callout ul.teasers li { padding: 3px 0 5px 0; }
ul.teasers li.home { margin-bottom: 0; padding: 0; border: 0; }
ul.teasers li span.date {  color: #000; font-size: 12px; line-height: 1.2em; text-transform: uppercase; }
ul.teasers li a { display:block; text-decoration: none;  }
ul.teasers li a:hover {  }
ul.teasers li span.headline    { font-size: 20px; font-family: "jubilat",Georgia,serif; font-weight: 400; text-decoration: none; line-height: 1.0em; }
.callout ul.teasers li span.headline { font-size: 16px; }
ul.teasers li span.description { font-size: 14px; color: #000; text-decoration: none; line-height: 1.0em; }
ul.teasers li a:hover span.headline {  }
ul.teasers li a img.thumb {
    vertical-align: middle;
    margin: 6px 12px 6px 6px;
    width: 80px; height: 80px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(1, 46, 103, 35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(1, 46, 103, 35);
    box-shadow: 0px 0px 5px 0px rgba(1, 46, 103, 35);
}
ul.teasers li a img.arrow { width: 11px; height: 12px;  margin-left: 6px; }
ul.teasers li a.more {  font-weight: 600; size: 12px; text-transform: uppercase; }
ul.teasers li a p { color: #000; text-transform: uppercase; line-height: 1.2em; margin: 4px 0; padding: 0; }

/* Homepage Specific */
#home-hazard {
  float:left;
  width: 430px;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.4em;
}
#home-hazard a { 
  color: #000;
  text-decoration: none;
}
#home-hazard a span.fake-link {
  text-decoration: underline;
  color: #cf123e;
}
#home-hazard a:hover span.fake-link {
  color: #65a700;
}
#home-hazard h1 {
  font-size: 42px;
  line-height: 1.0em;
  color: #cf123e;
	font-family: "jubilat",Georgia,serif;
}
#home-control {
  float: right;
  width: 420px;
  min-height: 231px;
  padding: 7px 15px 0 15px;
  background: url(/img/tile-control.png) no-repeat bottom left;
  font-size: 14px;
  line-height: 1.4em;
}
#home-control h1 {
  font-size: 42px;
  line-height: 1.0em;
	color: #235121;
	font-family: "jubilat",Georgia,serif;
}
#home-hazard h1 img, #home-control h1 img { vertical-align:middle;margin: -10px 0 0 15px; }
#home-control a.control-link {
  margin: 10px auto;
  clear:both;
  display:block;
  width: 307px;
  height: 67px;
  background: url(/img/btn-create-a-plan.png) no-repeat 0 0;
}
#home-control a:hover.control-link {
  width: 307px;
  height: 67px;
  background: url(/img/btn-create-a-plan.png) no-repeat 0 -67px;
}
#home-control a span {
  display: none;
}


/* Promo Related */
#promos {
  clear: both;
  padding: 22px;
  margin: 0 auto;
  width: 926px; 
}
.home-promo, .int-promo {
  float: left;
  width: 275px;
  height: 140px;
  padding: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #dfd3c5;
  -moz-box-shadow:
    inset 0 0 0 2px rgba(253,254,255,.75),
  	0 0 0 1px #c3c3c3;
  -webkit-box-shadow:
  	inset 0 0 0 2px rgba(253,254,255,.75),
  	0 0 0 1px #c3c3c3;
  box-shadow:
  	inset 0 0 0 2px rgba(253,254,255,.75),
  	0 0 0 1px #c3c3c3;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMwMSAxNTYiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTFkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMzAxIiBoZWlnaHQ9IjE1NiIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(90deg, #e9e1d9 0%, #fff 100%);
  background-image: -o-linear-gradient(90deg, #e9e1d9 0%, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #e9e1d9 0%, #fff 100%);
  background-image: linear-gradient(90deg, #e9e1d9 0%, #fff 100%);
}  
.int-promo {
  width: 226px;
  height: 62px;
  padding: 0 !important;
  margin-right: 7px;
  vertical-align: middle;
}
.int-promo .wrapper {
  padding: 13px;
  width: 200px;
  height: 36px;
}
.int-promo h3 { 
  font-size: 18px;
  line-height: 1.0em;
  color: #cf123d;
  font-style:normal;
  margin: 0;
  padding: 0 0 0 62px;
  text-decoration: none;
  vertical-align: middle;
}
.int-promo a {
  text-decoration: none;
}
.int-promo.first .wrapper {
  background: url(/img/icon-big-hazard.png) no-repeat 14px 12px;
}
.int-promo.second .wrapper {
  background: url(/img/promo-training.png) no-repeat 12px 4px;
}
.int-promo.third .wrapper {
  background: url(/img/promo-working.png) no-repeat 11px 8px;
}
.int-promo.last .wrapper {
  background: url(/img/promo-ask.png) no-repeat 10px 8px;
}
.int-promo.third h3, .int-promo.last h3 {
  margin-top: 7px;
}

.int-promo.last {
  margin-right: 0;
}
.home-promo.center {
  margin: 0 11px;
}
.home-promo.left .wrapper {
  background: url(/img/promo-training.png) no-repeat top left;
  padding: 0 0 0 62px;
}
.home-promo.center .wrapper{
  background: url(/img/promo-working.png) no-repeat top left;
  padding: 5px 0 0 62px;
}
.home-promo.right .wrapper {
  background: url(/img/promo-ask.png) no-repeat top left;
  padding: 5px 0 0 62px;
}
.home-promo a {
  text-decoration: none;
  color: #000;
}
.home-promo a:hover, .home-promo a:hover h1, .int-promo a:hover h3{
  color: #65a700;
}
.home-promo p {
  font-size: 0.9em;
  line-height: 1.3em;
}


/* Footer */
#footer {
  clear: both;
  margin: 0 auto;
  width: 926px;
  padding: 22px;
  text-align: left;
  font-size: 10px !important;
  line-height: 15px !important;
  color: #9b9b9b !important;
}
#footer .left {
  width: 70%;
  float: left;
  text-align: left;
}
#footer .right {
  width: 30%;
  float: right;
  text-align: right;
}
#footer .center {
  width: 100%;
  clear: both;
  text-align: center;
  padding: 5px 0;
}


/* Forms */
label { font-weight: normal; text-align: left; vertical-align: top; font-size: 1.1em; }
input.image               { margin: 0 auto; }
input.submit              { text-align: center; }

textarea            { margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

select              { border:1px solid #7f9db9; background:#fff; color: #666; }
select:focus        { border:1px solid #fff; background:#fff; color: #333; }

fieldset    { padding: 0; margin: 5px 0; border: 0px; }
legend      { font-weight: bold; font-size:1.2em; }

.error,
.notice, 
.success    { }
.error      { color: #D12F19; }
label.error { font-size: 12px; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }
.formfield  { font-weight:normal; }
.required   { font-weight:normal; color: #aa2e2e; }

#question-form {
  clear: both;
	float: left;
	margin-bottom: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px;
  width: 896px;
	background: #f6f3ef;
}
#question-form fieldset { clear:both; border-bottom: 1px #fff solid; padding: 0 8px 5px 8px; }
#question-form label.title { display: block; float:left; width: 150px; }
#question-form input.text, #question-form textarea.textarea { display: block; float:left; width: 400px; padding: 4px; border: 1px #ccc solid; }
#question-form .last { border: none; }
