html,body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#323232;
	background-color:#c84300;
	font-size:12px;
	background-image:url(../images/site-bg-tile.jpg);
	background-repeat:repeat-x;
	text-align:left;
	letter-spacing:1px; 
	line-height:24px;
	word-spacing:2px;
	height:100%;
}

div#site-bg
{
	background-image:url(../images/site-bg.jpg);
	background-repeat:no-repeat;
	width:969px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

div#site-wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:890px;
}


div#logo
{
	background-image: url(../images/logo.png);
	background-repeat:no-repeat;
	width:293px;
	height:216px;
}



/* MENU */
div#main-menu-wrapper
{
	background-image: url(../images/menu-bg.png);
	background-repeat:no-repeat;
	width:879px;
	height:53px;
	margin-left:auto;
	margin-right:auto;
	position:relative; top:8px;
}

div#main-menu-link
{
	text-align: center;
	color:#660000; 
	font-size:18px;
	text-decoration:none;
	word-spacing:6px;
	position:relative; top:15px;
}
div#main-menu-link A 
{
	color:#660000;
	text-decoration:none;
	/* If more links are inserted, please decrease the left and right padding accordingly */
	padding-left:30px;
	padding-right:30px;
}
div#main-menu-link A:hover 
{
	color:#c84300;
	text-decoration: underline;
}

/* CONTENT */
div#page-content-wrapper
{
	width:98.7%;
	height:100%;
	overflow:hidden;
	margin: 0 auto;
	position:relative; top:24px;
}

div#page-column-1
{
	width:283px;
	height:100%; 
}

div#page-column-2
{
	width:579px;
	height:100%;
}

div.pod-wrapper-1
{
	padding:5px;
	background-image: url(../images/pod-bg-tile-1.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffc350;
}

div.pod-wrapper-2
{
	padding:5px;
	background-image: url(../images/pod-bg-tile-2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
}

div.pod-title-1
{
	width:273px;
	height:45px;
	background-image: url(../images/pod-title-bg-1.png);
	background-repeat:no-repeat;
	color:#cc0000;
	font-size:26px; 
	text-indent:6px;
	line-height:46px;
}

div.pod-title-2
{
	width:570px;
	height:45px;
	background-image: url(../images/pod-title-bg-2.png);
	background-repeat:no-repeat;
	color:#cc0000;
	font-size:26px;
	text-indent:6px;
	line-height:46px;
}

div.pod-wrapper-bottom
{
	width:100%;
	height:8px;
	background-image: url(../images/pod-shadow-tile.png);
	background-repeat:repeat-x; background-position:bottom;
	margin-bottom:8px
}

div.pod-content-1
{
	text-align: left;
	font-weight:bold; 
	font-style:italic; 
	font-size:12px
}
div.pod-content-1 A 
{
	color:#cc0000;
	text-decoration:underline;
}
div.pod-content-1 A:hover 
{
	color:#c84300;
	text-decoration: underline;
}


div.pod-content-2
{
	text-align: justify;
	background-image: url(../images/car-watermark.png);
	background-repeat:no-repeat; background-position:bottom right;
}
div.pod-content-2 A 
{
	color:#cc0000;
	text-decoration:underline;
}
div.pod-content-2 A:hover 
{
	color:#c84300;
	text-decoration: underline;
}

div#copyright
{
	font-size:11px;
	color:#ffeac2; 
	text-align:right; 
	margin-top:10px;
}

img.img-border
{
	border: 6px solid #e49e57;
}

img.img-thumb-border
{
	border: 1px solid #e49e57;
}


/* 
:Left:
This floats a div to the left.
*/
div.float-left
{
	float:left;
}
/* 
:Right:
This floats a div to the right.
*/
div.float-right
{
	float:right; 
}

/* 
:Break:
Use break to simply break the current flow of one or more divs that float left or right 
This simply allows you to start on a new line without affecting the above layout. 
For Vertical Spacing use div.spacer.
*/
div.break
{
	clear:both;
}


/* 
:Top Space:
When applied to a div, this adds 5px ofexternal space to the top only of an object or container.
*/
.space-top
{
	margin-top:10px;
}

/* 
:Bottom Space:
When applied to a div, this adds 5px of external space to the bottom only of an object or container.
*/
.space-bottom
{
	margin-bottom:10px;
}

/* 
:Left Space:
When applied to a div, this adds 5px ofexternal space to the left only of an object or container.
*/
.space-left
{
	margin-left:10px;
}

/* 
:Right Space:
When applied to a div, this adds 5px of external space to the right only of an object or container.
*/
.space-right
{
	margin-right:10px;
}

div.spacer
{ 
	padding:5px;
}

hr {
	border:0;
	width:100%;
	color:#d7d7d7;
	background-color:#d7d7d7;
	height:1px;
}

/* arcRes */
.arcRes
{
	text-align:center;	
	font-size: 13px;
}

.arcRes a
{
	color:#333333;	
}

.specialsContainer
{
	/*
	width: 223px;
	background-color: #fdda70;
	background-image: url(../image/bodyBackground.jpg); 
	background-repeat: repeat-x; 
	color: #FFFFFF;
	border: #F3D211 1px solid;
	*/
	padding: 3px;
}

.specialsContainer a
{
	color: #FFFF00;
	font-weight: bold;
}

.specialsHeader
{
	color: #609479;
	font-size: 18px;
	font-weight: bold;
}

/* RANDOM */
.jsclass body .randomcontent
{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}
