* {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3 {
	color: #fff;
	font-weight: bold;
	display: block;
}

#page h2, #page h3 {
	color: #000;
}

h1 {
	font-size: 60px;
	display: none;
}

#page h2 {
	font-size: 18px;
	margin: 13px;
}

h3 {
	font-size: 18px;
	padding: 7px 15px;
}

#content h3 {
	font-size: 14px;
}

body {
	font-family: HelveticaNeueLTStd, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #e8e7f3;
}

p, ul, ol {
	color: #000;
	padding: 13px;
	line-height: 1.5em;
	font-size: 12px;
}

ul, ol {
	padding-top: 5px;
}

li {
	margin-left: 15px;
	padding: 5px 0;
}

p + p {
	padding-top: 5px;
}

a {
	text-decoration: none;
}

#content a {
	color: #1f0e8b;
	font-weight: bold;
}

#content a:visited {
	color: #14095C;
}

#content a:hover {
	color: #999;
}

#homepage, #page {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

#header {
	background: #1f0e8b url(img/header-bg.jpg) repeat-x;
	height: 150px;
	padding-left: 25px;
}

#header img {
	margin: 0;
	padding: 0;
}

#nav {
	color: #fff;
	background: #1f0e8b url(img/nav-bg.jpg) repeat-x;
	height: 50px;
	font-weight: bold;
	text-align: center;
}

#nav ul {
	font-size: 18px;
	line-height: 49px;
	padding: 0;
}

#nav li {
	display: inline;
	padding: 0;
}

#nav a {
	color: #fff;
	border-left: 1px solid #000;
	padding: 14px 25px 15px 25px;
}

#nav li:first-child a {
	border-left: 0;
}

#nav a:hover, #nav a#current {
	color: #1f0e8b;
	background: #fff;
}

#content {
	width: 840px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	border: 10px solid #e8e7f3;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main {
	width: 577px;
	float: left;
	border-right: 10px solid #e8e7f3;
}

#sidebar {
	width: 245px;
	float: left;
	font-size: 10px;
	border-left: 10px solid #e8e7f3;
	margin-left: -10px;
}

#sidebar p {
	line-height: 1.4em;
}

#sidebar h2 {
	font-size: 16px;
}


#footer {
	text-align: center;
	clear: both;
	width: 100%;
}

/* Homepage */

#homepage h1, #homepage h2, #homepage h3 {
	color: #fff;
}

#homepage h2 {
	font-size: 30px;
}

#homepage #content {
	width: 850px;
}

#take_action h3, #take_action p {
	display: none;
}

#take_action img {
	border-bottom: 10px solid #e8e7f3;
}

#the_issue {
	vertical-align: middle;
	overflow: hidden;
}

#the_issue h3 {
	background: #1f0e8b url(img/texthead-bg.jpg) repeat-x;
	clear: both;
}

#the_issue img {
	margin: 15px;
	float: left;
	vertical-align: middle;
}

#the_issue .text {
	float: left;
	width: auto;
	width: 557px;
}

/* Contact Form */

form {
	overflow: hidden;
	width: 540px;
	margin: 15px auto;
	border: 1px solid #dedede;
}
	
form label {
	float: left;
	clear: left;
	margin: 5px;
	width: 65px;
}

/* *********************************************************** */
/* THIS IS THE PROBLEM CSS THATS CAUSING THE PAGE TO CRASH     */
/* FOR SOME REASON, WHEN float: left; EXISTS, THEN IT CRASHES  */
/* *********************************************************** */
/*
form input, form select, form textarea {
	float: left;
	clear: right;
	margin: 5px;
}
*/
/* *********************************************************** */

form input, form select, form textarea {
	margin: 5px;
	clear: right;
}


form input, form textarea {
	width: 410px;
	border: 1px solid #999;
	background: #e8e7f3;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
}

form select {
	border: 1px solid #999;
}

form .left, form .right {
	clear: none;
}

form input.left {
	float: left;
}

form input.left, form input.right {
	width: 145px;
}

form label.right {
	margin-left: 38px;
}

form textarea {
	height: 200px;
}

form li {
	list-style: none;
	margin: 5px;
	clear: both;
}

form input.submit {
	margin: 15px 15px 15px 80px;
	background: #1f0e8b url(img/button_sendmyemail.jpg) no-repeat;
	width: 412px;
	height: 60px;
	border: 0;
}

a.addtext {
	display: block;
	padding: 5px;
	font-size: 12px;
	margin: 0 10px 25px 10px;
}

a.collapse {
	display: block;
	padding: 5px;
	margin: 0 10px;
	font-size: 12px;
}

div.samplemessage {
	margin: 0 15px;
	border: 0;
	font-size: 12px;
	line-height: 1.4em;
}

p.samplemessage {
	margin-bottom: 0;
	padding-bottom: 0;
}

#emailErrorAlertDisp {
	font-weight: 700;
	color: red;
	margin-left: 140px;
}

.addthis_button {
	margin: 15px;
	float: right;
}