/*
Author: Marje Cannon Anexio New Media
version 10.25.2005
version 11.15.2005
version 06.08.2005
*/
* {
	margin: 0;
	padding: 0;
}
body{ 
	text-align: center; 
	font-family: verdana, helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
} 
#outerwrap {
	width: 778px;
	background-image: url(resources/bg-outerwrap.gif);
	background-repeat: repeat-y;
	margin-left: auto; 
	margin-right: auto;  
	position: relative; 
}
#outerwrap img {
	display: block;
}
#wrap{ 
	width: 776px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto; 
	position: relative;  
} 
#header{
	height: 82px; 
	width: 776px;
	background-image: url(resources/bg-header.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #336600;
	position: relative;
} 
/* #header img {
	display: block;
}
*/
#content {
	position: relative; 
   clear: both;
	width: 776px;
	background-image: url(resources/bg-content.gif);
	background-repeat: repeat-y;
}
#leftcol{
 	width: 21% !important; /* 162.96px  */
 	float: left; 
	display: inline;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
  }
#leftcolbelowmenu {
 	margin: 6px 10px 4px 14px;
	font-size: 11px;
	line-height: 1.4;
 }
#leftcolbelowmenu p {
 	margin-top: 12px;
 }
#maincol{
   position: relative;
 	float: left; 
	width: 55% !important; /* 426.8 px  */
 }
#maincol-left {
 	width: 159px;
	float: left;
 }
#maincol-left img {
 	border-right: 1px solid #004F74;
	border-bottom: 1px solid #004F74;
 }
#maincol-left p {
 	margin: 6px 10px 4px 10px;
	font-size: 11px;
	line-height: 1.3;
	color: #004F74;
	background-color: transparent;
 }
#maincol-right {
 	width: 267px;
	float: right;
 }
#maincol-right p {
 	margin: 6px 20px 4px 22px;
	font-size: 12px;
	/* font-size: 11px; */
	line-height: 1.4;
 }

#rightcol {
	width: 24% !important;  /* 186.24px */
	float: right; 
	display: inline;
	text-align: center;
 }
#rightcol img  {
	margin: 10px auto 10px auto;
	border: 1px solid #004F74;
 }
#rightcol p {
	margin: 4px 8px 8px 10px !important;
	font-size: 11px !important;
	line-height: 1.3 !important;
	color: #004F74 !important;
	background-color: transparent !important;
}
div.news {
	width: 163px;
	background-image: url(resources/bg-score-news.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 10px auto 10px auto;
	border-top: 1px solid #004F74;
	border-bottom: 1px solid #004F74;
	padding-bottom: 4px;
	}
div.news p {
	margin: 4px 8px 8px 10px !important;
	font-size: 11px !important;
	line-height: 1.3 !important;
	color: #004F74 !important;
	background-color: transparent !important;
}
div.news ul {
	margin: 4px 12px 4px 12px;
}
div.news ul li {
	list-style-position: inside;
	font-size: 11px !important;
	line-height: 1.3 !important;
	color: #004F74 !important;
	background-color: transparent !important;
	margin-left: 5px;
}
#footer {
 	clear: both;
	height: 12px;
 }


/* --------------- header styles --------------- */
 
h1 {
 	font-size: 15px;
	color: #004F74;
	line-height: 16px;
	background-color: transparent;
	margin: 25px 4px 4px 22px;
 }
 
div.news h1 {
 	font-size: 15px;
	color: #004F74;
	line-height: 15px;
	background-color: transparent;
	margin: 10px 4px 6px 10px;
 }
h1.subhead {
 	font-size: 10px;
	color: #004F74;
	line-height: 14px;
	background-color: transparent;
	margin: 6px 4px 4px 22px;
 } 
h2 {
 	font-size: 12px;
	color: #004F74;
	line-height: 14px;
	background-color: transparent;
	margin: 10px 8px 4px 22px;
	padding-left: 16px;
	background-image: url(resources/header-graphic.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
 }

#maincol-right h2 {
 	font-size: 12px;
	color: #004F74;
	line-height: 14px;
	background-color: transparent;
	margin: 12px 6px 4px 0;
	padding-left: 16px;
	background-image: none;
 }
#maincol table td.left h2 {
 	margin: 6px 10px 4px 10px;
	color: #004F74;
	background-color: transparent;
	font-size: 12px;
	line-height: 14px;
 }
#maincol table td.wide h2 {
 	margin: 6px 10px 4px 10px;
	color: #004F74;
	background-color: transparent;
	font-size: 12px;
	line-height: 14px;
 }

#maincol table td.right h2 {
 	margin: 6px 10px 4px 0;
	color: #004F74;
	background-color: transparent;
	font-size: 12px;
	line-height: 14px;
 }
 
/* --------------- image styles --------------- */

.logo {
	float: left;
	border: none;
}
.slogan {
	float: right;
	border: none;
}
.imgleft {
	float: left;
	margin: 10px 12px 12px 12px;
	border: 1px solid #004F74;
}
.imgright {
	float: right;
	margin: 12px 12px 10px 12px;
	border: 1px solid #004F74;
}
.textdarkbackground {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #004F74;
	padding: 1px 2px 1px 2px;
	margin-right: 1px;
}

.new {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #004F74;
	padding: 1px 2px 1px 2px;
	margin-right: 1px;
}
.noborder {
	border: none !important;
}
/* --------------- text styles --------------- */
.breadcrumbs {
	font-size: 9px !important;
	font-weight: bold;
	padding-bottom: 20px;
}
p.date {
	font-size: 9px !important;
	font-weight: bold;
	padding-bottom: 12px !important; 
	color: #004F74;
	background-color: transparent;
}

/* --------------- table styles --------------- */
#maincol table {
	clear: both;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: transparent;
} 
#maincol table td.left {
	width: 159px !important; /* images must be 131px or smaller */
	vertical-align: top;
	padding-bottom: 10px;
}
#maincol table td.left p {
 	margin: 6px 10px 4px 10px;
	font-size: 11px;
	line-height: 1.3;
	color: #333333;
	background-color: transparent;
 }
#maincol table td.left .imgright {
	margin: 12px 10px 10px 10px;
	border: 1px solid #004F74;
}
#maincol table td.left .imgleft {
	margin: 12px 10px 10px 10px;
	border: 1px solid #004F74;
}
#maincol table td.left img {
	margin: 12px 10px 10px 10px;
	border: 1px solid #004F74;
}
#maincol table td.wide {
	vertical-align: top;
	padding-bottom: 10px;
}
#maincol table td.wide p {
 	margin: 6px 14px 4px 10px;
	font-size: 12px;
	/* font-size: 11px; */
	line-height: 1.4;
	color: #333333;
	background-color: transparent;
 }
#maincol table td.right {
	width: 267px !important; /* images must be max 239px */
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	line-height: 1.3;
}
#maincol table td.right p {
 	margin: 6px 14px 4px 0;
	font-size: 12px;
	line-height: 1.4
}
#maincol table td.right .imgright {
	margin: 12px 10px 10px 10px;
	border: 1px solid #004F74;
}
#maincol table td.right .imgleft {
	margin: 12px 10px 10px 10px;
	border: 1px solid #004F74;
}
#maincol table td.right img {
	margin: 12px 10px 10px 10px;
	border: 1px solid #004F74;
}
#maincol ul {
	margin-left: 45px;
	padding: 0;
}

td.menuaddresses {
	text-align: center;
	padding-top: 10px;
}
td.menuaddresses img {
	margin: 12px auto 12px auto;
}
td.copyright {
	text-align: center;
	padding-top: 6px;
}
td.copyright p {
	margin: 0 auto 12px auto;
	font-size: 9px;
}

#rightcol table {
	margin: 10px auto 0 auto;
	padding: 0;
}
/* --------------- link styles --------------- */
#maincol a {
	font-weight: bold;
}
#maincol a:link {
	color: #004F74;
	background-color: transparent;
}
#maincol a:visited {
	color: #333333;
	background-color: transparent;
}
#maincol a:hover {
	color: #004F74;
	background-color: transparent;
	text-decoration: none;
}
#rightcol a {
	color: #004F74;
	background-color: transparent;
	text-decoration: underline;
}
#rightcol a:link {
	color: #004F74;
	background-color: transparent;
}
#rightcol a:visited {
	color: #004F74;
	background-color: transparent;
}
#rightcol a:hover {
	color: #004F74;
	background-color: transparent;
	text-decoration: none;
}

#leftcolbelowmenu a {
 	text-decoration: underline !important;
 }

td.copyright a {
	font-weight: normal !important;
	color: #999999 !important;
	background-color: transparent !important;
}
/* --------------- contact form --------------- */
form {
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45;
	margin: 0 0 0 20px;
}
textarea {
	background-color: #FFFFD7 !important;
	border: 1px solid #7FBDB9 !important;
	clear: right;
	float: left;
	margin-bottom: 0.7em;
	width: 280px;
	margin-left: 10px;
}

input {
	background-color: #FFFFD7 !important;
	border: 1px solid #7FBDB9 !important;
	float: left;
	text-align: left;
	margin-left: 10px;
}

/* --------------- navigation list --------------- */
#leftcol a {
	text-decoration: none;
   color: #004F74;
	background-color: transparent;
}
#leftcol a:hover {
	text-decoration: underline;
	color: #333333;
	background-color: transparent;
}
#leftcol #navlist {
	margin-left: 24px;
	padding-left: 0;
	list-style: none;
}
#leftcol #navlist li {
	padding-left: 16px;
	background-image: url(resources/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	line-height: 2.3;
}
#leftcol #navlist ul { 
	list-style: none; 
}
#leftcol #navlist2 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#leftcol #navlist2 li {
	padding-left: 0;
	background-image: none !important;
	line-height: 1.4;
}
#leftcol #navlist2 ul { 
	list-style: none !important;
}
#leftcol #navlist3 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#leftcol #navlist3 li {
	padding-left: 0;
	background-image: none !important;
	line-height: 1.4;
}
#leftcol #navlist3 ul { 
	list-style: none !important;
}
ul#navlist2 {
		margin-bottom: 6px !important;
}
ul#navlist3 {
		margin-bottom: 6px !important;
}

















