/* CSS Document */

/*
WRAPPER
*/

body, html{ /* stops page shift by forcing vertical scrollbar */
	height: 100%;
	margin-bottom: 1px;
}

body{
	text-align: center;
	background-color: #cccccc;
}

div#wrapper{
	position: relative; /* allows span to be absolutely positioned in reference to wrapper */ 
	width: 750px;
	text-align: left; /* reset from "ie" centering */
	margin: 0 auto;
	background: url(images/wrapper_bg.gif);
}


/*
HEADER
*/

div#header{
	border-bottom: 10px solid #000066; /* border applied to extra div to avoid "ie" box model problems */
}

div#header h1{
	height: 117px;
	margin: 0;
}

div#header h1 span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 750px;
	height: 117px;
	background: url(images/this_is_america.gif);
}


/*
CONTENT
*/

div#contentwrap{
	float: right;
	width: 570px;
}

div#contentwrap div#content{
	padding: 0 25px;
	vertical-align: text-top;
}


/*
IMAGES
*/

div#content img{
	border: 1px solid #000066;
}

.imageleft{
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
}

.imageright{
	float: right;
	padding-left: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
}

.imagecenter{
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font=size: .9em;
	font-weight: bold;
}

.clearfloat{
	clear: both;
}

/*
TABLES
*/

div#content table{
	border-collapse: collapse;
	border: 1px solid #000066;
}

div#content th, div#content td{
	padding: 3px 12px;
}

div#content th{	
	border-bottom: 1px solid #000066;
	color: #000066;
	background-color: #66ccff;
}

div#content tr.odd{
	background-color: white;
}

div#content tr.even{
	background-color: #caedff;
}


/*
NAVIGATION
*/

div#nav *{
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 100%;
}

/* fix whitespace bug in "ie" 5.5 & 6
   "* html" selectior only valid in "ie" */
/* commented backslash filter v2 to hide from "ie" mac \*/
* html #nav a{
	height: 1px;
}
/* end commented backlash filter v2 */

div#nav{
	float: left;
	width: 180px;
}

div#nav ul{
	margin: 10px;
	list-style-type: none;
	font-weight: bold;
}

div#nav ul li{
	width: 160px;
	margin-bottom: 3px;
}

div#nav a:link, div#nav a:visited{
	display: block;
	padding: 5px 10px;
	color: #000066;
	text-decoration: none;
	background-color: #66ccff;
}

div#nav a:hover{
	background-color: #caedff;
}

div#nav #active{
	background-color: white;
}


/*
FOOTER
*/

div#footer{
	clear: both;
	width: 750px;
	margin-top: 50px;
	font-size: .9em;
	text-align: center;
	color: white;
	background-color: #000066;
}

div#footer p{
	margin: 0;
	padding: 15px;
}

div#footer a:link, div#footer a:visited{
	color: white;
}


/*
EXTRAS
*/

h1, h2, h3, h4, h5, h6{
	color: #000066;
}

a:link{
	color: #cc0000;
}

a:visited{
	color: #993300;
}

#content p{
	text-align: justify;
}

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

.clearfix {
	display: inline-table;
}


/* "* html" selectior only valid in "ie" */
/* commented backslash filter v2 to hide from "ie" mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end commented backlash filter v2 */.cutline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
