@charset "utf-8";
/* CSS Document */

/* Colors

Main - #095a83
40% Black - #05364f
40% White - #6b9cb5

*/

body {
	background: #FFF;
	color: #000;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 18px; auto;
	padding: 0;
}
h1, h2, h3, p, ul, form {
	margin-bottom: 18px;
}
h1, h2, h3 {
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
h1 { 
	font-size: 300%;
	line-height: 54px;	
}
h2 { 
	font-size: 200%;
	line-height: 36px;
}
h3 {
	font-size: 100%;
	line-height: 18px;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
}

#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 960px;
}
#main {
	float: right;
	margin-top: -200px;
	width: 630px;
}
#sidebar {
	width: 300px;
}
#sidebar p {
	width: 300px;
	text-align: justify;
}
#footer {
	border-top: 2px solid #000;
	clear: both;
	font-size: 80%;
	margin-top: 18px;
	text-align: center;
}
/*** Header Replacement ***/
#header {
	background: url(../images/header.png) no-repeat;
	height: 230px;
	width: 300px;	
}
#header h1{

}
#header h1 span {
	display: none;
}
/*** Recent work blocks ***/
div.work_item {
	border-top: 2px solid #000;
	overflow: auto;
	padding-top: 10px;
}
div.work_item h3 {
	margin-left: 0;
	width: 260px;
}
div.work_item img {
	border: 1px solid #000;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#extras ul li {
}

/**** FORM ELEMENTS ****/
label { 
	display: block;
}
input.text, textarea { 
	border: 1px solid #999; 
	color: #000;
	font: normal 16px/20px 'Courier New', Courier, monospace;
	margin: 1px 0;	
	padding: 3px;
	width: 294px;
}
input.submit { 
	background: #fff;
	border: 1px solid #999;
	font: bold 12px/12px Verdana, Arial, sans-serif;
	margin-top: 5px;
	padding: 2px 5px;
}

/**** NAVIGATION ****/
/* No navigation since it's only one page */
#nav {
	display: none;
}

/*** SIFR Stylings ***/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}
.sIFR-hasFlash h2 {
	font-size: 20pt;
	line-height: 1em;
}
.sIFR-hasFlash h3 {
	font-size: 14pt;
	line-height: 1em;
}