/*--------------------------------------------------------------
Main CSS Document 

Version:	1.0
Author:		James Roberts
Website: 	http://www.method.org.uk

--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

html, body {
	background-image: url(../images/backgrounds/1.jpg);
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: normal normal 11px Arial, 'Lucida Grande', Verdana, Sans-Serif;
	background-color:#000000;
	background-position:center;
	background-repeat:repeat;
	height:100%;
}

/*----------------------------------------------------------------------
	LINKS
----------------------------------------------------------------------*/

a:link {
	color: #f2af00;
}

a:visited {
	color: #f2af00;
}

a:hover {
	text-decoration: none;
	color: white;
}

a:active {
	color: white;
}

/*----------------------------------------------------------------------
	MAIN DIVS
----------------------------------------------------------------------*/

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#flashwrapper{
	height: 100%;
	width: 100%;
	text-align: center;
	position: absolute;
}
#homeNavigation {
	width:800px;
	height: 115px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:0;
}
#navigation {
	text-align: center;
	width: 760px;
	height: 40px;
	top:0;
}
#page {
	width: 760px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #002244;
}
#copy {
	width: 500px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
}
p {
	line-height: 18px;
}
h1 {
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #f2af00;
}
h2 {
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #f2af00;
}
#navigation ul {
	list-style-type: none;
	font-size: 12px;
}
#navigation ul a {
	text-decoration: none;
}
#navigation li {
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
}
#navigation .bull {
	top: 5px;
	position: relative;
	font-size: 22px;
	color: white;
}
#footer {
	clear: both;
}
#quote {
	padding-bottom: 20px;
	padding-top: 20px;
	width: 250px;
	float: right;
}
#downloads {
	color: white;
	padding-bottom: 20px;
	padding-top: 30px;
	width: 250px;
	float: right;
}
#slideshow {
	background-color: #002244;
}
#downloads ul {
	margin-left: 20px;
	list-style-position: outside;
}
#downloads li {
	list-style-position: outside;
	color: white;
}
.imageWrap {
	margin-bottom: 10px;
	margin-top: 10px;
	height: 105px;
	width: 150px;
	float: left;
	display: inline;
}
.textWrap {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
	width: 300px;
	height: 105px;
	float: left;
	display: inline;
}
#splashBoxes {
	height: 239px;
	display: inline;
	width: 760px;
}
.splashBox {
	height: 239px;
	float: left;
	padding: 0px;
	margin: 0px;
	display: inline;
	width: 190px;
}
#splashHeader {
	margin-top: 10px;
	margin-bottom: 10px;
}

table {
	width: 100%;
}
.data th {
	font-size: 12px;
	color: #f2af00;
	font-weight: bold;
	text-align:left;
	padding:2px;
}
.data tr {
	border-bottom: 1px dotted #ffffff;
}
.data td {
	padding:5px;
	text-align:left;
/* 	border-bottom: 1px dotted #ffffff; */
}
ul {
	margin-left: 15px;
}
strong {
	font-weight: bold;
}