﻿@import url("images.css");
@import url("section.css");


/* reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}
dt, address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
/* END reset */


/* global styles */
html {
	background-color: black;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #017165;
	font-size: 1.8em;
	font-weight: bold;
	padding: 25px 25px 5px 35px;
}
h3 {
	color: #4F4D4D;
	font-size: 1.6em;
	font-style: italic;
	padding: 5px 25px 5px 35px;
}
h4 {
	color: black;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 25px 0 35px;
}
h5 {
	color: #4F4D4D;
	font-size: 1.4em;
	font-style: italic;
	padding: 5px 25px 0 35px;
}

h6 {
	color: #4F4D4D;
	font-size: 1.4em;
	font-style: normal;
}

div#wrapper {
	width: 955px;
	background-color: white;
	margin: 0 auto 50px auto;
}

div#header {
	background: transparent url('../images/header.gif') no-repeat left top;
	height: 137px;
	width: 955px;

}
div#headerNoImage {
	height: 137px;
	width: 955px;

}

div#main-navbar {
	background-color: #017165;
}

div#main-navbar ul, ol {
	font-size: 1em;
}

div.imagearea {
  height: 387px;
  width: 955px;
  border-top: 2px white solid;
  margin: 0;
  padding: 0;
}

div.content p {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 5px 25px 10px 35px;
	text-align: justify;
}
div.content ul, li {
	margin-left: 35px;

}
div.content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
	
}

div.content ol, li {
	margin-left: 35px;

}

div.content ol {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: decimal;

}
div#footer {
	height: 110px;
	width: 955px;
    border-top: 2px white solid;

}
DIV.separator {
	height: 2px;
	padding: 0;
	margin: 0;
	background-color:#eaebe2;
	width: 100%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	overflow: hidden;
}
a.buttonlink{
	color: #635D51;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 240px;
	font-weight: bold;
	margin-left: 30px;
}
a.standardlink {
	color: #008080; text-decoration: none;
}
a:hover.standardlink {
	color: #008080; text-decoration: underline;

}
div.request p {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 25px 25px 10px 35px;
	text-align: justify;
}

#clear_button {
	border: 1px solid #fef9e6;
	background-image: url(images/clear_button_up.jpg);
	height: 24px;
	width: 66px;
}
#submit_button {
	border: 1px solid #fef9e6;
	background-image: url(images/submit_button_up.jpg);
	height: 24px;
	width: 66px;
}

/* Prep Images on News Page */
div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #fef9e6;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}



