/* Neutralize styling: 
Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}

li, dd { 
	margin-left: 0;  
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* CSS Document */

body, html {
	height: 100%;

} 

body {
	font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:center; /* for IE */
	background: #000000;
	/*background: #410505 url("../images/bg/wrapper-bg.jpg") repeat-y center top;*/
}

a:link, a:visited{
	color: #56b0e2;
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration:underline;
	color: #329bd6;
	outline: none;
}

.clear {
	clear: both;
}

hr {
	border: none 0;
	border-top: 1px dotted #717174;
	width: 100%;
}

#wrapper {
	position: relative;
	width: 100%; /* or a percentage, or whatever */
	margin: 0 auto; /* for the rest */
	padding: 0;
	min-height: 100%;
	background: transparent url("../images/bg/spbg.jpg") no-repeat center top;
} 
* html #wrapper {
	height: 100%; /* hack for ie only */
}

/* >>>>>>>>>>>>>>> Header Divs <<<<<<<<<<<<<<< */

#header {
	position: relative;
	z-index: 5;
}

#holder {
	position: absolute;
	left: 50%;
	/*top: 25%;*/
	
	top: 10%;
	width: 860px;
	height: 700px;
/*    height: 500px;*/
	margin-left: -430px; /* half of width */
	/*margin-top: -350px;  /* half of height */
	background: #000000;
}

#flash p {
	line-height: 700px;
	text-align: center;
	width: 860px;
	height: 700px;
	/*height: 500px;*/
}

/* >>>>>>>>>>>>>>> Footer <<<<<<<<<<<<<<< */

#footer {
	position: relative;
	background: #000 url('../images/bg/footer-bg.gif') no-repeat center 10px;
	text-align:center; /* reset text alignment */
	width: 900px; /* or a percentage, or whatever */
	margin:0 auto; /* for the rest */
	margin-top: -75px;
	padding:0;
	color:#545454;
	height: 75px;
} 

#footer p {
	text-align: center;
	padding-top: 55px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color:#545454;
	text-decoration: none;
}

#footer a:hover {
	color: #737373; 
	text-decoration: none;
}


/* >>>>>>>>>>>>>>> Content Divs <<<<<<<<<<<<<<< */

#content {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 860px;
	height: 794px;
}

#content p {
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#content h1  {
	padding-bottom: 5px; margin: 0;
	font-size: 14px;
	color: #758892;
}

#content ul.custom li {
	padding: 0; margin: 0;
	margin-left: 3px;
	text-indent: 13px;
	list-style: none;
	padding-bottom: 1px;
	background: url("../images/shared/blue-bullet.gif") 0 4px no-repeat;
}

#content .left  {
	width:214px;
	padding: 0;
	float: left;
	height: auto;
}

#content .left .heading {
	width:204px;
	height: 25px;
	padding-top:32px;
	background: transparent url('../images/bg/heading-bg.jpg') no-repeat top left;
	margin: 0;
}

#content .left .heading p {
	padding-right: 10px;
	text-align: right;
	font-size:16px;
	font-weight: bold;
	color:#fff;
}

#content .right  {
	width:428px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: right;
	height: auto;
}

#content .right p {
	margin: 0;
	padding: 0;
}

/* >>>>>>>>>>>>>>> Tabular Styles <<<<<<<<<<<<<<< */

table.underline {
	text-align: left;
	font-size: 11px;
	width: 100%;
	background: transparent;
	margin-top: 10px;
	border: 0; border-spacing: 0; border-collapse: collapse;
}
table.underline td {
	padding: 5px 0 5px 0;
	text-align: left;
	width: 65%;
	border-bottom: 1px #a5b5be solid;
}
table.underline td.leftside {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
table.underline td.rightside {
	text-align: right;
	width: 35%;
	padding-right: 5px;
}
