/* Top elements */

* { 
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #3A3A3A;
 	color: #333; 
 	font: 70%/1.5  Verdana, Tahoma, Arial, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
}  

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
  	/* white-space: pre; */
  	background: #F0F0F0;
  	border: 1px dotted #C60;  
  	border-left: 5px solid #C60;
}

quote {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.2em Courier;
  	/* white-space: pre; */
  	background: #F0F0F0;
  	border: 1px dotted #CCC;  
  	border-left: 5px solid #3A3A3A;
}

.textdescriptive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #333;
}

.textorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #C60;
}

.infobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #C60;
	padding: 10px;
}

/* links */

a	{ 
	color: #C60;
	text-decoration: underline;
	background: inherit;
}

a:hover { 
	color: #666;
	text-decoration: none;
	background: inherit; 	 
}
 
/* headers */

h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #707070;
}

h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #333;	
}

ul span, ol span {
	color: #666;
}

/* images */

img {
	border: 2px solid #CCC;
}

img.borderless {
	border: 0px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}

img.float-left {
  	margin: 5px 10px 10px 0px;
}

img.center {
  	text-align: center;
  	margin: 30px 15px 0px 15px;
  	padding: 0px;
}

/* layout */

#wrap {
   	margin: 0 auto ;
   	padding: 0;	
   	text-align: left;
   	background-color: #FFF;
   	width: 790px;  	
}

#content-wrap {
	clear: both;
   	margin: 0; 
   	padding:0;
	width: 790px;		
}

/* header */

#header {
	position: relative;
   	clear: left;
   	width: 790px;
	height: 135px; 
	margin: 0; padding: 0;
	background: #000 url(../images/headerbg.jpg) no-repeat left bottom;			
}

/* menu tabs */

#header #header-tabs {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 28px;
	background: #3A3A3A;
   	font: bold 1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 

#header-tabs ul {		
	margin: 0;
   	padding: 1px 0px 0px 7px;
   	list-style: none;
}

#header-tabs li {
	display: inline;
   	margin: 0;
   	padding: 0;
}

#header-tabs a {
	float: left;
   	background: url(../images/tableft.gif) no-repeat left top;
   	margin: 0;
   	padding: 0 0 0 4px;
   	text-decoration: none;
}
#header-tabs a span {
	float: left;
   	display: block;
   	background: url(../images/tabright.gif) no-repeat right top;
   	padding: 7px 15px 4px 8px;
   	color: #CCC;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#header-tabs a span {
	float: none;
}

/* End IE5-Mac hack */

#header-tabs a:hover span {
	color: #FFF;
}

#header-tabs a:hover {
	background-position: 0% -42px;
}

#header-tabs a:hover span { 
	background-position: 100% -42px;
}

#header-tabs #current a { 
	background-position: 0% -42px;
}

#header-tabs #current a span { 
	background-position: 100% -42px; color: #C60;
}

/* main content */

#main {
	float: left;
	width: 535px;
	margin: 0; 
	padding: 0;
	background-color: inherit;
}
#main h1 {
	padding: 8px 0px 3px 25px;
	text-transform: uppercase;
	background: url(../images/fireleg_bullet.gif) no-repeat 0% .6em;
	color: #C60;	
}	

/* sidebar */

#sidebar {
	float: right;
	width: 245px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}

#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url(../images/fireleg_bullet.gif) no-repeat 0% .6em;
	text-transform: uppercase;	
	color: #C60;
}

#sidebar h2 {
	text-align: center;	
}

#sidebar ul.sidemenu {
	list-style: none;
	margin: 10px 15px;
	padding: 0;		
}

#sidebar ul.sidemenu li {
	margin-bottom: 1px;
	border: 1px solid #F0F0F0;
}

#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #F0F0F0;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}

#sidebar ul.photomenu {
	list-style: none;
	margin: 10px 15px;
	padding: 0;		
}

#sidebar ul.photomenu li {
	margin-bottom: 1px;
	border: 1px solid #F0F0F0;
}


#sidebar ul.photomenu a {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #F0F0F0;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}

#sidebar ul.photomenu a:hover {
	padding:2px 5px 2px 10px;
	background: #F0F0F0;
	color: #C60;
	border-left: 5px solid #C60;
}

* html body #sidebar ul.sidemenu a { 
	height: 18px; 
}

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #F0F0F0;
	color: #C60;
	border-left: 5px solid #C60;
}

/* footer */

#footer { 
	clear: both;
	height: 40px;
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 92%;			
}

#footer a:hover { 
	color: #666;
	text-decoration: none;
}

#footer a { 
	color: #C60;
	text-decoration: underline;
}

#footer #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; 
	padding: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; 
	padding: 10px;
}

/* alignment classes */

.float-left  { 
	float: left; 
}

.float-right { 
	float: right;
}

.align-left  { 
	text-align: left; 
}

.align-right { 
	text-align: right; 
}

/* additional classes */

.clear {	
	clear:both;	
}

.hide  { 
	display: none; 
}
