/*-----------------------------------------------------------------------------
[Quapaw] Screen Stylesheet

version:   1.0
date:      24 April 2007
author:    thorworxx
email:     webmaster@thorworx.com
website:   http://www.thorworx.com
version history: [location of file]
-----------------------------------------------------------------------------*/


* {
	margin:0; 
	padding:0;
    border: 0;
}

.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.hidden { display: none;}
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	clear: none;
}
body {
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background-color: #ccc;
	margin-top: 20px;
}

#frame {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

h1 { font-size: 2.2em; }    
h2 { font-size: 2.0em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
p { font-size: 1.2em;}
h1,h2,h3,h4,h5,p {
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
}
hr {
	width: 80%;
	height: 3px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #999;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	margin-bottom: 10px;
}	

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ff3300;
}

/* Header -------------------------------------------------------------------*/
#header {
	background-color: #C1C1C1;
	height: 150px;
	background-image: url(../images/header_bg_001.gif);
	background-repeat: no-repeat;
}

#contentFrame {
	width: 748px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}


/* Navigation ---------------------------------------------------------------*/
#nav {
	width: 150px;
	float:left;
	background-color: #ccc;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}
#nav ul
{
	margin-left: auto;
	list-style: none;
	margin-top: 5px;
	margin-right: auto;
}

#nav a {
	display: block;
	padding: 3px;
	width: 130px;
	background-color: #666666;
	border-bottom: 1px solid #eee;
	margin-left: 5px;
	font-weight: bold;
}

#nav a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#nav a:hover
{
background-color: #999999;
color: #fff;
}

/*#navlist li
{
	padding-left: 10px;
}*/

/* Content ------------------------------------------------------------------*/
#content {
	margin-left: 150px;
	background-color: #eee;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	background-image: url(../images/atf_silo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 85px;
}
#content ul { 
	list-style: none;
	margin-left: 15px;
	padding-bottom:3px; }

#content li { font-size: 1.2em; }

/* Footer -------------------------------------------------------------------*/
#footer {
	background-color: #000000;
	color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
#footer p {  font-size: 1.0em; }
#footer a { color:#FFFFFF; }

/* Forms --------------------------------------------------------------------*/

input.text {
    padding: 3px;
    border: 1px solid #999999;    
}

/* Tables -------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	border: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	width: 525px;
}
td,th{
		border:1px solid #000;
		border-collapse:collapse;
		padding:3px;

	}	

td {
	text-align: left;
	font-weight: normal;
}
