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

#wrapper {
	width: 980px;
	margin: auto;
}
body {
	background-image: url(../media/images/global/main-bg.gif);
	background-repeat: no-repeat;
	background-color: #0D181E;
	background-position:center;
	background-position:top;
	color: #E0E0E0;
	font-family: Arial;
	font-size: 12px;
}
#topnav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C7BE0;
	text-decoration: none;
}
#topnav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E0E0E0;
	text-decoration: none;
	line-height: 20px;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}
a {
	color: #FFFFFF;
}
#pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	letter-spacing: -1px;
	padding-bottom: 10px;
	padding-top: 15px;
}
#isf-Logo {
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#fox-Logo {
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
}
#section-hdr {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../media/images/global/header-bg-bk.jpg);
	background-repeat: repeat-x;
	line-height: 32px;
	padding-left: 10px;
	text-transform: uppercase;
}
.small-black-text {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#thumb-img {
	padding: 10px;
}
#blue-link-text {
	font-family: Arial;
	font-size: 16px;
	color: #009BE6;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 3px;
}
#blue-link-text a {
	font-family: Arial;
	font-size: 16px;
	color: #009BE6;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 3px;
}
#body-text {
	font-family: Arial;
	font-size: 12px;
	color: #E0E0E0;
	line-height: 16px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#thumb-img a {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	padding: 10px;

}
#thumb-img a:hover {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	padding: 10px;
}
.small-grey-text {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #DDDDDD;
	text-decoration: none;
}
#footer {
	background-image: url(../media/images/global/footer-bg.jpg);
	background-repeat: repeat-x;
	line-height: 143px;
	padding-left: 100px;
	padding-right: 100px;
}
#footer-text {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFDE73;
	text-decoration: none;
	line-height: 24px;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}
#footer-text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer-text a {
	color: #FFDE73;
	text-decoration: underline;
}
#header {
	width: 980px;
}
#isfLogo {
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#foxLogo {
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
}
.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;
}

