@charset "UTF-8";

/* -- Main Styles -- */

body, html, p, ul, li, ol, td, tr, h1, h2, img, hr {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	line-height: 1.2em;
	background: #FFF;
	margin: 25px 0 20px 0;
	color: #58595C;
}
#sideShadow {
	margin: 0 auto;
	width: 966px;
	background: url(images/side_shadow.gif) repeat-y;
}
#topShadow {
	height: 18px;
	width: 966px;
	margin: 0 auto;
	background: url(images/top_shadow.gif) no-repeat bottom;
}
#bottomShadow {
	height: 18px;
	width: 966px;
	margin: 0 auto;
	background: url(images/bottom_shadow.gif) no-repeat;
}
#wrapper {
	margin: 0 auto;
	background: #FFF;
	width: 950px;
	padding: 25px 0 30px 0;
}
p a:link, p a:visited, td a:link, td a:visited {
	text-decoration: underline;
	color: #007087;
}
p a:hover, td a:hover {
	text-decoration: none;
	color: #007087;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.dottedLine {
	border-bottom: 1px dotted #CCC;
	height: 1px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
.imgLeft {
	float: left;
	margin: 0 10px 5px 0;
}
.imgRight {
	float: right;
	margin: 0 0 5px 20px;
}
.imgRight2 {
	float: right;
	margin: 2px 0 0 0;
}



/* -- Header Styles -- */

#header {
	width: 950px;
}
#logoPlacer {
	width: 300px;
	margin: 0 0 0 35px;
	float: left;
}
#lang_loginPlacer {
	width: 250px;
	margin: -10px 0 0 0;
	float: right;
}
#langBox {
	padding: 3px 0;
	width: 220px;
	text-align: center;
}
#langBox p img {
	margin: 0 3px 0 0;
}
#langBox p {
	font-size: .75em;
}
#langBox p a:link, #langBox p a:visited {
	text-decoration: none;
	color: #007087;
}
#langBox p a:hover {
	text-decoration: underline;
	color: #007087;
}
#loginBox {
	padding: 2px 0 4px 0;
	width: 220px;
	background: url(images/login_box_bg.gif) repeat-x #FFF;
	border: 1px solid #CCC;
	text-align: center;
}
#loginBox p a:link, #loginBox p a:visited {
	text-decoration: none;
	font-size: .75em;
	color: #007087;
}
#loginBox p a:hover {
	text-decoration: underline;
	color: #007087;
}


/* -- Footer Styles -- */

#contactInfo {
	width: 890px;
	margin: 0 auto;
	padding: 8px 30px 0 30px;
	background: #2d2d2d;
}
#contactInfo p.contact {
	font-size: .95em;
	line-height: 1.5em;
	color: #FFF;
}
#contactInfo p.address {
	font-size: .7em;
	line-height: 1.2em;
	color: #fff;
}



/* -- Home Page Styles -- */

#homeBanner {
	width: 948px;
	height: 304px;
	background: url(images/home_banner.jpg) no-repeat center center;
	margin: 0 auto;
	padding: 1px 0;
	position: relative; 
}
#homeBanner h1 {
	width: 370px;
	position: absolute;
	top: 20px;
	right: 65px;
	color: #FFF;
	font-weight: normal;
	font-size: 1.05em;
}
#homeBanner p {
	width: 370px;
	font-size: .775em;
	line-height: 1.4em;
	position: absolute;
	top: 65px;
	right: 65px;
	color: #FFF;
}



/* -- Main Menu Styles -- */

#pageMenu {
	margin: 25px 0 10px 0;
}
#pageMenu ul {
	width: 910px;
	list-style: none;
	margin: 0 auto;
}
#pageMenu ul li a {
	font-size: .9em;
	display: block;
	padding: 0 1.155em 0 .675em;
	text-decoration: none;
	text-transform: lowercase;
	float: left;
	color: #2d2d2d;
}
#pageMenu ul li a:hover {
	text-decoration: underline;
	color: #0086a2;
}
.menuBar {
	width: 948px;
	margin: 0 auto;
	border-bottom: 9px solid #0086a2;
}



/* -- Page Styles -- */

#pageBanner {
	width: 950px;
	margin: 1px 1px;
}
#flashError {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #333;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
#pageContent {
	width: 823px;
	margin: 0 auto;
	padding: 35px 63px 0 62px;
	position: relative;
	background: url(images/content_bg.gif) no-repeat top;
}
#pageContent .logos {
	width: auto;
	margin: 0 23px 20px 0;
	float: left;
}
#pageContent .logosLast {
	width: auto;
	margin: 0 0 20px 0;
	float: left;
}
#pageContent h1 {
	font-size: 1.2em;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#pageContent h2 {
	font-size: 1.2em;
	letter-spacing: .1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #0086a2;
}
#pageContent h4 {
	font-size: .9em;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 30px 0 15px 0;
	border-bottom: 1px dotted #CCC;
	color: #0086a2;
}
#pageContent p.intro {
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#pageContent p.aboutus {
	font-size: .825em;
	margin: 0 0 10px 0;
}
#pageContent p, td {
	font-size: .85em;
	margin: 0 0 10px 0;
}
#pageContent .programs {
	border-bottom: 1px dotted #CCC;
	margin: 10px 0;
	padding: 10px 0;
}
#pageContent .programs img {
	margin: 5px 0 5px 15px;
	float: right;
}
#pageContent .programs img.logo {
	margin: 5px 15px 5px 0;
	float: left;
}
#pageContent .programsLast {
	border: 0;
	margin: 10px 0;
	padding: 10px 0;
}
#pageContent .programsLast img {
	margin: 5px 0 5px 15px;
	float: right;
}
#pageContent .programsLast img.logo {
	margin: 5px 15px 5px 0;
	float: left;
}
#pageContent .contactAddress {
	margin: 10px 20px 10px 0;
	width: 220px;
	float: left;
}
#pageContent ol {
	margin: 15px 10px 10px 20px;
}
#pageContent ol li {
	font-size: .85em;
	margin: 0 0 5px 0;
}
#pageContent ul.normal {
	margin: 5px 0 10px 30px;
	float: left;
	width: 550px;
}
#pageContent ul.normal li {
	font-size: .85em;
	margin: 0 0 5px 20px;
}
#programMenu ul {
	width: 100%;
	list-style: none;
	margin: 15px 0 10px 0;
	float: right;
}
#programMenu ul li.current a {
	color: #007087;
	border: 0;
}
#programMenu ul li a {
	font-size: .9em;
	font-weight: bold;
	padding: .5em 1em .5em 1em;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	letter-spacing: .1em;
	color: #919497;
	border-left: 1px solid #999;
}
#programMenu ul li a:hover {
	text-decoration: underline;
}


/* -- Email Form Styles -- */

#pageContent form {
	margin: 20px 0 0 0;
	position: relative;
}
#pageContent label {
	font-size: .85em;
	margin: 0 5px 10px 0;
	width: 100px;
	float: left;
}
#pageContent input {
	font-size: .8em;
	margin: 0 50px 10px 0;
	width: 240px;
	float: left;
}
#pageContent input.button {
	margin: 0 50px 10px 0;
	width: 113px;
	float: left;
}
#pageContent textarea {
	font-size: .8em;
	margin: 0 50px 10px 0;
	width: 240px;
	float: left;
}



/* -- Demo Styles -- */

.mediakitBox {
	width: 380px;
	margin: 15px 20px 20px 0;
	float: left;
}
.mediakitBox img {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #CCC;
}
.steps {
	width: 235px;
	margin: 25px 15px 20px 0;
	float: left;
}
.steps img {
	float: left;
	margin: 0 15px 0 0;
}
.steps h5 {
	color: #2f74af;
	font-size: 1em;
	margin: 5px 0 0 0;
	font-weight: normal;
}
.steps h5 a:link, .steps h5 a:visited {
	text-decoration: underline;
	color: #2f74af;
}
.steps h5 a:hover {
	text-decoration: none;
	color: #2f74af;
}