/* general style */
body {
	background:#F1F9FF url(/html/imgs/bg/body.png) repeat-x top left;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color:;
}

#wrapper {

}

#content {
	background:#fff url(/html/imgs/bg/content.png) repeat-x top left;
}

#content-top {
	
}

#content-feature {
	border:1px solid #C1E0F9;
	padding:3px;
	background:#fff;
}
/* ---- */




/* header style */
#header {
	background:url(/html/imgs/bg/header.png) no-repeat top center;
}

#logo {
	
}
/* ---- */




/* footer style */
#footer {
	border-top:1px solid #C1E0F9;
	font-size:10px;
	padding-top:12px;
}

#footer #sosumi {

}

#footer #offshoot {

}

#footer p {
	
}
/* ---- */




/* navigation style */
#mid-nav {
	
}

.navspace {
	color:#d0d0d0;
}

.side-nav .navspace {
	border-top:1px dotted #C1E0F9;
}
/* ---- */




/* header tag layout / styling */
h1, h2 {
	color:;
}

h1 {
	font-size:;
	text-align:;
	margin:;
}

.dotted {
	padding-bottom:5px;
	background:url(../imgs/fade-sep.gif) no-repeat bottom left;
}

h2 {
	color:#FF2015;	
	font-size:24px;
}

h2.dotted {
	margin-bottom:30px;
}

h3 {
	color:#FF2015;
	font-size:16px;
	margin-bottom:7px;
}
/* ---- */




/* link styling */
a {
	color:#0b499c;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

/* header tag links */
h2 a {
	color:;
}

.side-nav h2 {
	padding:6px 12px;
	color:#FF2015;
}
					
/* nav links */
#mid-nav a {
	font-size:;
	color:#363636;
}

#mid-nav a.current {
	color:#ee3424;
}

/* footer links */
#footer p a {
	color:;
}

#footer p a:hover {
	color:;
}
/* ---- */




/* page notes styling */
#pagenotes {
	
}

#pagenotes li {

}
/* ---- */




/* blog styling */
#blog-nav {
	background:;
}
/* - */




/* content styling */
#content p {
	margin:0 0 8px 0;
	line-height:170%;
}































/* lightbox */
#lightbox {
	background-color:#EEEEEE;
	background:#fff;
	border:1px solid #FF2015;
	padding:10px;
}

#lightboxDetails {
	font-size:0.8em;
	padding-top:0.4em;
}

#lightboxCaption {
	float:left;
}

#keyboardMsg {
	float:right;
}

#closeButton {
	display:none;
	right:5px;
	top:5px;
}

#lightbox img {
	border:medium none;
	clear:both;
}

#overlay img {
	border:medium none;
}

#overlay {
	background-image:url(/imgs/overlay.png);
}

* html #overlay {
	background-color:transparent;
	background-image:url(/imgs/blank.gif);
}
/* - */