@charset "UTF-8";

/* Page-wide styling */
* {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	background: #222222;
	color: #000000;
}
.centered {
	text-align: center;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #184080;	
}
a:active, a:focus {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #184080;
}

ul {
	margin: 8px auto 8px auto;
	list-style-type: square;
}
ul.bulletless {
	list-style-type: none;
}
li {
	margin: 0px 0px 4px 0px;
}

strong {
	font-weight: bolder;
}

/* Section layout */
div#header {
	margin: 0 auto 0 auto;
	padding: 44px 180px 28px 12px;
	width: 588px;
	height: 128px;
	background-image: url('/images/headerbackground.png');
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
}
div#mainContent {
	margin: 0 auto 0 auto;
	padding: 4px 22px 4px 12px;
	width: 746px;
	min-height: 384px;
	background-image: url('/images/contentbackground.png');
	background-repeat: repeat-y;
	background-position: top left;
}
div#footer {
	margin: 0 auto 0 auto;
	padding: 4px 22px 4px 12px;
	width: 746px;
	height: 64px;
	clear: both;
	background-image: url('/images/footerbackground.png');
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
}

/*	Header styling */
div#header table#navmenu {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

div#header a:link, div#header a:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-shadow: #000000;
}
div#header a:hover, div#header a:focus {
	text-decoration: underline;
	color: #DDDDDD;
	font-weight: normal;
	font-size: 14px;
	text-shadow: #000000;
}
div#header a:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-shadow: #000000;
}

/* Selected menu link styling */
body#home a#homenav,
body#contactus a#contactusnav,
body#nlist a#nlistnav,
body#digits a#digitsnav,
body#scc a#sccnav,
body#flist a#freechecklistnav
{
	font-weight: bolder;
	text-decoration: underline;
}

/* Footer styling */
div#footer p {
	margin: 0 0 4px 0;
	text-align: center;
}

/* Content styling */
div#mainContent hr#bottomhr {
	margin: 4px 0 4px 0;
	visibility: hidden;
}
div#mainContent div.centeredbox {
	margin: 16px auto 16px auto;
	padding: 8px;
	width: 480px;
	clear: both;
	border-radius: 4px;
	box-shadow: 0 0 4px #000;
	background: #E0FFE0;
}

div#mainContent p {
	margin: 8px 0 8px 0;
}

div#mainContent h1 {
	margin: 24px 0 16px 0;
	clear: both;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
}
div#mainContent h1#pagetitle {
	margin: 0 0 16px 0;
}
div#mainContent h2 {
	margin: 16px 0 8px 0;
	clear: both;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
}
div#mainContent h3 {
	margin: 0 0 8px 0;
	clear: both;
	text-align: center;
	font-weight: normal;
}
div#mainContent div.centeredarea {
	margin: 16px auto 16px auto;
	padding: 8px;
	clear: both;
}

/* Contact page styling */
div#mainContent div#contactemails {
	margin: 16px 0 64px 0;
	text-align: center;
}

/* SCC page styling */
div#mainContent a:link#buySCC, div#mainContent a:visited#buySCC {
	display: block;
	width: 256px;
	height: 96px;
	background-image: url(/images/scc/SccBuyNowButton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#mainContent a:hover#buySCC, div#mainContent a:focus#buySCC {
	display: block;
	width: 256px;
	height: 96px;
	background-image:url(/images/scc/SccBuyNowButton.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
div#mainContent a:active#buySCC {
	display: block;
	width: 256px;
	height: 96px;
	background-image:url(/images/scc/SccBuyNowButton.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

div#mainContent a:link#downloadSCC, div#mainContent a:visited#downloadSCC {
	display: block;
	width: 256px;
	height: 64px;
	background-image: url(/images/scc/SccDownloadButton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 16px;
}
div#mainContent a:hover#downloadSCC {
	display: block;
	width: 256px;
	height: 64px;
	background-image: url(/images/scc/SccDownloadButton.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	margin-bottom: 16px;
}
div#mainContent a:active#downloadSCC {
	display: block;
	width: 256px;
	height: 64px;
	background-image: url(/images/scc/SccDownloadButton.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin-bottom: 16px;
}
img#firstaward {
	margin-top: 16px;
}

ul#sccsidelinks {
	margin: 4px 0px 8px 16px;
	float: right;
	list-style-type: none;
	text-align: center;
}

/* buy scc page styling */
form#sccorderform {
	margin: 24px auto 8px auto;
}
form#sccorderform div {
	margin: 16px auto 16px auto;
	text-align: center;
}
form#sccorderform table {
	margin: 0 auto 16px auto;
}
form#sccorderform td {
	padding: 4px;
}

form#sccorderform div#scceulabox {
	margin: 16px auto 16px auto;
	width: 480px;
	height: 384px;
}
form#sccorderform iframe.scrollbox {
	width: 480px;
	height: 384px;
	border: ridge;
	overflow: auto;
}
form#sccorderform input.textfield  {
	width: 196px;
	text-align: center;
}
form#sccorderform input.button {
	margin: 8px auto 8px auto;
	width: 128px;
}

/* FList Help Page */
div#mainContent table#flisthelptable {
	margin: 16px 0 16px 0;
	clear: both;
	border: none;
}
div#mainContent table#flisthelptable td {
	padding: 8px;
}
div#mainContent table#flisthelptable img {
	height: 320px;
	border-radius: 4px;
	box-shadow: 0 0 4px #000;
}

