*{
	margin: 0;
	padding:0;
	}

body{
	background:;
	color: #333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 86%;
	
	background-repeat: repeat-y;
	background-position: 0 0px;
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #0475AD;
	}

#sidebar{
	position:fixed;
	top: 38px;
	left:50px;
	width: 180px;
	color: #333;
}
* html div#sidebar  { top: 38px; left:20px;	width: 130px; position:absolute; }

#content{
	margin: 40px 5% 5em 250px;
	max-width: 600px;
	background-image: ;
	background-color:#999
	background-repeat: no-repeat;
	background-position: 0 6px;
}


/* typography
----------------------------------------------- */

p {
	line-height: 1.4em;
	margin-bottom: 1.0em;
	font-size: 1.0em;
}
p.lead {
	font-size: 1.0em;
	color: #333;
}

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.4em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #333;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	xfont-size: 0.9em;
	font-weight: bold; color: #333;
	padding-top: 0.4em;
	}
dd{
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	color: #666;
	}


h1, h2, h3{ font-family: 'Helvetica',"Trebuchet MS",Verdana,Sans-Serif;}

h1 { font-size: 2.3em; }
h1 a { color:#fff; border: none; }
h1 em{ font-size: 1.25em; color: #0475AD; font-style: normal; }

h2 {
	font:normal 36px/38px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #0475AD;
	text-transform: ;
	padding-top: 0.0em;
	}
h3 {
	font:normal 36px/38px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.0pt;
	text-transform: ;
	
	}
h4 {
	font-size: 1.2em;
	letter-spacing: 0.2pt;
	text-transform: uppercase;
	color: #0475AD;
	padding-top: 0.5em;
	}
a, .contact-link{
	color: #FFF;
	text-decoration: none;
	cursor: hand;
	}

#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #333000; }


small{ font-size: 0.8em; }

pre{
	display: block;
	margin: 1em 0;
	padding: 0.5em;
	border-left: 6px solid #0d0d09;
	background-color: #333;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #333;
	color: #383838;
	padding: 0.3em 0.4em;
	}

pre code{
	padding: 0; margin: 0;
}

kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }

/* sidebar - title
----------------------------------------------- */
#sidebar a{
	color: #eeeeee;
	}


#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{
	color: #ffffff;
}

#nav{ list-style: none; margin: 0em 0 1em 0;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.4em 0.8em 0.8em 0.2em;
	margin-bottom: 1px;
	color: #0475AD;
	background-color: ;
	}

#nav a:hover{
	color: #ffffff;
	background-color: #0475AD;
	}	


#sidebar .callout{ xbackground-color: #333;
	border: 1px solid #222; 
	padding: 0.25em .5em;   }
#sidebar .callout a{
	color: #FFF;
}
#sidebar .callout ul{ margin-top: -.45em; margin-left: 1em; margin-bottom: .4em; }

/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	}
#content ul ul{ margin-top: 0;}
	
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{
	font-style: normal;
	color: #FFF;
}

/* misc
----------------------------------------------- */

.section{
	border-bottom: 1px dashed #3d3d33;
	padding: 1.0em 0 1.0em 0;
	overflow: auto;
	width: 100%;
	}
.first{ border-top: none; padding-top: 0; }

.thumbnail{
	padding: 2px 2px 2px 2px;
	background-color: #666;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

