@charset "utf-8";
/* Universal Template */

/* ---RESET---
==============================================
----------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
a {
	outline: none;
}
.clearBoth {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ---TYPOGRAPHY---
===============================================================
---------------------------------------------------------------*/

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	line-height: 1.5;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 1.1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}
p.rightText {
	text-align: right;
}
p.centerText {
	text-align: center;
}
img.leftImg {
	float: left;
	margin: 0 0.5em 0.5em 0;
	padding: 0;
}
img.rightImg {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
img.centerImg {
	display:block;
	margin: 0 auto;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #d08e3a;
	text-decoration: none;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th, tbody th {
	background: #f7fef8;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
td {
	background: white;
}
tr.even td {
	background: #dceee6;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eaf7ff;
	font-weight: bold;
	font-style: italic;
}
.cnrCell {
	text-align: center;
}
.leftCell {
	text-align: left;
}
.rightCell {
	text-align: right;
}
/* Misc classes
-------------------------------------------------------------- */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #c6693a;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/* horizontal rules
--------------------------------------------------------------- */

.hr {
	height: 1px;
	width: 880px;
	margin: 20px auto;
	border-bottom: 1px solid #f9f8db;
	clear: both;
}
.hr hr {
	visibility: hidden;
	margin: 0;
	padding:0;
}
/* SITE SPECIFIC STYLES
=================================================================
----------------------------------------------------------------*/

/* insert styles for the site below here */
body {
	background-color:#236573;
}/* blue color background */
#container {
	width:820px;
	margin: 0 auto;
	background-color:#f3f0c9;
	padding:20px 20px 0;
}
#header {
	width:820px;
}
#logo {
	width:200px;
	float:left;
	margin-right:18px;
}
#logo h3, #logo h4 {
	color:#6d4421;
	margin:0;
}
#logo h3 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:20px;
}
#logo h4 {
	font-size:14px;
	font-weight:normal;
}
#animation {
	width:602px;
	height:200px;
	overflow:hidden;
}
#content {
	width:820px;
	margin-top:20px;
	clear:both;
}
#sidebar {
	width:200px;
	float:left;
	margin-right:20px;
}
#navigation {
	width:200px;
	font-size:14px;
}
#navigation ul {
	margin:0px;
	padding:0px;
}
#navigation ul li {
	display:block;
	height:25px;
	line-height:25px;
	list-style:none;
	margin:0 0 5px 0;
}
#navigation ul li a {
	display:block;
	background-color:#cdc9a6;
	color:#c96e06;
	padding-left:10px;
	font-weight:bold;
}
#navigation ul li a:hover {
	background-color:#F90;
	color:#FFF;
}
#glance {
	background-color:#c18e63;
	width:200px;
	margin-top:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#glance h4 {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	background-color:#c2be9b;
	border-bottom: 2px solid #000000;
	padding:5px 5px 5px 10px;
	margin:0;
}
#glance ul {
	padding: 10px 0;
}
#glance li {
	color:#FFFFFF;
	line-height:2;
	margin-left:10px;
}
#maincontent {
	width:600px;
	float:right;
}
.quotes {
	font-style:italic;
	color:#000000;
	
}
#maincontent p {
	color:#985a31;
	font-size:14px;
}
#map {
	margin-bottom:20px;
}
#visualBar {
	width:820px;
	clear:both;
}
#imageBox {
	background-color:#c2be9b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:10px;
	height:90px;
}
#imageBox img 
{
    
	margin-left:18px;
	
	
}
#linklogo {
	margin-top:20px;
	margin-bottom:20px;
	font-size:11px;
	font-style:italic;
	color:#81181c;
	
	
}
#footer {
	margin-top:10px;
	width:820px;
	clear:both;
	background-color:#cdc9a6;
	text-align:center;
	font-size:12px;
	height:30px;
	line-height:30px;
	color:#6d4421;
}

#footer a:link 
{
    
color:#6d4421;
}
#dragnetlogo 
{
    float:right;
    
}
/* gallery styles 
-----------------------------------------------*/

.gallery .galleryImage {
	width:260px;
	float:left;
	margin: 0 15px 10px 15px;
	position:relative;
	background: #236573;
	background-color: #FFFFFF;
}

.gallery .galleryImage.last { margin-right: 0; }
.gallery .galleryImage.first { margin-left: 0; }

.gallery .galleryImage h4 {
	margin:0;
	padding: 2px 5px;
	font-style: italic;
	text-align: center;
	border-bottom: 1px solid #849cbe;
	color:#000000;
}

.gallery .galleryImage div.photo {
	width:240px;
	height:180px;
	overflow:hidden;
	margin: 0px auto;
	line-height: 160px;
}

.gallery .galleryImage img { 
	border:none;
	display:block;
	margin: 0 auto;
	vertical-align: auto;
}


.gallery .galleryImage .caption {
	color: #e8e0d9;
	padding: 3px;
	text-align: center;
}

.gallery .galleryRow {
	clear:both;
	margin-top: 18px;
}


#recommendations {
	margin-top:10px;
}
#recommendations p {
	margin:0 0 5px;
	text-align:center;
	color:#6d4421;
}
#maincontent h1 {
	color:#985a31;
}
.bold {
	font-weight:bold;
}
.map p {
	color:#000000;
}

