@charset "UTF-8";

html{
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height: 1.325em;
	margin: 0 auto;
	background: #ccc;
}
#container {
	width: 61.25em;
	margin: 0 auto;
	margin-top: 2.5em;
	height: auto;
}
#pre-header, #header, #content, #footer {
	width:100%;
	padding:0;
	margin:0;
	clear:both;	
}
#content {
	background: #fff;
	margin: 0;
/*	margin-top: .5em; */
	display:inline-block;
/*	border-bottom: .5em solid #4e9137; not needed if footer green */
	position: relative;
}

#main-content {
	width:40.25em;
	padding:3em;
	padding-top: 3em;
	background: #fff; 
	border-right:15em solid #eee;
	margin-right:-15em;
	float:left;
	position: relative;
	padding-bottom: 2em;
}
#sidebar {
	width:12.5em;
	background-color:#eee;
	padding:1.25em;
	padding-top: 3em;
	margin-left:46.25em;
	position: relative;
}

h1, h2, h3, h4 {
	font-family: Trebuchet MS;
}
h1 {
	margin-top: .15em;
	font-size: 2.25em;
	line-height:1em;
	color:#ed319e;
}
h2,
form.formStyle legend {
	color: #000;
	padding: .25em 0;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0em;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h3 {
	font-family:verdana;
	margin: 0;
	margin-top: 2em;
	margin-bottom: 0em;
	font-size: .9em;
	color: #ed319e;
	font-weight: normal;
	text-transform: uppercase;
}
p, h3, h4 {
}
p {
	margin-top: 0;
	margin-bottom: 1.25em;
}
.portfolio h2, .portfolio h3, .portfolio p{
	margin-left:0px;
}
.portfolio img {
	float:right;
	margin-top:2em;
	margin-left:1em;
	margin-bottom:1em;
}
.portfolio p.thumbnail {
	margin-left:0;
	clear:right;
}
abbr {
	border: none;
}
a {
	color: #008eb3;
}
#main-content ul.doubleSpace li {
	margin-bottom: 1em;
}

/* @group Header */

.logo {
	position:absolute;
	margin-top: -29px;
	margin-left:25px;
	z-index:4000;
}
/* @end */
/* @group Navigation */
#nav {
	width: 100%;
	background: #000;
	padding-bottom: 8px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 125px;
	font-weight:bold;
	font-size: .9em;
	display: inline-block;
	height: 2em;
}
#nav li a {
	 /*this should be on li, not a; em is relative to canopy template */
}
#nav a {
	display: inline-block;
/*	width: 10em; */
	letter-spacing:0em;
	text-decoration: none;
	color: #ffffff;
	padding:.5em 1.6em .3em 1.6em;
	height: 2em;
}

#nav li {
	float: left;
/*	width:15em; */
	width:auto;
	float: left;
	display: inline;
}
#nav li ul {
	position: absolute;
	width:15em;
	left: -999em;
	background-color:#666;
	background-image:none;
	height:auto;
}
#nav li:hover {
	background:#333;	
}
#nav li.disable:hover {
	background-image:none;
}
#nav li.disable a {
	color:#6cbdc4;
}
#nav li li {
	width:15em;	
	height:auto;
	text-transform:capitalize;
}
#nav li li:hover {
	background:url(images/ribbon-fade.png) repeat;
}
#nav li:hover ul {
	left: auto;
	z-index:10000;
}
/* @end */

/* @group Image Styles */
.featured-thumbnail img{
	width: 6em;
	height: 6em;
	float: left;
	margin:1em;
	margin-top: 0;
}
img.left {
	margin: .25em 0;
	margin-right: 1em;
}
img.right {
	margin: .25em 0;
	margin-left: 1em;
}
img.profile {
	width: 11em;
}
/* @end */

/* @group Sidebar */

#sidebar p, #sidebar ul, #sidebar ol {
	font-size: .9em;
	color: #333;
}
#sidebar p, #sidebar h3, #sidebar h4 {
	margin-left:0;
}
#sidebar p.mission {
	border-top: solid 1px #ccc;
	padding-top:1em;
	color:#999;
	line-height:1.4em;
	padding-bottom:2em;
	margin:0;
}

a.launchLink, .siteNote{
	text-decoration:none;
	background:#FF3399;
	color:#FFFFFF;
	border: 1px solid #FF0066;
	padding:.2em;
	padding-left:.5em;
	padding-right:.5em;
	font-size:.8em;
	margin-right:1em;
	display: inline-block;
	max-width: 20em;
}
a.launchLink:hover{
	background:#FF0066;
}
.siteNote {
	background:#CCCCCC;
	border:#999999 solid 1px;
	color:#666666;
	clear:both;
}
.awardRec {
/*	background:#FFCC33;
	border:#000000 solid 1px;
	border:#FF9900 solid 1px;
	border:#FFCC00 solid 1px;
	color:#000000;
	clear:both;
	margin-right:0em;
	*/
	font-size:.8em;
}

/* @end */

/* @group Footer */

#footer {
	border-top: 5px solid #333;
	color: #000;
	clear:both;
	text-align:center;
	padding-bottom:4em;
	padding-top:.5em;
}
#footer p {
	margin: 0em;
	font-size: .8em;
}
#footer ul {
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline-block;
}
#footer a {
	color: #ed319e;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	float: right;
	padding: 2em 1.5em;
}

/* @end */

/* @group Overrides */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hide, .none {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -999em;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align:center;	
}
.nobr {
	white-space:nowrap;
}
.corners {
	-moz-border-radius:.5em;
	-webkit-border-top-left-radius:.5em;
	-webkit-border-top-right-radius:.5em;
	-webkit-border-bottom-left-radius:.5em;
	-webkit-border-bottom-right-radius:.5em;
}

/* @end */

/* @group Print styles */
/*
body, #sidebar {
	background: none;
}
#main-content {
	border: none;
}
div#nav, .launchLink {
	display: none;
}
h1 {
	margin-top:-1.3em;
	padding-left: 2.5em;
}
.portfolio {
	margin-top: 4em;
}
#footer {
	padding-left: 3em;
	text-align: left;
	border: none;
}
*/

/* @end */



/* Always remember to compress your live stylesheet and keep an uncompressed backup */