/* CSS Document */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
	min-width: 700px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from 			disappearing off the left edge with Gecko browsers */
} 

/*fieldset { 
	padding: 10px; 
    border: 2px solid #999; 
	}*/
		   
h1 {
	font-size: 18px;
	color:#621B4B;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
h2, h3 {
	color:#621B4B;
	}
	
h2	{	
	font-size:14px;	
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #621B4B;
	}
	
h2	{	
	font-size:14px;	
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #621B4B;
	margin-bottom:4px;
	}
		
h3	{
	font-size:14px;
	font-weight: bold;
	margin-bottom:4px;
	}
	
h4	{
	font-size:13px;
	margin-bottom: -6px;
	}
	
h6	{
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-bottom:-3px;
	}
	
hr {
	horizontal-align:center;
	}
	
/*input { 
	color: #000;
    background-color: #F5F5F5; 
    font-weight: bold; 
    border: 1px solid #000;
    margin: 1px; 
		}*/
	
legend {
	color: #A3A510;
	font-weight: bold;
	font-size: larger;
	}
	
p 	{
	margin-top: 0;
	}
		
textarea {
	color: #000;
    background-color: #F5F5F5; 
    font-weight: bold; 
    border: 1px solid #000;
    margin: 1px; 
		}


/*--------------------------IDs------------------------*/

#banner {
	display:none;
}

#bannerprint	{
	top: 5px;
	left: 5px;
	z-index: 25;
	}

#box {
	width: 150px;
	background-color: #bf0000;
	margin: 5px 10px 5px 10px;
	padding: 5px 5px 0px 5px;
	float: right;
}

#box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	line-height: 1.5em;
	font-weight: bold;
}

#box ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 0;
	margin-left: -1em;
	padding-left: 0;
}

#buttons { 
	margin-top: 10px; 
	text-align: center; 
	}

#footer {
	color:#666;
	font-size:10pt;
	text-align: right;
	z-index:7;
	}
	
#leftside {
	display:none;
}

#mainbody {
	position: relative;
	float: left;
	width: 645px;
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 0px;
	background-color: #ffffff;
	z-index: 20;
}

#mainbody a:link {
	color:#A3A510;
	margin-bottom:.2px;
	}

#mainbody a:visited {
	color:#909;
	}
	
#mainbody a:hover	{
	color:#00C;
	}
	
#mainbody a:active {
	color:#00C;
	}
	
#mainbody p, li, td, th	{
	font-size:9pt;
	}
	
#recycle	{
	background-color:#F7FFDD;
	border: 1px solid #621b4b;
	width: 500px;
	position:relative;
	left:10px;
	}

#search {
	display:none;
}

#sidebox	{
	font-size:10px;
	float:right;
	width:180px;
	line-height:.9;
	padding:4px;
	margin-left:5px;
	border: thin solid #999;
	background-color: #F7FFDD;
	}

#sideboxcity	{
	float:right;
	width:150px;
	padding:7px 3px 3px 8px;
	border: 1px solid #999;
	background-color: #F7FFDD;
	margin-bottom:4px;
		}

#sidebox li	{
	margin-left:-12px;
	padding-bottom:3px;
	font-size:11px;
	}
		
#sideboxcity p	{
	font-size:11px;
	}
		
#topmenu	{
	display:none;
	}

/*---------------------End IDs--------------*/

/*---------------Classes-------------------*/

.breadcrumbs	{
	font-size:10px;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.floatright	{
	float:right;
	}
.footnote	{
	font-size:11px; 
	font-style:italic;
	}
	
.horizmenu	li {
	list-style-type:none;
	display: inline;
}

.inverse	{
	color:#000;
	padding:2px;
	border:1px solid #000;
	}
	
.leftpadding	{
	padding-left:5px;
	}
	
.longlist li {
	padding-bottom:8px;
}

.ltgreenbkgd	{
		background-color:#F7FFDD;
		border:0;
		}
		
.photobox	{
	float:right;
	margin:5px;
	width:200px;
	background:#EBEBEB;
	padding:3px;
	}
	
.sItem	{
	margin-left:10px;
	cursor:pointer;
	cursor:hand;
	font-size:13px;
	margin-bottom:-6px;
	}
	
.subtitle {
	font-style: italic;
	font-weight: bold;
	}
	
.vertmenu	li {
	list-style-type:none;
	line-height:20px;
	}
		
.wrapper {
	position:relative;
	width:600px;
	border:none;
}

.undolonglist li	{
	padding-bottom:.1em;
	}

/*--------------------------------End Classes-----------------*/
