* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #41464a;
	line-height: 0px;
	font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
}

a, a:visited {
	text-decoration: none;
	-moz-outline: none;
	color: #42ad43;
	-moz-outline: none;
}
#content a:hover, #content a:active {
	background: #42ad43;
	color: white;
	-moz-outline: none;	
}


img {
	margin-bottom: 20px;
	border: 0px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.note {
	background: #ff9;
}

.smaller {
	font-size: 11px;
}
.gray {
	color: #888;
}


abbr[title] {
	border-bottom: 0px;
	cursor: help;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	nav stuff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nav {
	margin: 0px auto;
	margin-top: 40px;
	height: 60px;
	width: 881px;
}

#nav a, #nav a:link, #nav a:visited {
	color: #768087;
	text-decoration: none;
}
#nav a.current, #nav a.current:visited, #nav a:hover, #nav a:active {
	color: white;
}

#nav ul {
	margin-top: 8px;
	list-style-type: none;
}
#nav li {
	font-size: 14px;
	display: inline;
	margin-right: 30px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	content area stuff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#envelope {
	width: 881px;
	margin: 0px auto;
	position: relative;
	top: 30px;
	left: 0px;
	border-bottom: solid 50px #41464a;
}

#content {
	width: 600px;
	min-height: 450px;
	padding: 20px;
	padding-bottom: 10px;	
	background: white;
	float: left;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h1 img {
	margin-left: -39px;
	margin-bottom: -15px;
}
#content h1 {
	height: 66px;
	margin-bottom: 0px;
}

p.callout {
	font-weight: bold;
	font-size: 15px;
}

p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
#content p {
	line-height: 20px;
}
#sidebar p {
	line-height: 17px;
}

p.endorser {
	color: #666;
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
}
p.endorser:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.highlight {
	background: #ffb;
}

span.404_url {
	font-style: italic;
}

#content ul {
	margin-left: 20px;
	line-height: 18px;
	font-size: 13px;
	margin-bottom: 20px;
}

#content div.spacer {
	height: 330px;
}

#footer {
	font-size: 11px;
	width: 600px;
	margin-left: -20px;
	margin-bottom: -20px;
	width: 608px;
	height: 10px;
	padding: 12px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 11px;	
	background: #eaeaea;
	border-top: solid 1px #ddd;
color: #777;
}

#footer a, #footer a:hover {
	color: black;
}

#footer a.science {
	color: #777;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
#footer a.science:hover {
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	border-radius: 2px;
	color: white;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar {
	margin-left: 1px;
	padding-top: 20px;
	float: left;
	width: 240px;
	background: #D9DADB;
	color: #41464a;
}

#sidebar div a, #sidebar p a {
	color: #41464a;
	border-bottom: solid 1px #aaa;
}
#sidebar div a:hover, #sidebar p a:hover {
	color: black;
	border-bottom: solid 1px #ccc;
}

#sidebar form {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: -20px;
}

#sidebar form img {
	margin-left: 20px;
	margin-bottom: 0px;	
}

#sidebar img, #sidebar p {
	margin-left: 20px;
}
#sidebar p {
	margin-top: 20px;
}

#sidebar p {
	font-size: 12px;
	width: 200px;
}

#sidebar_quote {
	border-top: solid 1px #41464a;
	/* background: #E3F0FD; */
}
#sidebar_quote p {
	font-size: 11px;
}
#social_icons {
	border-top: solid 1px #41464a;
	/* background: #E3F0FD; */
	padding-top: 20px;
	height: 60px;
}

#social_follow {
	float: left;
	margin-left: 20px;
	margin-top: 18px;
}

/*
#social_icons img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

}		
#social_icons img:hover {
	opacity: 1.0;
	filter: alpha(opacity=99);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
}
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	slideshow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#content .slideShow {
	height: 400px;
	width: 600px;
	overflow: hidden;
	line-height: 1px;
}
#content .slideShow ul {
	line-height: 1px;
	margin-left: 0px;
}

.slideShow ul, .slideShow li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.slideShow {
	margin-bottom: 20px;
	height: 400px;
	width: 600px;
	overflow: hidden;
}

.slide p {
	padding: 10px;
	position: absolute;
	top: 363px;
	left: 0px;
	color: #ccc;
	z-index: 1000;
	font-size: 11px;
	display: none;
}
.slide p a {
	color: #fff;
}

.slideShow .slideshow_nav {
	width: 100%;
	background: url('../graphics/bg_alpha.png');
	height: 20px;
	vertical-align: middle;
	padding-top: 13px;
	padding-right: 10px;
	margin-top: 10px;
	text-align: right;
	position: absolute;
	left: 20px;
	top: 377px;
	width: 590px;
	z-index: 999;
}
.slideShow .slideshow_nav li {
	display: inline;
}
.slideShow .slideshow_nav a {
	padding: 3px 8px;
	color: #ccc;
	display: inline-block;
	text-decoration: none;
}
#content .slideShow .slideshow_nav a:hover, #content .slideShow .slideshow_nav a:active  {
	background: transparent;
}


