@charset "utf-8";

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol,ul,dl
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes border spacing from tables */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset,img
{ border: 0; }

/* Left-aligns text in caption and th */
caption,th
{ text-align: left; }

/* Removes quotation marks from q */
q:before,q:after
{ content: ''; }

/* !CSS Document */

html {
	width: 100%;
	height: 101%;
	margin-bottom: 1px;
	background: #000a13 url('../images/bg/bg.jpg') 0 0 repeat-x;
	text-align: center;
}

body {
	position: relative;
	width: 983px;
	height: 100%;
	margin: 0 auto;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: .625em;
	text-align: left;	
}

div#fixHeight {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

div#container {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 570px;
	background: transparent;
}

div#contentArea {
	position: relative;
	width: 600px;
	height: auto;
	top: 123px;
	left: 383px;
	background: transparent;
}

div#branding {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 123px;
	background: #002050 url('../images/bg/top.jpg') 0 0 no-repeat;
}

div#flashMarquee {
	position: absolute;
	width: 330px;
	height: 570px;
	top: 123px;;
	left: 37px;
	background: transparent;
	z-index: 0;
}

div#content {
	position: relative;
	width: 580px;
	height: auto;
	top: 65px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #fff;
	background: transparent;
}

/* !Typography */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	padding-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 1em;
}

h1 {
	font-size: 1.5em;
	color: rgb(230, 90, 37);
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
}

/* !Lists */

div#content ul,
div#content ol,
div#content table {
	padding-bottom: 1em;
}

div#content ul li {
	padding-bottom: .5em;
}

/* !Links - standard */

a:link, a:visited, a:active {
	color: #ff0000;
}

a:focus, a:hover {
	color: #5c8cc7;
	text-decoration: underline;
}

/* !Misc */

.clear,
#clear {
	clear: both;
	height: 1em;
}
