body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.6em;
	background-color: #8B8B8B;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

h1 {
	font-size: 1.3em;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	height: 41px;
	padding-left: 10px;
	padding-top: 6px;
	margin: 0px;
	font-style: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background-color: #BC0004;
	width: 370px;
	border: 1px solid #444444;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-image: url(images/h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 3em;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #BC0004;
	margin-top: 8px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.whiteh4 {
	color: #FFF;
	font-size: 75%;
}
.date {
	color: #FFF;
	background-color: #000;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.indent {
	padding-left: 36px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

a:focus {
	outline: none;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000;
}

blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
	line-height: 1.8em;
}

small {
}

img {
	border: none;
}

.thumb {
	background-color: #000;
	padding: 4px;
	float: left;
	margin-right: 15px;
	border: 1px solid #444444;
}

.projectthumb {
	background-color: #000;
	padding: 4px;
	float: left;
	margin-right: 100px;
	border: 1px solid #444444;
}

#header {
	width: 980px;
	height: 130px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
}

/* Main Menu */

#menu {
	margin: 0px auto;
	height: 40px;
	width: 980px;
}

.dropdown {
}

.dropdown a {
	text-transform: uppercase;
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align: center;
	border: 1px solid #BC0004;
	background: url(images/menu.png);
	font: 16px Arial, Helvetica, sans-serif;
	height: 26px;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 18px;
}

.dropdown a:hover{
	background: url(images/menu_hover.png) repeat-x;
	border: 1px solid #4B4B4B;
}

.dropdown ul {
	top:38px;
}

.dropdown li ul a{
	width: 178px;
	background: url(images/dropdown.png);
}

.dropdown li ul {
	width:217px; /* math  {a}:width + {a}:padding + {a}:border */
}

.dropdown li ul li{
	width: 178px;
}

.dropdown li ul li a{
	border-bottom: 1px solid #666;
	border-top: 1px solid #999;
	border-left: 1px solid #666;
	border-right: 1px solid #999;
	color: #000;
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: -.08em;
}

.dropdown li ul li a:hover {
	border-bottom: 1px solid #666;
	border-top: 1px solid #999;
	border-left: 1px solid #666;
	border-right: 1px solid #999;
	color: #FFF;
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: -.08em;
}

/* Do Not Edit */

.dropdown {
	margin:0;
	padding:0;
	list-style-type:none;
}

.dropdown ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.dropdown a {
	display:block;
}

.dropdown li{
	float:left;
	position:relative;
	display: block;
}

.dropdown ul {
	position:absolute;
	display:none;
}

.dropdown li ul a{
	float:left;
}

.dropdown li ul {
	float:left;
}

.dropdown li ul li{
	float:left;
	position:relative;
}

.dropdown ul ul{
	top:0;
	left:100%;
}

.dropdown li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
}

.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}

.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
}

/* Content */

#content {
	float: left;
	width: 660px;
	padding-top: 8px;
}

#contentwide {
	float: left;
	width: 980px;
	padding-top: 8px;
}

.post {
	text-align: justify;
	padding: 10px;
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0px;
	color: #FFF;
	padding-left: 18px;
	background-image: url(images/marker.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
}

.post .entry {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.post .col1 {
	float: left;
	width: 320px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.post .col2 {
	float: left;
	width: 320px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.post .col3 {
	float: left;
	width: 320px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

dl dt {
	float: left;
	width: 200px;
	text-align: left;
}

dl dd {
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 220px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-image: url(images/h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Footer */

#footer {
	clear: both;
	height: 193px;
	background: url(images/footer.png) repeat-x;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #1C1C1C;
	font-size: 78%;
	padding-top: 20px;
}

#footer a {
	color: #1C1C1C;
	text-decoration: underline;
	padding: 6px;
}

#footer a:hover {
	color: #FFF;
	background-color: #BC0004;
	padding: 6px;
	text-decoration: none;
}

/* Form Elements */

label {
	display: block;
	font-size: 90%;
	text-transform: uppercase;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #EFEFEF;
	padding: 6px;
	border: 1px solid #444444;
	width: 400px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #EFEFEF;
	padding: 6px;
	width: 400px;
	border: 1px solid #444444;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #EFEFEF;
	padding: 6px;
	width: 500px;
	border: 1px solid #444444;
}

.submit {
	height: 46px;
	width: 158px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #8A8A8A;
}

.required {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #B0B0B0;
	text-transform: lowercase;
}   
tr {
	vertical-align: top;
}
   
/* Spry Accordion */

.Accordion {
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.AccordionPanel {
	padding: 0px;
	margin: 0px;
}

.AccordionPanelTab {
	background-color: #000;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border: 1px solid #444444;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-image: url(images/view.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
}

.AccordionPanelContent {
	overflow: auto;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

.Accordion:focus {
	outline:none;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #000;
}

.AccordionPanelTabHover {
	color: #CCC;
}

.AccordionPanelOpen .AccordionPanelTabHover {
	color: #CCC;
}

/* Table Styles for References */

#reftable {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 40px;
}

#reftable th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	color: #FFF;
	background-color: #000;
	border: 1px solid #444444;
}

#reftable td {
	padding: 8px;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}

#reftable tr:hover td {
	color: #000;
	background-color: #868686;
}
