/*Main CSS Stylesheet - RED Studios*/

/* Zero Out and set global values */

html, body, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, 
u, i, img, blockquote, fieldset, input{ 
	margin:0; 
	padding:0;
	border:0;
	}
	
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
	}

ul,ol { 
	list-style:none 
	}

table {
	border-collapse:collapse;
	border-spacing:0;
}

:link,:visited { 
	text-decoration:none 
	}

a img,:link img,:visited img { 
	border:none 
	}
	
.clear {
	clear:both;
}

/* END Zero Out */	

body {
	text-align:center;
	background: #f5fdff;
}

/* =Wrapper */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	font-family:Arial, Helvetica, sans-serif;
}

/* =Header */

#header_wrapper{
	width:100%;
	height: 220px;
	background: url(../images/title-bar-top.jpg) repeat-x;
}

#top_bar1{
	height:150px;
	width:100%;
	background: #2d2f35;
}

#logo{
	margin: 0 40px;
	float: left;
	}
	
/* = Title */

#title_index{
	height:150px;
	background: #282828;
	}
	
#title{
	height:65px;
	background: #282828;
	}

#title_bottom{
	height:53px;
	background: url(../images/title-bar-bottom.jpg) repeat-x;
	}

/* =Navigation */

#navigation{
	margin-left: 450px;
	padding-top: 75px;
	padding-bottom: 20px;
	width:600px;
	}

#navList li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
	}
	
#navList li a {
	color: #333;
	padding: 10px 25px;
	vertical-align:text-top;
	text-decoration: none;
	background: #cadceb;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #666;
	}
	
#navList li a:hover {
	color: #333;
	padding: 10px 25px;
	background: #caf5ff;
	}

/* =Content */

#title_graphic img{
	margin-top: -27px;
	}

#content_wrapper{
	margin: 0 auto;
	width: 960px;
	min-height:400px;
	}
	
#disclaimer {
	margin: 10px auto;
	padding: 10px;
	width:700px;
	border: 3px solid #666;
	background: #caf5ff;
	text-align: justify;
	font-size: 12px;
	}
.content {
	text-align:left;
	}
.content ol {
	list-style:upper-roman;
	}

#categories{
	margin-left: 150px;
	padding-top: 20px;
	width:400px;
	}

#categories li {
	display: block;
	width: 200px;
	list-style-type: none;
	margin-right: 50px;
	}

#categories li a {
	display:block;
	height:1%;
	color: #333;
	width: 200px;
	padding: 10px 25px;
	vertical-align:text-top;
	text-decoration: none;
	background: #cadceb;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #666;
	}
	
#categories li a:hover {
	color: #333;
	width: 200px;
	padding: 10px 25px;
	background: #caf5ff;
	}
	
#categories_footer{
	padding-top: 50px;
	}

#categories_footer li {
	display: inline;
	list-style-type: none;
	}
	
#categories_footer li a {
	display:inline-block;
	height: 1%;
	color: #333;
	padding: 10px 25px;
	vertical-align:text-top;
	text-decoration: none;
	background: #cadceb;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #666;
	}
	
#categories_footer li a:hover {
	color: #333;
	padding: 10px 25px;
	background: #f5fdff;
	}
tr.alt {
	background: #caf5ff;
	}
td {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	padding: 5px 15px;
	}
table {
	border: 1px solid #333;
	}
/* =Iframe */


/* =Footer */

#footer_wrapper{
	display: block;
	min-height:300px;
	background: #caf5ff url(../images/footer-top.jpg) repeat-x;
}

#footer {
	
}


/* =Clear */

.clear {
	clear: both;
	}
	
