@charset "UTF-8";
body, div, p, h1, h2, h3, h4, h5, h6, img, br, table, td, tr, a, br, ul, li, ol {
	margin:0px;
  	padding:0px;
	border: none;
}
body {
	background: #457185 url(images/homebackground.jpg) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#main {
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/homedivbackground.gif) no-repeat left bottom;
}

#slideshow {
	padding-left: 14px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 10px;
	
}
#col1, #col2, #col3, #col4 {
	width: 192px;
	float: left;
	margin-bottom: 14px;
	margin-right: 12px;
	border-right: 1px solid #457185;
	padding-right: 6px;
}
#col1 {

	clear: left;
	padding-left: 44px;
	
}
#col4 {
	width: 182px;
	padding: 6px;
	border-right: none;
	background: #D1E1E9;
	/*color: #0D446E;*/
}
#col3 {
		margin-right: 9px;	
}
/*
#col2 {
	background: url(images/egg-carton-bk.jpg) no-repeat right bottom;
}*/
.copyright {
	padding-left: 14px;
	clear: both;
	text-align: justify;
	color: #FFFFFF;
}
a:link, a:visited {
	color: #457185;
	text-decoration: none;
}

h2 a:link, h2 a:visited {
	color: #C81F20;
	text-decoration: none;
}
#col4 a:link, #col4 a:visited {
		color: #0D446E;
}
.copyright a:link, .copyright a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #C81F20 !important;
}
p  {
margin-bottom: 2px !important;
padding-top: 1px;
}
sup {
	font-size: 7px;
}
h2 {
	
	font-size: 17px;
}
h1 {
display: none;
}
.small {
	font-size: .95em;
	
}

/* recent news */
#recent-news h2 {color: #FFF; background-color:#C81F20; padding:5px 0 5px 15px; margin-bottom: 10px;}
#recent-news { background-color:#fff; float: left; width: 375px; margin-left: 44px; border:#C81F20 1px solid; clear:left; margin-top:15px; }
#recent-news li { margin:5px 0 5px 20px; }
#recent-news p, #recent-news ul { padding:0 15px 10px 15px; }	


/* social media */
ul#social {
	float:right;
	list-style:none outside none;
	margin:0px 40px 45px 0;
	width:400px;
	/*background:#fff url(images/social-media-icons.jpg) no-repeat scroll 0 0;	*/
}
#social li {
	float:left;
    background:#fff url(images/social-media-icons2.jpg) no-repeat scroll 0 0;
	width:100px;
	height:67px;			
}
li#twitter a, li#facebook a, li#youtube a, li#npe a  {
	display:block;
	width:100px;
	height:67px;
	text-transform:uppercase;
	font-size:10px;
	color:#61717A;
}
li#twitter {
	background-position:0;
}
li#twitter a {
	padding:31px 0 0 0px;
}
li#facebook {
	background-position:-100px 0;
}
li#facebook a {
	padding:31px 0 0 14px;
}

li#youtube {
	background-position:-200px 0;
}
li#youtube a {
	padding:31px 0 0 10px;
}

li#npe {
	background-position:-300px 0;
}
li#npe a {
	padding:31px 0 0 10px;
}

a {
  outline: none;
}



ul.in_the_news {
	border-top:1px solid #CCCCCC;
	float:right;
	list-style-type:none;
	margin:15px 30px 25px 25px;
	padding:15px 0 0;
	width:400px;
}
ul.in_the_news li {
	clear:both;
	margin:0px 10px 0 0;
	padding:0px 10px 15px 0;
}

ul.in_the_news li img {
	background-color:#CCCCCC;
	border:1px solid #CCCCCC;
	float:left;
	height:127px;
	margin:0 18px 0px 0;
	width:180px;
}

:-moz-any-link:focus {
  outline: none;
}
