*{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	background-color:#444;
	width:100%;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:#e5e5e5;
}

body.framed {
	background:#555;
}

/* Top Band */
#topband{
	height:50px;
	background:#cb610c url(/images/topbandpattern.gif) repeat-x;
}

#topband_2{
	height:50px;
	background:#cb610c url(/images/topbandpattern.gif) repeat-x;
	padding-left: 20px;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	color: #333333;
}


/* Header */
#header {
	height:125px;
	background: #333 no-repeat;
	background-position: center;
	display: none;
}

#header h1 {
	margin:0;
	padding:45px 0 0 30px;
	font-family:"Myriad Pro",Arial,sans-serif;
	font-size:44px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-2px;
	position:absolute;
	color:#666;
}

#header h1 span {
	color:#d4a70b;
}

/*
#header .flickr-caption {
	position: relative;
	float: left;
	margin: 10px;
	padding: 2px;
	background-image: url(/images/caption-background.png);
}
*/

/* Navbar */
#navbar{
	height:65px;
	background:#e5e5e5 url(/images/navbarbg.gif) repeat-x;
	padding-left:20px;
}

/* Menu */
#navbar ul{
	list-style-type:none;
	margin:0;
}
#navbar ul li{
	display:inline;
}
#navbar ul li a{
	font-family:"Myriad Pro",Arial,sans-serif;
	font-size:14px;
	letter-spacing:-1px;
	text-decoration:none;
	text-align:center;
	color:#666;
	float:left;
	display:block;
	padding:18px 12px 31px 12px;
}
#navbar ul li a:hover, #navbar ul li a.current {
	background:transparent url(/images/navbarbghover_anim.gif) repeat-x;
	color:#464646;
}

/* Search */
#searchbox{
	float: right;
	padding:18px 12px 31px 12px;
}

/* Content Divs */
#c{
	width:100%;
	background:#505050 url(/images/cbg.gif) repeat-y top left;
	clear: both;
}

#home #c {
	background:#555;
}

#c2{
	background:transparent url(/images/cbg_shape.gif) no-repeat bottom right;
}

#home #cmain {
	width: 100%;
	background:#555 url(/images/cleftbg.gif) repeat-x top left;
	padding:15px 0px 15px 0px;
	line-height: 20px;
}


#cleft{
	width:500px;
	background:#555 url(/images/cleftbg.gif) repeat-x top left;
	float:left;
	padding:15px 15px 15px 15px;
	line-height: 20px;
}

#home #cleft {
	width:48%;
	float:left;
	padding:15px 0px 15px 0px;
	line-height: 20px;
	text-align: right;
	background: #555;
	border-right: 1px solid #666666;
}

body.framed #cleft {
	background:#555;
	float:left;
	padding: 0px;
}

#cright{
	margin-left:531px;
	background:transparent url(/images/crightbg.gif) repeat-x top left;
	padding:20px 15px 25px 15px;
}

#home #cright{
	margin-left: 0px;
	width: 48%;
	float: right;
	text-align: left;
	padding:15px 0px 15px 0px;
	background: #555;
}


#cfarright{
	float: right;
}

#c_clearboth{
	clear:both;
}

/***** Content Styles *****/	

/* Links, Acronyms, etc. */
a{
	color:#bbbbbb;
	font-weight: bold;
}
a:hover{
	color:#dd6a0d;
}
acronym{
	cursor:help;
	border-bottom:1px dotted #e5e5e5;
}

/* Headers */
#c h1,#c h2,#c h3,#c h4,#c h5,#c h6, .main-blurb h2, #cleft h2, .line-blurb h2{
	margin-top:5px;
	font-family:Georgia,Helvetica,sans-serif;
	font-weight:normal;
}
#c h1 {
	color:#d4a70b;
	font-size:25px;
}
#c h2, .main-blurb h2, #cleft h2, .line-blurb h2{
	color:#cb610c;
	font-size:22px;
}

.main-blurb h2 a {
	color:#cb610c;
}

#c h3{
	color:#979797;
	font-size:20px;
	padding-top: 10px;
}
#c h4{
	color:#e5e5e5;
	font-size:15px;
	font-weight:bold;
	/*padding-left:5px;
	border-left:2px dotted #888;*/
}
#c h5{
	color:#d4a70b;
	font-size:14px;
	font-weight:bold;
}
#c h6{
	color:#cb610c;
	font-size:11px;
	font-weight:bold;
}
#c span.date{
	font:17px Georgia,Helvetica,sans-serif;
	color:#888;
	display:block;
	margin-top:-3px;
}

/* Paragraphs */
#c p{
	margin:10px 0 15px 0;
	line-height:22px;
}
/*#c p:first-letter{
	margin-left:5px;
}*/

/* Blockquotes */
#c blockquote{
	margin:10px 0 10px 5px;
	width:90%;
	padding:10px 12px;
	background:#555 url(/images/stripedbg.gif) repeat top left;
	border:1px solid #666;
	border-left-width:3px;
	/* More subtle background
		background:#555 url(../images/blockquotebg.gif) repeat top left;
		border:1px solid #5e5e5e; */
}
#c blockquote p{
	margin:0;
}
#c blockquote span{
	display:block;
	color:#888;
	font-size:10px;
}
#c blockquote span a{
	text-decoration:none;
}

/* Code */
#c code{
	display:block;
	margin:10px 0 15px 0;
	padding:10px;
	background:#555 url(/images/stripedbg.gif) repeat top left;
	border:1px solid #666;
	border-left-width:3px;
	line-height:15px;
}
#c .highlight{
	color:#d4a70b;
	font-weight:bold;
}

/* Lists */
#cleft ul, .main-blurb ul{
	margin:15px 5px;
}
#cleft ul li, .main-blurb ul li{
	list-style-type:none;
	line-height:20px;
	background:transparent url(/images/sidebarliststylelight.gif) no-repeat 0 6px;
	padding-left:15px;
}
#cleft ul li ul, .main-blurb ul li ul{
	margin:0 5px;
}
#cleft ol{
	margin:15px 5px;
	margin-left:24px !important;
	margin-left:28px;
}
#cleft ol li{
	line-height:20px;
}
#cleft ol li ol{
	margin:0 5px 0 20px;
}
#cleft dl{
	margin:15px 5px;
}
#cleft dl dt{
	font-weight:bold;
	color:#d4a70b;
}
#cleft dl dd{
	margin:5px 0 10px 15px;
}

/* Forms */
#cleft form.boxed{
	background-color:#505050;
	border:1px solid #666;
	padding:5px 15px 5px 15px;
	margin:10px 0 20px 0;
}
#cleft form p{
	margin:10px 0 10px;
}
#cleft form label{
	display:block;
	color:#bbb;
	font-size:10px;
}
#cleft form input{
	font:12px Verdana,Helvetica,sans-serif;
	padding:2px 3px;
	background:#666 url(/images/forminputbg.gif) repeat top left;
	border:1px solid #777;
	color:#e5e5e5;
}
#cleft form input.button{
	background-color:#666;
	border:1px solid #444;
	cursor:pointer;
}
#cleft form textarea{
	width:329px;
	font:12px Verdana,Helvetica,sans-serif;
	padding:2px 3px;
	background:#666 url(/images/forminputbg.gif) repeat top left;
	border:1px solid #777;
	color:#e5e5e5;
}
/* Floated Images */
.floatright{
	float:right;
	padding:10px 0 10px 10px;
}
.floatleft{
	float:left;
	padding:10px 10px 10px 0;
}

/***** End Content Styles *****/

/* Sidebar */
#cright{
	color:#888;
}
#cright h1{
	font-size:22px;
}
#cright ul{
	margin:5px 0 0 5px;
}
#cright ul li{
	line-height:20px;
	list-style-type:none;
}
#cright ul li a{
	padding-left:15px;
	background:transparent url(/images/sidebarliststyle.gif) no-repeat center left;
	color:#888;
	text-decoration:none;
}
#cright ul li a:hover{
	background:transparent url(/images/sidebarliststylelight.gif) no-repeat center left;
	color:#aaa;
}

#cright ul li a.hilight {
	background:transparent url(/images/sidebarliststylehilight.gif) no-repeat center left;
	color:#dd6a0d;
}

/* Search Box */
#searchbox input.text{
	height:20px;
	width:133px;
	border:1px solid #4b4b4b;
	background-color:#555;
	padding:4px 0 0 3px;
	font:14px Arial,Helvetica,sans-serif;
	color:#999;
}
#searchbox p{
	margin:5px 0 0 0;
}
#searchbox input:focus,#searchbox input:hover, #searchbox input.button {
	border-color:#3f3f3f;
}


/* Sidebar image links */
#cright a img.fancy{
	margin-top:10px;
	border:none;
	opacity:.8;
	background-color: #FFFFFF;
	padding: 10px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
#cright a:hover img.fancy{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}

/* Footer */
#footer{
	height:94px;
	width:100%;
	border-top:1px solid #666;
	background:#444 url(/images/footerbg.gif) no-repeat top left;
	color:#999;
	clear: both;
}
#footer p{
	margin:9px 11px;
	line-height:20px;
}
#footer p a{
	text-decoration:none;
}

/* Generic Class Names */
.noborder{
	border:0 !important;
}
.nobg{
	background:transparent !important;
}
.clearboth{
	clear:both !important;
}
.clearleft{
	clear:left !important;
}
.clearright{
	clear:right !important;
}

/* Special */
#preload{
	width:0;
	height:0;
	display:inline;
	background-image:url(/images/navbarbghover_anim.gif);
	background-image:url(/images/sidebarliststylelight.gif);
}

ul.homepage li {
	margin-bottom: 20px;
}

ul.homepage span {
	display: block;
}

/* addons */
.notification-bad {
	color: #FF0000;
	font-weight: bold;
}

.notification-maybe {
	color: #FF9900;
	font-weight: bold;
}

.notification-good {
	color: #66FF00;
	font-weight: bold;
}

.pdfLeft, a[href $='.pdf']  { 
	padding-left: 24px;
	background: transparent url(/images/icon-pdf.gif) no-repeat center left;
}

.rss {
	vertical-align: middle;
	border: 0;
}

p.flickrgroup {
	clear: both;
}

p.flickrgroup img {
	vertical-align: middle;
}

/*Paginator */
.Pages { 
	text-align: left; 
	margin-bottom: 20px; 
	margin-top: 20px; 
}

.Paginator { 
	font-size: 12px; 
	padding-top: 10px; 
/*	margin-left: auto; 
	margin-right: auto;  */
}

.Paginator a, .pageList .this-page { 
	padding: 2px 6px; 
	border: solid 1px #ccc; 
	background: #555; 
	text-decoration: none; 
}

.Paginator a:visited { 
	padding: 2px 6px; 
	border: solid 1px #ccc; 
	background: #555; 
	text-decoration: none; 
}

.Paginator .AtStart { 
	margin-right: 20px; 
	padding: 2px 6px; 
	background: #fff; 
	color: #aaa; 
}

.Paginator .Prev { 
	margin-right: 20px; 
	padding: 2px 6px; 
	border: solid 2px #ddd; 
	background: #fff; 
}

.Paginator .break { 
	padding: 2px 6px; 
	border: none; 
	background: #555; 
	text-decoration: none; 
}

.Paginator .Next { 
	margin-left: 20px; 
	padding: 2px 6px; 
	border: solid 2px #ddd; 
	background: #fff;
}

.Paginator .AtEnd { 
	margin-left: 20px; 
	padding: 2px 6px; 
	background: #fff; 
	color: #aaa; 
}

.Paginator .this-page {
	padding: 2px 6px; 
	border-color: #999; 
	font-weight: bold; 
	font-size: 13px; 
	vertical-align: top; 
	background: #fff; 
	color: #555; 
}

.Paginator a:hover {
	color: #ccc; 
	background: #dd6a0d; 
	border-color: #ccc; 
	text-decoration: none;
}

.Pages div.Results { 
	text-align: center; 
	font: 11px/15px Arial, Helvetica; 
	color: #aaa; 
	margin-top: 8px; 
}
