/* CSS file for Joe Duffy Website 2008 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* Default text set to dark grey */
	color: #FFFFFF;
	margin: 0px;
	height: 100%;
	background-color: #000000;
	background-image: url(../images/top_banner_bg_blank.gif);
	background-repeat: repeat-x;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.whitetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.whitetextboldlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.yellowtextboldlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.underlinenews {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.underlinebikes {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* Controls for the main hyperlinks to be used through out the site */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* Line Spacers */

.GreySpacer{
	height:1px;
	background-color:#666666;	
}
.BlackSpacer{
	height:1px;
	background-color:#333333;	
}
.WhiteSpacer{
	height:1px;
	background-color:#FFFFFF;	
}
.headingSpacer{
	height:20px;

}
/*Code for the roll overs on the images*/

a.rollover:hover img {
filter:alpha(opacity=40);-moz-opacity:.80;opacity:.80;
}
.HomeUsedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.HomeUsedTextBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.td {
	width: 25px;
}
a.sendbutton, a.sendbutton:visited, a.sendbutton:active {
	width: 90px;
	height: 18px;
	color: #FFFFFF;
	display: block;
	clear: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #333333;

}

a.sendbutton:hover {
	width: 90px;
	height: 18px;
	color: #b0b29d;
	display: block;
	clear: none;

}
