/* Page Content Styles */

h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: .9;
}
h1 {
	font-size: 24px;
}


h2 {
	color: #353535;
	font-size: 18px;
	margin: 0px auto 10px auto;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #353535;
	font-style: italic;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}

.video {
	margin: 20px 37px;
	float: left;
	height: 108px;
	overflow: hidden;
}
	.videunderlay { /* ARIBA ARIBA! */
		position: relative;
		padding: 20px 10px 11px 10px;
		width: 120px;
		height: 90px;
		top:-18px;
	}
	.videoverlay {
		display: block;
		position: relative;
		background: transparent url(../images/layout/videoverlay.png) 0 0 no-repeat;
		width: 140px;
		height: 108px;
		top: -126px;
	}

blockquote {
	margin: auto .7em;
}

img {
	border-width: 0px;
}
.imgBorder {
	border: 1px solid #C2B580;
	text-align: center;
	line-height: normal;
	background-color: #FFFFFF;
	background-image: url(../images/layout/img_bg.gif);
	padding: 1px;
}

.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.floatright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	display: block;
}

p {
	margin: 0px auto 0.8em auto;
	line-height: 1.2em;
}

ol, ul {
	margin-top: -0.5em;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: .8em;
}
ul li {
	list-style-type: disc;
}

form {
	margin: 0px;
	padding: 0px;
}
select, input {
	font-size: 10px;
	margin-bottom: -2px;
	margin-top: -2px;
}


a {
	text-decoration: none;
}
a:link {
	color: #4654b5;
}
a:visited {
	color: #4654b5;
}
a:hover, a:active {
	color: #9C9164;
}
a.moreLink {
	/*	display: block;*/
/* why did ashly do this? I have no idea - Mark made it display inline so that the images would show, and not be under other images that are floating or aligned. */
	display:inline;
	background-image: url(../images/layout/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 13px;
	font-weight: bold;
}
.image_right {
	float: right;
	margin-left: 20px;
}
.image_left {
	float: left;
	margin-right: 20px;
}
.iconAlign {
	margin-top: -20px;
	margin-bottom: 30px;
}


.teamBox {
	width: 300px;
	float: left;
	clear: none;
	height: 150px;
	margin: 10px;
}
#mid_col .box {
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: both;
}
#right_col .box {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 12px;
}
.tarriff {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D7D0BD;
	border-bottom-color: #D7D0BD;
	line-height: normal;
}
.validDates {
	font-size: 11px;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D7D0BD;
	font-weight: normal;
	line-height: normal;
	font-style: italic;
	text-align: right;
}
.conditions {
	font-size: 11px;
	clear: both;
	border-top: 1px dotted #D7D0BD;
	margin-top: 5px;
	padding-top: 5px;
}
table.columns {
	width: 100%;
	margin-bottom: 3px;
}
table.columns td {
	vertical-align: top;
}

#news_images {
	float:right;
	width:304px;
	margin:0 10px 10px 0;
}
#news_bq {
	margin:10px 5px 10px 10px;
	font-style:italic;	
}

.eventsHR {
	width:700px;
	border:none;
	border-top:1px solid #0098D7;
	margin:10px auto;
}

#partsaccessories table {width:90%;margin:auto;}
#partsaccessories table th { text-align:left; padding-bottom:4px;}
#partsaccessories table td { vertical-align:top; border-top:1px solid #D1DFE6;}
#partsaccessories table .middle {text-align:center;}
#partsaccessories table .right {text-align:right;}
#partsaccessories table .iname {width:55%;padding-left:10px;}
#partsaccessories table .iname .pa_rm {float:right; font-size:0.8em;margin-right:10px;}
#partsaccessories table .iname .pa_rms {padding:3px 10px;display:none;margin-bottom:10px;}