@charset "UTF-8";

* {
    margin: 0px;
}


/* Start Normal CSS */
/* Structure Elements */
html {
    background: #FFF url(../images/grassheader.jpg) repeat-x scroll center top;
    font-family: trebuchet, helvetica, verdana, arial, sans-serif;
    height: 100% !important;
}
body {
    font-family: trebuchet, helvetica, verdana, arial, sans-serif;
    height: 100% !important;
    padding: 0px;
    margin: 0px;
}
#header {
    background: url(../images/headlogo.jpg) no-repeat top left;
    text-align: right;
    position: relative;
    top: 0px;
    left: 0px;
    width: 960px;
    height: 180px;
    margin-left: -480px; left: 50%; /* centers this element */
}
#tablehold {
    background: url(../images/globe.png) no-repeat bottom right;
    position: relative;
    top: 0px;
    left: 0px;
    width: 960px;
    margin-left: -480px; left: 50%; /* centers this element */
}
#tableholdcontact {
    background: url(../images/contactbg.png) no-repeat bottom right;
    position: relative;
    top: 0px;
    left: 0px;
    width: 960px;
    margin-left: -480px; left: 50%; /* centers this element */
}
#content {
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 325px;
    padding: 34px 20px 20px 20px;
	width: 420px;
    /*margin-right: 250px;*/
    font-size: 16px;
    line-height: 1.2em;
	float: left;
}
#rightcontentbox {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 34px 20px 20px 20px;
	width: 210px;
    font-size: 16px;
    line-height: 1.2em;
	float: right;
}
#rightcontentboxnopad {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 34px 0px 20px 0px;
	width: 250px;
    font-size: 16px;
    line-height: 1.2em;
	float: right;
}

#footer {
	background: #003592;
    position: relative;
    top: 0px;
    left: 0px;
    width: 960px;
    height: 45px;
    margin-bottom: 4px;
    margin-left: -480px; left: 50%; /* centers this element */
}
#footertxt {
	font-size: 12px;
	text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    width: 960px;
    margin-bottom: 10px;
    margin-left: -480px; left: 50%; /* centers this element */
}
#trashfacttxt {
	margin-top: 3px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#shade {
	background: #EEE;
	background: url(../images/crumpled-paper.jpg);
	padding: 10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

/* Allignment Elements */
#address {
	padding-top: 25px;
	padding-left: 38px;
	font-weight: bold;
}
.quicklinkicon {
	padding-left: 18px;
}
.quicklinks {
	margin-left: 38px;
	font-size: 22px;
	line-height: 28px;
}
#content ul{
	margin: 0 0 0 35px;
	padding: 0px;
	list-style-position: outside;
}
#trashfacttxt img{
	margin: 0 0 15px 15px;
}
#trashfacttxt ul{
	margin: 0 0 0 25px;
	padding: 0px;
	list-style-position: outside;
}

/* Writable Box Elements*/
#writable {

	width: 225px;
}


/* Link Elements */
A:link {
    text-decoration: none; color: #003592;
	border: none; 
}
A:visited, A:active {
    text-decoration: none; color: #213C89; /*#213C89 big o blue*/
	border: none; 
}
A:hover {
    text-decoration: none; color: #666;;
	border: none; 
}


/* Text Elements*/
p {
	margin-top: 10px;
}
h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}
h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}
h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
}
h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
.italtxt {
	font-style: italic;
}
.smtxt {
	font-size: 12px;
}
.boldtxt {
	font-weight: bold;
}
.bluetxt {
	color: #213C89;
}
.smallcaps {
	font-variant: small-caps;
}
.tftotalnumber {
	font-size: 11px;
}
.tfcategory {
	font-size: 14px;
	font-style: italic;
}
.mailaddress {
	text-align: center;
}
.indent {
	position: relative;
	left: 15px;
}
.imgcaption {
	margin-bottom: 8px;
}
.caption {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 10px;
}
.photocredit {
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
}
.holiday {
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.holidayindent {
	position: relative;
	left: 30px;
	font-weight: normal;
}

/* Admin Elements */
#adminheader {
    background: url(../images/headlogo.jpg) no-repeat top left;
    text-align: right;
    position: relative;
    top: 0px;
    left: 0px;
    width: 960px;
    height: 25px; /* height & padding-top atributes must equal 180px*/
	padding-top: 155px;
    margin-left: -480px; left: 50%; /* centers this element */
	
	font-family: trebuchet, helvetica, verdana, arial, sans-serif;
	font-size: 18px;
	color: #FFF;
}
#adminheader a {
	color: #FFF;
	font-family: trebuchet, helvetica, verdana, arial, sans-serif;
	text-decoration: none;
	border: none;
}

#adminheader a:hover {
	color: #666;
	font-family: trebuchet, helvetica, verdana, arial, sans-serif;
	border: none;
}
#admintablehold {
    position: relative;
    top: 0px;
    left: 0px;
    width: 960px;
    margin-left: -480px; left: 50%; /* centers this element */
}
#admincontent {
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 325px;
    padding: 40px 20px 20px 20px;
    font-size: 16px;
    line-height: 1.2em;
}

/* Twitter Update Styles */
#twitter_div {
	background-image: url('../images/twitterBG.png');
	width: 370px;
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding-top: 50px;
	padding-right: 5px;
	padding-left: 5px;
}
#twitter_div ul li {
	color: #0C93BA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
}
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}
#twitter_update_list li {
	list-style-type: none;
}
#twitter_update_list span a {
	display: inline;
	color: #000000;
}
#twitter_update_list span a:hover {
	text-decoration: underline;
	color: #666666;
}