@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

/***************************/
/***************************/
/***************************/
/* HTML Tags */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #ced7de;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #db672c;
	font-size: 1.6em;
	font-weight: bold;
	padding:0 0 .5em 0;
	line-height:1.2em;
}
h2 {
	color: #db672c;
	font-size: 1.4em;
	font-weight: bold;
	padding:.7em 0 .1em 0;
	line-height:1.2em;
}
h3 {
	color: #db672c;
	font-size: 1.0em;
	font-weight: bold;
	padding:1.2em 0 .1em 0;
	line-height:1.2em;
}
h4 {
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	padding:1.2em 0 .1em 0;
	line-height:1.2em;
}
ul {

}
a, a:link {
	color: #006;
}
a:visited {
	color: #606;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #000;
}
/***************************/
/***************************/
/***************************/
/* Structure */
#outerWrapper {
	background-color: #fff;
	margin: 1.0em auto 0 auto;
	text-align: left;
	width: 875px;
}

#outerWrapper #header {
	background-color: #333;
	height: 25px;
}
/***************************/
/***************************/
/***************************/
/* Search */
#outerWrapper #search {
	background: url(/images/orange-dark.gif) no-repeat;
	background-color: #fff;
	padding:1.0em 1.0em 1.0em 1.0em;
	text-align:right;
	margin:0;
	border-bottom:solid #fff 1px;
	border-top:solid #fff 1px;
	vertical-align:middle;
	height:22px;
}
/***************************/
/***************************/
/***************************/
/* Feature Area -- long term */
#outerWrapper #feature {
	padding:0;
	margin:0;
	height:215px;
	border-right:solid #fff 1px;
	background-image:url(/images/bg-feature.gif);
}
#outerWrapper #feature #featureImage {
	float:right;
	width:410px;
	margin:0;
	padding:0;
}
#outerWrapper #feature #featureImage img {
	margin:0;
	padding:7px 0 0 5px;
}
#outerWrapper #feature #featureArea { /* use for large image */
	float:right;
	width:730px;
	margin:0;
	padding:0;
}
#outerWrapper #feature #featureArea img { /* use for large image */
	margin:0;
	padding:7px 0 0 10px;
}
#outerWrapper #feature #featureRight {
	float:right;
	width:305px;
	margin:0;
	padding:0 5px 0 5px;
}
/***************************/
/***************************/
/***************************/
/* Feature Area for Launch */
#outerWrapper #feature {
	padding:0;
	margin:0;
	height:215px;
	border-right:solid #fff 1px;
	background-image:url(/images/bg-feature-launch.gif);
}
#outerWrapper #feature #featureVideo {
	float:right;
	width:290px;
	margin:0;
	padding:15px 10px 0 5px;
	text-align:right;
}
#outerWrapper #feature #featureRight {
	float:right;
	width:290px;
	margin:0;
	padding:15px 10px 0 5px;
}
#outerWrapper #feature #featureLeft {
	float:right;
	width:410px;
	margin:0;
	padding:6px;
}
#outerWrapper #feature #featureBlurb {
	float:right;
	width:400px;
	margin:0;
	padding:0;
}
#outerWrapper #feature h1 {
	color:#333;
	padding:.5em 0 .1em 0;
}
#outerWrapper #feature h2 {
	color:#000;
	padding:0 0 0 0;
}
/***************************/
/***************************/
/***************************/
/* Feature Area for Spry */
#outerWrapper #featureSpry {
	padding:0;
	margin:0;
	height:215px;
	border-right:solid #fff 1px;
	background-image:url(/images/bg-feature-spry.gif);
}
#outerWrapper #featureSpry #featureAreaSpry { 
	float:right;
	width:730px;
	margin:0;
	padding:0;
	border-right:solid #fff 1px;
}
#outerWrapper #featureSpry #featureAreaSpry img { 
	float:left;
	padding:0 5px 0 0;
}

/***************************/
/***************************/
/***************************/
/* Logo */
.logoHome { /* homepage */
	margin:-78px 0 0 0;
	padding:0px 0px 10px 17px;
	float:left;
	position:absolute;
	z-index:2;
}
#outerWrapper #subpageContentWrapper #leftColumn #logo { 
	/* not being used */
}
.logo { /*secondary pages only */
	margin:-90px 0 0 0;
	padding:0px 0px 10px 5px;
	float:left;
	position:absolute;
	z-index:2;
}


/***************************/
/***************************/
/***************************/
/* Homepage Structure */
#outerWrapper #contentWrapper #leftColumn {
	background-color: #fff;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 30%;
}
#outerWrapper #contentWrapper #rightColumn {
	background-color: #fff;
	float: right;
	padding: 1.0em 1.0em 1.0em 1.0em;
	width: 30%;
}
#outerWrapper #contentWrapper #content {
	margin: 0 290px 0 290px;
	padding: 1.0em 1.0em 1.0em 1.0em;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
/***************************/
/***************************/
/***************************/
/* Subpage Structure */
#outerWrapper #subpageContentWrapper #leftColumn {
	/*
  background-color: #ccc;
*/
  float: left;
	padding: 1.0em 1.0em 1.0em 1.0em;
	width: 18%;
	margin: 0;
}
#outerWrapper #subpageContentWrapper #content {
	margin:0px 150px 5px 180px;
	padding: 1.0em 1.0em 1.0em 1.0em;
}
#outerWrapper #subpageContentWrapper #content #breadcrumb {
	visibility:visible;
	font-size:.9em;
}
#outerWrapper #subpageContentWrapper #content #breadcrumb img{
	padding:0 5px 0 5px;
	width:12px;
	height:8px;
}
#outerWrapper #subpageContentWrapper #rightColumn {
	background-color: #fff;
	float: right;
	padding: 3.0em 1.0em 1.0em 1.0em;
	width: 15%;
}

/***************************/
/***************************/
/***************************/
/* Footer */
#footer {
	width:875px;
	background-color: #ced7de;
	padding: 1.0em 0 1.0em 0;
	margin: 1.0em auto 0 auto;
	text-align: left;
	font-size:.9em;
}
#footer img {
	float: right;
	border:0;
	margin:-.8em 0 1.0em 0;
	padding:0;
}
#footerLogos {
	width:875px;
	background-color: #ced7de;
	padding: 1.0em 0 1.0em 0;
	margin: 0 auto 0 auto;
	font-size:.9em;
}
#footerLogos img {
	border:0;
	padding:4px;
	vertical-align:middle;
}
/***************************/
/***************************/
/***************************/
/* Pictures & Callouts */
#content .picture {
	margin:5px 0 2px 5px;
	padding:3px 3px 3px 3px;
	border:solid 1px #c1c1c1;
	text-align:center;
	background-color:#eee;
}
#content .callout {
	margin:15px 0 2px 5px;
	padding:0 3px 0 3px;
	border:solid 1px #c1c1c1;
	background-color:#eee;
	width:200px;
}
#content .caption {
	font-size:.9em;
	color:#333;
	text-align:center;
}

/***************************/
/***************************/
/***************************/
/* Class Styles */
.box {
	border:solid 1px #c1c1c1;
	padding: 1.0em 1.0em 1.0em 1.0em;
	margin:.8em 0 1.5em 0;
}
.slideshow {
	border:0;
	padding:0;
	margin:0;
}
.leftImage {
	float:left;
	padding: 0 5px 0 0;
}
