body {
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #7e8399;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* misc /**************************/

.standardsAlert { display: none; }
.clearleft { clear: left; }
img { border: none; display: inline; }
div.clearer {clear: both; line-height: 0; height: 0;}

/* basic items /**************************/

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #c1c3ce;
	padding: 0;
	padding-bottom: .2em;
	margin: 0;
}

h1.goodbye {
	font-size: 1.8em;
	line-height: 1.6em;
	font-weight: bold;
	color: #c1c3ce;
	padding: 0;
	padding-bottom: .6em;
	margin: 0;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #1c396e;
	padding: 0;
	padding-bottom: .4em;
	margin: 0;
}

p {
	font-size: 1em;
	padding: 0;
	padding-bottom: 1em;
	margin: 0;
	line-height: 1.5em;
}

ul {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	list-style-type: none;
}

ul li {
	line-height: 2em;
	text-decoration: none;
}

/* special items /**************************/

p.date {
	font-size: .9em;
	color: #c1c3ce;
	padding: 0;
	padding-bottom: 1.4em;
	margin: 0;
}

p.author {
	font-size: .9em;
	padding-top: .6em;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ecedf0;
}

p.usage {
	clear: both;
	font-size: .9em;
	padding-top: 1.5em;
	padding-bottom: 1em;
	margin-top: 1em;
	border-top: 1px solid #ecedf0;
}

p.error {
	color: #d40000;
}

/* structure /**************************/

#wrapper {
	width: 726px;
	margin: 0 auto;
	padding: 0;
	background-color: #ecedf0;
	text-align: center;
	margin-bottom: 1.5em;
}

#contentwrapper {
	width: 720px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	border: 0;
	padding: 0;
}

#masthead {
	width: 718px;
	height: 102px;
	margin: 0 auto;
	background-color: #fff;
}

#content {
	float: left;
	display: inline;
	text-align: left;
	position: relative;
	margin: 15px 95px 15px 15px;
	width: 455px;
}

/* mainnav /**************************/

#mainnav { 
	width: 718px;
	height: 2.3em;
	margin: 0 auto;
	border: none;
	background-color: #fff;
	background-image: url(../images/mainnavbg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#mainnav ul li {
	float: left;
}

#mainnav ul li a {
	width: 114px;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	color: #a3a5ae;
	text-decoration: none;
	display: block;
}

#mainnav a:hover {
	color: #0082d5;
}

#mainnav ul li.bigger a { width: 129px; }

#mainnav #here a {
	color: #696d7f;
}

/* images /**************************/

img.left {
	float: left;
   	margin: 0 20px 10px 0;
   	padding: 0;
   	margin-top: 3px;
	border: 1px solid #ecedf0;
}

img.right {
	float: right;
   	margin: 0 0 10px 20px;
   	padding: 0;
   	margin-top: 3px;
	border: 1px solid #ecedf0;
}

/* sidenav /**************************/

#sidenav {
	float: left;
	display: inline;
	font-weight: normal;
	border: none;
	text-align: right;
	width: 140px;
	margin: 15px 15px 15px 0;
}

#sidenav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#sidenav ul li {
	line-height: 20px;
	text-align: right;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ecedf0;
	color: #c1c3ce;
}


#sidenav #subhere {
	color: #1c396e;
}

#sidenav a:hover, #sidenav ul li.subnav1 a:hover, #sidenav ul li.subnav2 a:hover {
	color: #19c7e5;
}

/* news /**************************/

#news {
	font-size: .9em;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 15px 10px 17px;
	border-bottom: 1px solid #ecedf0;
	background-color: #fff;
}

#news img.spot {
	float: left;
	width: 95px;
	margin-right: 10px;
}

#news p {
	padding-bottom: .5em;
	margin-left: 105px;
}

#newsitem {
	float: left;
	text-align: left;
	font-size: .9em;
	width: 540px;
}

#newslink {
	float: left;
	width: 150px;
	font-size: .9em;
	text-align: right;
}

#news p.date {
	font-size: .9em;
	color: #c1c3ce;
	padding: 0;
	padding-bottom: 1.4em;
	margin: 0;
}

/* featurebox /**************************/

.featurebox {
	width: 720px;
	text-align: left;
	margin: 10px 0 0 0;
	font-size: 1em;
	border-bottom: 1px solid #ecedf0;
}

.featurebox h1 {
	padding-top: 1em;
	margin-right:  15px;
}

.featurebox p {
	font-size: .9em;
	padding-bottom: .2em;
	margin: 0;
	margin-right:  15px;
}

.featurebox p.date, #news p.date {
	margin-right: 15px;
}

.featurebox p.author {
	margin-right: 15px;
	border-bottom: none;
}

.featurepic {
	float: left;
   	display: inline;
   	margin: 0 15px 0 15px;
	margin-bottom: .8em;
	background-image: url(../images/featurepicbg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.featurepic img {
	border: 1px solid #7e8399;
	margin: 0 4px 5px 2px;
}

/* itembox /**************************/

#content .itembox {
	width: 455px;
	text-align: left;
	margin: 0;
	font-size: 1em;
	padding-top: .2em;
	border-top: 1px solid #ecedf0;
}

#content .itembox h1 {
	margin-left: 105px;
	padding-top: .2em;
}

#content .itembox h2, #content .itembox p {
	margin-left: 105px;
}

#content .itembox .pltitle {
	color: #1c396e;
	font-weight: bold;
}

#content .thumb {
	float: left;
	width:  85px;
   	margin: 0 15px 4px 5px;
   	padding: 0;
   	margin-top: 3px;
}

#content .thumb p.date {
	font-size: .9em;
	color: #c1c3ce;
	padding: 0;
	padding-bottom: .2em;
	margin: 0;
	margin-right: 15px;
}

#content .thumb img.tpic {
   	margin: 0;
   	padding: 0;
   	margin-left: 6px;
	border: 1px solid #c1c3ce;
}

/* gallery /**************************/

#gallery {
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 15px 15px 15px;
	background-color: #fff;
}

#gallery img {
	border: 1px solid #c1c3ce;
}

.gallerygrid {
	width: 455px;
	border-top: 1px solid #ecedf0;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	margin-top: 1em;
}

.gallerygrid .pic {
	float: left;
	width: 85px;
	height: 85px;
	margin: 0 5px 5px 0;
	border: 1px solid #c1c3ce;
	padding: 0;
}

.gallerygrid .piclast {
	float: left;
	width: 85px;
	height: 85px;
	margin: 0 0 5px 0;
	border: 1px solid #c1c3ce;
	padding: 0;
}

.gallerygrid h2 {
	padding-bottom: 1em;
	margin-right: 15px;
}

.largepic h2 {
	padding-bottom: .7em;
	margin-right: 15px;
}

.largepic {
	text-align: center;
}	

h2 .itemno {
	font-size: .9em;
	color: #c1c3ce;
}

.lgpiccaption {
	width: 690px;
	padding: 0;
	padding-bottom: 2.2em;
}
	
.lgpiccaptionbottom {
	width: 690px;
	padding: 0;
	padding-bottom: 3em;
	padding-top: 1.5em;
}
	
.caption {
	float: left;
	text-align: left;
	width: 540px;
}

.captionnav {
	float: left;
	width: 150px;
	font-size: .9em;
	text-align: right;
}

/* tutorial images /**************************/

.tutthumb {
	float: left;
   	margin: 5px 20px 20px 0;
   	padding: 0;
}

.tutthumb img {
	border: 1px solid #ecedf0;
}

.tutthumb p {
   	margin-top: 5px;
	font-size: .9em;
	font-style: italic;
}

#tutorialimage {
	margin:  8px;
}

#tutorialimage img {
	border: 1px solid #c1c3ce;
}

.tutpiccaptionbottom {
	width: 700px;
	margin: 10px auto;
	background-color: #ecedf0;
}

.tutcaption {
	float: left;
	text-align: left;
	width: 330px;
	padding-left: 20px;
}

.tutcaptionnav {
	float: left;
	width: 330px;
	font-size: .9em;
	text-align: right;
	padding-right: 20px;
}

/* footer /**************************/

#footer {
	clear: both;
	width: 720px;
	background-color: #ecedf0;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1.4em;
	font-size: .9em;
	line-height: 1.6em;
}

/* links /**************************/

a:link, .featurebox a:link, h2 a:link {
	color: #0082d5;
	text-decoration: none;
	border: none; 
}

a:visited, .featurebox a:visited, h2 a:visited {
	color: #0082d5;
	text-decoration: none;
	border: none; 
}

a:hover, .featurebox a:hover, h2 a:hover {
	color: #19c7e5;
	text-decoration: none;
	border: none; 
}

a:active, .featurebox a:active, h2 a:active {
	color: #19c7e5;
	text-decoration: none;
	border: none; 
}

