/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, p, img, a, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	height: 100%;
	color: #878787;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

#headerWrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	position: relative;
}



#fullWidthHeader {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	background-image: url(../images/headernav_bkg.gif);
	background-repeat: repeat-x;
	height: 166px;
	color: #afccd2;
	padding: 0px;
	margin: 0px;
}


#outerWrapper {
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 960px;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	background-color: #FFF;
}


#main {
	background-color: #ffffff;
	background-image: url(../images/main_bkg_rockets.gif);
	background-repeat: repeat;
	background-position: left center;
}

#main #outerWrapper #contentWrapper #main_content {
	background-image: url(../images/faux_bkg_blog.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	margin-bottom: 20px;
	width: 960px;
}


#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #FFF;
	width: 285px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 15px;
}



#rightColumn1 #rightCol1bottom {
	height: 25px;
	width: 285px;
	background-image: url(../images/icon_thumbsup.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
}

#rightColumn1 #rightCol2bottom {
	height: 25px;
	width: 285px;
	background-image: url(../images/icon_shake.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
}

#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 585px;
	float: left;
	padding-right: 12px;
	background-color: #FFF;
}
#contentWrapper #content_full {
	padding-left: 10px;

}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 2.5em;
	text-transform: none;
	color: #1a1a1a;
	margin-top: 20px;
	line-height: 1.2em;
	margin-bottom: 40px;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	color: #afccd2;
	margin-top: 10px;
	padding: 0px;
}
h3 {
	color: #1a1a1a;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}

h4 {
	color: #1a1a1a;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding-top: 30px;
	background-image: url(../images/dash.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 33px;
	margin-top: 0px;
	padding-left: 0px;
}

p {
	margin-bottom: 10px;
}
.secondaryCallout {
	margin-bottom: 10px;
}
#contentWrapper #content ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
h5 {
	color: #A4201E;
	font-size: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



ul#navlist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


ul#navlist li
{
	float: left;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align:right;
}

#navlist a, #navlist a:link
{
	margin: 0;
	color: #afccd2;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align:right;
}



#navlist a:hover
{
color: #ffffff;
}

#navlist li a#current
{
color: #ffffff;
}

#fullWidthHeader #headerWrapper #navContainer {
	text-align: right;
	padding-top: 50px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1.4em;
	color: #FFF;
	width: 595px;
	float: right;
	height: 60px;
	text-align:right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	margin: 0px;
}

#logo {
	text-align: left;
	width: 160px;
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
}
#searchContainer {
	position: absolute;
	right: 0px;
}
a,  a:link, a:visited, a:active {
	color: #1a1a1a;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
}
a:hover {
	color: #8C2423;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
}


#content .bullets li {
	background-image: url(../images/bullet_carets.gif);
	background-position: 0em .4em;
	background-repeat: no-repeat;
	list-style-type: none;
	color: #afccd2;
	padding-left: 20px;
}
 

#fullWidthFooter {
	color: #afccd2;
	background-image: url(../images/footer_bkg.gif);
	background-repeat: repeat-x;
	padding-top: 43px;
	height: 126px;
}
#fullWidthFooter #footer {
	text-align: left;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/peeps_rocket.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	height: 128px;
}

#fullWidthFooter a,  #fullWidthFooter a:link, #fullWidthFooter a:visited, #fullWidthFooter a:active {
	color: #afccd2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
}

#fullWidthFooter a:hover {
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
}
#fullWidthFooter #footer p span {
	color: #ffffff;
}
#cones {
	padding: 20px 10px 20px 0px;
	margin-bottom: 10px;
}
.work_item {
	background-color: #f9f9f9;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #eeeeee;
	margin-top: 20px;
	margin-bottom: 30px;
}
.work_item p img {
	margin-right: 15px;
	border: 2px solid #EAEAEA;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.work_description {
}


#content #formBox {
	background-color: #f9f9f9;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: 1px solid #eeeeee;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
#rightColumn1 h3 {
	color: #8C2423;
}
#rightColumn1 p {
	margin: 0px;
}
strong {
	color: #999;
}

