/* ---------- remove all the default styling ----------- */

/* remove link and image styles */
:link,:visited { text-decoration:none; }
a img,:link img,:visited img { border:none; }

/* remove list styles */
ul,ol { list-style:none; }

/* reset heading font sizes */
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }

/* remove margins and padding */
* { margin:0; padding:0;}

/* de-italicize */
address,em { font-style:normal; }

/* -------------------- body styles -------------------- */
/* NOTE: set font-size to 76% so that 1em=12px           */
body {  
  background-color:#999999;
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 76%;
  margin-top: 10px;
}
/* ----------------------------------------------------- */


/* ------------------- table styles -------------------- */
table {
	border-collapse: collapse;
	width: 480px;
	border: 1px solid #000000;
	margin-bottom: 15px;
}
table caption {
	font-size: 120%;
	margin: 20px 0 5px 0;
}
thead {
	background-color: #99CCFF;
	border: 1px solid #000000;
	padding: 2px;
}
tfoot td {
	padding: 0px;
	border: 0px;
}
tfoot tr {
	padding: 0px;
	border: 0px;
}
tr, td {
	padding: 2px;
	border: 1px solid #000000;
}
tr:hover {
	background-color: #99CCFF;
}
.tableeven {
	background-color: #edf5ff;
}
/* ----------------------------------------------------- */

/* ----------------- inline tag styles ----------------- */
a {	
	color: #3399FF;
	text-decoration: underline;
}
a:hover {color: #FF0000;}

h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
.intro {
	color: #000000;
	font-size: 115%;
	line-height: 130%;
	margin-bottom: 10px;
}
/* NOTE: print class used to hide items from screen display */
.print {display: none;}
.screen {}
p {	
	line-height: 130%;
 	padding-bottom: 10px;
	padding-top: 5px;
}
.adr, tel {
	margin-left: 20px;
}
.accessibilitylist {
	margin-left: 20px;
}
/* ----------------------------------------------------- */


/* --------------- main container styles --------------- */
/* NOTE: container is 550px wide and centered using      */
/*       negative margins                                */
#container {
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	width: 550px;
	margin-left: -275px;
}
/* ----------------------------------------------------- */


/* ------------- header & branding styles -------------- */
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 20px;
	padding-top: 3px; padding-right: 10px;
	text-align: right;
}
#header a {
	color: #999999;
	text-decoration: none;
}
#header a:hover {color: #FF0000;}
#logo {
	background-image: url(../images/logo-background.gif);
	height: 140px; width: 200px;
}
#logo img {
	position: absolute;
	top: 40px; left: 10px;
}
#brandingimage {
	position: absolute;
	top: 23px; left: 200px;
	height: 140px;	width: 350px;
}
/* ----------------------------------------------------- */


/* ------------- primary navigation styles ------------- */
#navbar {
	background-image: url(../images/navbar-background.jpg);
	border-bottom: 1px #333333 solid; border-top: 1px #333333 solid;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 19px;
	padding-top: 4px; padding-left: 10px;
}
#navbar a {	
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover {color: #FF0000;}
/* ----------------------------------------------------- */


/* ------------------- body styles --------------------- */
#bodytop {
	background-image: url(../images/bodytop-background.jpg);
	padding-left: 20px; padding-right: 20px;
	height: 90px;
}
/* --------------- one column body styles -------------- */
#onecolbody {
	background: url(../images/bodymiddle-background.gif) repeat-y;
	padding-top: 5px; padding-left: 35px; padding-right: 30px;
	line-height: 120%;     /* FIX for IE6 scrolling bug */
}
#onecolbody h2{
	font-size: 110%;
	margin-left: -10px;
	margin-top: 10px;
}
#onecolbody a {	
	color: #3399FF;
	text-decoration: underline;
}
#onecolbody a:hover {	
	color: #FF0000;
}
#onecolbody .listheading {
	font-weight: bold;
}
#onecolbody .listdescription{
	margin-left: 10px;
	margin-bottom: 5px;
}
#onecolbody .list-numbered-bold {
	font-weight: bold;
	list-style:decimal;
	margin-left: 30px;
}
#onecolbody .list-numbered-bold li{
	margin-top: 10px;
}
#onecolbody .list-alphabetic {
	font-weight: normal;
	list-style: lower-alpha;
	margin-left: 20px;
}
#onecolbody .list-unnumbered{
	line-height: 130%;
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}

#onecolbody .list-alphabetic li{
	margin-top: 0;
}
#onecolbody .articlelist li{
	font-size: 115%;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#onecolbody .articlelist li img{
	float: right;
	padding-top: 3px; padding-right: 10px;
}
#onecolbody .articlelist li a{
	background-color: #EEEEFF;
	display: block;
	padding: 2px 0 2px 5px;
	text-decoration: none;
}
#onecolbody .articlelist li span {
	display: block;
	font-size: 80%;
	line-height: 16px;
	padding-left: 20px;
}
#onecolbody .articlelist li span a{
	background-color: #FFFFFF;
	display: inline;
	text-decoration: underline;
}


/* ----------- two column menu body styles ------------ */
#bodymiddlemenu {
	background: url(../images/bodymiddlemenu-background.gif) repeat-y;
	float: left;
	padding-left: 25px; padding-right: 30px;
}
#twocolmenu {
	float: left;
	padding-top: 20px;
	width: 200px;
}
#twocolmenu ul {
	margin-left: 15px;
}
#twocolmenu li {
	font-size: 110%;
	margin-top: 7px;
}
#twocolmenu li a{
	background: url(../images/list-square.gif) center left no-repeat;
    color:#333333;
	padding-left: 18px;
    text-decoration: none;
}
#twocolmenu li a em{
    text-decoration: underline;
}
#twocolmenu li a:hover{
	background: url(../images/list-square-red.gif) center left no-repeat;
	color: #FF0000;
}
#twocolmenubody {
	float: left;
	border-left: 1px dotted #333333;
	padding-left: 10px;
	width: 280px;
}
#twocolmenubody a {	
	color: #3399FF;
	text-decoration: underline;
}
#twocolmenubody a:hover {	
	color: #FF0000;
}
#twocolmenubody .articlelist li{
	font-size: 115%;
	border-bottom: 1px dotted #666666;
	padding-bottom: 10px;
}
#twocolmenubody .articlelist li a{
	background-color: #EEEEFF;
	display: block;
	padding: 2px 0 2px 5px;
	text-decoration: none;
}
#twocolmenubody .articlelist li span {
	font-size: 80%;
}
#twocolmenubody .articlelist li span a{
	background-color: #FFFFFF;
	display: inline;
	text-decoration: underline;
}
/* ----------------------------------------------------- */


/* ----------------- breadcrumb styles ----------------- */
#breadcrumb {
	height: 35px; width: 490px;
}
#breadcrumb ul {
	height: 15px; width: 470px;
	position: relative;
	top: 23px; left: 15px; 
}
#breadcrumb li {
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  padding-left: 5px;
}
#breadcrumb li a{
	color: #999999;
	text-decoration: underline;
}
#breadcrumb li a:hover{ color: #FF0000; }
/* ----------------------------------------------------- */


/* --------------- body heading styles ----------------- */
#bodyheading{
	clear: left;
	height: 50px; width: 505px;
}
#bodyheading a {
	float:right;
	margin-top: 10px;
}
#bodyheading h1 {
	border-bottom: 1px dotted #666666;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 200%;
	font-weight: normal;
	color: #666666;
	text-transform: lowercase;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-left: 15px;
}

/* ----------------------------------------------------- */


/* ------------------- sitemap styles -------------------- */
#sitemap {
	font-size: 110%;
	line-height: 150%;
	margin-left: 20px;
}
#sitemap ul {
	padding-left: 20px;
}
#sitemap a {
	text-decoration: none;
}
#sitemap a em{
	text-decoration: underline;
}

/* ------------------- image styles -------------------- */
#imageright {
	float: right;
	margin: 0 0 5px 5px;
}

/* ------------------- form styles --------------------- */
form.question {
	margin-top: 20px;
	margin-bottom: 20px;
}
form.question fieldset {
	border: 0;
	margin-top: 10px;
	padding: 5px;
	background-color: #DDDDDD;
}
form.question legend {
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 10px;
}
form.question label {
  vertical-align: top;
  display: inline-block;
  width: 100px;
}
/*  for mozilla browsers that don't understand display:inline-block  */
form.question > fieldset > ol > li > label {
  display: -moz-inline-box;
}
form.question li {
	margin-top: 5px;
}
form.question #email, form.question #question {
	width: 350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
form.question .button {
	margin-left: 200px;
	margin-top: 5px;
}

/* ------------------ footer styles -------------------- */
#footer {
	background: url(../images/footer-background.gif) no-repeat bottom left;
    clear: both;
    font-size: 90%;
    height: 45px;
	z-index: top;
}
#footer p{
	position: relative;
	top: 23px; left: 25px;
}
/* ---------------------- END -------------------------- */

