/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

/* @group undohtml */

:link,:visited {
	text-decoration: none
}

img{
	margin: 0;
}

a img,:link img,:visited img {
	border: none
}

em{
	background-color: transparent;
}
/* @end */



/* @group Basic Styles */

html, body {
	color: #000;
	text-align: center;
	font: 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg-main-top.jpg) no-repeat center top;
}

a:focus {
	outline: 0;
}

a, a:link, a:visited {
	color: #0c4697;
}

a:hover {
	color: #0c4697;
	text-decoration: underline;
}

#bodycopy ul {
	padding-left: 20px;
	list-style-type: disc;
}

#mainbody li {
	padding-bottom: 5px;
}

p {
	margin: 0px 0px 10px 0px;
}

ul, li {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 a:link, h2 a:link, h3 a:link{
	color: #0c4697;
}

#bodycopy h1 {
}

#bodycopy h2 {
	font-size: 1.8em;
	color: #4a0b0b;
}

#bodycopy h3 {
	color: #4a0b0b;
}

#bodycopy h4 {
	color: #534741;
	margin-bottom: 4px;
}

#bodycopy h5 {
	color: #534741;
	font-style: italic;
}

#bodycopy h6 {
	
}

.clear {
	clear: both;
}

/*ul#checklist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 18px;
	background: url(../images/tick.png) no-repeat left center;
}
*/

blockquote {
	background: #99c9e2;
	color: #333;
	padding: 10px;
	margin: 10px 50px;
}

/* @end */

/* @group Layout */
#pagewidth {
	text-align: left;
}

#header{
	height: 160px;
	
	background-image: url(../images/bg-header.jpg);
}

#header_spacer{
	height: 10px;
	
	background-image: url(../images/bg-header.jpg);
}

.textad{
	padding: 40px 10px 10px;
	height: 110px;
	overflow: hidden;
	color: #fff;
}

.textad a{
	color: #fff;
	text-decoration: underline;
}

.textad a:hover{
	color: #fff;
	text-decoration: underline;
}

#left{
	background-color: #000;
}

#leftinside{
	width: 228px;
	background: #0c4697 url(../images/bg-leftnav.jpg) no-repeat left bottom;
	padding-bottom: 260px;
}

#leftbanners{
	background-color: #fff;
	padding: 10px 0;
}

#topnav{
	background-color: #000;
	margin-bottom: 10px;
}

#top3buttons{
	margin-bottom: 10px;
}

#forumposts{
	background-color: #000;
	margin-bottom: 10px;
	height: 250px;
}

#forumposts div.border{
	height: 248px;
	overflow: auto;
}

#youarehere{
	margin-bottom: 10px;
}

#featureddealer{
	background-color: #000;
	margin-bottom: 10px;
}

#bannerads{
	margin-top: 10px;
}

#skyscraper{
}

#copyright {
	text-align: left;
	margin-top: 20px;
}

/* @end */

/* @group Adjustment Classes */

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.inside3 {
	padding: 3px;
}
.inside5 {
	padding: 5px;
}
.inside5sides {
	padding: 0px 5px;
}

.inside10 {
	padding: 10px;
}

.inside10sides{
	padding: 0 10px;
}

.border{
	margin: 1px;
	background-color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* @end */


#featureddealer h3{
	margin-bottom: 5px;
}

/* @group topnav */

#topnav div.border{
	background: #0c4697 url(../images/bg-topnav.gif) repeat-x left bottom;
}

#topnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
}

#topnav ul li {
	float: left;
	background-image: url(../images/topnav-divider.gif);
}
#topnav a{
	margin-left: 1px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	background: #0c4697 url(../images/bg-topnav.gif) no-repeat left bottom;
}

#topnav a:hover{
	display: block;
	text-decoration: none;
	color: #fff;
	background: #0c4697 url(../images/bg-topnav.gif) no-repeat left top;
}

/* @end */

/* @group Left nav */

#left h3{
	color: #fff;
	padding: 8px;
	text-shadow: #131313 1px 1px 2px;
	margin: 0;
	border-bottom: 1px solid #0f58b1;
}

#left ul{
	list-style: none;
	padding: 0 0 10px 10px;
	color: #fff;
}

#left ul li a{
	display: block;
	padding: 4px 0 4px 10px;
	color: #fff;
	font-size: 14px;
}

#left ul li a:hover{
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #499aeb;
}

#left a#active_menu{
	background-color: #fff;
	color: #0c4697;
	background: url(../images/bg-leftnav.png) no-repeat left top;
}

/* @end */

/* @group Forum */

#forumposts ul{
	margin: 0 0 0 30px;
	padding: 0;
	list-style-image: url(../images/bullet.gif);
}

#forumposts ul li{
	margin-bottom: 8px;
}

/* @end */

/* @group Coda Slider */

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 10px;
			position: relative;
			width: 518px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 140px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 458px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 140px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 438px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			/*padding: 10px;*/
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		/*.stripNav a { /* The nav links 
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}*/
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 40px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url(images/arrow-left.gif) no-repeat center center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}

#slider1 img{
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group Fade Anything */

#content {

}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
/*#fade-example-3 {
	border: 3px solid #000;
}*/
#fade-example-1 li,#fade-example-2 li,#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 506px;
	height: 380px;*/
	background-color: #FFF;
	visibility: hidden;
}
/*#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}*/
li img {
	display: block;
	/*border: 3px solid #FFF;*/
}
.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.faderslides {
	position: relative;
	/*border:5px solid #CCCCCC;
	padding:1em;
	margin-bottom: 1em;*/
	width: 400px;
	height: 266px;
	float: right;
	clear: both;
}

.faderslides-home1 {
	position: relative;
	margin: 0;
	width: 270px;
	height: 250px;
	clear: both;
}

#sc-slides{
	position: relative;
	display: block;
	width: 300px;
	height: 200px;
	float: right;
	clear: both;
}

.example-r {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	width: 700px;
	margin-bottom: 1em;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
#fade-example-1-next {
	right: 8%;
	top: 71%;
}
#fade-example-1-previous {
	left: 6%;
	top: 71%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}

/* @end */

