/*fonts*/
@import url(http://fonts.googleapis.com/css?family=Raleway:200,400,500,600);

/*reset*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}audio[controls],canvas,video{display:inline;zoom:1px;}html{font-size:100%;overflow-y:scroll;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body,button,input,select,textarea{font-family:sans-serif;}a{color:#00e;}/*a:visited{color:#551a8b;}*/a:focus{outline:thin dotted;}a:hover,a:active{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}blockquote{margin:1em 40px;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}pre,code,kbd,samp{font-family:monospace, monospace;_font-family:'courier new', monospace;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:none;}small{font-size:75%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}ul,ol{margin:1em 0;padding:0 0 0 40px;}dd{margin:0 0 0 40px;}nav ul,nav ol{list-style:none;}img{border:0;-ms-interpolation-mode:bicubic;}svg:not(:root){overflow:hidden;}fieldset{margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;margin-left:-7px;}button,input,select,textarea{font-size:100%;vertical-align:middle;margin:0;}button,input{line-height:normal;overflow:visible;}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure,form{margin:0;}


/*********** Common Font Styles ************/
body {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
}

p {
	line-height:25px;
	margin-top:0px;
}

strong {
	font-weight:600;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	margin-top:0px;
}

h2 {
	color:#235c96;
}
h3 {
	color:#235c96;
	font-size:19px;
}

a {
	color:#7f9919;
}
a.button {
	text-decoration:none;
	color:#fff;
	padding:0px 20px;
	height:30px;
	line-height:30px;
	font-size:14px;
	background:#7f9919;
	display:inline-block;
	position:relative;
	transition: color .25s ease-in-out;
	   -moz-transition: color .25s ease-in-out;
	   -webkit-transition: color .25s ease-in-out;
}

a.button:hover {
	color:#e4ecc6;
}

a.button:after {
	content:"";
	width:16px;
	height:30px;
	background:url(/assets/images/bg_button.png) no-repeat right center;
	position:absolute;
	top:0px;
	right:-16px;
}

a.button.small {
	font-size:11px;
	height:23px;
	line-height:23px;
	padding:0px 10px;
}
a.button.small:after {
	background:url(/assets/images/bg_button_small.png) no-repeat right center;
	width:13px;
	height:23px;
	right:-13px;
}

hr {
	border:none;
	height:2px;
	background:url(/assets/images/bg_line.gif) repeat-x top center;
}

hr.double {
	height:6px;
	background:url(/assets/images/bg_line_double.gif) repeat-x top center;
	clear:both;
}

.center {
	text-align:center;
}

a.white {
	color: #fff;
	text-decoration: none;
	transition: color .25s ease-in-out;
	   -moz-transition: color .25s ease-in-out;
	   -webkit-transition: color .25s ease-in-out;
}

a.white:hover {
	color: #7f9919;
	text-decoration: none;
}

/*********** Common Layout Styles ************/

body {
	background:#0b2540;
}
.full {
	min-width:940px;
	padding-left:10px;
	padding-right:10px;
}
.inner {
	width:940px;
	margin:0 auto;
}

/* header */
header {
	background: url(/assets/images/bg_header.gif) repeat-x top center;
	height:38px;
	min-width:960px;
}
header .inner {
	position:relative;
	width:960px;
	z-index: 1;
}

header .logo {
	margin-left: -23px;
}

header nav {
	position:absolute;
	top:0px;
	right:10px;
}
header nav > ul {
	margin:0;
	padding:0;
	list-style:none;
}
header nav > ul > li {
	float:left;
	position:relative;
}
header nav > ul > li > a {
	color:#fff;
	text-decoration:none;
	font-weight:400;
	line-height:38px;
	height:38px;
	font-size:15px;
	padding:0px 10px 0px 20px;
	background:url(/assets/images/nav_separator.png) no-repeat left center;
}
header nav > ul > li:hover > a,
header nav > ul > li.current > a {
	color: #7f9919;
}
header nav > ul > li:first-child > a {
	background:none;
	padding:0px 10px 0px 20px;
}
header nav > ul > li:last-child > a {
	padding:0px 0px 0px 20px;
}
/* Second Level */
header nav > ul > li > ul {
	margin:0;
	padding:10px 15px;
	list-style:none;
	position:absolute;
	top:38px;
	left:10px;
	display:none;
	background:#7f9919;
	z-index:100;
}
header nav > ul > li > ul:before {
	content:" ";
	display:block;
	background:url(/assets/images/bg_dd_arr.png) no-repeat top center;
	width:16px;
	height:8px;
	position:absolute;
	top:-8px;
	left:25px;
}
header nav > ul > li > ul > li {
	padding:3px 0px;
	white-space:nowrap;
}
header nav > ul ul a {
	color:#fff;
	text-decoration:none;
}
header nav > ul ul a:hover {
	text-decoration:underline;
}
header nav > ul > li:hover > ul {
	display:block;
}

.connect {
	position:absolute;
	top:48px;
	right:10px;
	width:325px;
}
.connect .social {
	margin:0;
	margin-top: 2px;
	padding:0;
	list-style:none;
	width:93px;
	height:23px;
	float:left;
}
.connect .social li {
	float:left;
}
.connect .social li a {
	width:23px;
	height:23px;
	display:inline-block;
	text-indent:-9999px;
	background:url(/assets/images/sprite_social.png) no-repeat;
	margin-right:8px;
	vertical-align:middle;
}
.connect .social li.facebook a {
	background-position:top left;
}
.connect .social li.twitter a {
	background-position:top center;
}
.connect .social li.linkedin a {
	background-position:top right;
}
.connect form {
	width:232px;
	float:right;
}
.connect form input[type='text'] {
	border:none;
	color:#235c96;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight:400;
	font-size:12px;
	padding: 4px 0px 4px 8px;
	height:20px;
	width:200px;
}
.connect form input[type='submit'] {
	width:24px;
	height:28px;
	background:url(/assets/images/submit_newsletter.gif) no-repeat top left;
	border:none;
	text-indent:-9999px;
}
.placeholder { color: #aaa; }

.hero_short {
	background-position:top center;
	background-repeat: no-repeat;
	border-bottom:5px solid #18497a;
	color:#fff;
	overflow:hidden;
}
.hero_short .inner {
	height:196px;
	position:relative;
}
.hero_short .inner.sub_head {
	height:60px;
}
.hero_short .inner.sub_head h2 {
	margin:0;
	height:60px;
	line-height:60px;
	font-size:28px;
	color:#fff;
}
.hero_short h1 {
	font-size: 56px;
	line-height: 60px;
	margin-bottom:0px;
	position:absolute;
	bottom:10px;
	left:0px;
	font-weight:500;
}
.hero_short h1:after {
	content:" ";
	background:url(/assets/images/bg_dotted_line.gif) repeat-x left center;
	width:1200px;
	height:50px;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	bottom:0px;
	right:-1212px;
}
.page {
	background:#fff;
	border-bottom:5px solid #235c96;
}
.page .inner {
	padding-top:40px;
	padding-bottom:40px;
}

.page article {
	width:700px;
	float:left;
}
.page article h2 {
	color:#235c96;
}
.page aside {
	width:220px;
	float:right;
}
.page aside h3 {
	color:#225b93;
	font-weight:600;
	text-transform:uppercase;
	border-bottom:2px solid #235c96;
	font-size:14px;
	padding-bottom:5px;
	margin-top:30px;
}
.page aside nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.page aside nav ul ul {
	margin-top:10px;
}
.page aside nav ul li {
	margin-bottom:15px;
	margin-left:10px;
}
.page aside nav ul ul li {
	margin-bottom:10px;
}
.page aside nav ul li a {
	color:#000;
	text-decoration:none;
	font-weight:500;
}
.page aside nav ul ul li a {
	font-size: 12px;
}
.page aside nav ul li a:before {
	content:"→";
	margin-right:10px;
	color:#cdcdcd;
}
.page aside nav ul li a:hover,
.page aside nav ul li.current a {
	color:#7f9919;
}
.page aside nav ul li a:hover:before,
.page aside nav ul li.current a:before {
	color:#7f9919;
}

/* wide page */
.page.wide article {
	width:100%;
	float:none;
}

/* image_left list */

ul.image_left {
	margin:0;
	padding:0;
	list-style:none;
}
ul.image_left li {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:2px solid #e8e8e8;
}
ul.image_left li.hasimg {
	min-height:140px;
	padding-left:160px;
	position:relative;
}
ul.image_left li.hasimg > img {
	position:absolute;
	top:0px;
	left:0px;
}
ul.image_left li h3 {
	color:#235c96;
	font-size:18px;
	font-weight:500;
	margin-bottom:0px;
}
ul.image_left li a.more {
	white-space:nowrap;
}
ul.image_left li a.more:after {
	content:"→";
	color:#7f9919;
}

/* footer */
footer {
	background:url(/assets/images/bg_footer.png) repeat-x top center;
	margin-bottom:20px;
	color:#fff;
	overflow:hidden;
}
footer .inner {
	position:relative;
	min-height:100px;
}
footer .twitter {
	width:220px;
	position:absolute;
	top:25px;
	left:0px;
}
footer h3 {
	font-size:18px;
	margin-bottom:10px;
}
footer .twitter h3 {
	padding-left:30px;
	background:url(/assets/images/ico_twitter.png) no-repeat left center;
}
footer .twitter h3 a {
	text-decoration:none;
	color:#fff;
}
footer p {
	margin-bottom:0px;
	font-size:13px;
	line-height:20px;
}
footer .twitter p.ago {
	color:#7f9919;
	font-size:11px;
	font-weight:500;
}
footer .twitter ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
footer .social {
	width:220px;
	position:absolute;
	top:25px;
	left:240px;
}
footer .social a {
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
}
footer .sitemap {
	position:absolute;
	top:25px;
	right:10px;
	width:460px;
	text-align:right;
}
footer .sitemap p span {
	color: #225992;
}
footer .sitemap p a {
	text-decoration:none;
	color:#fff;
}
footer .sitemap p a:hover {
	color:#7f9919;
}
footer .sitemap p.top {
	font-size:18px;
	margin-bottom: 11px;
}
footer .sitemap form {
	width:232px;
	float:right;
	margin-top:20px;
}
footer .sitemap form input[type='text'] {
	border:none;
	color:#235c96;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight:400;
	font-size:12px;
	padding: 4px 0px 4px 8px;
	height:20px;
	width:200px;
}
footer .sitemap form input[type='submit'] {
	width:24px;
	height:28px;
	background:url(/assets/images/submit_newsletter.gif) no-repeat top left;
	border:none;
	text-indent:-9999px;
}
footer .logo {
	width:464px;
	height:207px;
	background:url(/assets/images/footer_logo.png) no-repeat top left;
	position: absolute;
	top: 0px;
	right: -250px;
}
footer .subfooter {
	width: 100%;
	height: 45px;
	padding-top: 48px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(/assets/images/bg_subfooter.png) no-repeat top center;
}
footer .subfooter p {
	text-align:center;
	font-size:10px;
	font-weight:500;
	color:#235c96;
}
footer .subfooter p.legal {
	font-size:11px;
}
footer .subfooter p.legal a:before {
	content:" | ";
}
footer .subfooter p.legal a:first-child:before {
	display:none;
}
footer .subfooter p a {
	text-decoration:none;
	color:#235c96;
}

/*********** Home Page Styles ************/

/* hero image */
.hero {
	background-position:top center;
	background-repeat: no-repeat;
	height:528px;
	border-bottom:3px solid #18497a;
	color:#fff;
	position:relative;
}
.hero .inner {
	padding-top: 139px;
	width: 780px;
	text-align: center;
}
.hero h1 {
	font-size: 56px;
	line-height: 60px;
	display: inline-block;
	text-align: justify;
	margin-bottom:0px;
}
.hero p {
	font-size:18px;
	text-align:justify;
	padding: 0px 9px;
	line-height: 30px;
}
.hero .overlay {
	width:100%;
	height:153px;
	position:absolute;
	top:170px;
	left:-10px;
	background:url(/assets/images/bg_home_overlay.png) no-repeat top center;
}


/* county and city callout */
.county_callout {
	background:url(/assets/images/bg_county_callout.png) repeat-x top center;
	height:442px;
	border-bottom:4px solid #18497a;
}
.county_callout .inner {
	padding:25px 0px 0px 0px;
}
.county_callout .inner h2 {
	color:#2e6ba9;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
}
.county_callout .inner h2:after {
	content:" ";
	background:url(/assets/images/bg_line.gif) repeat-x left center;
	width:772px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	top:0px;
	right:0px;
}
.county_callout .right {
	padding:0px 0px 0px 400px;
	background:url(/assets/images/our_counties.png) no-repeat 0px 0px;
	min-height:375px;
}
.county_callout .right h3 {
	text-align:center;
	color:#26619e;
	font-weight:500;
	font-size:30px;
}
.county_callout .right > p {
	margin:0;
	margin-top:15px;
	padding:0;
	width:285px;
	color:#fff;
	font-weight:400;
	font-size:15px;
	line-height:21px;
	text-align:right;
	float:left;
}
.county_callout .right > p span {
	color:#225992;
}
.county_callout .right > a {
	float:right;
	margin:20px 16px 0px 0px;
}

/* featured projects */
.featured {
	background:#092a4d url(/assets/images/bg_featured.png) repeat-x top center;
	border-bottom:5px solid #235c96;
}
.featured .inner {
	padding:25px 0px 0px 0px;
	overflow:auto;
}
.featured .inner h2 {
	color:#2e6ba9;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
}
.featured .inner h2:after {
	content:" ";
	background:url(/assets/images/bg_line.gif) repeat-x left center;
	width:790px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	top:0px;
	right:0px;
}
.featured .inner div {
	width:49%;
	float:left;
	position:relative;
	margin-bottom:14px;
	padding-bottom:30px;
}
.featured .inner div:first-of-type {
	margin-right:2%;
}
.featured .inner div h3 {
	color:#fff;
	font-size:19px;
	position:absolute;
	top:213px;
	left:0px;
	margin:0px;
	padding:10px 20px 10px 0px;
	border-top:2px solid #235c96;
	background: url(/assets/images/bg_featured.png) repeat-x 0px -268px;
}
.featured .inner div p {
	color:#ebe9e5;
	margin-top:1em;
	margin-bottom:0px;
}
.featured .inner div a.button {
	position:absolute;
	bottom: 3px;
	right: 20px;
}

/* news slider */
.news_slider {
	position:relative;
	margin-bottom:25px;
}
.news_slider .slider {
	position:relative;
	overflow:hidden;
	width:940px;
	height:250px;
}
.news_slider .items {
	width:20000em;
	position:absolute;
}
.news_slider .prev,
.news_slider .next {
	position:absolute;
	top:120px;
	left:-30px;
	width:13px;
	height:20px;
	display:block;
	background:url(/assets/images/sprite_prev_next.png) no-repeat top left;
	text-indent:-9999px;
}
.news_slider .next {
	background-position:top right;
	left:auto;
	right:-30px;
}
.news_slider .disabled {
	display:none;
}
.news_slider .items div {
	width:300px;
	margin-right:20px;
	float:left;
}
.news_slider .items h3 {
	color:#235c96;
	font-size:24px;
	margin-bottom:5px;
}
.news_slider .items h4 {
	color:#7f9919;
	font-size:11px;
	margin-bottom:15px;
}
.news_slider .items p {
	text-align:justify;
}

/* featured members */
.featured_members {
	margin-top:40px;
}
.featured_members h2 {
	color:#235c96;
	font-size:24px;
	margin-bottom:5px;
}
.featured_members h2 a {
	font-size:11px;
	text-decoration:none;
	float:right;
	padding-top:15px;
}
.featured_members ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.featured_members ul li {
	float:left;
	width:140px;
	height:140px;
	margin-left:20px;
	line-height:140px;
	text-align:center;
}
.featured_members ul li:first-child {
	margin-left:0px;
}
.featured_members ul li img {
  vertical-align: middle;	
}

/* testimonial */
.testimonial {
	min-height:248px;
	background: url(/assets/images/bg_testimonials.jpg) no-repeat top center;
	border-bottom:5px solid #235c96;
}
.testimonial blockquote {
	color:#fff;
	font-size:24px;
	line-height:35px;
	text-align:center;
	width:800px;
	margin:0 auto;
	padding-top:70px;
}
.testimonial blockquote span {
	display:block;
	font-size:14px;
}


/*********** History Page Styles ************/

ul.history {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.history li {
	border-top:2px solid #e8e8e8;
	padding-left:165px;
	position:relative;
	padding-top:10px;
	margin-bottom:20px;
}

ul.history li h3 {
	color:#235c96;
	width:165px;
	text-align:center;
	position:absolute;
	top:10px;
	left:0px;
	font-weight:600;
	font-size:36px;
}

/*********** Commitee/Members Page Styles ************/
ul.sort_alpha {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:2px solid #e8e8e8;
	margin-bottom:25px;
	padding-bottom:5px;
	overflow:auto;
}
ul.sort_alpha li {
	float:left;
	padding: 0px 8px;
}
ul.sort_alpha li a {
	color:#235c96;
	font-size:18px;
	font-weight:500;
	text-decoration:none;
}
ul.sort_alpha li a:hover,
ul.sort_alpha li.current a {
	color:#7f9919;
}


ul.two_col {
	margin:0;
	padding:0;
	list-style:none;
}
ul.two_col li {
	border-bottom:2px solid #e8e8e8;
	padding-bottom:25px;
	margin-bottom:25px;
	overflow:auto;
}
ul.two_col li div {
	width:300px;
	float:left;
	margin-right:20px;
}
ul.two_col li div h3 {
	font-weight:600;
	margin-bottom:0;
	line-height:25px;
}
ul.two_col li div p {
	margin-bottom:0;
}
ul.two_col li div a {
	color:#3475b7;
	text-decoration:none;
}
ul.two_col li div a:hover {
	text-decoration:underline;
}

/*********** Projects Page Styles ************/
/* main project listing */
ul.img_list {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:25px;
	overflow:auto;
}
ul.img_list li {
	width:300px;
	float:left;
	margin-right:20px;
	margin-bottom:50px;
	min-height:430px;
}
ul.img_list li:nth-child(3n+3) {
	margin-right:0px;
}
ul.img_list li h3 {
	margin-top:1em;
	font-weight:500;
}
ul.img_list li p a {
	text-decoration:none;
}
ul.img_list li p a:hover {
	text-decoration:underline;
}
ul.img_list li > a {
	width:300px;
	height:200px;
	display:block;
	background:#000;
	position:relative;
}
ul.img_list li > a img {
	transition: opacity .25s ease-in-out;
}
ul.img_list li > a:after {
	content:"";
	background:url(/assets/images/ico_more_details.png) no-repeat;
	width:55px;
	height:55px;
	display:block;
	position:absolute;
	left:122px;
	top:72px;
	opacity:0;
	transition: opacity .25s ease-in-out;
}
ul.img_list li > a:hover:after {
	opacity:1;
}
ul.img_list li > a:hover img {
	opacity:0.5;
}

/* single project page */
.page .inner.details article {
	width:620px;
	margin-bottom:40px;
}
.inner.details article h1 {
	color:#235c96;
	font-size:30px;
	position:relative;
	top: -40px;
	display:inline-block;
	background:#fff;
	padding-right:20px;
	padding-top:10px;
	margin-bottom:0px;
	border-top:3px solid #235c96;
}
.inner.details article h2 {
	margin-top:-20px;
}
.page .inner.details aside {
	width:300px;
	color:#235c96;
}
.inner.details aside h3 {
	color:#7f9919;
	border-bottom:none;
	background:url(/assets/images/ico_overview.png) no-repeat top left;
	height:33px;
	line-height:33px;
	padding-left:40px;
	margin-left: -40px;
	margin-top: -10px;
	margin-bottom: 0;
	position: relative;
}
.inner.details .related {
	margin-top:40px;
	position:relative;
}
.inner.details .related h2 {
	color: #2e6ba9;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}

/*********** Counties and Cities Page Styles ************/

/* image rotator */
.jshowoff {
	width:620px;
	height:290px;
}
.jshowoff-slidelinks {
	position:absolute;
	bottom: 5px;
	right: 5px;
	margin-bottom:0px;
}
.jshowoff-slidelinks a {
	width:13px;
	height:12px;
	display:inline-block;
	background:url(/assets/images/bg_rotator_links.png) no-repeat top left;
	text-indent:-9999px;
	margin-right: 5px;
}
.jshowoff-slidelinks a.jshowoff-active {
	background:url(/assets/images/bg_rotator_links.png) no-repeat top right;	
}

.cnc_main map area:hover {
	background:#000;
	opacity:0.5;
}
.page.wide.cnc_main article {
	width:460px;
	float:right;
	margin-left:20px;
}

.cnc_main article .listing {
	width:220px;
	float:left;
	padding:0px 5px;
}
.cnc_main article .listing h2 {
	margin-bottom:0px;
}
.cnc_main article .listing h2 a {
	color:#235c96;
	text-decoration:none;
	font-weight:500;
}
.cnc_main article .listing h2 a:hover {
	text-decoration:underline;
}
.cnc_main article .listing ul {
	list-style:none;
	padding-left:20px;
	margin:10px 0px 30px;
}
.cnc_main article .listing ul li a {
	font-size:15px;
	color:#000;
	text-decoration:none;
	font-weight:500;
}
.cnc_main article .listing ul li a:hover {
	text-decoration:underline;
}

/* tabs */
.tabs {
	position:relative;
}
.tabs > ul {
	position:absolute;
	top: -70px;
	right: 0px;
	margin:0;
	padding:0;
	list-style:none;
}
.tabs > ul li {
	float:left;
}
.tabs > ul li a {
	font-size:11px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:500;
	text-decoration:none;
	line-height:25px;
	height:25px;
	padding:0px 10px;
	margin-left:5px;
	display:block;
	outline:none;
}
.tabs > ul li.ui-tabs-active a,
.tabs > ul li a:hover {
	background:#18497a;
}

ul.downloads {
	margin:0;
	padding:0;
	list-style:none;
}
ul.downloads li {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
ul.downloads li:nth-child(6n+6) {
	margin-right:0px;
}
ul.downloads li a {
	display:block;
	width:140px;
	height:150px;
	text-decoration:none;
	background:#235c96;
	color:#fff;
	font-size:12px;
	position:relative;
}
ul.downloads li a span {
	background:#7f9919;
	display:block;
	width:100px;
	padding:10px 30px 10px 10px;
	position:absolute;
	bottom:0px;
	left:0px;
}
ul.downloads li a span:after {
	content:"";
	background:url(/assets/images/ico_download.png) no-repeat top center;
	width:30px;
	height:22px;
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
}

/* primary employers */
ul.employers {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:40px;
}
ul.employers li {
	float:left;
	width:220px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-right:20px;
	position:relative;
}
ul.employers li:nth-child(4n+4) {
	margin-right:0px;
}
ul.employers li a {
	color:#111111;
	font-size:15px;
	text-decoration:none;
	font-weight:500;
}
ul.employers li a:hover {
	color:#235c96;
}
ul.employers li .tip {
	display:none;
	position:absolute;
	top: 18px;
	left: 0px;
	width: 430px;
	padding: 15px;
	background: #235c96;
	color: #fff;
	z-index: 1;
	margin-top:10px;
}
ul.employers li:nth-child(4n+4) .tip {
	left:auto;
	right:0px;
}
ul.employers li .tip p {
	font-size: 13px;
}
ul.employers li .tip:before {
	content:"";
	display:block;
	width:16px;
	height:8px;
	background:url(/assets/images/bg_tip_arrow.png) no-repeat top left;
	position:absolute;
	top:-8px;
	left:15px;
}
ul.employers li:nth-child(4n+4) .tip:before {
	left:255px;
}
ul.employers li .tip > div {
	width:205px;
	margin-left:20px;
	float:left;
}
ul.employers li .tip > div:first-child {
	margin-left:0px;
}
ul.employers li:hover .tip {
	display:block;
}

/*********** News Page Styles ************/

ul.news {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.news li {
	border-bottom:2px solid #e8e8e8;
	padding-bottom:40px;
	margin-bottom:40px;
	padding-left:160px;
	position:relative;
}
ul.news li .date {
	width:140px;
	text-align:center;
	position:absolute;
	top:10px;
	left:0px;
}
ul.news li .date span {
	display:block;
	color:#235c96;
	text-transform:uppercase;
	font-weight:500;
	font-size:24px;
	line-height: 25px;
}
ul.news li .date .d {
	font-size:36px;
}
ul.news li .date .y {
	color:#c2c2c2;
}

.media_button {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:10px 35px 10px 15px;
	background:#235c96;
	position:relative;
	margin-bottom:10px;
	text-transform:uppercase;
}

.media_button:after {
	content:"";
	background:url(/assets/images/ico_download.png) no-repeat top center;
	width:35px;
	height:23px;
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
}

article.post h2.title {
	margin-bottom:0px;
}
article.post h3.subtitle {
	font-size:12px;
	color:#7f9919;
	margin-bottom:30px;
}

a.download_small {
	margin: 0px auto;
	width: 110px;
	display: block;
	color:#fff;
	text-decoration:none;
	padding:10px 30px 10px 10px;
	background:#7f9919;
	position:relative;
	font-size:12px;
}
a.download_small:after {
	content:"";
	background:url(/assets/images/ico_download.png) no-repeat top center;
	width:30px;
	height:22px;
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
}

.pagination {
	text-align:center;
}

/* downloadable media */
.page.download aside {
	width:120px;
}
.page.download article {
	width:780px;
}
.page.download ul.downloads {
	overflow:hidden;
}
.page.download ul.downloads li:nth-child(6n+6) {
	margin-right:20px;
}
.page.download ul.downloads li:nth-child(5n+5) {
	margin-right:0px;
}

/*********** Join Page Styles ************/
.app_button {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:14px 15px 14px 15px;
	background:#235c96;
	position:relative;
	text-align:center;
	margin-top:10px;
}
.app_button:after {
	content:"";
	background:url(/assets/images/ico_download.png) no-repeat top center;
	width:25px;
	height:10px;
	display:inline-block;
/*	position:absolute;
	bottom:0px;
	right:0px;*/
}
.dues {
	overflow:auto;
	margin-bottom:30px;
}
.dues h2 {
	font-size:30px;
	text-align:center;
	margin-top:25px;
}
.dues h3 {
	margin-bottom:10px;
}
.dues div table {
	width:100%;
}
.dues div table tr:nth-child(odd) {
	background:#f4f4f4;
}
.dues div table tr:nth-child(even) {
	background:#e2e2e2;
}
.dues div table td {
	padding:10px;
	font-weight:500;
}
.dues div table td:last-child {
	text-align:right;
}
.dues.public div {
	width:380px;
	float:left;
	margin-left:80px;
}
.dues.public div:last-child {
	margin-left:25px;
}
.dues.private div {
	width:380px;
	margin:0 auto;
}


.pay {
	margin-top:20px;
}
h2 span {
	font-size:14px;
}

.pay .options ul {
	margin:0px;
	padding:0px;
	list-style:none;
	overflow:auto;
	margin-bottom:40px;
}
.pay .options ul li {
	float:left;
}
.pay .options ul li a {
	color:#fff;
	font-size:26px;
	text-decoration:none;
	height:60px;
	line-height:60px;
	display:inline-block;
	width:303px;
	text-align:center;
	margin-left:15px;
	background:#dcdcdc;
	transition:background 0.5s;
}
.pay .options ul li:first-child a {
	margin-left:0px;
}
.pay .options ul li a:hover,
.pay .options ul li.ui-state-active a {
	background:#7f9919;
}
.pay table {
	width:100%;
}
.pay table tr:nth-child(odd) {
	background:#f4f4f4;
}
.pay table tr:nth-child(even) {
	background:#e2e2e2;
}
.pay table td {
	padding:10px;
	font-weight:500;
}
.pay table td:last-child {
	text-align:right;
}
.pay .price {
	width: 400px;
	margin: 0px auto 40px auto;
}
.pay .price input[type=radio] {
	vertical-align: baseline;
}
.pay .price input[name=price_other] {
	width:100px;
}
.form fieldset {
	background:#e2e2e2;
	margin:0px;
	margin-bottom:10px;
	border:none;
	padding:40px 20px 20px 20px;
	position:relative;
	width:420px;
}
.form fieldset.your,
.form fieldset.bill {
	float:left;
	clear:left;
	margin-right: 18px;
}
.form fieldset legend {
	border: 0;
	margin-bottom: 0px;
	background: #e2e2e2;
	position: absolute;
	top: 10px;
	left: 20px;
	text-transform:uppercase;
	font-size:11px;
}
.form fieldset input[type=text] {
	width:265px;
	padding:0px 5px;
	height:26px;
	line-height:26px;
	border:none;
	margin-bottom:10px;
	vertical-align: baseline;
}
.form fieldset select {
	margin-bottom:10px;
	vertical-align: baseline;
}
.form fieldset label {
	display:inline-block;
	width:130px;
	padding-right:10px;
	text-align:right;
}
.form fieldset label[for=expiration_year],
.form fieldset label[for=zip] {
	width:auto;
	margin-left: 15px;
}
.form fieldset input[name=zip],
.form fieldset input[name=cvv] {
	width:162px;
}
.form input[type=submit] {
	border:none;
	background:url(/assets/images/bg_big_submit.png) no-repeat center center;
	height:70px;
	width:460px;
	text-indent: -9999px;
	transition:opacity 0.5s;
	margin-bottom:5px;
}
.form input[type=submit]:hover {
	opacity:0.8;
}
.form .charge {
	display:none;
}

/*********** contact Page Styles ************/
.page.twocol .inner > div {
	width:460px;
	float:left;
	padding-left:20px;
}
.page.twocol .inner > div:first-child {
	padding-left:0px;
}
form#contact {
	background:#e2e2e2;
	padding:20px;
}
form#contact label {
	width:75px;
	text-align:right;
	font-weight:500;
	display:inline-block;
}
form#contact input[type="text"],
form#contact textarea {
	width:315px;
	border:none;
	padding: 7px
}
form#contact textarea {
	height:180px;
	resize:none;
}
form#contact input[type="submit"] {
	width: 100px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px;
	background: #7f9919;
	position: relative;
	font-size: 12px;
	text-transform:uppercase;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	border:none;
	float:right;
	margin-right: 11px;
}
form#contact p.cf {
	margin-bottom:0px;
}


/* clearfix */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }
