/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-image: url(/images/site-background.gif);
	padding: 0px;
	margin: 10px 5px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	overflow: -moz-scrollbars-vertical;  /*add scrollbar to mozilla when to short to scroll normally*/
}

p {
	line-height: 140%;
}

h1 {
	font-size: 220%;
	color: #5F84BB;
}

h2 {
	font-size: 145%;
}

h3 {
	font-size: 110%;
}

a {
	color: #5F84BB;
}

a:hover {
	color: #D50000;
}

th {
}

td {
}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #D50000;
}

li {
	line-height: 140%;
}

blockquote {
	margin-left: 20px;
}

.title1 {
	color: #FFFFFF;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 0px;
	align: center;
}

.title2 {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0px;
	align: center;
}

/* #######################

	Start of Site Styles

####################### */

.clear {
 clear: both;
 display: block;
 height: 0px;
 overflow: hidden;
 margin: 0px;
 padding: 0px;
}

.siteContainer {
	margin: 0px auto;
	padding: 4px;
	width: 770px;
	background-color: #5F84BB;
	border: 1px solid #000000;
}

.header {
	border-top: 4px solid #D50000;
	background-color: #5F84BB;
	color: #FFFFFF;
}

.headerLogo {
	float: left;
	margin-bottom: 10px;
}

.headerTop {
	width: 600px;
	float: left;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFD102;
}

.headerTop2 {
	width: 610px;
	float: left;
	margin: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #FFD102;
}

.headerBanner {
	margin-left: 76px;
	padding-left: 76px;
}

.main {
	clear: both;
	background-color: #FFFFFF;
	background-image: url(/images/main-background-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.mainMiddle {
	width:auto;
	float: left;
	margin: 5px 0px 15px 0px;
	padding: 0px 20px 0px 20px;
}

.mainFeature {
	border-bottom: 1px solid #FFF;
	width: 420px;
}

.mainFeatureHeader {
	padding: 5px 7px 5px 7px;
	color: #2B0E72;
	font-weight: bold;
}

.mainFeatureHeader h1 {
	font-size: 150%;
	padding: 0px;
	margin: 0px;
}

.mainFeatureContent {
	padding: 10px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #290C73;
}

.mainFeatureContent h2 {
	font-size: 120%;
	padding: 0px;
	margin: 0px;

}

.mainFeatureContent a {
	color: #5F84BB;
	text-decoration: none;
}

.mainFeatureContent a:hover {
	color: #D50000;
	text-decoration: none;
}

.left {
	float: left;
	width: 147px;
	margin: 4px 4px 0px 4px;
}

.middle {
	float: left;
	width: 460px;
	margin-top: 4px;
	border-top: 2px solid #FFD102;
	padding-top: 7px;
}

.middle ul {
	list-style-image: url(/images/bullet.jpg);
	margin: 5px 0px 0px 25px;
}

.middle li {
	margin-bottom: 5px;
}

.right {
	float: right;
	width: 147px;
	margin: 4px 4px 0px 4px;
}

.menuContainer {
	background-color: #5F84BB;
	background-image: url(/images/menu-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 4px;
	font-size: 100%;
	color: #FFFFFF;
}

.menuContainer h3 {
	font-size: 110%;
	background-image: url(/images/menu-top.jpg);
	background-repeat: no-repeat;
	padding: 9px 4px 4px 7px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.menuContainer h4 {
	font-size: 100%;
	background-image: url(/images/menu-top.jpg);
	background-repeat: no-repeat;
	padding: 9px 4px 4px 7px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.menuContainer a {
	color: #FFFFFF;
	text-decoration: none;
}

.menuContainer a:hover {
	text-decoration: underline;
}

.menuContainer ul {
	padding: 0px;
	margin: 2px 0px 0px 8px;
	padding-bottom: 4px;
}

.menuContainer li {
	margin-bottom: 10px;
}

.menuContainer ol {
	padding: 0px;
	margin: 2px 0px 0px 8px;
	padding-bottom: 4px;
	list-style-position: inside;
}

.middleFooter {
	clear: both;
	background-image: url(/images/main-background-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;

}

.column {
	float: left;
	width: 220px;
	margin: 5px;
}

.footer {
	clear: both;
	margin: 5px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	background-image: url(/images/main-background-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}

.footerLeft {
	float: left;
	width: 147px;
	margin: 5px 0px 0px 4px;
}

.footerLeft li {
	font-size: 1px;
}

.footerRight {
	float: right;
	font-size: 85%;
	margin: 13px 10px 0px 0px;
}

.footerEnd {
	font-size: 90%;
	text-align: center;
	margin-top: 15px;
}


/* #######################

	Start of Content Styles

####################### */


.imageFloatLeft {
	float: left;
	margin: 0px 8px 8px 0px;
}

.imageFloatRight {
	float: right;
	margin: 0px 0px 8px 8px;
}

.imageBorder {
	border: 1px solid #D50000;
}

.smallPrint {
	font-size: 80%;
}

.highlight {
	font-weight: bold;
	color: #D50000;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

}

.legalBox {width:280px; margin:0 auto;}
.legalBox img {width:150px;}
.legalBox li {list-style:none; display:inline-block; margin:0 5px;}
.legalBox li.age {background:#fff; border-radius:50%;width:20px;height:20px; line-height:20px; border:3px solid red; font-size:12px; text-align:center; font-weight:700;}

/* ------ END MEDIA TAG ----- */
