@charset "utf-8";
/* CSS Document */

/* Created & updated by Larry L. Roberts - XC Communications 04-08-2008 Major EDIT 2008-12-22 */
body {
	font: 100.01% Geneva, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* = = =  tag only CSS should go here - affects entire page, except where overridden by other specific div tags */
img {
	margin: 0px;
	padding: 0px;
}
p { font-size:0.9em; 
	}

a:link {
	color: #0033CC;
	text-decoration:underline;
	/*font-size: 0.9em;*/
	}
a:visited {
	color:#663366;
	/*text-decoration: underline;*/
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#container {/* this is the large box around the page, inside the body, all other divs are inside this container div */
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/ /* remove boarder so rounded corners show */
	text-align: left;
	padding: 0;
	position: relative;
	background-color: #F7F8FB;
	border: 1px solid #333;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	padding: 0;
	height: 58px;
	width: 100%;
	text-align: center;
	margin: 0px;
	}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -150px;
	left:0; /* the last three entries allow a h1 header to be used for better search engine results, but will not be shown on the page.*/
}
#header h2 {
	margin:0;
	padding:0;
	text-align: center;
	}

#header p
{
	margin:0;
	padding:0;
	font-weight: bold;
	text-align: right;
}
#header a:link {
	color: #000;
	text-decoration:none;
	}

#header a:visited {
	color: #000;
	text-decoration: none;
}

#header a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#header-contact {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 53px;
	width: 160px;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #000;
}
#header-contact  p {
	margin:0;
	padding:1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#header-contact  a:link {
	color: #000;
	text-decoration:none;
	}

#header-contact  a:visited {
		text-decoration: none;
}

#header-contact  a:hover {
	color: #F00;
	text-decoration: underline;
}
/* navigation menu on top of page below header - most of nav menu is controlled by Spry code */
#nav-top {
	padding: 0;
	margin: 0;
	height: 18px;
	text-align: center;
	background: #A9BBE9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#nav-top p {
	padding: 2px 0;
	margin: 0px;
	font-size: 0.7em;
	display: inline;
	}
/* tracking of current page and path to that page, with ability to click on previous pages to go back */
#breadcrumbs {
	padding: 0;
	margin: 0;
	height: 18px;
	text-align: center;
	z-index: 1200;
}
#breadcrumbs p {
	padding: 4px 0 0 0;
	margin: 0px;
	font-size: 0.7em;
	font-variant: small-caps;
	/*font-weight: bold;*/
	}
#breadcrumbs a {
	text-decoration:underline;
	color:#0000CC;
	}
#breadcrumbs a:visited {
	text-decoration:underline;
	color:#0000CC;
	}
#breadcrumbs a:hover {
	text-decoration:underline;
	color:#FF0000;
	}

#page-title  {
	width: 90%;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
#page-title  h1 {
	margin: 5px 0px;
	padding: 0px;
	color: #003366;
	text-align: center;
}
#page-title  h2 {
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}
#page-title  h3 {
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}
#page-title  h4 {
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}
#page-title  h5 {
	margin: 3px 0px;
	padding: 0px;
	text-align: center;
	color:#000066;
}
#page-title p {
	font-size: 0.9em;
	margin: 0px;
	padding: 3px;
}

#bigButtons {
	width: 970px;
	color: #000000;
	z-index: 950;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 8px;
}
#bigButtons   p {
	margin: 0px;
	padding: 0px;
}
#bigButtons   h1 {
	text-align:center;
	}
#bigButtons  img  {
	margin: 0px;
	padding: 1px 5px 10px;
	border: none;
	float: left;
	}
#bigButtons  ul {
	display: block;
	list-style-type: none;
	padding: 0;
	clear: left;
	margin: 0;
	z-index: 999;
}
#bigButtons li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	z-index: 950;
	}
#bigButtons a:link {
	color: #0033CC;
	text-decoration:none;
	}
#bigButtons a:visited {
	color:#663366;
	text-decoration: none;
}
#bigButtons a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#pageSection {
	width: 965px;
	padding: 0;
	margin: 5px;
	background-image: none;
	border: 2px solid #0a2b96;
}
#pageSection ol {
	margin: 0 0 0 25px;
	padding: 5px;
	}


#pageSection ul {
	padding: 0px;
	list-style-type: disc;
	margin: 5px 0px 5px 35px;
	}

#pageSection li {
	font-size: 0.9em;
}
#pageSection li ul li {
	font-size: 1.0em;
}
#pageSection h1 { color: #003366; }

#pageSection h2 {
	padding: 0px;
	/*display: block;  */
	color: #333;
	margin: 10px 0;
}
#pageSection h2.center-blue-BG-whiteText {
	color: #FFF;
	background-color: #005D9F;
	text-align: center;
	width: 100%;
}
#pageSection  h3 {
	color: #000099;
	margin: 8px 0;
}

#pageSection h4 {
	height: 20px;
	margin: 8px 0;
}

#pageSection h5 {
	font: 14px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 10px 0;
}

#pageSection p {
	font-size: 0.9em;
	margin: 0px;
	padding: 8px 0px;
}
#pageSection table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	margin: 1px;
	padding: 1px;
	float: left;
}
#pageSection table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	text-align: center;
	color: #CCC;
	background-color: #069;
}
#col-left {
	margin: 0px;
	padding: 5px 10px 0px 7px;
	float: left;
	width: 185px;
}

#col-left p { font-size: 0.8em; 
}

#col-left ul {
	padding: 0;
	margin: 3px 0px 3px 15px;
}

#col-left li {
	font-size: 0.9em;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#col-left ul li ul li{
	font-size: 0.9em;
	font-weight: normal;
}

#col-left a:link {
	color: #0033CC;
	text-decoration:underline;
	font-size: 0.9em;
	}
#col-left a:visited {
	color:#663366;
	/*text-decoration: underline;*/
}
#col-left a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#col-left .currentmenu a  {
	color:#166329;
	font-weight:bold;
	text-decoration: none;
	}
#col-left .currentmenu a:visited {
	color:#166329;
	font-weight:bold;
	text-decoration: none;
}
#col-left .currentmenu a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight:bold;
	}

#col-right {
	float: right;
	width: 730px;
	margin: 0px;
	padding: 5px 15px 15px;
	border-left: 1px dotted #666666;
}

#col-right p { font-size: 0.9em; 
}
#col-right ul {
	padding: 4px;
	margin-left: 35px;
}

#col-right li {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#col-right li ul li{
	font-size: 1em;
	font-weight: normal;
}
#lower-sect {
	padding: 5px 10px;
	clear: both;
	margin: 0px 15px 15px;
	border-top: 1px solid #666666;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #666666;
	background-color: #95BDDB;
}
#lower-sect p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
#lower-sect h3 {
	margin: 6px;
	padding: 0px;
}
#lower-sect ul {
	margin: 0 0 0 35px;
	padding:0;
	 }

#lower-sect li {
	font-size: 0.8em;
	padding: 2px;
}
#footer {
	clear: both;
	padding: 2px 0;
	margin: 0;
	text-align: center;	
	}

#footer ul {
	/*display: block;*/
	list-style-type: none;
	margin: 0px;
	padding: 2px 0;
	background: #005A9B;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#footer li {
	font-size:0.6em;
	display: inline;
	padding: 0  5px;
	border-right:solid 1px #FFFFFF;
}
#footer li:first-child {
	display: inline;
	border-left:solid 1px #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration:none;
	}

#footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#footer img {
	padding: 0px;
	margin-bottom: -3px;
}

#footer p {
	font-size:0.7em;
	color:#333333;
	margin: 0;
	padding: 2px 0;
	background:transparent;
	}
.topofpage {
	color:#003399;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.topofpage a:link{
	color:#0033CC;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
	}
.topofpage a:visited {
	color:#0033CC;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}


.img-left {
	float: left;
	text-align: right;
	vertical-align: top;
	margin:  0px 10px 10px 0px;
	padding: 0px;
}
.img-leftborder {
	float: left;
	text-align: right;
	vertical-align: top;
	margin: 0px 10px 10px 0px;
	padding:0;
	border-top: 1px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #333333;
}
.img-right {
	float: right;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	}
.img-rightborder {
	float: right;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0  0 10px 10px;
	border-top: 1px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #333333;
	/*display: inline;*/	
}

.box-indented {
	margin: 5px 100px;
	padding: 5px 10px;
	border-top: 1px solid #999999;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 1px solid #999999;
}

.box-center {
	text-align:center;
	margin:0;
	padding: 10px;
	}
.box-right {
	margin:0 10px 10px 0;
	padding: 5px 0 10px;
	}
.box-left {
	float:left;
	margin:0;
	padding: 5px 0 10px;
	}

.current-page {
	color:#990033;
	font-weight:bold;
	}

.border {
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}

.redbrick-bold {
	color: #990033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red-bold {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-bold {
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.clearboth {clear:both;}/* used to make item clear the both the left and righ floated item above it*/
.clearleft {clear:left;}/* causes item to clear left floated item*/
.clearright{clear:right;}/* causes item to clear right floated item*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float == do not use on text that you want to read */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
