/*
CSS stylesheet by Louis Granato / louisgranato.com
*/

/* General
--------------------------------------------------------------- */

body {
	background-color: #fcf1cc;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	outline: none;
}

a, a:link, a:visited {
	color: #3333ff;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

div .center {
	text-align: center;
}

h1 {
	border-bottom: 1px solid #ccc;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
}

h2 {
	color: #3399cc;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}

p {
	line-height: 1.5em;
}

.last {
	margin-bottom: 0;
}

table {
    border-spacing: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

tr {
    border: 0;
    margin: 0;
    padding: 0;
}

td, th {
    border: 0;
    text-align: left;
    padding: 7px;
    margin: 0;
}

#mapquest td, #mapquest th {
    border: 0;
    text-align: left;
    padding: 3px;
    margin: 0;
}

/* Structural
--------------------------------------------------------------- */

#content {
	background-color: #FFFFFF;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 30px;
	min-height: 350px;
	width: 900px;
	/* clears floated items */
	overflow: hidden;
}

#footer {
	color: #999999;
	font-size: 0.6em;
	padding: 15px;
	text-align: center;
}

#header {
	position: relative;
	margin: 0 auto;
	height: 170px;
	width: 960px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 100px;
	width: 310px;
	text-indent: -999em;
	overflow: hidden;
}

#wrapper {
	background: #d0e7f1 url(/graphics/header-bg.jpg) no-repeat scroll top center;
}

#wrapper-content {
	background: transparent url(/graphics/footer-bg.gif) repeat-x scroll bottom center;
}

#wrapper-content-inner {
	background: transparent url(/graphics/content-bg.gif) no-repeat scroll bottom center;
	padding-bottom: 10px;
}

/* Navigation
--------------------------------------------------------------- */

#nav {
	position: absolute;
	top: 137px;
	left: 0px;
	height: 30px;
	width: 960px;
}

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

#nav ul li {
	float: right;
	margin: 0;
	padding: 0;
}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	background-color: #bee4f1;
	display: block;
	height: 30px;
	margin-right: 3px;
	padding: 0 15px;
	color: #0066cc;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 30px;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:active {
	color: #003366;
	background-color: #9dd8eb;
}

#nav ul li a.nav-on {

}

/* Content
--------------------------------------------------------------- */

.box {
	background: #efefef;
	margin-top: 15px;
	padding: 15px;
    border: 1px solid #e3e3e3;
}

.news-home {
	background-color: #fef9ea;
    border: 1px solid #faedc7;
    margin-bottom: 30px;
    width: 510px;
}

.news-home div {
    background-color: #efefef;
    border: 1px solid #e9e9e9;
    padding: 6px 12px;
    position: relative;
    top: -25px;
    margin-bottom: -10px;
}

.news-home h2 {
    display: inline;
    margin-top: -5px;
}

.news-home span {
    color: #333333;
    font-size: .8em;
}

/* Forms
--------------------------------------------------------------- */

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 60%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: .25em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	/* margin-left: 140px; */
}
    

label {
    color: #000000;
	display: block;
	padding-right: 20px;
    margin-bottom: 4px;
    	letter-spacing: 1px;
	text-transform: uppercase;
    font-weight: bold;
}

input, textarea {
	clear: both;
	font-size: 110%;
	padding: 2px;
    background-color: #ffffff;
    border: 1px solid #999;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	width: 100%;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0;
}
div#flashMessage {
	clear: both;
	color: #900;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
    padding: 10px;
    width: 920px;
    background: #efefef;
    position: relative;
    top: -20px;
    left: -20px;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

/* Clear floats
--------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}
/* End Holly Hack */