/* Main Elements */

body {
	margin: 0px auto;
	padding: 0px;
	color: #2E2E2E;
	font-size: .8em;
	line-height: 1.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "sans-serif";
	text-align: center;
}

#container {
	width: 1026px;
	margin: 0px auto;
	padding-bottom: 90px;
	position: relative;
	text-align: left;
	overflow: hidden;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 1026px;
	height: 85px;
	overflow: hidden;
}

.nav {
	margin: 50px 28px 0px 0px;
	padding: 0px;
	height: 35px;
	float: right;
	text-align: left;
}

.nav ul {
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "sans-serif";
	font-size: .9em;
	color: #fff;
}

.nav ul a:link {
	color: #fff;
	text-decoration: none;
}

.nav ul a:visited {
	text-decoration: none;
	color: #fff;
}

.nav ul a:hover {
	text-decoration: underline;
	color: #45b7ed;
}

.nav ul a:active {
	text-decoration: none;
	color: #45b7ed;
}

.nav ul li {
	margin:0px;
	padding-left:9px;
	list-style:none;
	display:inline;
}

#tagline_bar {
	width: 1026px;
	height: 49px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

.tagline {
	background: url(../images/tagline.jpg) no-repeat;
	width: 824px;
	height: 49px;
	text-indent:-9999px;
	float: left;
}

.social_icons {
	background: url(../images/socialicons.jpg) no-repeat;
	width: 202px;
	height: 49px;
	float: right;
}

.twitter {
	float: left;
}

.twitter a {
	display: block;
	margin: 10px 0px 0px 11px;
	padding: 0px;
	width: 30px;
	height: 30px;
	background-image: url(../images/twitter_button.gif);
}

.twitter a:hover {
	background-position: 0 -30px;
	text-decoration: none;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.2em;
}

.facebook {
	float: left;
}

.facebook a {
	display: block;
	margin: 10px 0px 0px 11px;
	padding: 0px;
	width: 30px;
	height: 30px;
	background-image: url(../images/facebook_button.gif);
}

.facebook a:hover {
	background-position: 0 -30px;
	text-decoration:none;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.2em;
}

.paypal {
	float: left;
}

.paypal a {
	display: block;
	margin: 10px 0px 0px 11px;
	padding: 0px;
	width: 30px;
	height: 30px;
	background-image: url(../images/paypal_button.gif);
}

.paypal a:hover {
	background-position: 0 -30px;
	text-decoration:none;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.2em;
}

.eb {
	float: left;
}

.eb a {
	display: block;
	margin: 10px 0px 0px 11px;
	padding: 0px;
	width: 30px;
	height: 30px;
	background-image: url(../images/eb_button.gif);
}

.eb a:hover {
	background-position: 0 -30px;
	text-decoration:none;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.2em;
}

a.bt {
	position:relative;
	z-index:24;
	color:#ccc;
	font-weight:normal;
	text-decoration:none;
}

a.bt span {
	display: none;
}

a.bt:hover span.thebubble {
	display:block;
	position:absolute;
	top:-50px;
	left:-50px;
	padding:0;
	width:131px;
	color: #ccc;
	text-align: center;
	text-decoration:none;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}

a.bt:hover span.top {
	display: block;
	padding: 5px 8px 0px;
	background: url(../images/bubble_top.gif) no-repeat top;
}

a.bt:hover span.middle {
	display: block;
	padding: 0 8px;
	background: url(../images/bubble_middle.gif) repeat bottom;
}

a.bt:hover span.bottom {
	display: block;
	padding:4px 8px 10px;
	color: #ccc;
	background: url(../images/bubble_bottom.gif) no-repeat bottom;
}

#web_page {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#main_content {
	width: 696px;
	margin: 30px 0px 50px;
	padding: 0px 18px 0px 28px;
	position: relative;
	text-align: left;
	float: left;
}

#side_bar {
	width: 237px;
	margin-top: 30px;
	padding: 0px 28px 0px 18px;
	position: relative;
	text-align: left;
	float: left;
	border-left:1px solid #bbb;
}

#side_bar p {
	padding-bottom: 10px;
}

#side_bar a {
	margin-bottom: 20px;
	display: block;
}

#side_bar h5 {
	margin: -5px 0px 10px 0px;
	display: block;
}

#footer {
	margin: 0;
	padding: 0px;
	min-width: 1026px;
	width: 100%; 
	height: 70px;
	color: #777;
	font-size: .75em;
	line-height: 1em;
	background: #000 url(../images/footer.jpg) repeat-x;
	text-align: left;
}

#logo {
	text-indent:-9999px;
	border:0px;
	float:left;
}

.logo {
	background:url(../images/logo.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	border:0px;
	width:330px;
	height:85px;
	margin:0px 0px 0px 28px;
	padding:0px;	
}

.logo h1 {
	border:0px;
}

/* Use For Wrapping Images Within Site */
img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #bbb;
}

a:hover img {
	border: 1px solid #0084bd;
	color: #0084bd;
}

/* bxSlider - Book Rotator */
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li { 
	width:243px;
	height:138px;
	overflow:hidden; 
}

/* Easy Accordion CSS */
.easy-accordion	{
	display:block;
	position:relative;
	overflow:hidden;
	padding:0;
	margin:0
}

.easy-accordion dt,.easy-accordion dd	{
	margin:0;
	padding:0
}

.easy-accordion dt,.easy-accordion dd	{
	position:absolute
}

.easy-accordion dt	{
	margin-bottom:0;
	margin-left:0;
	z-index:5;

	/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);
	-moz-transform-origin: 20px 0px;

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	cursor:pointer;
}

.easy-accordion dd	{
	z-index:1;
	opacity:0;
	overflow:hidden
}

.easy-accordion dd.active	{
	opacity:1;
}

.easy-accordion dd.no-more-active	{
	z-index:2;
	opacity:1
}

.easy-accordion dd.active	{
	z-index:3
}

.easy-accordion dd.plus	{
	z-index:4
}

.easy-accordion .slide-number	{
	position:absolute;
	bottom:0;
	left:10px;
	font-weight:normal;
	font-size:1.1em;

	/* Safari */
	-webkit-transform: rotate(90deg);

	/* Firefox */
	-moz-transform: rotate(90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.accordionbg	{
	width:1026px;
	height:348px;
	margin:0px;
	padding:0px;
	background: url(../images/accordionbg.jpg) no-repeat;
	text-align:center;
	position: relative;
	z-index: 0;
}

#accordion	{
	width:970px;
	height:300px;
	margin:0px auto;
	padding-top:28px;
	text-align:left;
}

#accordion dl	{
	width:970px;
	height:300px
}	

#accordion dt	{
	height:59px;
	line-height:44px;
	text-align:right;
	padding:10px 15px 0 0;
	font-size:1.9em;
	font-weight:bold;
	font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans unicode", Sans-serif;
	letter-spacing:1px;
	color:#fff;
	background:#fff;
}

#accordion .dt_ed	{
	background:url(../images/slide-title-ed.jpg) no-repeat;
}

#accordion .dt_arts	{
	background:url(../images/slide-title-arts.jpg) no-repeat;
}

#accordion .dt_business	{
	background:url(../images/slide-title-business.jpg) no-repeat;
}

#accordion .dt_church	{
	background:url(../images/slide-title-church.jpg) no-repeat;
}

#accordion .dt_education	{
	background:url(../images/slide-title-education.jpg) no-repeat;
}

#accordion .dt_government	{
	background:url(../images/slide-title-government.jpg) no-repeat;
}

#accordion .dt_media	{
	background:url(../images/slide-title-media.jpg) no-repeat;
}

#accordion .dt_social	{
	background:url(../images/slide-title-social.jpg) no-repeat;
}

#accordion .dt_sports	{
	background:url(../images/slide-title-sports.jpg) no-repeat;
}


#accordion dt.active	{
	cursor:pointer;
	color:#fff;
}

#accordion .dt_ed.active	{
	background: url(../images/slide-title-ed.jpg) 0 0 no-repeat
}

#accordion dt.hover	{
	color:#fff;
	text-decoration: underline;
}

#accordion dt.active.hover	{
	color:#fff;
	text-decoration: underline;
}

#accordion .dd_ed	{
	padding:25px;
	background:url(../images/edslide.jpg) no-repeat;
}

/* spacing needed in ed's slide */
.space {
	width:135px;
	height:250px;
	float:left;
}

#accordion dd	{
	padding:25px;
	background:url(../images/slide.jpg) no-repeat;
}

#accordion .slide-number	{
	color:#fff;
	left:10px;
	font-weight:bold
}

#accordion .active .slide-number	{
	color:#fff;
}

#accordion a	{
	color:#0084bd
}

#accordion a:hover	{
	text-decoration: underline;
	color:#0084bd
}

#accordion dd img	{
	float:right;
	margin:0 0 0 30px;
}

#accordion h2	{
	font-size:2.5em;
	margin-top:10px
}

#accordion .more	{
	padding-top:10px;
	display:block
}

/* Footer Inner Elements */
.copyright {
	width: 500px;
	margin-top: 30px;
	padding-left: 28px;
	position: relative;
	text-align: left;
	float: left;
}

.credits {
	width: 300px;
	margin-top: 30px;
	padding-right: 28px;
	position: relative;
	text-align: right;
	float: right;
}

#footer a:link {
	color: #0084bd;
	text-decoration: none;
	font-weight: normal;
}

#footer a:visited {
	text-decoration: none;
	color: #0084bd;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
	color: #0084bd;
	font-weight: normal;
}

#footer a:active {
	text-decoration: none;
	color: #0084bd;
	font-weight: normal;
}

#footer img {
	text-decoration: none;
	border: 0;
}

/* General Styles */
h1, h2, h3, h4, h5, h6 { font-family:"Trebuchet MS", "Lucida Grande","Lucida Sans unicode", Sans-serif; color:#1c1c1c; }

h1 {
	font-size: 26px;
	margin:0 0 15px 0;
	letter-spacing:-1px;
	padding:0;
}

h1 span {
	color: #fff;
}

h2	{
	font-size:22px;
	letter-spacing:-1px;
	margin: 0px 0px 10px 0;
}

h2 a 	{
	color:#0084bd;
	text-decoration:none;	
}

h2 a:hover	{
	color:#0084bd;
	text-decoration:underline;	
}	


h3	{
	font-size:18px;
	margin:0px;
}

h4	{
	font-size:16px;
	font-weight:normal;
	margin:0;

}

h5	{
	font-size:14px;
	font-weight:normal;
	margin:0;

}

h6	{
	font-size:12px;
	font-weight:normal;
	margin:0;

}

p {
	padding-bottom: 10px;
}

hr {
	color:#bbb;
	background-color:#bbb;
	height:1px;
	margin-bottom:15px;
	border:none
}

a:link {
	color: #0084bd;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #0084bd;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #0084bd;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #0084bd;
	font-weight: bold;
}