/* --------------------------------------------------------------------------------------------------------------------------- */
/* 
/* Author: Jordan Slominski
/* Email: jslominski@jcahpo.org
/* 
/* Date Created: 07-13-2011
/* Date Revised: 07-18-2011
/* 
/* --------------------------------------------------------------------------------------------------------------------------- */

html {
	background: #F0F0F0;	
	background-image: url(../img/bg_texture.png);
	background-repeat: repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: #5B5B5B;
}

body {
	margin: 0;
}

p {
	font-size: 14px;
	color: #5B5B5B;
}

a {
	text-decoration: none;
	color: #00aeef;
}

input[type=submit] {
	font-weight: bold;
	color: #FFFFFF;
	background: #283891;
	border: 1px solid #283891;
	padding: 4px;
	
	/* CSS3 Background Gradient Enhancements */
	background: -webkit-gradient(linear, left top, left bottom, from(#94B9E4), to(#283891));
	background: -moz-linear-gradient(top, #94B9E4, #283891);
	background: -linear-gradient(top, #94B9E4, #283891);
}

/* --------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* --------------------------------------------------------------------------------------------------------------------------- */

#header {
	height: 100px;
	background: url(../img/header.png);
}

#header_contact {
	float: right;
	font-size: 11px;
	color: #999999;
}

#header_contact ul {
	list-style: none;
	padding-top: 11px;
	padding-right: 22px;
	
}

/* --------------------------------------------------------------------------------------------------------------------------- */

#topnav {
	font-size: 13px;
	font-weight: bold;
	color: #7C7C7C;
	height: 40px;
}

#topnav ul {
	margin: 0;
	padding: 12px 5px 5px 5px;
	list-style: none;
}

#topnav li {
	float: left;
	padding-left: 15px;
}

#topnav a {
	color: #7C7C7C;
	padding: 5px;
	/* CSS3 Transition Enhancementss */
	-webkit-transition: background 0.15s ease-in;
   	-moz-transition: background 0.15s ease-in;
   	-o-transition: background 0.15s ease-in;
   	transition: background 0.15s ease-in;
}

#topnav a:hover {
	color: #FFFFFF;
	background: #00aeef;
	
}

#searchbox {
	float: right;
	margin-top: -10px;
	margin-right: 12px;
}

#searchbox input {
	border: 1px solid #C8C8C8;
}

#searchbox input[type=text] {
	padding: 5px;
	color: #BBBBBB;
}

/* --------------------------------------------------------------------------------------------------------------------------- */

#page_container {
	float: left;	
}

/* --------------------------------------------------------------------------------------------------------------------------- */

#sidebar_container {
	float: left;
	width: 200px;
}

#sidebar {
	border: 1px solid #FFFFFF;
	margin: 10px;
	background: #F6F6F6;
	
	/* CSS3 Background Gradient Enhancements */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #F0F0F0, #FFFFFF);
	background-image: -linear-gradient(top, #F0F0F0, #FFFFFF);
	
	/* CSS3 Inset Gradient Enhancements */
	-moz-box-shadow: inset 0 2px 5px #AAAAAA;
	-webkit-box-shadow: inset 0 2px 5px #AAAAAA;
	box-shadow: inset 0 2px 5px #888;
}

#sidebar li {
	list-style: none;
	padding-bottom: 20px;
	margin-left: -28px;
	font-size: 12px;
	text-transform: uppercase;
}

#sidebar a {
	color: #7C7C7C;
	/* CSS3 Transition Enhancements */
	-webkit-transition: background 0.15s ease-in;
   	-moz-transition: background 0.15s ease-in;
   	-o-transition: background 0.15s ease-in;
   	transition: background 0.15s ease-in;
}

a:hover#not_selected {
	background: #00aeef;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 0;
}

#not_selected {
	margin-left: 5px;	
}

/* --------------------------------------------------------------------------------------------------------------------------- */

#content_container_home {
	width: 960px;
	float: left;
}

#content_container {
	float: right;
	width: 760px;
}

#content_home {
	border: 1px solid #FFFFFF;
	margin: 10px;
	padding: 15px;
	float: left;
	width: 908px;
	background: #F6F6F6;
	
	/* CSS3 Background Gradient Enhancements */
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFFFFF));
	background: -moz-linear-gradient(top, #F0F0F0, #FFFFFF);
	background: -linear-gradient(top, #F0F0F0, #FFFFFF);
	
	/* CSS3 Inset Drop Shadow Enhancements */
	-moz-box-shadow: inset 0 2px 5px #AAAAAA;
	-webkit-box-shadow: inset 0 2px 5px #AAAAAA;
	box-shadow: inset 0 2px 5px #888;
}

#content {
	border: 1px solid #FFFFFF;
	margin: 10px;
	padding: 15px;
	float: left;
	width: 708px;
	background: #F6F6F6;
	
	/* CSS3 Background Gradient Enhancements */
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFFFFF));
	background: -moz-linear-gradient(top, #F0F0F0, #FFFFFF);
	background: -linear-gradient(top, #F0F0F0, #FFFFFF);
	
	/* CSS3 Inset Drop Shadow Enhancements */
	-moz-box-shadow: inset 0 2px 5px #AAAAAA;
	-webkit-box-shadow: inset 0 2px 5px #AAAAAA;
	box-shadow: inset 0 2px 5px #888;
}

#content p, #home1 p {
	border-top: 0px solid #FFFFFF;
	padding-top: 15px;
	margin-top: -10px;
	font-size: 14px;
}

#content h2 {
	font-size: 24px;
	line-height: 24px;
	color: #444444;
	margin-top: -5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C7C7C7;
}

#content h3 {
	color: #444444;
}

#content h4, #home1 h4 {
	font-size: 16px;
	line-height: 16px;
	color: #444444;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C7C7C7;
}

#content li, #home1 li {
	font-size: 14px;
	color: #5B5B5B;
	border: none;
}

#content img {
	padding: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	clear: left;
	border: 1px solid #666666;
}

#sponsors {
	float: left;
	width: 710px;
}

#sponsors p {
	margin-top: -5px;	
}

p#faq {
	border: none;
	margin: 0px;
}

/* --------------------------------------------------------------------------------------------------------------------------- */

#home1 {
	width: 30.1%;
	min-height: 575px;
	margin: 10px 10px 0 0;
	padding: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	background: #F3F3F3;
	background-image: url(../img/bg_texture.png);
	background-repeat: repeat;
	
	/* CSS3 Background Gradient Enhancements */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
	background: -moz-linear-gradient(top, #FFFFFF, #F0F0F0);
	background: -linear-gradient(top, #FFFFFF, #F0F0F0);
	
	/* CSS3 Drop Shadow Enhancements */
	-moz-box-shadow: 0 1px 3px #CDCDCD;
	-webkit-box-shadow: 0 1px 3px #CDCDCD;
	box-shadow: 0 1px 3px #CCCCCC;
}

#home2 {
	width: 30.1%;
	min-height: 575px;
	margin: 10px 10px 0 0;
	padding: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	background: #F3F3F3;
	background-image: url(../img/bg_texture.png);
	background-repeat: repeat;
	
	/* CSS3 Background Gradient Enhancements */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
	background: -moz-linear-gradient(top, #FFFFFF, #F0F0F0);
	background: -linear-gradient(top, #FFFFFF, #F0F0F0);
	
	/* CSS3 Drop Shadow Enhancement */
	-moz-box-shadow: 0 1px 3px #CDCDCD;
	-webkit-box-shadow: 0 1px 3px #CDCDCD;
	box-shadow: 0 1px 3px #CCCCCC;
}

#home3 {
	width: 30.1%;
	min-height: 575px;
	margin: 10px 0 0 0;
	padding: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	background: #F3F3F3;
	background-image: url(../img/bg_texture.png);
	background-repeat: repeat;
	
	/* CSS3 Background Gradient Enhancements */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
	background: -moz-linear-gradient(top, #FFFFFF, #F0F0F0);
	background: -linear-gradient(top, #FFFFFF, #F0F0F0);
	
	/* CSS3 Drop Shadow Enhancement */
	-moz-box-shadow: 0 1px 3px #CDCDCD;
	-webkit-box-shadow: 0 1px 3px #CDCDCD;
	box-shadow: 0 1px 3px #CCCCCC;
}

h2.home {
	font-size: 20px;
	line-height: 24px;
	color: #444444;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C7C7C7;
}

/* --------------------------------------------------------------------------------------------------------------------------- */

#footer_container {
	clear: both;
	width: 940px;
	float: left;
	border: 1px solid #FFFFFF;
	margin: 10px;
	background: #F6F6F6;
	
	/* CSS3 Background Gradient Enhancements */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #F0F0F0, #FFFFFF);
	background-image: -linear-gradient(top, #F0F0F0, #FFFFFF);
	
	/* CSS3 Inset Gradient Enhancements */
	-moz-box-shadow: inset 0 2px 5px #AAAAAA;
	-webkit-box-shadow: inset 0 2px 5px #AAAAAA;
	box-shadow: inset 0 2px 5px #888;
}

#footer {
	background: #222222;
	margin: 10px;
	width: 890px;
	padding: 15px;
	float: left;
}

#footer p {
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 10px;
}

#footer h2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 18px;
	/*margin-top: -5px;*/
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 5px;
}

#footer h3 {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	border-top: 1px solid #343434;
	padding-top: 5px;
	margin-top: -14px;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	/*margin-top: 0;*/
	margin-bottom: 14px;
}

#footer_sitemap {
	width: 200px;
	padding-right: 15px;
}

#footer a {
	color: #FFFFFF;
	
	/* CSS3 Transition Enhancements */
	-webkit-transition: color 0.2s ease-in;
   	-moz-transition: color 0.2s ease-in;
   	-o-transition: color 0.2s ease-in;
   	transition: color 0.2s ease-in;
}

#footer a:hover {
	color: #00aeef;
}

#footer_sitemap ul {
	margin-top: -14px;
	margin-bottom: 14px;
}

#footer_sitemap li {
	color: #FFFFFF;
	font-size: 11px;
	list-style: none;
	margin-left: -40px;
}

#footer_sitemap li:first-child {
	border-top: 1px solid #343434;
	padding-top: 10px;
}

#footer_sitemap li:last-child {
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}

#footer_sitemap li#last_child {
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}

.footer_sitemap_left {
	width: 200px;
	float: left;
}

.footer_sitemap_right {
	width: 200px;
	float: left;
	padding-left: 20px;
	margin-top: 38px;
}

#footer_sitemap h3.first_in_list {
	border-top: none;
	margin-top: 0;
}

#footer_sitemap li.last_in_list {
	border-bottom: none;	
}

#footer_right_section {
	width: 423px;
	float: left;
	padding-left: 15px;
}

#footer_contact {
	float: left;
	width: inherit;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	color: #DDDDDD;
}

.contact_info_left {
	float: left;
	margin-top: -20px;
}

.contact_info_right {
	float: right;
	margin-top: -20px;
}

#footer_newsletter {
	float: left;
	width: 423px;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	margin-top: -5px;
}

#footer_newsletter h2 {
	border-top: 1px solid #343434;
	padding-top: 10px;
}

#footer_newsletter input[type=text] {
	color: #BBBBBB;
	border: 2px solid #484848;
	padding: 5px;
	margin-bottom: 15px;
}

#footer_related_sites {
	float: left;
	width: inherit;
	color: #FFFFFF;
	margin-top: -5px;
}

#footer_related_sites h2 {
	border-top: 1px solid #343434;
	padding-top: 10px;
}

#footer_related_sites li {
	list-style: none;
	float: left;
	margin-left: -40px;
	margin-right: 30px;
}


div#fadehover {
	position: relative;
	float: left;
	width: 423px;
	height: 65px;
	background: #F0F0F0;
	
	/* CSS3 Background Gradient Enhancements */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
	background: -moz-linear-gradient(top, #FFFFFF, #EDEDED);
	background: -linear-gradient(top, #FFFFFF, #EDEDED);
}
 
img.a {
	position: absolute;
	left: 5px;
	top: 10px;
    z-index: 10;
}
 
img.b {
	position: absolute;
	left: 5px;
	top: 10px;
}

img.c {
	position: absolute;
	left: 220px;
	top: 10px;
    z-index: 10;
}

img.d {
	position: absolute;
	left: 220px;
	top: 10px;
}


/* --------------------------------------------------------------------------------------------------------------------------- */

#copyright {
	clear: both;
	padding: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

/* --------------------------------------------------------------------------------------------------------------------------- */

.rounded_corners_small {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.rounded_corners_medium {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.rounded_corners_large {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
}

.rounded_corners_xlarge {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

/* --------------------------------------------------------------------------------------------------------------------------- */

.first_paragraph {
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
	margin-top: -20px;
}

h4#no_border {
	border: none;
}

p#no_border {
	border: none;
}

img#no_border {
	border: none;
}

ul#no_border {
	border: none;
}

li#no_border {
	border: none;
}

#map-usa {
	border: 1px solid #222222;
}

a#selected, a:hover#selected {
	font-weight: bold;
	color: #FFFFFF;
	background: #283891;
	border: 1px solid #283891;
	padding: 4px;

}

a:hover#selected {
	color: #D6E9FB;	
}

ul#documents {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
	font-size: 14px;
}

ul#documents li {
	padding-left: 40px;
	padding-bottom: 20px;
	line-height: 36px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	line-height: 16px;
}

ul.documents {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
	font-size: 14px;
}

ul.documents li {
	padding-left: 40px;
	padding-bottom: 20px;
	line-height: 36px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	line-height: 16px;
}

ul#news {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 14px;
}

ul#news li {
	padding-left: 40px;
	padding-bottom: 20px;
	line-height: 36px;
	background-image: url(../img/icon_newspaper.png);
	background-repeat: no-repeat;
	line-height: 16px;
}



.newaccordion {
  background-color: #283891;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

