/******************************************************************************/
html {
        min-height: 100%;
        height: auto;
}

/******************************************************************************/
body {

	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: Trebuchet, Arial, sans-serif;
	background-color: #222;
}

/******************************************************************************/
#page {
	background: url("/static/images/background_body.png") bottom right no-repeat;
}


div{margin:0px; padding:0px;}
p {margin: 0px 0px 10px 0px; padding:0px 0px 10px 0px; }

a img {border:0px;}
a { color: #4c4b4b; text-decoration: none;}
a:link, a:visited { color: #4c4b4b; text-decoration: none; }
a:hover { color: #4c4b4b; text-decoration: underline; }

.clear{clear: both;}
.tr {border-bottom: #e6e6e6 1px solid; overflow:hidden;margin-bottom:10px;}

quote {
	display:block;
	font-style:italic;
	border: #e6e6e6 1px solid;
	background-color:#FFF;
	padding:10px;
	margin:10px 5px;	
}

/******************************************************************************/
h1 {
	margin:0px; padding:0px 0px 5px 0px; 
	font-size: 28pt;
	font-weight:bold;
}
h2 {
	margin:0px;
	margin-bottom: 15px; 
	padding:0px 0px 5px 0px;
	font-size:26px;
	font-weight:bold;
}


div.sectionName a {
font-size: 10pt;
  color:              #BBB;
  font-weight:        bold;
}

div.sectionName,
h3 {
  font-size: 10pt;
  color:              #999;
  font-weight:        bold;
  float:              left;
  text-align:         right;
  margin-top:         0px;
  margin-bottom:      0px;
  margin-left:        -150px;
  width:              120px;
  position:           relative;
  padding-bottom: 0;
  padding-top: 0;
  clear: left;
  display: inline;
}

/* used for H2 with details */
h2 span {
	font-size:11px;
	font-weight:normal;
}

/******************************************************************************/
div#timestamp {
	margin-top: 25px;
}
div#activity {
	margin-top: 15px;
	font-style: italic;
	font-size: x-small;
}

/******************************************************************************/
div.referral
{
	float: right;
}
div.referral img 
{
	padding-top: .25em;
}
/******************************************************************************/
img.floatleft {
	float:left;
	padding-right:5px;
}
img.floatright {
	float:right;
	padding-left:5px;
}


#page{ margin: auto; padding:0px; width:750px; background-color: #fff;}

/* Header Styles -> */
#header{ width:750px;}


/******************************************************************************/
#pervasivenav  { 
	background-color: #666;
	color: #fff; 
	font-size: 10px; 
	text-align:right; 
	font-family: Trebuchet, Arial, sans-serif; 
	font-weight: normal; 
	padding: 4px 20px;
}
#pervasivenav a:link, #pervasivenav a:visited  { 
	color: #fff; 
	text-decoration: none;
}
#pervasivenav a:hover { 
	color: #fff; 
	text-decoration: underline;
}

/******************************************************************************/
#headerimage { 
	margin:1px 0px 0px 0px;
	background: url("/static/images/logo.png") top left no-repeat;
	height: 155px;
	width: 750px;
	color: #FFF;
}
#headerimage h1 {
	font-size: 30pt;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: normal;
}

/******************************************************************************/
#mainnav {
	font-family: Trebuchet, Arial, sans-serif;
	width:750px;
	 
	height: 2.25em;
	padding: 0;
	margin: 0;
	margin-top: -2.25em;
	border-bottom: 1px solid white;	
}

#mainnav ul
{
	margin: 0 0 0 5px;
	padding: 0;
	white-space: nowrap;
}

#mainnav ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainnav a
{
	/*border-bottom: .05em solid white;*/
	margin: 0;
	padding: .2em .75em .20em .75em; 
	color: #fff;
	font-size: 15pt;
}

#mainnav a:link, #mainnav a:visited
{
	background:none; color: #fff; text-decoration: none;
}


#mainnav a:hover
{
	border-top: .05em solid white;
	border-left: .05em solid white;
	border-right: .05em solid white;
/*	border-bottom: .05em solid white;*/

	margin: 0;
	padding: .15em .70em .20em .70em; 
	background-color: #333; 
	color: #fff; text-decoration: none;
}
#mainnav a.active
{
	border-left: .05em solid white;
	border-right: .05em solid white;
	border-top: .05em solid white;
	border-bottom: .05em solid #666;
	
	margin: 0;
	padding: .15em .70em .15em .70em; 
	background-color: #666; 
	color: #fff; text-decoration: none;
}

/******************************************************************************/
#secondary { 
	width:750px; 
	font-family: Trebuchet, Arial, sans-serif;
	height: 2.25em;
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
	background-color: #666;
}

#secondary ul {
	margin: 0 0 0 5px;
	padding: 0px;
	padding-top: 0.60em;
	white-space: nowrap;
}

#secondary ul li {
	display: inline;
	margin: 0px;
	list-style-type: none;
}

#secondary a { 
	padding: .2em 10px .25em 10px; 
	color: #fff;
	font-size: 11pt;
}

#secondary a:link, 
#secondary a:visited {
	background:none; color: #fff; text-decoration: none;
}

#secondary a:hover {
	background-color: #DDD;
	color: #666;  
}

#secondary a.active {
	padding: .2em 10px .25em 10px;
	background-color: #FFF; 
	color: #666;
	text-decoration: none;
}


/******************************************************************************/
/* <- Header Styles */

#container{
	margin:0px;
	padding:0px;
	margin-top: 20px; 
	width:750px;
}



/******************************************************************************/
/* Column Styles -> */
div.colPad { 
/*padding:3px 10px;*/
}

#col1 { 
	width:176px; 
	float:left;	
}

#col2 {
	margin-left:156px; 
	width:553px; 
	float:left;
	padding-left: 15px;
	padding-top: 10px;
}

.colPad img {
vertical-align: middle;
}


/* <- Column Style*/
/******************************************************************************/
pre {
	overflow: auto;
	border: 1px solid #666;
	background-color: #ddd;
	padding: 5px;
        font-size: 90%;
}

fieldset.tableOfContents {
	margin-top: 0px;
	width: 170px;
	float: right;
	border: 1px solid #666;
	background-color: #ddd;
}

.tableOfContents legend {
	background-color: #ddd;
	border: 1px solid #666;
	margin-left: 10px;
}

.tableOfContents {
	margin: 10px;
	padding: 0px;
}

.tableOfContents ul li {
	margin-left: 0px;
}

/* Article styles */
.howto {
	margin-bottom: 20px;
}

dt {
	font-size: 120%;
	padding: 2px;
	margin-bottom: 5px;
}

dd {
	margin-bottom: 20px;
}


/* Footer Styles -> */
#footer  {
	border-top: 1px solid black; 
	line-height:15px;  
	margin-top:10px; 
	color: #4c4b4b; 
	font-size: 10px; 
	width:710px; 
	padding: 0px 20px 0px 20px;
	background-color: #666;
	color: #FFF; 
}

/* <- Footer Styles */

#terrainGallerySet
{
width: 550px !important;
height: 550px !important;
}

a.pdf {
	padding: 5px 32px 5px 0px;
	background: url("/static/images/x-office-document.png") no-repeat right center;
	font-size: 10pt;
}
a.slideshow {
	padding: 5px 32px 5px 0px;
	background: url("/static/images/emblem-photos.png") no-repeat right center;
	font-size: 10pt;
}
.usuallyhidden {
	display: none;
}

a#tooCool {position:absolute; left: 0; top: 0;display: block;height: 80px;width: 80px;background: url(/images/too_cool.png) bottom right no-repeat;text-indent: -999em;text-decoration: none;}