/*
*******************************************************************

Title:			global.css
Browser(s): 	Safari, Firefox, IE7

Author: 		Andy Davis (www.raddsigns.com)
Created: 		2009-06-01
Last modified: 	2009-06-29

*******************************************************************
*/

	
/* reset.css */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,em,img,q,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
	
/****************************************************** GLOBAL ***/
body {
	background:url(../images/main-bg.gif) repeat-x #e6e6e6;
	font:normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#333;
	position: relative;
}

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	text-align: center;
}

#content {
	width: 940px;
	background-color: #FFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#text-content {
	width: 938px;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	padding: 30px 0;
	position: relative;
	z-index: 1;
}

#bottom-tagline {
	width: 940px;
	height: 66px;
	background: url(../images/bottom-frame-tagline.png) no-repeat;
	text-indent: -9999px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body.overlay-window {
	background: #FFF;
}

a {
	color:#0397d6;
	text-decoration:underline;
	outline: none;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

a.active {
	color:#0397d6;
	text-decoration:none;
}

.clear {
	clear:both;
}

.hide {
	display: none;
}

.colorbar {
	width: 940px;
	height: 6px;
	background: url(../images/color-bar.jpg) no-repeat;
	display: block;
}

.dotted-line {
	width: 100%;
	display: block;
	border-bottom: 1px dotted #c2c2c2;
	margin-bottom: 20px;
	margin-top: 10px;
	clear:both;
}

.dotted-line90 {
	width: 90%;
	display: block;
	border-bottom: 1px dotted #c2c2c2;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.sidebar-shadow {
	background: url(../images/sidebar-shadow.jpg) no-repeat top left;
	min-height: 370px;
}

.margin40 {
	margin-left: 40px;
}

/****************************************************** TYPOGRAPHY ***/

h1.logo {
	position: relative;
	top: 18px;
	left: 36px;
	font:bold 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-indent:-9999px;
	background:url(../images/transform-logo.png) no-repeat;
	width:185px;
	height:100px;
	display: block;
	float: left;
}

h2 {
	font: normal 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 28px;
	color: #00457c;
	margin-bottom: 15px;
}

h2.topline {
	font: normal 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 28px;
	color: #00457c;
	margin-bottom: 15px;
	border-top: 1px solid #00457c;
	padding-top: 15px;
}

h2.tagline {
	font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	background:url(../images/tagline_top.png) no-repeat;
	color: #0397d6;
	position: absolute;
	left: 503px;
	top: 102px;
	text-align: right;
	width: 420px;
}

h3 {
	font: normal 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 28px;
	color: #00457c;
	margin-bottom: 20px;
}

h4 {
	font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	color: #005d9b;
	margin-bottom: 20px;
}

h5 {
	font: normal 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	color: #156ca6;
	margin-bottom: 10px;
}

h6 {
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 16px;
	color: #00457c;
	margin-bottom: 10px;
}

p {
	line-height: 20px;
	margin-bottom: 15px;
}

/* Alternate styles in ie7.css - line 17 */
p.copyright {
	font: normal 10px Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7d7d7d;
	clear: both;
	text-align: left;
	margin: 50px 0 50px 30px;
	display: block;
}

p.copyright a {
	text-decoration: none;
	color: #7d7d7d;
}

p.copyright a:hover {
	text-decoration: underline;
	color: #666;
}

.gray-box p, .gray-box p strong {
	font-size: 12px;
	color: #464646;
	line-height: 18px;
}

a.blog-link {
	font: bold 10px Helvetica, Arial, sans-serif;
	line-height: 16px;
	margin-bottom: 10px;
	display: block;
}

p.event-title {
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #555;
	margin-bottom: -3px;
}

p.event-date {
	font: bold 10px Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #acacac;
	margin-bottom: 6px;
}

p.event-info {
	font: normal 11px Helvetica, Arial, sans-serif;
	line-height: 16px;
	color: #707070;
	margin-bottom: 5px;
}

a.event-link {
	font: bold 10px Helvetica, Arial, sans-serif;
	line-height: 16px;
	margin-bottom: 30px;
	display: block;
}

.grid320 p {
	font-size: 12px!important;
	line-height: 20px!important;
	margin-bottom: 18px!important;
}

p.instruct-text {
	font-size: 11px!important;
	color: #707070!important;
	line-height: 18px;
	margin-bottom: 15px;
}

p#bio-text {
	font-size: 11px!important;
	color: #707070!important;
	line-height: 16px;
	margin-bottom: 5px;
}

/****************************************************** LISTS ***/

ul.bold-list {
	list-style-type: square;
	margin: 0 0 40px 20px;
}

ul.bold-list li {
	font: bold 13px Helvetica, Arial, sans-serif;
	line-height: 16px;
	color: #464646;
	margin-bottom: 13px;
}

.gray-box ul {
	list-style-type: square;
	margin: 0 0 20px 20px;
}

.gray-box ul li {
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #464646;
	margin-bottom: 6px;
}

.panel ul li {
	font: normal 14px Helvetica, Arial, sans-serif;
	line-height: 24px;
	color: #464646;
	margin-bottom: 4px;
	list-style-type: square;
}

ul.gray-bold-list {
	margin: 0 0 40px 5px;
}

ul.gray-bold-list li {
	font: bold 15px Helvetica, Arial, sans-serif;
	line-height: 24px;
	margin-bottom: 8px;
	color: #7d7d7d;
	list-style-type: none;
}

ul.partners-list {
	list-style-type: none;
}

ul.partners-list li {
	line-height: 28px;
	font-size: 13px;
}

ul.partners-list li a {
	cursor: pointer;
}

ul.partners-list li a.active {
	color: #333;
	text-decoration: none!important;
}

/****************************************************** BOX STYLES ***/

.box-content {
	padding: 20px;
}

.box-content2 {
	padding: 20px;
	
}

p#box-content2 {
	font-size:12px;
}

.gray-box {
	width: 100%;
	background-color: #e1e1e1;
}

/****************************************************** GRID ***/

.grid40 {
	width: 40px;
	display: block;
	float: left;
}

.grid160 {
	width: 160px;
	display: block;
	float: left;
}

.grid160 img {
	margin-top: 10px;
}

.grid180 {
	width: 180px;
	display: block;
	float: left;
}

.grid240 {
	width: 215px;
	display: block;
	float: left;
	padding-left: 25px;
}

.grid260 {
	width: 235px;
	display: block;
	float: left;
	padding-left: 25px;
}

.grid300 {
	width: 260px;
	display: block;
	float: left;
	padding-left: 40px;
}

.grid320 {
	width: 320px;
	display: block;
	float: left;
}

.grid380 {
	width: 380px;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
}

.grid440 {
	width: 380px;
	display: block;
	float: left;
	padding-left: 60px;
}

.grid460 {
	width: 460px;
	display: block;
	float: left;
}

.grid500 {
	width: 500px;
	display: block;
	float: left;
}

.grid560 {
	width: 560px;
	display: block;
	float: left;
}

.grid840 {
	width: 840px;
	display: block;
	margin-top: 40px;
}

/****************************************************** HEADER ***/

#header {
	width: 950px;
	height: 192px;
	display: block;
	background: url(../images/header-bg.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
}

ul#utility-links {
	position: absolute;
	left: 742px;
	top: 15px;
	list-style-type: none;
}

ul#utility-links li {
	float: left;
	display: inline;
}



ul#utility-links li a.newsletter-link {
	width: 183px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	float: left;
	background: url(../images/newsletter-link-btn.png) no-repeat;
	outline: none;
}

ul#utility-links li a.newsletter-link:hover {
	background-position: -183px 0;
}



/****************************************************** NAVIGATION ***/

ul#nav {
	width: 900px;
	height: 40px;
	clear: both;
	list-style-type: none;
	position: absolute;
	top: 138px;
	left: 25px;
	background: url(../images/topnav-bg.png) no-repeat;
}

ul#nav li {
	display: inline;
	float: left;
	margin: 7px 4px 0 0;
}

/* Alternate styles in ie7.css - line 27 */
ul#nav li a {
	padding: 6px 8px;
	color: #555;
	font: bold 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	display: block;
}

ul#nav li a:hover {
	background-color: #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul#nav li a.active {
	background-color: #e8a713;
	color: #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/****************************************************** FOOTER ***/

ul#footer {
	width: 940px;
	margin: 30px 0 0 30px;
	list-style-type: none;
	clear: both;
	text-align: left;
}

ul#footer li {
	display: inline;
	float: left;
	margin-right: 10px;
}

ul#footer li a {
	color: #00457c;
	font: normal 10px Helvetica, Arial, sans-serif;
	text-decoration: none;
}

ul#footer li a:hover {
	text-decoration: underline;
}


/****************************************************** HOMEPAGE SPECIFIC STYLES ***/

#flash {
	width: 940px;
	height: 267px;
	display: block;
}

#flash-banner {
	width: 940px;
	height: 267px;
	background: url(../images/flash-alt-content.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
}

.blog-icon {
	width: 41px;
	height: 44px;
	margin-right: 10px;
	float: left;
}

.event-block {
	width: 240px;
}

/****************************************************** SECONDARY PAGE SPECIFIC STYLES ***/

#title-banner {
	width: 940px;
	height: 157px;
	display: block;
	text-indent: -9999px;
}

.about-banner {
	background: url(../images/about-banner.jpg) no-repeat;
}

.programs-banner {
	background: url(../images/programs-banner.jpg) no-repeat;
}

.partners-banner {
	background: url(../images/partners-banner.jpg) no-repeat;
}

.media-banner {
	background: url(../images/media-banner.jpg) no-repeat;
}

.contact-banner {
	background: url(../images/contact-banner.jpg) no-repeat;
}

/****************************************************** ABOUT PAGE ***/

.david-photo {
	width: 98px;
	height: 135px;
	border: 5px solid #d8d8d8;
}

/****************************************************** PROGRAMS PAGE ***/

a.slider-btn {
	width: 205px;
	height: 45px;
	background: url(../images/tellmemore-btn.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 20px 0 40px 0;
}

a.slider-btn:hover {
	background-position: -205px 0;
}

img.box-logo {
	height: 50px;
	width: 50px;
	display: block;
	margin-right: 15px;
	float: left;
	padding-bottom: 15px;
}

p.custom-workshop {
	padding: 10px 0 14px 0px;
	font-size: 16px!important;
	color: #00457c!important;
	float: left;
}

.grid180 {
	text-align: center;
}

.grid180 img {
	margin-left: auto;
	margin-right: auto;
}


/****************************************************** PARTNERS PAGE ***/

#testimonials-content {
	position: relative;
}

/* Alternate styles in ie7.css - line 37 */
.popup {
	position: absolute;
	top: -25px;
	left: 40px;
	width: 400px;
	height: 360px;
	background-color: #FFF;
	z-index: 3000!important;
}

a.close-btn{
	display: block;
	position: absolute;
	top: 12px;
	left: 370px;
}

p.testimonial-titlebar {
	width: 370px;
	background-color: #0397d6;
	padding: 12px 15px;
	color: #fff;
	font-weight: bold;
}

.popupcontent {
	width: 370px;
	padding: 15px;
}

.popupcontent p {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #464646;
	line-height: 20px;
	margin-bottom: 10px;
}

p.testimonial-info {
	margin-top: 15px;
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
}

.link-display {
	color: #0397d6;
	text-decoration: underline;
	cursor: pointer;
}

/****************************************************** VIDEO PAGES ***/

.video-page {
	width: 320px!important;
	height: 240px;
	display: block;
}

.video-content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
	display: block;
}

.video {
	margin-top: 20px;
}

p.video-title {
	font: bold 16px Helvetica, Arial, sans-serif;
	color: #00457c;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width: 320px;
}

p.video-subtext {
	font: normal 11px Helvetica, Arial, sans-serif;
	color: #999;
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width: 320px;
}

#newsletter-container {
	background-color: #FFF;
	padding: 20px;
}
