@charset "utf-8";
/* CSS Document */

html {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	margin:0px;
	background-image:url(../site_images/bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	color:#4a4a4a;
	width:100%;
}

.outer {
	width:900px;
	margin:0px auto 0px auto;
}

#header {
	width:900px;
	height:64px;
	padding-top:7px;
	padding-bottom:50px;
}

#header img {
	margin:13px 0px 0px 0px;
	float:left;
}

#header ul {
	list-style:none;
	display:block;
	margin:28px 0px 0px 0px;
	float:right;
	width:715px;
	padding:0px;
	text-align:right;
}

#header ul li {
	display:inline;
	font-size:0.750em;
	font-weight:bold;
	margin:0px 23px 0px 0px;
	padding:0px;
}

#header ul li a {
	color:#FFFFFF;
}

#header ul li a:Hover {
	color:#ec037c;
	background-color:#4a4a4a;
}

#header ul li a:Active {
	color:#ec037c;
}

#header .selected {
	color:#ec037c;
}

#content {
	width:100%;
	float:left;
}

#band {
	width:100%;
	background-color:#ededed;
	border-top:solid 1px #c5c4c4;
	border-bottom:solid 1px #c5c4c4;
	float:left;
	margin:70px 0px 0px 0px;
}

#newsMenu {
	width:277px;
	float:left;
}

h4 a:Hover{
	color:#FFFFFF;
}

#newsContent {
	width:554px;
	float:right;
	padding:20px 0px 0px 0px;
	overflow:hidden;
}

#newsContent p {
	font-size:15px;
}

#newsContent li {
	margin-bottom:10px;
}

#footer {
	width:100%;
	background-color:#ededed;
	border-top:solid 1px #c5c4c4;
	border-bottom:solid 1px #c5c4c4;
	float:left;
	margin:70px 0px 0px 0px;
	overflow:hidden;
}

input {
	border:solid #bbbbbb 1px;
	width:440px;
	height:20px;
	font-size:15px;
	padding:5px;
	color:#ec037c;
}

label {
	display:block;
	margin-bottom:10px;
	font-size:0.875em;
}

textarea {
	border:solid #bbbbbb 1px;
	width:440px;
	height:100px;
	font-size:15px;
	padding:5px;
	color:#ec037c;
	font-family:Arial, Helvetica, sans-serif;
}

.required { color:#ec037c; }

.study_thumb {
	border: solid 1px #ec037c;
	float:left;
	margin-right:5px;
}

#date {
	margin-top:-18px;
	font-style:italic;
	float:right;
	font-size:11px;
}

#everywhere {
	height:120px;
	overflow:visible;
	width:170px;
	top:-40px;
	left:120px;
	position:relative;
}

#everywhere a {
	cursor:pointer;
}

#everywhere_button {
	position:absolute;
	left:0;
	bottom:0;
}

#everyOuter {
	position:relative;
	width:169px;
	height:130px;
	bottom:39px;
	left:2px;
}

#everywhere_up {
	display:none;
	width:165px;
	background-color:#FFFFFF;
	position:absolute;
	border: solid 1px #e5e4e4;
	padding-bottom:5px;
	bottom:0;
	left:0;
}

#socialbuttons {
	width: 350px;
	float: left;
	margin-left: 95px;
	padding-top: 35px;
}

#socialbuttons ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}
#socialbuttons ul li {
	display: inline;
	float: left;
	margin-right: 15px;
	line-height: 32px;
	color: #999;
	font-size: 20px
}
#socialbuttons ul li a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../site_images/socialmedia_sprite.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#socialbuttons ul li a.facebook {background-position: 0 0;}
#socialbuttons ul li a:hover.facebook {background-position: 0 -32px;}
#socialbuttons ul li a.twitter {background-position: -32px 0;}
#socialbuttons ul li a:hover.twitter {background-position: -32px -32px;}
#socialbuttons ul li a.linkedin {background-position: -64px 0;}
#socialbuttons ul li a:hover.linkedin {background-position: -64px -32px;}
#socialbuttons ul li a.youtube {background-position: -96px 0;}
#socialbuttons ul li a:hover.youtube {background-position: -96px -32px;}

a#newsletter-btn {
	display: block;
	text-indent: -9999px;
	background: url(../site_images/newsletter-signup.gif) 0 0 no-repeat;
	width: 197px;
	height: 31px;
	margin: 20px 0 0;
}
#newsletter {
	font: 13px Arial, Helvetica, sans-serif; 
	width: 310px;
	padding: 40px 30px;
}
#newsletter h2 {
	font-size: 24px;
	color: #EC037C;
	margin-bottom: 20px;
}
#newsletter .indicate-required, .note-required {
	font-size: 12px; 
	color: #EC037C;	
}
fieldset { border: 0; padding: 0;}
#newsletter form {
	border: none;
}
#newsletter label {
	display: block;
	color: #666;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 10px 0 3px;
}
#newsletter .textinput {
	background: #fff;
	padding: 10px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666;
	border: #ccc 1px solid;
	width: 270px;
	height: 15px;
}
#newsletter .btn {
	padding: 0;
	margin: 20px 0 0;
	height: 31px;
	width: 98px;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	color: #fff;
	font: bold 14px/31px Arial, Helvetica, sans-serif;
	background: #fff url(../site_images/signup-btn.gif) left top no-repeat;
}

#newsletter input.mce_inline_error { border-color: #ff0000; color: #666;}
#newsletter .mce_inline_error { color: #FF0000;}
#newsletter .response {font-weight: bold;}
#newsletter #mce-error-response {
	color: #ff0000;
	padding-right: 40px;
	margin-top: 10px;
}
#newsletter #mce-success-response {
	color: #006600;
	padding-right: 40px;
	margin-top: 10px;
}
#social-container {margin: 20px 0 35px;}
#social-container #twitterfeed .twtr-ft {display: none;}
#social-container #twitterfeed .twtr-hd {padding: 0;}
#social-container #twitterfeed .twtr-widget .twtr-tweet-wrap { padding: 6px 0;}
#social-container #twitterfeed .twtr-doc a {text-decoration: none; background: none;}
#social-container #twitterfeed .twtr-doc a:hover {text-decoration: underline;}

#s2 {
	width:554px;
	float:left;
	min-height: 175px;
}

img		{	border:0px;		}
a 			{	color: #ec037c; text-decoration:none;	}
a:Hover	{	color:#FFFFFF; background-color:#ec037c; 	}
h1			{  font-size:48px; color:#000000;	line-height:1.01em; letter-spacing:-3px;	text-transform:uppercase;	}
h2			{	font-size:40px;	margin:0px 0px 10px 0px;	color:#000; 	font-weight:normal; }
h3			{	color: #ec037c;	font-size:24px;	text-transform:uppercase;	}
h4			{	color: #ec037c;	font-size:14px;	}
hr			{	color: #ec037c;	}
