/* CSS Document */

/*  NEED ALL STYLES BELOW  - CHANGE VALUES FOR SITE */
* {
	margin: 0;
	padding: 0;
}

html, body {
    color: #333;
}

#body {
	background-color: #FFF;
}

.LeftAlignedImage /* This is the custom style for an image */ 
{
	margin: 10px 10px 10px 0;
}

.RightAlignedImage /* This is the custom style for an image */ 
{
	margin:0px 2px 10px 10px;
}

.LeftAlignedImageBorder /* This is the custom style for an image */ 
{
	margin: 0px 2px 10px 10px;
	background-color: #CCC;
	border: 1px solid #000;
}
.photoFeature {
	color: #666;
	text-align: left;
	margin: 10px 25px 10px 25px;
}
.photoFeature h3 {
	color: #000;
}
.photoFeature img {
	border: 1px solid #666;
}
#wheel {
	margin-right: 10px;
}
body
{
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #333;
}

table
{
	border: 0;
	/*border-collapse: collapse;*/
}

p 
{
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
}

hr 
{
	height: 1px;
    color: #000064;
    background-color: #000064;
    border-top: 0px solid #000064;
    margin-bottom: 10px;
}

a 
{
	color: #FF6600; 
	text-decoration: none;
}

a:hover 
{
	color: #FF8200; 
	text-decoration: none;
}

h1
{
	color: #000;
	font-size: 70px;
	line-height: 80px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-style: normal;
	word-spacing: 4px;
	line-height: .9em;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

h2
{
	margin-bottom: 7px;
	font-size: 20px;
	color: #85B100;
	font-weight: bold;
}


h3
{
	margin-bottom: 5px;
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
}

h4
{
	margin-bottom: 3px;
	font-size: 14px;
	color: #663399;
	font-weight: bold;
}

h5
{
	margin-bottom: 3px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

h6
{
	margin-bottom: 2px;
	font-size: 9px;
	color: #000;
	font-weight: normal;
    font-size: 10px;
}





ol, ul
{
	margin-left: 10px;
	padding: 0 10px 0.8em;
	line-height: 1.3em;
}

ul li 
{

	list-style-image: url('/images/site/bullet.gif');
	text-align: left;
    padding-bottom: 10px;
}

ul li a
{
	color: #FF6600;
	text-decoration: none;
}

ul li a:hover
{
	color: #FF8200;
	text-decoration: underline;
}


/* USE FOR CAPTION OF IMAGE OPJECT */
.caption 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	font-weight: normal; 
	color: #303FA7; 
	text-decoration: none;
}

.error, .attention
{
    color: #FF3300;
    background-color : transparent;
    font-size: 10px;
}

/* FORM ELEMENTS*/

form 
{
	display: inline;
}

input 
{
	padding: 0 0.2em;
	
}


.tickBox 
{
	background-color : transparent;
	height: 12px;
	width: 12px;
}

input.checkbox 
{
	background-color : transparent;
	color: #000;
	height: 12px;
	width: 12px;
	padding: 0px;
    margin: 0px 5px 0px 0px;
}

.search-highlight
{
	background-color: #FF8200;
}