﻿/* GENERAL STYLING */

* {
	margin: 0;
	padding: 0;
	border: 0px none;
}
body {
	background: #20263a;
	font: 72.5% Verdana, Tahoma, Arial, sans-serif;
}


a:link { color: #0066CC; text-decoration: none;}
a:visited { color: #0066CC; text-decoration: none;}
	
a:hover, a:active
{
	/*
	color: #0066CC;
	*/

	color: #fff;
	background-color: #0066CC;

	text-decoration: none;
}

a:active {
	text-decoration: none;
}
a:active.noborder, a:hover.noborder, a:visited.noborder, a:link.noborder, a.noborder {
	border: none;
}
/*
	a.imgNoBackgroundLink:link    { background-color: #FFF; }
    a.imgNoBackgroundLink:visited { background-color: #FFF; }
    a.imgNoBackgroundLink:hover   { background-color: #FFF; }
    a.imgNoBackgroundLink:active  { background-color: #FFF; }
*/

	a.imgNoBackgroundLink:link    { background-color: transparent; }
    a.imgNoBackgroundLink:visited { background-color: transparent; }
    a.imgNoBackgroundLink:hover   { background-color: transparent; }
    a.imgNoBackgroundLink:active  { background-color: transparent; }

acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}
blockquote {
	background: #FFF;
	padding: 8px;
	border: 1px solid #0052A4;
	font: bold 1.2em/1.5em "Trebuchet MS", Verdana, Arial, Helvetica, "URW Gothic L", sans-serif;
	color: #444;
	margin-bottom: 2px;
}
h1, h2, h3, h4, h5, h6 {
	/*
	font-family: Rockwell, "Trebuchet MS", Verdana, Arial, Helvetica, "URW Gothic L", sans-serif;
	*/
	font-family: Helvetica, Verdana, Arial, sans-serif;
	/*
	font-weight: normal;
	*/
	font-weight: bold;
	margin: 10px 0;
}
h1 span.cufon,h2 span.cufon,h3 span.cufon,h4 span.cufon,h5 span.cufon,h6 span.cufon {
    margin: 0 0 4px 0;
}
h1 {
	font-size:2em;
	border-bottom:1px dotted #666;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
hr {
	border-bottom: 1px solid #999;
}
pre, code {
	background: #FAFAFA;
	border-style: solid;
	border-width: 1px;
	border-color: #3B0605;
	display: block;
	font-family: 'Lucida Console','courier new',monospace;
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 5px 0pt;
	overflow: auto;
	padding: 3px 6px;
	text-align: left;
}
tt, samp {
	color: #006600;
	font-size: 1.4em;
	font-weight: bold;
}
/* start - table */
table {
	border-collapse: separate;
}
table.bordered {
	border: 1px solid #AAA;
	background: #CCC;
	border-spacing:1px;
}
th {
	font-weight: bold;
	color: #fff;
	background: #2B2A25 url('../images/table-header-background.png') repeat-x 0 -10px;
	padding: 0 10px;
	color: #FFF;
}
tr {
	height: 30px;
}
td {
	padding: 0 10px;
/*	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF; */
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
blockquote p, td p, li p, li li {
	/* Safeguard nesting issues */ 
	font-size: 1em;
}
/* form elements */
form {
	margin: 10px 0;
	padding: 0;
	/*
	border: 1px solid #f1f1f1;
	background-color: #f5f5f5;
	*/
}
label {
	display: block;
	font-family:Rockwell, "Trebuchet MS", Verdana, Arial, Helvetica, "URW Gothic L", sans-serif;
	font-size: 1.4em;
	margin: 10px 0 2px 0;
}
input {
	padding: 6px;
	border: 1px solid #B2AD9A;
	font: normal 1em Verdana, sans-serif;
	color: #777;
	font-size:1em;
}
textarea {
	padding: 6px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #B2AD9A;

	display: block;
	color: #777;
	font-size:1.2em;
}
input.button, button.button {
	font: bold 12px Arial, Sans-serif;
	margin: 0;
	padding: 6px;
	color: #FFF;
	background: #3B0605;
}
/* HEADER */
#header {
	/*
	height: 114px;
	*/
	height: 140px;
	background: #20263a url('../images/header-background.jpg') no-repeat 50% 0;
}
#header_content {
	width: 960px;
	/*
	height: 114px;
	*/
	height: 140px;
	margin: 0 auto;
}

#indent {
	padding: 0.5em 0 0 4em;
}

#masthead {
	padding: 0 0 0.25em 0;
}

#navbar {
	width: 412px;
	height: 140px;
	margin: 0 auto;
	float: right;
	clear: both;
	border-bottom: none;
}

#palette {
	position: absolute;
	top: 0;
	right: 0;
}
#logo {
/*
height: 84px;
*/
	height: 140px;
/*
	margin: 12px 0;
*/
	margin: 12px 0 12px 0;
}



/* Main Content Section */
#content_container_outer {
	background: #fff;
	overflow: auto;
	min-height:400px;
}
#content_container_inner {
	width: 860px;
	margin: 0 auto;
	position: relative;
	font-size:1.2em;
	padding: 10px;
}
#content_container_inner p {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 1em;
}


#content_container_inner img.left {
	margin: 4px 10px 4px 0;
	padding: 4px;
	/*
	background: #EEE;
	border: 1px solid #000;
	*/
}
#content_container_inner img.right {
	margin: 4px 0 4px 10px;
	padding: 4px;
/*
	background: #EEE;
	border: 1px solid #CCC;
*/
}
#content_container_inner ol, #content_container_inner ul, #content_container_inner dl{
	margin-left: 2em;
	line-height: 1.6em;
}
#content_container_inner ol, #content_container_inner ul {
	margin-bottom: 1em;
}
#content_container_inner li {
	margin-bottom: 2px;
}
#content_container_inner dt {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:6px;
	color: #666;
}
#content_container_inner dd {
	margin: 0 0 6px 20px;
}
#content_container_inner ol ol, #content_container_inner ul ul, #content_container_inner ol ul, #content_container_inner ul ol{
	/* This prevents extra margins in nested lists (2 deep)*/
	margin-bottom: 0;
}

#content {
	width: 675px; /* 675 to allow for 10px gap between content and sidebar when using columns */
	float: left;
}

/* SIDEBAR */
#sidebar {
	width: 275px;
	float: right;
}
/* FOOTER*/
#footer {
	clear: both;
	background: #20263a;
	border-top: 2px solid #3B0605;
	color: #C4CCC9;
	font-size: 1.1em;
	line-height: 1.5em;
	position: relative;
}
#back_to_top {
	position: absolute;
	right: 15px;
	top: -2px;
}
#footer a {
	color: #C4CCC9;
}
#footer a:hover {
	color:#fff;
}
#footer_content {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	text-align: center;
}
#footer_leftcol {
	float: left;
	width: 30%;
	height: 200px;
	padding: 0 10px;
	margin-right: 10px;
	border-right: 1px dotted #C4CCC9;
	text-align: left;
}
#footer_leftcol ul {
	margin:0 !important;
	padding-right: 10px;
}
#footer_leftcol li {
	list-style-type:none;
	list-style-image:url('none');
	border-bottom:1px dotted #666
}
#footer_leftcol li a {
	border-bottom: none;
}
#footer_centercol {
	float: left;
	width: 30%;
	height: 200px;
	padding: 0 15px;
	margin-right: 10px;
	border-right: 1px dotted #C4CCC9;
	text-align: left;
}
#footer_rightcol {
	float: right;
	width: 30%;
	height: 170px;
	padding: 0 10px;
	text-align: left;
}
#footer_rightcol h2 {
	background-repeat: no-repeat;
}
#footer_leftcol img, #footer_centercol img, #footer_rightcol img {
	margin-bottom:6px;
}

#footer_sociallinks {
	text-align: left;
}

#footer_links {
	clear: both;
	color: #FFF;
	padding-top: 60px;
	/*
	text-align: right;
	background: #f00;
	*/
	
}
#footer ol, #footer ul, #footer dt {
	margin-left: 2em;
	line-height: 1.6em;
	list-style-image: url('../images/bullet.png');
}
#footer ol, #footer ul {
	margin-bottom: 1em;
}
#footer li {
	margin-bottom: 2px;
}
#footer ol ol, #footer ul ul, #footer ol ul, #footer ul ol {
	/* This prevents extra margins in nested lists (2 deep)*/
	margin-bottom: 0;
}
/* home page jQuery items */
.tile {
	width: 225px;
	height: 150px;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	cursor: pointer;
	border: solid 5px #B2AD9A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tile a {
	color: #AAF;
}
.tile img {
	float: left;
	padding: 0 10px 6px 0;
}
.clone {
	width: 225px;
	height: 150px;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	top: -5px;
	left: -5px;
	border: solid 5px #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #393939;
	color:#ddd;
	font-size: 1.2em;
}
#content_items {
	width: 725px;
	height: 330px;
	position: relative;
	overflow: hidden;
	margin: 10px;
}
/* CLASSES */
.center {
	text-align: center;
} 
.clear {
	clear: both;
	padding: 10px;
}
.graybackdrop {
	clear: both;
	background: #eee;
	padding: 5px;
	border: solid 1px #20263a;
}

.feed {
	margin-left: 3px;
	padding: 0 0 0 15px;
	background: url('../images/rss.png') no-repeat 0 50%;
}
.imgFrame {
	/*
	border: 1px solid #6D80C6;
	background: #6D80C6;
	*/
	border: 1px solid #DADADA;
	background: #FAFAFA;
	padding: 5px;
}
.left {
	float: left;
}
.nowrap {
	/* useful for table cells that you don't want wrapped */
	white-space:nowrap;
}

.right {
	float: right;
}