* {
	margin: 0;
	padding: 0;
}
/*html { 
	background: url(img/bg1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
body {
	background-color: #f1f1f1;
	overflow-y: scroll;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #555;
}
h1 {
	font-weight: normal;
	text-transform: uppercase;
}
p {
	margin-bottom: 10px;	
}
a:link {
	color: #FF7BAC;
}    /* unvisited link */
a:visited {
	color: #FF7BAC;
} /* visited link */
a:hover {
	color: #FF7BAC;
}   /* mouse over link */
a:active {
	color: #FF7BAC;
}  /* selected link */
#wrapper {
	width: 1000px;
	min-height: 1000px;
	margin: 0 auto;
}
#col1 {
	width: 250px;
	float: left;
	background: white;
	margin: 20px 10px 0 0;
	min-height: 200px;
}
#col1 #logo {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
#col1 #logo_text {
	text-align: center;
	color: #999;
}
#col1 #logo_text .neuro {
	font-family: "Trajan Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	letter-spacing: -1px;
	color: black;
	line-height: 16px;
}
#col1 ul {
	list-style-type: none;
	padding: 2px 0 0 0;
	width: 250px;
	margin: 20px auto 0px;
	border-top: 1px dashed #f1f1f1;
}
#col1 ul li a {
	text-transform: lowercase;
	font-size: 110%;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 20px;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
#col1 ul li a:hover {
	background: #FF7BAC;
	color: white;
}
#home .nav-one a,
#const .nav-two a,
#about .nav-three a,
#contact .nav-four a,
#featured .nav-five a {
	border-left: 8px solid #ff7bac;
	background: #ff7bac;
	color: white;
	font-style: italic;
}
#col2 {
	padding-top: 20px;
	width: 510px;
	float: left;
	height: 500px;
}
#col2 .box, #col3 .box {
	display: none;
}
#col2 .box {
/*	border-top: 8px solid #FF7BAC;
	border-bottom: 24px solid #999;*/
	width: 500px;
	padding: 0;
	float: left;
/*	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 1px 1px 3px #ccc;*/
	margin-right: 10px;
	margin-bottom: 10px;
	background: white;
}
#col2 .box p, #col3 .box p {
	padding: 0 20px;
}
#col2 .box p:first-child, #col3 .box p:first-child {
	padding-top: 20px;
}
#col2 .box img:first-child {
	margin-bottom: 10px;	
}
#col2 .box:last-child {
	margin-bottom: 300px;	
}
#col3 {
	padding-top: 20px;
	float: left;
	min-height: 1400px;
	width: 230px;
}
#col3 .box {
	width: 230px;
	padding: 0;
	float: left;
/*	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 1px 1px 3px #ccc;*/
	margin-right: 10px;
	margin-bottom: 10px;
	background: white;
/*	border-top: 8px solid #FF7BAC;*/
}
#col1 h1, #col3 h1, #col2 h1 {
	background: #FF7BAC;
	color: white;
	font-weight: normal;
	font-size: 100%;
	position: relative;
	display: block;
	left: 10px;
	top: 10px;
	margin-bottom: 10px;
	padding: 10px;
/*	-moz-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	box-shadow:2px 2px 0 rgba(0,0,0,0.1);*/
}
#col1 h1 {
	width: 225px;
	left: -5px;
}
#col2 h1 {
	width: 475px;	
}
#col3 h1 {
	width: 205px;	
}
#col2 .box p:last-child, #col2 .box p:last-child {
	margin-bottom: 20px;
}
#twitter_div {
	padding: 20px;
}
#twitter_div ul {
	list-style-type: none;		
}
#twitter_div ul li {
	margin-bottom: 30px;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 12px;
}
#twitter_div ul li:nth-child(even) {
}
#twitter_div ul li a {
	color: #FF7BAC;
}
#twitter_div p {
	margin-top: 20px;
	text-align: center;
}
#rsslink {
	display: none;	
}
#loading {
	position: absolute;
	top: 5px;
	right: 5px;
	min-height: 220px;
}
#calendar {
	width: 210px;
	margin: 20px auto 0 auto;
	z-index: 5;
	min-height: 220px;
	padding-bottom: 10px;
}


/* AFFILIATE BUTTON CSS */

#col1 .aff {
	padding: 0 0 150px 0;
	margin: 0;
	border-top: 10px solid #f1f1f1;
}
#col1 .aff h1 {
	margin-bottom: 20px;
}
#aff_links {
	margin: 0 10px;
}
.aff a {
	/*background-color:#333;*/
	background: #eee;
	font-size: 10px;
	text-decoration: none;
	/*color: #fff;*/
	color: #888;
	margin: 0 2px 2px 0;
	padding: 5px 8px;
	float: left;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.aff a:hover {
	background-color: #666;
	color: white;
}
#col1 .aff p:nth-child(2) {
	margin-top: 20px;
}

.aff a:nth-child(1) {
	border-left: 6px solid #006633;
}
.aff a:nth-child(2) {
	border-left: 6px solid #4099FF;
}
.aff a:nth-child(3) {
	border-left: 6px solid #3B5998;
}
.aff a:nth-child(4) {
	border-left: 6px solid #f57921;
}
.aff a:nth-child(5) {
	border-left: 6px solid #4d2942;
}
.aff a:nth-child(6) {
	border-left: 6px solid #057691;
}
.aff a:nth-child(7) {
	border-left: 6px solid #d5a22d;
}





/* -- CONSTITUTION PAGE STUFF -- */

#const #col2 {
	width: 740px;
	margin-bottom: 2200px;
}
#const #col2 .box {
	width: 720px;
	padding-bottom: 40px;
}
#const #col2 h1 {
	text-align: center;
	width: 695px;
	margin-bottom: 50px;
}
#const #col2 h2 {
	text-align: center;
	font-family: "Trajan Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 19px;
	color: black;
}
#const #col2 h2:nth-of-type(2) {
	font-size: 14px;
}
#const #col2 #const_dl {
	display: block;
	text-align: center;
	width: 200px;
	margin: 0 auto;

}
#const #col2 table {
	margin: 30px auto 0;
	width: 650px;
}
#const #col2 table tr {
}
#const #col2 table h3 {
	text-transform: uppercase;
	font-size: 12px;
}
#const #col2 table h3:nth-of-type(2) {
	margin-top: 20px;
}
#const #col2 table ul {
	margin-left: 30px;
}
#const #col2 table ul li:first-child {
	margin-top: 14px;
}
#const #col2 table td {
	padding: 6px 0px 20px;
	margin-bottom: 10px;
}
#const #col2 table td:nth-child(odd) {
	width: 100px;
	vertical-align: top;
	color: #ff7bac;
	border-right: 1px solid #ddd;
}
#const #col2 table td:nth-child(even) {
	padding-left: 10px;
	vertical-align: top;
}
#const #col2 table td.clean {
	border-right: none;
	height: 30px;
	padding: 0;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}
#footer a {
	color: #aaa;
}



/* -- ABOUT PAGE STUFF -- */

#about #col2 .box {
	min-height: 400px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 490px;
}

#about #col2 h2 {
	text-align: center;
	font-family: "Trajan Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 19px;
	color: black;
	display: block;
	padding: 5px 0;
	margin: 30px auto 20px;
	width: 400px;
	border-bottom: 2px solid #ff7bac;
}

#about #col2 .pic {
	-webkit-box-shadow: box-shadow: 0px 5px 6px #bbb;
	-moz-box-shadow: box-shadow: 0px 5px 6px #bbb;
	box-shadow: 0px 5px 6px #bbb;
	width: 235px;
	margin: 10px 10px 0 0;
	float: left;
}

#about #col2 .pic:nth-child(odd) {
	margin-right: 0;
}

#about #col2 p {
	margin: 0;
}
#about #col2 p:nth-child(2) {
	text-transform: uppercase;
	margin-top: 8px;
	color: #ff7bac;
}

#about #col2 p:nth-child(3) {
	margin-bottom: 16px;
	font-size: 140%;
}




/* -- CONTACT PAGE STUFF -- */

#contact #col2 h2 {
	font-weight: normal;
	font-size: 230%;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ff7bac;
	display: block;
	width: 360px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#contact #col2 img {
	margin-bottom: 20px;
}

/* -- FEATURED PAGE STUFF -- */

#featured #col2 h2 {
	font-weight: normal;
	font-size: 230%;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ff7bac;
	display: block;
	width: 450px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#featured #col2 h3 {
	padding-left: 20px;
}






