@charset "ISO-8859-1";
body  {
	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: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #DDDDDD;
	background-image: url(../image-files/bkg.jpg);
}
a:link {
	color: #445b91;
	text-decoration: underline;
}
a:hover {
    color: #888888;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #445b91;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
#header {
	clear: both;
	width: 1000px;
	height: 90px;
	padding: 10px 10px;
	
}

#header  #site_title {
	float: left;
	width: 300px;
	padding-top: 0px;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#header  #site_title h1 a span {
	display: block;
	margin-top: 0px;
	font-size: 0px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 2px;
}

#header #header_right {
	float: right;
    width:  310px;
}

#header_right #header_button {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_button li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#header_button li a {
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	margin-left: 0px;
    margin-right:  10px;
}

#header_right form {
	margin: 10px 20px 10px 0px;
	padding: 0;
}

#searchfield {
	height: 18px;
	width: 120px;
	padding: 6px 5px 4px 5px;
	margin: 10px 10px 10px 10px;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

#searchbutton {
 	height: 30px;
	width: 72px;
	margin: 0px;
	padding: 6px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: url('../image-files/search_button.jpg'); 
	border: none;
}
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent  {
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	position: relative;
	top: 20px;
} 
#mainContent {
	min-height:1000px;
}
#mainContent h1 {
	font-size: 1.4em;
	color: #5F86AB;
}
#mainContent h2 {
	font-size: 1.2em;
}
#mainContent  h3 {
	font-size: 1.2em;
	color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	line-height: 1.2em;
}
#mainContent h4 {
	color: #777777;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
}
#mainContent img {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.imageLeft {
	margin-right: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imageRight {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
}

#mainContent a:hover {
     color: #888888;        
	text-decoration: underline;
}
#mainContent a {
	font-weight: bold;
}
#mainContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#mainContent li {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#mainContent blockquote {
	font-style: italic;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #888888;
	border-bottom-color: #888888;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../image-files/quote_up.gif);
	background-repeat: no-repeat;
	font-size: .9em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
.ReminderBox {          
background-color: #ddd;     /* Pale pink as in spots */
width: 40%;
border: 2px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h3 {
margin: 0;
padding:0px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 0px;
line-height: 120%;
text-align: center;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
font-size: 80%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 10px;
text-align: center;
}


/*This class can be used to add extra white space to the main content column when the left or right column starts to overlap the footer*/
.extraSpace {
	margin-bottom: 1000px;
}

.extraSpace2 {
	margin-bottom: 500px;
}

#horizNav {
	width: 1000px;
	background-repeat: repeat-x;
	height: 25px;
	background-image: url(../image-files/nav-bkg.jpg);
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 75px;
}
#horizNav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#horizNav li {
	list-style-type: none;
	float: left;
	line-height: 20px;
	border-right-width: 3px;
	border-right-style: groove;
	font-weight: normal;
	border-right-color: #EEEEEE;
	font-size: 0.8em;
	display: block;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	}
#horizNav   li   a:link    {
	display: block;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	
	color: #000099;
	font-weight: bold;
}
#horizNav   li   a:hover	{
	color: ##445b91;
	background-image: url(../image-files/nav-bkg-hover.jpg);
	text-decoration: none;
	}
#horizNav li a {
	display: block;
	padding-top: .2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#horizNav li a.current, #horizNav li a.current:hover {
	color: #445b91;
	background-image: url(../image-files/nav-bkg-hover.jpg);
	text-decoration: none;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #888888;
	background-image: url(../image-files/quote_up.gif);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}


#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	top: 100px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: absolute;
	left: 0px;
}
#sidebar1 h3 {
	font-size: 1em;
	line-height: 30px;
	color: #EEEEEE;
	background-image: url(../image-files/head2-bkg.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
}
#sidebar1 h2 {
	font-size: 1em;
	color: #5F86AB;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#leftNav  ul {
	margin: 0px;
	width: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftNav li {
	text-decoration: none;
	list-style-type: none;
	font-size: .9em;
	line-height: 1.7em;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftNav  li a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-left: 5px;
}
#leftNav  a:hover {
	color: #EEEEEE;
	background-color: #5F86AB;
	display: block;
}
#leftNav li a.current {
	color: #5F86AB;
	display: block;
}



#footer  {
	text-align: center;
	margin-top: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
#footer a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#addSiteTo {
width:90%;
font-size:85%;
text-align:center;
padding:8px 0;
border:1px solid #000;
margin:12px auto;
background-color: $FFFF00;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
}

#addSiteTo img {
width:91px;
border:0;
padding:1px 0;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

 /* the section below is for images in the main content that you want to have a caption underneath */

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.news_image {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #e5e5e5;
    
.main_image {
	margin: 3px 15px 0 0;
	border: 5px solid #e5e5e5;
}

.news_box {
	clear: both;
	margin-bottom:20px;
    
}
	
.news_box h3{
	font-size: 14px;
	margin: 0 0 10px 0;
}



.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 10px;
text-align: center;
}
.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 10px;
text-align: center;
}

 /* the section below is for the rounded corner box */

.sidebox {
	width: 220px;
	font-size: 100%;
	background-image: url(../image-files/sbbody-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0px;
	left: -20px;
	position: relative;
	display: block;
}
.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../image-files/sbhead-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxhead h2 {
	margin: 0;
	padding: 22px 30px 5px;
	color: #5F86AB;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	background-image: url(../image-files/sbhead-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxbody {
	margin: 0;
	padding: 5px 30px 31px;
	background-image: url(../image-files/sbbody-l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}



}
