/*======================
	RESET
========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align:top;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.2;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
td
{
	padding:3px; 	
}

/*======================
	GLOBALS
========================*/
body
{
	text-align:center; 
	font-family:Arial;
	font-size:12px; 
	color:#2d2d2d; 
	margin:0; 
	padding:0; 
	background:url(../images/site_background_tile.gif); 
}

img
{
	border:0; 
	vertical-align:top; 
}

/*======================
	LAYOUT
========================*/
/*
	Some aspects are found in home.css and default.css
*/
#background
{
	width:100%;
	height:100%; 
	background:url(../images/site_background.gif) repeat-x;
}
#site
{
	width:800px;
	
	
	min-height:600px; 
	text-align:left;
	margin:0 auto;  
}
#shadow
{
	padding:0 6px 0 6px; 
	float:left;
	background:url(../images/site_shadow.png) repeat-y 0px 0px;
	width:800px; 
}
/* additional attributes for header found in home.css and default.css */
#header
{
	width:800px; 
	clear:both; 
	position:relative;
	z-index:2;	
}
#body-wrapper
{
	
	position:relative;
	z-index:500;
	 
	text-align:left;
	width:800px;	
	padding-bottom:0px;
	
	clear:both; 

}
#container /*Changed */
{
	position:relative;
	clear:both;  
	width:100%; 
	text-align:left;
	
	
	
	/*background:url(../images/content_background.gif) repeat-x left bottom; */
}
/* additional attributes for content-wrapper found in home.css */
#content-wrapper
{
	position:relative;
	margin:0;
	width:100%;
	min-height:480px;
	height:auto !important;
	z-index:99; 
	height:480px;
	margin-bottom:0px;
	
}


/*#center-column found in default.css and home.css */



/*======================================
	CONTENT
=======================================*/
/*
	Found in home.css and default.css
*/
#content
{
	margin:0 0px 0 0px;  
}
#content p
{
	font-size:12px; 
}
#content ul
{
	margin-left:22px; 
	padding:0; 
}
/*======================================
	LEFT NAV
=======================================*/
/*
	Found in home.css and default.css
*/
/*======================================
	HEADER
=======================================*/
#header img
{
	float:left;
	position:relative;
	left:0px;
	top:0px; 
}
/*======================================
	RIGHT NAV
=======================================*/
/*
	Found in home.css and default.css
*/
/*======================================
	FOOTER
=======================================*/
#footer
{

	clear:both;
	margin:0 auto; 
	width:812px; 
	padding-top:10px;
	color:#053937;
	font-size:10px;
	margin-top:0px;
	background:url(../images/bottom_shadow.png) no-repeat 1px 0px; 
	
}

#footer-info
{
	
	margin: 20px auto; 

	text-align:center;  
}

#footer-menu 
{
	
	
width:800px;
 	text-align:center; 
	margin:0 auto;  
}

#footer-menu ul
{
	float:right; 
	margin:0; 
	padding:0; 
	display:inline; 
	list-style:none; 
}
#footer-menu li
{
	display:inline; 
}
#footer-menu a
{
	color:#053937;
	text-decoration:none; 
}
#footer-menu a:hover, #footer-menu a.active
{
	text-decoration:underline; 
}
#created-by
{
	clear:both; 
	text-align:center; 
	font-size:10px; 
	margin-top:0px;  
	width:800px;
	color:#292929;
	margin-bottom:15px; 
}

#created-by a
{
	color:#664600; 	
	text-decoration:underline; 
}

/*======================================
	IMAGE
=======================================*/
.img
{
	border:solid 1px #d5d5d5;
	border-right:solid 1px #a3a3a3; 
	border-bottom:solid 1px #a3a3a3; 
	background:#fff;
	padding:5px 5px 15px 5px; 
	margin-bottom:3px;
}	
#splash-image h1
{
	font-size:21px;
	color:#ffdd1f; 
}
#splash-image h2
{
	font-size:14px;
	color:#fff; 
}
