@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;
}
h2 {
	
	font-size: 17px;
}
h1 {
display: none;
}
.small {
	font-size: .95em;
	
}

/* social media */

ul#social {
	list-style:none;
	float:right;
	margin:0 40px 15px 100px;
	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;
}

:-moz-any-link:focus {
  outline: none;
}
