/*
** lastchance.css
**
**
*/

* {
	margin: 0;
	padding: 0;
}

/*
** Colors
*/
body {
	background-color: #fff;
	/*background: black url(Images/A0sidecar_color.gif) 0 0 no-repeat fixed;*/
}

h1, h2, h3, h4, h5, h6, a, a:hover {
	color: #336699;
}

#container, #header, #column {
	background-color: #fff;
	/*background: black url(Images/A0sidecar_bw.gif) 0 0 no-repeat fixed;*/
}

#container,
#content ul li  {
	color: #666666; 
}	

#container .prevnext {
	text-align:center;
	font-size: 2.5em;
	color: black;
}
#container a:link {
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: dotted;
	color:black;
}

#navcontainer ul, 
#navcontainer ul li a {
	color: #fff; 
	background: #6699cc;
}

#navcontainer ul li a:hover,
#navcontainer ul li#active a { 
	color: #fff; 
	background: #336699;
}

#column a {
	color: #6699cc; 
}

#footer {
	color: #888;
}

* { border-color: #fff; }

#navcontainer ul li a { 
	border-color: #fff;
}

#content {
	border-color:#000;
}

#column {
	background: white url('Images/A2FenderScript.gif') no-repeat bottom center;
}

#column h3 {
	border-color: #000;
}

#footer {
	border-color: #fff; 
}
.photo, 
.columnphoto {
	border-color: #000; 
	background-color: #f3f3f3;
}

/*
** font stuff.
*/
* {
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
}

body {
	margin: 10px;
	padding: 0;
	text-align: center;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }


#container { font-size: 0.8em; }
#column h3 { font-size: 1.0em; }
#column p { font-size: 0.9em; }
#footer { font-size: 0.8em; }

#badbrowser, #skip { display: none; }

/*
** container 
*/
#container {
	text-align: left;
	width: 750px;
	border-style: solid;
	border-width: 1px;
	margin: auto;
	height: 650px;

}

/* 
** Header
*/
#header {
	/*background: white url('HTMainImage.gif') no-repeat top center;*/
	background: white url('HTBanner.gif') no-repeat top center;
	padding: 0px;
	height: 0px;
}

#header h1 {
	display:none;
	margin: -25px 5px 0px 0px;
	padding-top: 0px;
	font-weight: bold;
	text-align: right;
}

#header h2 {
	display: none;
	margin: -25px 10px 0px 0px;
	font-style: italic;
	text-align: right;
}

/* 
** navcontainer 
*/
#navcontainer {
	margin: 0;
	padding: 0;
}

#navcontainer ul {
	width: 700px; /* ie doesn't like 100%*/
	float: left;
	padding: 0;
	margin: 0px 0 2px 0px;
}

#navcontainer ul li { 
	display: inline;
}

#navcontainer ul li a {
	float: left;
	padding: 5px;
	border-width: 0 1px 0 0;
	border-style: solid;
	text-decoration: none;
}

/*
** Content
*/
#content {
	float: left;
	width: 550px;
	padding: 10px 5px 0px 5px;
	margin: 10px 0 10px 10px;
	border-width: 1px;
	border-style: solid;
}

#content h1 {
	margin: 20px 20px 10px 0;
}
	
#content h2 {
	margin: 20px 20px 10px 0;
}

#content h3 {
	margin: 20px 20px 0px 0;
}

#content a {
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: dotted;
}

#content a:link {
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: dotted;
}

#content a:hover {
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: solid;
}	

#content a.photo:link,
#content a.photo:visited {
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#content li {
	list-style-type: circle;
        margin: 0 0 10px 0;
}

#content ul {
	margin: 0 20px 0 60px;
}

#content li.sublist {
	list-style-type: none;
}

#content address {
	margin: 10px 20px 10px 60px;
}
	
#content p {
	margin: 10px 20px 10px 20px;
}
	
#content .description {
	margin: 0 0 0 0;
}

#content p.owner {
	padding: 0px 0 0 0;/*here*/
	margin: 0px 20px 90px 180px;
}

#content p.hz_line {
	margin: 15px 70px 20px 70px;
	color: #6699cc;
	border-width: 0 0 1px 0;
	border-style: solid;
}

#content .prevDnext {
	float: right;
}

#content .prevnext a { 
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: none;
}

.introtext {
	color: #336699;
	font-weight: bold;
}	

.emtext {
	color: #336699;
	font-weight: bold;
}	

.notetext {
	color: #336699;
	font-weight: bold;
}

.editorcomments {
	font-style: italic;
}


/*
** column 
*/
#column {
	padding: 20px 0px 100px 10px; 
	margin: 0px 10px 0px 470px;
	text-align:center;
}

#column h3 {
	margin: 20px 10px 10px 10px;
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align:left;
}

* html #column h3 {margin-top: 0px;} /* IE does not set spacing correctly */

#column li a, 
#column p a {
	border-width: 0 0 1px 0; 
	border-style: dotted;
	text-decoration: none;
}

#column li a:hover, 
#column p a:hover {
	border-width: 0 0 1px 0; 
	border-style: solid;
	text-decoration: none;
}

#column ul {
	margin: 0px 10px 0 30px;
}

#column li {
	margin: 0px 0 10px 0px;
	text-align:left;
	list-style-type: none;
}

#column p {
	margin: 0 10px 10px 30px;
	text-align:left;
}

#column .intro {
	font-style: italic;
}

#column input {
	margin-left: 10px;
}

.photo {
	border-width: 1px;
	border-style: solid;
	padding: 5px 7px 5px 7px;
	margin: 0px 10px 0px 10px;/*here*/
}

.floatleft {
	float: left;
	clear: both;
}

.floatright {
	float: right;
	clear: both;
	margin: 0px 20px 10px 20px;
}

.columnphoto {
	border-width: 1px;
	border-style: solid;
	padding: 5px 7px 5px 7px;
	margin: 0px 10px 10px 10px;
}

.noborder {
	border-width: 0 0 1px 0; 
	border-style: none;
	text-decoration: none;
	margin: 0 0 10px 0;
}

.columnimage {
	border-width: 1px;
	border-style: none;
	padding: 5px;
	margin: 0px 10px 0px 10px;
}

.themeimage {
	padding: 0px;
	margin: 0px;
	border-style: none;
}

#content form {
	margin: 20px 40px 10px 40px;
	padding: 10px 0 10px 0;
	border-width: 1px; 
	border-style: none;
	border-color: black;
	background: #eee;
}

/*
** footer 
*/
#footer {
	clear: both;
	margin: 10px 10px 10px 10px;
	padding: 10px 0px 10px 0px;
	border-width: 1px 0 0 0;
	border-style: solid;
	text-align: center;
}

#footer p {
	margin: 0px 0px 0px 0px;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}