/*
 *  Ed Perlmutter
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:active{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	}

body, input, textarea, select, label {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	}
		
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3f3d33;
  }
	
p {
  padding-bottom: 18px;
	}
	
a:link, a:visited {
  color: #193989;
  text-decoration: none;
	}	
a:focus, a:hover, a:active {
  text-decoration: underline;
	}

h1 {
  padding: 0 23px;
  font-size: 33px;
  line-height: 71px;
  color: #fff;
  background: url(../images/h1-bg.png) 0 0;
  text-shadow: 0 0 1px #2362ba;
	}
	
h2 {
  padding-bottom: 18px;
  font-size: 23px;
  line-height: 27px;
	}
	
h3 {
  font-size: 19px;
  line-height: 27px;
	}
	
h4 {
  font-size: 16px;
	}

h5 {
  font-size: 14px;
	}

blockquote {
	padding: 8px;
	margin-bottom: 18px;
	background: #f8f7f3;
	border: 1px solid;
	border-color: #fff #d7d6cc #c1bfb7 #d7d6cc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
	}
blockquote p {
  padding: 0;
  }
cite {
  display: block;
  margin-top: -19px;
  padding-top: 15px;
  font-style: normal;
  background: url(../images/cite-bg.png) no-repeat 18px 0;
  }

label {
	font-size: 1em;
	}

input, textarea, select {
	font-size: 1em;
	}

input.text, textarea {
    
	}

input.submit, button {
    
	}

img {
	-ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */
	}

.meta {
	font-size: 11px;
	color: #777777;
	padding: 0;
	}

form label{ display: block; font-weight: bold; margin: 0 0 9px 0; color: #000; }
form input.text{ width: 250px; }
form textarea{ width: 450px; height: 150px; }
form input.text, form textarea, form fieldset.radio, label.checkbox{ margin: 0 0 9px 0; }
label.checkbox{ color: #666; }

/* End text */ 


/* Begin page styles */

body {
  background: #193989 url(../images/html-bg.png) repeat-x 0 0;
	}
	
#wrapper {
	width: 952px;
	margin: 0 auto;
	}
/* Clearfix */
#wrapper:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html #wrapper {height: 1%;}
/* IE7 */
*:first-child+html #wrapper {min-height: 1px;}

/* End page */


/* Begin header styles */

#header {
  width: 940px;
  position: relative;
  margin: 0 auto;
  background: url(../images/header-bg.jpg) no-repeat;
  height: 220px;
  }

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo {
  text-indent: -9999px;
	}


/* Header - Nav

#header .nav {
	position: absolute;
	display: table;
	bottom: 0;
	left: -3px;
	width: 946px;
	height: 22px;
	padding: 16px 0;
	background: url(../images/nav-bg.png) no-repeat 0 0;
	}
#header .nav li {
	display: table-cell;
	text-align: center;
	border-left: 1px solid #b6c0d9;
	}
#header .nav li span{ position: relative; }
#header .nav li:first-child, #header .nav li.first-child {
  border: none;
  padding-left: 6px;
  }
#header .nav li:last-child, #header .nav li.last-child {
  padding-right: 6px;
  }
#header .nav li a {
  padding: 0 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
	color: #18274d;
	}
#header .nav li a:focus, #header .nav li a:hover, #header .nav li.current a {
  color: #e01110;
  text-decoration: none;
  }
#header .nav li ul {
  position: absolute;
  top: 40px;
  width: 140px;
  padding: 22px 0 0;
  background: url(../images/subnav-top.png) no-repeat 0 0;
  }
#header .nav li ul li {
  display: block;
  position: static;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none;
  text-align: left;
  }
#header .nav li ul li a {
  display: block;
  padding: 4px 19px;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  background: url(../images/subnav-middle.png) repeat-y 0 0;
  }
#header .nav li ul li:last-child a, #header .nav li ul li.last-child a {
  padding-bottom: 15px;
  background: url(../images/subnav-bottom.png) repeat-y 0 100%;
  }
  */
  
 /* Header - Nav */

#header .nav {
	position: absolute;
	display: block;
	bottom: 0;
	left: -3px;
	width: 946px;
	height: 22px !important;
	padding: 16px 0 !important;
	background: url(../images/nav-bg.png) no-repeat 0 0;
	}
#header .nav li {
	display: block;
	float: left;
	position: relative;
	text-align: center;
	border-left: 1px solid #b6c0d9;
}
#header .nav li:first-child, #header .nav li.first-child {
  border: none;
  padding-left: 6px;
  }
#header .nav li:last-child, #header .nav li.last-child {
  padding-right: 6px;
  }
#header .nav li a {
  padding: 0 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
	color: #18274d;
	}
#header .nav li a:focus, #header .nav li a:hover, #header .nav li.current a {
  color: #e01110;
  text-decoration: none;
  }
#header .nav li ul {
  position: absolute;
  top: 40px;
  width: 140px;
  padding: 22px 0 0;
  background: url(../images/subnav-top.png) no-repeat 0 0;
  }
#header .nav li ul li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none;
  text-align: left;
  }
#header .nav li ul li a {
  display: block;
  padding: 3px 19px;
  position: relative;
  width: 102px;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  background: url(../images/subnav-middle.png) repeat-y 0 0;
  }
#header .nav li ul li:last-child a {
  padding-bottom: 15px;
  background: url(../images/subnav-bottom.png) repeat-y 0 100%;
  }
#header .nav li ul li.last-child a {
  padding-bottom: 15px;
  background: url(../images/subnav-bottom.png) repeat-y 0 100%;
  }

#signup {
  position: absolute;
  right: 30px;
  bottom: 84px;
  }
#signup h3 {
  color: #fff;
  font-size: 23px;
  padding-bottom: 5px;
  text-shadow: 0 0 1px #2b57b5;
  }
#signup h3 span {
  font-size: 20px;
  font-style: italic;
  }
#signup form {
  padding: 8px 10px;
  background: #1d387e;
  background: rgba(10,20,50,0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  }
#signup form input {
  width: 175px;
  padding: 4px;
  background: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  }
#signup form button {
  width: 80px;
  height: 28px;
  border: none;
  background: url(../images/signup-button.png) no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  }

/* End header */


/* Begin body styles */

#content {
  float: left;
  width: 940px;
	padding: 0 6px;
	background: url(../images/content-bg.png) repeat-y 0 0;
	}
	
.share{
	background: #EEE url(../images/icon-chat.png) 12px 50% no-repeat;
	border: 2px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 0 18px 0;
	padding: 9px 18px 9px 40px;
	color: #777;
}

#body {
  float: left;
  width: 540px;
  padding: 10px 0 10px 35px;
  }

#body #banner {
  width: 590px;
  margin: -10px -35px 18px;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #d7d4cd;
  }

#body h2, #body h3, #body h4, #body h5 {
  text-shadow: 0 0 1px #eeece4;
  }

#body ul {
	list-style-type: disc;
	padding: 0 0 9px 1.3em;
	}	
#body ol {
	list-style-type: decimal;
	padding: 0 0 9px 1.3em;
	}
#body li {
	padding: 0 0 9px;
	}

#body ul#section-list {
  list-style-type: none;
  padding-left: 0;
  }
  
#body ul.news {
  list-style-type: none;
  padding: 0 0 9px;
  }
#body ul.news li {
  position: relative;
  padding: 0 0 18px 45px;
  }
#body ul.news .date {
  position: absolute;
  left: 0;
  top: 4px;
  width: 35px;
  line-height: 14px;
  text-align: center;
  }
#body ul.news .date .day { font-size: 18px; display: block; }
#body ul.news .date .month, #body ul.news .date .year { font-size: 11px; color: #888888; }

#body #pagination-links{ margin: 0; list-style: none; }
#body #pagination-links li{ float: left; }
#body #pagination-links li a{ display: block; padding: 0 6px; line-height: 24px; font-size: 12px; }
#body #pagination-links li a.current{ margin: 0 3px; font-weight: bold; }
	
/* End body */


/* Begin Sidebar */

#sidebar {
  float: right;
  width: 272px;
  padding: 10px 28px 28px 28px;
  }

#sidebar .section {
  float: left;
  width: 100%;
  margin-bottom: 18px;
  }
#sidebar .section h3 {
  padding-bottom: 9px;
  font-size: 23px;
  text-shadow: 0 0 1px #e3e1d7;
  }
#sidebar .section h3 a {
	color: #3f3d33;
  }
#sidebar .section .more {
  float: right;
  position: relative;
  top: -27px;
  font-size: 11px;
  }

#sidebar #actions li {
  margin: 0 0 9px;
  }
#sidebar #actions li a {
  display: block;
  width: 272px;
  height: 52px;
  background: url(../images/action-buttons.png) no-repeat 0 0;
  text-indent: -9999px
  }
#sidebar #actions li.tell a { background-position: 0 -52px; }
#sidebar #actions li.involved a { background-position: 0 -104px; }

#sidebar #connect ul {
  margin: 0 -8px;
  width: 288px;
  }
#sidebar #connect li {
  float: left;
  margin: 0 5px 10px;
  }
#sidebar #connect li img {
  display: block;
  }

#sidebar #testimonials blockquote {
  font-size: 12px;
  margin: 0 -8px 18px;
  }

#sidebar #video .videoPlayer {
	padding: 8px;
  margin: 0 -8px 18px;
	background: #f8f7f3;
	border: 1px solid;
	border-color: #fff #d7d6cc #c1bfb7 #d7d6cc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  }

#sidebar #twitter {
	padding: 8px;
  margin: 0 -8px 18px;
	background: #f8f7f3;
	border: 1px solid;
	border-color: #fff #d7d6cc #c1bfb7 #d7d6cc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  }
#sidebar #twitter h3 a {
  padding-left: 36px;
  background: url(../images/icon-twitter.png) no-repeat 0 0;
  line-height: 27px;
  }
#sidebar #twitter li {
  padding: 9px 0;
  border-top: 1px solid #d9d7cf;
  }
#sidebar #twitter li p {
  padding: 0;
  font-size: 12px;
  }
#sidebar #twitter li p.meta {
  font-size: 11px;
  }

#sidebar #news li a {
  font-weight: bold;
  }

/* End Sidebar */


/* Begin footer styles */

#footer {
  clear: both;
  padding: 18px 32px;
  background: url(../images/footer-bg.png) no-repeat 0 0;
  font-size: 12px;
  line-height: 14px;
	}

#footer .nav li {
  float: left;
  border-left: 1px solid #53789e;
  }
#footer .nav li:first-child, #footer .nav li.first-child {
  border: none;
  }
#footer .nav li a {
  color: #eeece4;
  padding: 0 9px;
  }

#footer #paidfor {
  clear: left;
  float: left;
  padding: 8px 14px;
  margin: 14px 9px;
  background: #132b67;
  color: #6e9bd7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  }
	
/* End footer */

/* Begin homepage */

#feature {
  position: relative;
  width: 590px;
  margin: -10px -35px 18px;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #d7d4cd;
  }
#feature ul {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  width: 590px;
  height: 270px;
  }
#feature .bottomBar {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 545px;
  padding: 8px 30px 8px 15px;
  background: #656565;
  background: rgba(0,0,0,0.6);
  z-index: 50;
  }
#feature #controls {
  float: left;
  }
#feature #controls a {
  float: left;
  width: 9px;
  height: 9px;
  margin: 5px 5px 6px 0;
  padding: 0;
  background: url(../images/controls.png) no-repeat 0 -9px;
  text-indent: -9999px;
  }
#feature #controls a.activeSlide { background-position: 0 0; }
#feature .bottomBar p {
  float: right;
  padding: 0;
  font: italic 17px/20px Georgia, "Times New Roman", Times, serif;
  text-align: right;
  color: #fff;
  }

.home h2 a {
	color: #3f3d33;
  }

.home #body ul.news h3 {
  padding-bottom: 9px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
  }
.home #body ul.news li:first-child h3, .home #body ul.news li.first-child h3 {
  font-size: 18px;
  font-weight: normal;
  }
  
.home #body #testimonials {
  background: url(../images/home-section-border.png) repeat-x 0 0;
  padding: 36px 0 18px;
  }
.home #testimonials h2 {
  line-height: 18px;
  }
.home #testimonials .more {
  float: right;
  position: relative;
  top: -27px;
  font-size: 11px;
  }
.home #testimonials blockquote {
  font-size: 12px;
  margin: 0 -8px 18px;
  }

.home #sidebar #actions {
  margin: -28px -28px 18px;
  padding: 24px 28px 23px;
  background: #ffd71e url(../images/home-actions.png);
  border-bottom: 1px solid #d7d4cd;
  }
.home #sidebar #actions li a {
  height: 72px;
  background: url(../images/home-action-buttons.png) no-repeat 0 0;
  }
.home #sidebar #actions li.tell a { background-position: 0 -72px; }
.home #sidebar #actions li.involved a { background-position: 0 -144px; }