/********* Reset Broswer CSS ************************/


html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, table, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
}

a img { border: none; }


/********* Standard styles CSS ************************/

body {
	font-size:76%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #FFFFFF;
	color: #262223;
}

.grid {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
}



p, table, li {
	font-size: 1em; /* do not change this value! */
}

h1{
	font-size: 18px;
	color: #262223;
	padding-bottom: 10px;
	font-weight: bolder;
}

h2 {
	font-size: 16px;
	color: #f5f7f4;
	background-image: url(../images/h2-BG.gif);
	background-repeat: repeat-x;
	display: block;
	height: 19px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	letter-spacing: -0.01em;
}
h2 a {
	color: #f5f7f4 !important;
	text-decoration: none;
}
h2 a:hover {
	color: #f5f7f4 !important;
	text-decoration: underline;
}

h3 {
	font-size: 1.2em;
	color: #666666;
}

h4 {
	font-size: 1em;
	color: #000000;
	font-weight: bolder;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;

}


a {
	text-decoration: underline;
	color: #000000;
}

hr {
	border: 0;
	width:100%;
	color: #777777;
	background-color: #777777;
	height: 0.95px;

}
.sectionIntro {
	font-size: 20px;
}

.formfield {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	border: 1px solid #d1c4a2;
	padding-left: 2px;
}

.button {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}

.logo {
	position: absolute;
	left: 14px;
	top: 10px;
	
}

/******************* ID's specific to the site **********************/

#headerBG {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #262223;
}

#header {
	height: 95px;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.tagline {
	position: absolute;
	right: 15px;
	top: 61px;
	width: 320px; /* was 271px */
	height: 16px;
}


#header ul {
	list-style-type: none;

}

#header li {
	float: left;
	padding-right: 4px;
	padding-left: 4px;

}

#header a {
	text-decoration: none;
	margin-top: 2px;
	padding-top: 3px;

}

#header a:hover {
	text-decoration: underline;
}



#navBG {
	height:30px;
	background-image: url(../images/navBG.gif);
	background-repeat: repeat-x;
}

#nav {
	height:30px;
	width:928px;
	margin-right: auto;
	margin-left: auto;
}

.noborder {

	border: none;
}

.clear {
	clear: both;
}

#flash{
	width: 928px;
	margin-right: auto;	
	margin-left: auto;
}

#mediaBG {
	background-color: #aada68;
	background-image: url(../images/mediaBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 340px;
}

#flashBG{
	background-color: #aada68;
	background-image: url(../images/flashBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 245px;
}
#flashHR {
	height: 2px;
	background-image: url(../images/flashHR.gif);
	background-repeat: repeat-x;
}

.padTop {
	padding-top:12px;
	padding-bottom:15px;
}

#contentBG {
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	padding: 30px 0 40px 0;
} 

#content {
	line-height: 1.5em;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
}

#contentMain {
	padding: 0px 30px 5px 0px;
	float: left;
	width: 600px;
}

#contentMain p {
	line-height: 18px;
}

#contentQuick {
	float: left;
	width: 298px;
}

#contentTCP {
	line-height: 1.5em;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
}
#content  h1, h3, p, ul   {
	padding: 0 0 15px 0;
}

#content  h2  {
	margin: 0 0 15px 0;
}

.callout {
	padding: 15px 15px 15px 30px;
	background-color: #EFF8E9;
	margin: 0 0 10px 0px;
	border: 1px solid #d1e9bf;
}


.column1 {
	padding: 10px 0 0 40px;
	width: 265px;
	float: left;
}

.column1 h1 {
	margin-bottom: 3px;
}


.column1 p{
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
}

.column1 img {
	float: left;
	clear: right;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 25px;
	padding-left: 0;
}


.quicklinks {
	border:solid 1px #a3d9a6;
	margin:5px 0 0 0;
	padding: 7px 10px 13px 35px;
}

.quicklinks ul {


}

.quicklinks a:hover {
	text-decoration: underline;
}

.quicklinks li {
	margin-top: 3px;
	padding:0 0 0 20px;
	border:none;
}

#footer {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 0.9em;
	color: #262223;
	padding-top: 25px;
}

#footer p {
	margin-top: 13px;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}
.photocredit {
	font-size: 9px;
	margin-top: -8px;
	line-height: 12px;
}

fieldset {
  border: 1px solid #666666;
  padding: 0;
  margin: 0 0 10px 0;
}
legend {
  color: #333;
}

legend {
  padding: 0 10px;
  font-weight: bold;
  font-size: 110%;
}
fieldset p {
	padding: 10px;
	margin: 0px;
}
dl {
/*	background-color: #b8cee0; */
	padding: 10px;
	margin: 0px;
}
dl dt {
  float: left;
  width: 24.5%; /* was 200px */
  text-align: right;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  margin: 0 3px 0 0;
  padding: 1px 0 0 0;
}

dl dd {
	margin: 0 0 0 25%;/* was 200px */
	padding: 0 0 5px 0;
}