@charset "utf-8";
body  {
	font: 100% Verdana, 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;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(images/bgd/bgd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0631d9;
}
h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
} 
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* HEADER SECTION */
#header {
	background-color: #fff;
	background-image: url(images/bgd/logo.gif);
	float: left;
	height: 100px;
	width: 767px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left;
} 
#header p {
	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 */
	text-indent: -9999px;
}
#donate {
	float: left;
	height: 100px;
	width: 166px;
}
#donate img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#strap {
	background-color: #fff;
	background-image: url(images/bgd/strap.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	width: 960px;
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0631d9;
}
#strap p {
	text-indent: -9999px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*NAVIGATION SECTION*/
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #666666;
	background-image: url(images/bgd/navbar.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	display: block;
}

#navigation li {
	list-style-type: none;
	display: inline;
	padding-right: 40px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #fff;
}

#navigation li a, #navigation li a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#navigation li a:hover {
	color: #ee1d23;
	text-decoration: none;	
}

#navigation ul li.active a {
	color: #ee1d23;
	text-decoration: none;
}

.active {
	color: #ee1d23;
}

#navigation li a:active {
	color: #ee1d23;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #ee1d23;
}

/*SEARCH*/
#search {
      float: right;
      width: 300px;
}
/*SIDEBAR*/
#sidebar1 {
	clear: both;
        float: right; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.headline {
	font-size: 0.9em;
	font-weight: bold;
}

#sidebar1 .more {
	font-size: 0.8em;
	text-align: right;
	clear: both;
	float: right;
	font-weight: bolder;
}




/*MAIN CONTENT AREA - HOME PAGE*/
#mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 215px;
	margin-bottom: 0;
	margin-left: 0;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent .text {
	float: right;
        width: 672 px;
        margin-left: 288px;
}
#mainContent .picture {
	float: left;
	width: 280px;
	clear: both;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.picture img {
	border: thin solid #cccccc;
	padding: 3px;
	margin: 20px;
}

.text img, .news1box img, #Content img {
	border: thin solid #cccccc;
	padding: 3px;
}
.map {
	clear: left;
	float: left;
	width: 100%;
}

.mapimage {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	background-color: #cccccc;
	padding: 5px;
}
.text ul li a {
	font-size: 0.9em;
}
/*MAIN CONTENT AREA - BASIC PAGE*/
#Content {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#Content .text {
	float: left;
	width: 70%;
}
#Content .newsitem {
	float: left;
	width: 600px;
}
#Content .picture {
	float: left;
	width: 30%;
	clear: left;
}

#Content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}


/*FOOTER AREA*/
#footer {
	padding: 0 10px 0 20px;
	background-color: #0631d9;
} 
#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 */
	color: #ffffff;
}
#footer ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#footer a, footer a:visited {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer li {
	display: inline;
	margin-right: 20px;
	list-style-type: none;
	font-size: 0.65em;
	color: #fff;
}

/*GENERAL SETTINGS*/
.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;
}

a:link, a:visited {
	color: #0631d9;
	font-weight: bolder;
}

a:hover {
	color: #ee1d23;
	font-weight: bolder;
}


.clearleft {
	clear: left;
}

.ctr_img {
	width: 136px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

img.ctr_img {
	border: none;
}

/*CONTACT FORM*/
form.contact fieldset {
  margin-bottom: 10px;
}
form.contact legend {
  padding: 0 2px;
  font-weight: bold;
}
form.contact label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.contact fieldset ol {
  margin: 0;
  padding: 0;
}
form.contact fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.contact fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.contact fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.contact fieldset fieldset label {
  display: block;
  width: auto;
}
form.contact em {
  font-weight: bold;
  font-style: normal;
  color: #333;
}
form.contact label {
  width:245px; /* Width of labels */
}
form.contact fieldset fieldset label {
  margin-left: 248px; /* Width plus 3 (html space) */
}


/*ROUND BOX - SIDEBAR*/
/* set the image to use and establish the lower-right position */ 
.roundbox, .roundbox_body, .roundbox_head, .roundbox_head h2, .roundbox_head h3, .roundbox_head h4, .roundbox_head h5, .roundbox_head h6 {
	background-color: transparent;
	background-image: url(images/bgd/box.png);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.roundbox { 
	width: 170px !important;/* intended total box width - padding-right(next) */ 
	width: 164px; /* IE Win = width - padding */ 
	padding-right: 10px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ 
} 
/* set the top-right image */ 
.roundbox_head { 
	background-position: top right; 
	margin-right: -10px; /* pull the right image over on top of border */ 
	padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.roundbox_head h1, .roundbox_head h2, .roundbox_head h3, .roundbox_head h4, .roundbox_head h5, .roundbox_head h6 {
	font-family: Arial, Helvetica, sans-serif;
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	color: #ee1d23;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 1.1em;
} 
/* set the lower-left corner image */ 
.roundbox_body { 
	background-position: bottom left; 
	margin-right: 15px; /* interior-padding right */ 
	padding: 15px 0 15px 20px; /* mirror .cssbox_head right/left */ 
} 

.roundbox_body a {
	font-size: 0.8em;
	text-align: right;
	font-weight: bolder;
}


/*ROUND BOX - MAIN NEWS*/
/* set the image to use and establish the lower-right position */ 
.news1box, .news1box_body, .news1box_head, .news1box_head h2, .news1box_head h3, .news1box_head h4, .news1box_head h5, .news1box_head h6 {
	background-color: transparent;
	background-image: url(images/bgd/topnews.png);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.news1box { 
	width: 910px !important;/* intended total box width - padding-right(next) */ 
	width: 890px; /* IE Win = width - padding */ 
	padding-right: 10px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ 
} 
/* set the top-right image */ 
.news1box_head { 
	background-position: top right; 
	margin-right: -10px; /* pull the right image over on top of border */ 
	padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.news1box_head h1, .news1box_head h2, .news1box_head h3, .news1box_head h4, .news1box_head h5, .news1box_head h6 {
	font-family: Arial, Helvetica, sans-serif;
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	color: #ee1d23;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 1.1em;
} 
/* set the lower-left corner image */ 
.news1box_body { 
	background-position: bottom left; 
	margin-right: 15px; /* interior-padding right */ 
	padding: 15px 0 15px 30px; /* mirror .cssbox_head right/left */ 
} 

/*ROUND BOX - SMALLER NEWS*/

/*Control the float*/
.story {
	float: left;
	width: 301px;
	margin-right: 5px;
}

/* set the image to use and establish the lower-right position */ 
.news2box, .news2box_body, .news2box_head, .news2box_head h2, .news2box_head h3, .news2box_head h4, .news2box_head h5, .news2box_head h6 {
	background-color: transparent;
	background-image: url(images/bgd/news2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.news2box { 
	width: 280px !important;/* intended total box width - padding-right(next) */ 
	width: 270px; /* IE Win = width - padding */ 
	padding-right: 10px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 10px auto; /* use to position the box */ 
} 
/* set the top-right image */ 
.news2box_head { 
	background-position: top right; 
	margin-right: -10px; /* pull the right image over on top of border */ 
	padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.news2box_head h1, .news2box_head h2, .news2box_head h3, .news2box_head h4, .news2box_head h5, .news2box_head h6 {
	font-family: Arial, Helvetica, sans-serif;
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	color: #ee1d23;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 1.1em;
} 
/* set the lower-left corner image */ 
.news2box_body { 
	background-position: bottom left; 
	margin-right: 15px; /* interior-padding right */ 
	padding: 15px 0 15px 30px; /* mirror .cssbox_head right/left */ 
} 
/*SEARCH FACILITY*/
 #ajaxSearch_form {
           color: #444;
           width: auto;
       }
fieldset
{
     border: none;
}
       #ajaxSearch_input {
        width: 200px;
	background: #FFFFFF;
	font-size: 0.75em;
	padding: 3px 1px 2px 1px;
	border: 1px solid #666666;
       }
       #ajaxSearch_submit {
        height: 1.8em;;
	background:  #0631d9;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;           
       }
       #ajaxSearch_output {
           border: 1px solid #444;
           padding: 10px;
           background: #fff;
           display: block;
           height: auto;
           vertical-align: top;
       }
       .AS_ajax_result {
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }

