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

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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #233d60;
	background-repeat: repeat-x;
}
#container {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	background-color:#ffffff;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
} 
 #header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	background-image: url(../images/NewTopBanner8.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
} 
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 227px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 40px; /* padding keeps the content of the div away from the edges */
	margin-left: 10px;
	margin-top: 30px;
}
#mainContent {
	margin: 28px 275px 0 298px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 33px 0 17px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #999;
	border-left: 1px solid #999;
} 
#mainContent2col {
	margin: 28px 50px 0 298px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 0 17px;
	border-left: 1px solid #999;
}
#mainContentwide {
	margin: 29px 53px 0 324px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px 0 33px;
	border-left: 1px solid #999;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 209px;
	margin: 30px 50px 0px 13px;
}
#sidebar2 .sidebox .sideboxcontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #999;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0055a5;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
#footer {
	padding: 0 10px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
} 
#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 */
}
.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;
}
#sidebar2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #777777;
}
/*Left Sidebar Boxes*/



.sidebox {
	background-image: url(images/sidebarbtm.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 227px;
	margin-top: 20px;
	font-size: 13px;
	color: #333333;
}

.sidebox  .sideboxcontent {
	background-image: url(images/sidebartop.gif);
	background-position: 0px top;
	padding: 3px 10px 8px 23px;
	background-repeat: no-repeat;
}
.sidebox .sideboxcontent p a {
	color: #0278B9;
}
#mainContent2col p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #777777;
}
#mainContent2col h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}
#mainContent2col h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0055a5;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
#video {
}
a {
	color: #0055A5;
	text-decoration: none;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0055A5;
}
#donatebtn {
	margin-top: 5px;
}
#network {
	margin-top: 24px;
	width: 227px;
	height: 170px;
	background-image: url(images/networklinks3.gif);
	background-repeat: no-repeat;
}
#networkicons{
	margin-left: 23px;
}
.insidecontent {
	height: 260px;
	width: 617px;
	margin: 0px;
	padding: 0px;
	margin-top: 28px;
}
.insideleft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 260px;
	width: 310px;
}
.insideright {
	margin-left: 330px;
	height: 260px;
}
.insidephoto {
	padding: 0px;
	float: left;
	height: 260px;
	width: 132px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
}
.insidetext {
	height: 260px;
	margin-left: 152px;
}
.insidetext h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0055a5;
	font-weight: normal;
	font-size: 24px;
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 17px;
	color: #666;
	line-height: 20px;
}
#container .insidetext p {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 16px;
}
#container3 p a {
}
#mainContent ol {
	padding-left: 22px;
}
#mainContent ol li {
	margin-bottom: 10px;
}
#newsbtn {
	margin-top: 24px;
}
#mainContentstory {
	margin: 28px 130px 0 298px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 0 17px;
	border-left: 1px solid #999;
}
#mainContentstory p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #777777;
	margin-bottom: 24px;
}
#mainContentstory h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0055a5;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
.splashy {
	color: #FFF;
	background-color: #03F;
}
#mainContent .casestory h3 a:hover{
	color: #C00;
	
}



#mainContent .casestory {
	padding-bottom: 15px;
	padding-top: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#mainContentstory2 {
	margin: 28px 130px 0 298px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 0 17px;
	border-left: 1px solid #999;
}
#mainContentstory2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #777777;
	margin-bottom: 8px;
	margin-top: 8px;
}
#mainContentstory2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0055a5;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
#mainContent h2 a {
	text-decoration: underline;
	color: #666666;
}
#mainContent ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent ul li {
	margin-bottom: 25px;
}
#mainContentList {
	margin: 28px 275px 0 298px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 0 17px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
#mainContentList h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0055a5;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
#mainContentList h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0055A5;
}
#mainContentList h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 17px;
	color: #666;
	line-height: 20px;
}
.bolder {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
}
.bolder2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration:underline;
}
#container2 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background-color:#ffffff;
}
#mainContentstory2 .victim {
	padding-bottom: 15px;
	padding-top: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#mainContentstory2 .victim h3 {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.victimpic_right {
	float: right;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.victimpic {
	float: left;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#mainContentstory2 .victim p a {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #0055A5;
	font-size: 14px;
	text-decoration: underline;
}
#mainContent #news a{
	color: #0055A5;
	text-decoration: none;
}
#mainContent #news p{
	
}#mainContent #news h2 {
	color: #0055A5;
	margin-bottom: 0px;
	margin-top: 0px;
}
#mainContent #news .subnews .teaser {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	padding-top: 3px;
}
#container #mainContent #news .subnews .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainContent #news .subnews .teaser .teaserlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0055A5;
}
#container3 {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
#container3 p a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #0055a5;
	text-decoration: underline;
}
#mainContent .casestory h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #0055a5;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainContent .casestory h3 a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #0055a5;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#container #mainContent .casestory h3  {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	margin-top: 8px;
}
#container #mainContent .casestory p  {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}
#container #mainContent .casestory p img {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 3px;
}
#container #mainContent .casestory .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
#emailform #buttonlink {
	text-align: center;
}
#mainContentstory2 .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
#mainContent ul li .greybolder a {
	text-decoration: underline;
	color: #666;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
}
.bluebolder {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #0055A5;
	line-height: 17px;
}
#container #mainContent p a {
	text-decoration: underline;
}
#container #mainContentList ul {
	margin-left: 0px;
	padding-left: 0px;
}
#container #mainContentList ul li {
	list-style-type: none;
	margin-bottom: 8px;
}
.closer {
	margin-bottom:-2px;
	padding-bottom:0px;
}
#container3 {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/splashbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 30px;
}
#container3 .insidetext p {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 16px;
}
#container #splashmain {
	text-align: center;
	padding-top: 28px;
	margin-right: 200px;
	margin-left: 200px;
}
#sidebar1 #constantcontact {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 20px;
	text-align: center;
	background-image: url(images/cclink.gif);
	background-repeat: no-repeat;
	height: 91px;
	padding-top: 9px;
}
#constantcontact2 {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 20px;
	background-image: url(images/cclink.gif);
	background-repeat: no-repeat;
	height: 91px;
	padding-top: 9px;
	width: 229px;
	background-position: 3px;
}
.language {
	margin-top: 5px;
}
#introbreaking {
	text-align: center;
}
.thumbnail {
	height: 100px;
	width: 100px;
	margin-bottom: 20px;
	margin-right: 25px;
	float: left;
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0px;
	height:0;
}#mainContentstory2 .thumbnailrow {
	width: 500px;
	height: 125px;
}
#mainContentwide h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0055a5;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
.black {
	color: #000;
}
#header #newpaperlinks {
	float: right;
	width: 180px;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-top: 110px;
	line-height: 22px;
	margin-right: 30px;
}
#header #newpaperlinks a {
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
#header #newpaperlinks2 {
	float: right;
	width: 160px;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	margin-top: 120px;
	line-height: 20px;
	padding: 5px;
	margin-right: 10px;
	padding-left: 8px;
}
#header #newpaperlinks2 a {
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
.tvads {
	width: 500px;
}
.vidthumbleft {
	float: left;
	width: 204px;
	margin-right: 30px;
}
.vidthumb2 {
	float: left;
	width: 204px;
	margin-top: 30px;
	margin-right: 30px;
}
.vidthumbright {
	float: right;
	width: 204px;
}
#header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	background-image: url(../images/TopBannerE1.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#header #newpaperlinks {
	float: right;
	width: 180px;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-top: 110px;
	line-height: 22px;
	margin-right: 30px;
}
#header #newpaperlinks a {
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
#header #newpaperlinks2 {
	float: right;
	width: 140px;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	margin-top: 130px;
	line-height: 20px;
	padding: 5px;
	margin-right: 10px;
	padding-left: 8px;
}
#header #newpaperlinks2 a {
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
