﻿@import url('layout.css');
@import url('lightbox.css');
@import url('http://fonts.googleapis.com/css?family=Permanent+Marker');
@import url('http://fonts.googleapis.com/css?family=Allerta');
@import url('http://fonts.googleapis.com/css?family=Droid+Serif');
@import url('http://fonts.googleapis.com/css?family=Droid+Sans');
body {
	color: #333333;
	font-size: 12px;
	font-family: "droid serif", Calibri, Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
} 
img {
	border:none;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 15px auto;
	border: 3px solid #000;
	text-align:left;
}
#masthead {
	text-align: right;
	background-color: #036;
	background-image:url('../images/w_view1.png');
	background-repeat: no-repeat;
	height: 300px;
	width: 800px;
}
#nav {
	width: 100%;
	text-align: center;
	font-family:calibri, arial, sans-serif;
}
#column_l {
	width: 525px;
	margin: 0;
	padding: 20px 15px;
	background-color: #fff;
	text-align:left;
}
#column_l img{
float:left;
padding:8px;
border:1px solid #c0c0c0;
margin: 8px 8px 8px 0;
}
#column_r {
	width: 200px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #fff;
	position: relative;
}
#column_r img{
float:left;
padding:8px;
border:1px solid #c0c0c0;
margin: 8px 8px 8px 0;
}

#column_c {
	width: 200px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #fff;
	position: relative;
}
#column_c img{
float:center;
padding:8px;
border:1px solid #c0c0c0;
margin: 8px 8px 8px 0;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}
#footer {
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}
#masthead {
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear:both;
	height:0;
}
/* Styles for Masthead */
#masthead img {
	position: relative;
	float: left;
	padding: 0px;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	padding: 0px 10px 0px 0px;
	vertical-align: bottom;
	clear: both;
}

#column_r {
	margin: 15px 5px 15px 0;
	padding: 15px;
}
#column_r img {
	border: 1px solid #333;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
#masthead a {
	color: yellow;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: underline;
	background-color: black;
}
.title {
	position: relative;
	left: 10%;
	top: 62%;
	clear: both;
	display: block;
}
/* Styles for Navigation */
#nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#nav li {
	float: left;
	background-image: url('bg_nav.png');
	display: inline;
}
#nav a {
	font-size: 120%;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	width: 121px;
	text-align: center;
}
#nav a:hover {
	color: #2B4158;
	text-decoration: underline;
	border: 1px solid #a9a9a9;
	background-image: url('bg_navOn.png');
	-moz-box-shadow: inset 0 0 10px #2B4158;
	-webkit-box-shadow: inset 0 0 10px #2B4158;
	box-shadow: inset 0 0 10px #2B4158;
   'background-color: #a9a9a9;
}
/* Styles for Content */

#column_l p{
	font-family: "droid serif", georgia, serif;
	line-height:1.4em;
	font-size:1.2em;
}
#column_l p.quote {font-size:.9em; color:#666666;padding-left:15px; 
	
}
#column_r {
	font-size: 1.3em;
	line-height: 1.2em;
	font-family: "droid sans", arial, sans;
	text-align: center;
}
h5 {
	font-family:"droid sans", arial, sans;
}
h4 {
	font-family:"droid sans", arial, sans;
}
h3 {
	font-family:"droid sans", arial, sans;
	font-size: 18px;
	color:#AA0303;
}
h2 {
	font-family:"droid sans", arial, sans;
	font-size:120%;
}
h1 {
	font-family:"droid serif", arial, sans;
}
h6 {
	font-family:"Droid Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.offset {
font-size:smaller;
color:#808080;
padding:0 5px;  }
/*-----Alternate Styles-----*/
p.quote {

}

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	display:inline;
	border:none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	border:none;
	background-color:black;
}
/* Styles for Links */
a {
	color: #AA0303;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.clear {
	clear:both;
	height:0px;
}
/* Styles for Quotes */
blockquote {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	width: 430px;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background:#ececec;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -10px;
	color: #AA0303;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}
hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
div {
  background: black;
  padding: 3px;
}
