@charset "utf-8";
/* CSS Document */
/* This is the main style sheet for standards complient browsers. Style exceptons for non-complient IE6 and IE7 (noted below) exist in those respective stylesheets */

*, html {
	padding:0;
	margin:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100.01%;
	background: #E9E9E9 url(/preserves/images/shadow780.gif) repeat-y center top;
}
div#wrapper {
	margin: 0 auto 0 auto;
	width: 751px;
	}
div#header {
    position: relative;
	top: 0;
	left:0;
	width: 750px;
	/*height: 213px;*/
}
div#header h1 {
	margin: 0;
	padding: 0;
}
div#header img {
	float: left;
	border:none;
}
div#header div#skip {
    position:absolute;
	top:15px;
	right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003399;
}
div#header div#skip a:link {
	padding-bottom: 10px;
	color: #003399;
	text-decoration:none;
}
div#header div#skip a:visited {
	padding-bottom: 10px;
	color: #003399;
	text-decoration:none;
}
div#header div#skip a:hover {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:none;
}

/* left column and content (center and right columns for three column layouts) */
div#container {
	position:relative;
	top: 0;
	left: 0;
	width: 750px;
	background-image: url(/preserves/images/left-nav-stripe.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}

/* for Mozilla/Safari/Opera, solves left-col div height problem, regardless of amount of content in center-col. */
*>div#container {
	padding-top:0px;
	min-height:1px;
	float:left;
	background-image: url(/preserves/images/left-nav-stripe.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* for Mozilla/Safari/Opera, solves left-col div height problem, regardless of amount of content in center-col. */
*>div#container div#left-col {
    margin-top:0px;
}

/* left- column */
div#left-col {   /* modified for IE6 */
	float: left;
	background-color: #ececec;
	color: #003399;
	width: 187px;
}
div#left-col ul {
	list-style-type: none;
	font-weight:bold;
	font-size: 0.85em;
	line-height: 1.2em;
	margin: 20px 0 0 6px;
	padding-left: 10px;
}
div#left-col ul li {
	padding-bottom: 10px;
	font-size: 0.85em;
	padding-left: 20px;
	margin-left: -26px;
	text-decoration:none;
	list-style-type:none;
}
div#left-col ul li a:link {
	padding-bottom: 10px;
	color: #003399;
	text-decoration:none;
}
div#left-col ul li a:visited {
	padding-bottom: 10px;
	color: #003399;
	text-decoration:none;
}
div#left-col ul li a:hover {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:none;
}

div#left-col ul li.current {
	background: url(../images/blackdwnarw.gif) no-repeat 10px 0;
	padding-left: 26px;
}
div#left-col ul li ul {
	margin: 5px 0 0 15px;
	list-style: none;
	font-size: 0.90em;
	font-weight: normal;
	line-height: 1.0em;	
}
div#left-col ul li ul li {
	padding-bottom: 10px;
	margin-left: -38px;
}
div#left-col ul li ul li a:link {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:none;
}
div#left-col ul li ul li a:visited {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:none;
}
div#left-col ul li ul li a:hover {
	padding-bottom: 10px;
	color: #003399;
	text-decoration:none;
}

div#left-col img {
	margin-top: 15px;
	margin-left: 7px;
	margin-bottom: 10px
}


/* center and right columns or for a single right column */
div#content {
	float:right;
	width: 563px;
	background-color:#FFFFFF;
}
/* center and right columns or for a single right column */
div#buttons {
	float:left;
	background-color: #ececec;
	color: #003399;
}


/* center column - used for three column layouts */
div#center-col {
	float:left;
	clear:none;
	width:356px;
}
div#center-col h2 {
	font-family: Georgia, serif;
	font-size: 1.0em;
	color: #003399;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

div#center-col h2 a:link {
	color: #003399;
	text-decoration:underline;
}
div#center-col h2 a:visited {
	color: #003399;
	text-decoration:underline;
}
div#center-col h2 a:hover {
	color: #000000;
	text-decoration:underline;
}
div#center-col h3 {
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #003399;
	margin: 10px 0 10px 10px;
}

div#center-col h3 a:link {
	color: #003399;
	text-decoration:underline;
}
div#center-col h3 a:visited {
	color: #003399;
	text-decoration:underline;
}
div#center-col h3 a:hover {
	color: #000000;
	text-decoration:underline;
}
div#center-col h4 {   /* modified for IE6 */
	font-family: Georgia, serif;
	font-size: 0.85em;
	color: #003399;
    margin: 10px 0 10px 10px;
}

div#center-col p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    margin: 0 20px 10px 10px;	
}
div#center-col p span {
	margin-left: 5px;
	color: #003399;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
}
div#center-col p a img {
	border: 0;
}
div#center-col p a:link {
	padding-bottom: 10px;
	color: #003399;
	text-decoration:underline;
}
div#center-col p a:visited {
	padding-bottom: 10px;
	color: #003399;
	text-decoration:underline;
}
div#center-col p a:hover {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:underline;
}
div#center-col ul {
	font-size: 0.8em;
	line-height: 1.2em;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 15px;
}
div#center-col ul li {
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 0;
	text-decoration:none;
}

div.hr1 {
    height: 1px;
	margin: 25px 0 0 10px;
	width:320px;
	color: #003399;
}


/* right column - used for thrree column layouts */
div#right-col {
	float:right;
	clear: none;
	width: 200px;
}
div#right-col img {
	/*margin: 20px 0 0 0;*/
}
div#right-col h2 {   
	font-family: Georgia, serif;
	font-size: 1.0em;
	color: #003399;
    margin: 10px 0 10px 5px;
}
div#right-col h3 {
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #003399;
    margin: 10px 0 10px 5px;
}
div#right-col h3 a:link {
	color: #003399;
	text-decoration:underline;
}
div#right-col h3 a:visited {
	color: #003399;
	text-decoration:underline;
}
div#right-col h3 a:hover {
	color: #000000;
	text-decoration:underline;
}
div#right-col h4 {   /* modified for IE6 */
	font-family: Georgia, serif;
	font-size: 0.85em;
	color: #003399;
    margin: 10px 0 10px 10px;
}

div#right-col p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 20px 10px 5px;	
}
div#right-col p a:link {
	padding-bottom: 10px;
	color: #003399;
	text-decoration:none;
}
div#right-col p a:visited {
	padding-bottom: 10px;
	color: #003399;
	text-decoration:none;
}
div#right-col p a:hover {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:none;
}

div.clearer {
	clear: both;
	line-height: 0px;
}

div#footer {
	width: 750px;
	height: 105px;
	float:left;
	background: #ffffff url(/preserves/images/left-nav-stripe.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div.hr2 {    /* modified for IE6 */
    height: 1px;
	margin: 25px 0 0 207px;
	width:540px;
	color: #003399;
}

div#footer p {     /* modified for IE6 */
    float:left;
	clear:both;
	font-size: 0.65em;
	margin: 20px 0 0 207px;
}
div#footer p a:link {
	color: #003399;
	text-decoration:underline;
}
div#footer p a:visited {
	color: #003399;
	text-decoration:underline;
}
div#footer p a:hover {
	color: #000000;
	text-decoration:underline;
}

div#faux-footer {
	width: 750px;
	height: 15px;
	float:left;
	background-color: #ffffff
}
/* right column - used for two column layouts */
div#right2-col {
	float:right;
	clear: none;
	width: 556px;
}
div#right2-col img {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 0px;
	}
div#right2-col h2 {  /* modified for IE6 */
	font-family: Georgia, serif;
	font-size: 1.0em;
	color: #003399;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
div#right2-col h3 {   /* modified for IE6 */
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #003399;
    margin: 10px 0 10px 10px;
}
div#right2-col h4 {   /* modified for IE6 */
	font-family: Georgia, serif;
	font-size: 0.85em;
	color: #003399;
    margin: 10px 0 10px 10px;
}
div#right2-col p {   /* modified for IE6 */
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 20px 10px 10px;	
}
div.hr3 {    /* modified for IE6 */
    height: 1px;
	margin: 25px 0 0 10px;
	width:540px;
	color: #003399;
}
div.hr4 {    /* modified for IE6 */
	height: auto;
	width:140px;
	color: #003399;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 20px;
}
div#right2-col ul {
	font-size: 0.9em;
	line-height: 1.2em;
	padding-left: 10px;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
}
div#right2-col ul li {
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 0;
	text-decoration:none;
}

/* one column layout */
div#container2 {
    position:relative;
	top: 0;
	left: 0;
	width: 750px;
}
div#content2 {
	float:right;
	width: 750px;
}
div#content2 h2{
    font-size: 1.0em;
	color: #003399;
	margin: 10px 0 10px 5px;
}
div#content2 p a:link {
	color: #003399;
	text-decoration:none;
}
div#content2 p a:visited {
	color: #003399;
	text-decoration:none;
}
div#content2 p a:hover {
	color: #000000;
	text-decoration:none;
}

div#content2 table.schedule {
    width:100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
div#content2 table.schedule tr th {
    width:10%;
	font-size: 0.9em;
	text-align:center;
}

#wrapper #container2 #content2 .datatable tr th {
	font-size: .9em;
	text-align: center;
}
#wrapper #container2 #content2 .datatable tr td {
	font-size: 0.7em;
	text-align: left;
}

div#content2 table.schedule tr td {
	font-size: 0.7em;
	text-align:center;
}
div#footer2 { 
	width: 750px;
	height: 105px;
	float:left;
}

div#footer2 div.hr2 { 
    height: 1px;
	margin: 25px 0 0 10px;
	width:740px;
	color: #003399;
}

div#footer2 p {     /* modified for IE6 */
    float:left;
	clear:both;
	font-size: 0.65em;
	margin: 20px 0 0 10px;
}
div#footer2 p a:link {
	color: #003399;
	text-decoration:underline;
}
div#footer2 p a:visited {
	color: #003399;
	text-decoration:underline;
}
div#footer2 p a:hover {
	color: #000000;
	text-decoration:underline;
}

#wrapper #container2 #content2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#wrapper #container #content #right2-col table {
	font-size: 0.70em;
}
#wrapper #container #content #right2-col td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#wrapper #container #content #right2-col li {
	font-size: 0.9em;
	margin-left: 30px;
}
#wrapper #container2 #content2 .datatable {
	margin-right: 2px;
	margin-left: 2px;
}
#wrapper #container #content #center-col #ed {
	float: right;
}
#wrapper #container #content #right2-col #ep {
	text-align: left;
}
#wrapper #container #content #right2-col #rp {
	text-align: center;
}
#wrapper #container #content #right2-col #mp {
	text-align: right;
}
#wrapper #container #content #right2-col ul#navlist {
	white-space: nowrap;
	float: left;
	
}
#wrapper #container #content #right2-col #navlist li
{
	display: inline;
	list-style-type: none;
	
}
#wrapper #container #content #right2-col #navlist a { 
}
#wrapper #container #content #right2-col #navlist a:link, #navlist a:visited
{
}

#wrapper #container #content #right2-col #navlist a:hover
{
	
}
#wrapper #container #content #right2-col #priority {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#wrapper #container #content #right2-col #galbreath_fairfield {
	margin-left: 8px;
}
#wrapper #container #content #right2-col #intpro {
	margin-left: 5px;
}

#wrapper #container #content #right2-col table {
	font-size: 0.85em;
}
#wrapper #container #content #right2-col #fop {
	float: right;
	border: thin solid #000000;
}
#wrapper #container #content #right2-col #gwp {
	float: left;
	border: thin solid #000000;
}
#wrapper #container #content #right2-col #ent {
	border: thin solid #000000;
	height: 220px;
	margin-top: 425px;
}
img.ent {
	padding: 10px;
	float: left;
}
p.ent {
	padding: 10px;
	margin: 10px;
	border: 1px solid red;
	width: 100px;
	float: right;
}
div.article-body {
	font-size: 16px;
}
div.article-title {
	font-size: 30px;
}
img.article {
	float: left;
	padding: 6px;
}
#wrapper #container #content #right2-col #gwp img {
	padding-top: 15px;
	padding-left: 5px;
}
#wrapper #container #content #right2-col #fop img {
	padding-top: 15px;
	padding-left: 5px;
}
#wrapper #container #content #right2-col #submitted_photos {
	text-align: center;
	border: thin solid #000000;
	margin-top: 430px;
}
#wrapper #container #content #right2-col #submitted_photos p {
	padding-top: 15px;
	padding-bottom: 15px;
}
img.newsletter {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
}

