
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: #dc0001;
	font-weight: bold;
}


body
{
	background: url(/images/layout/body-bgd.jpg) repeat-x #fff;
	font: normal 12px 'Arial', 'Tahoma', 'sans-serif';
	color: black;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}

h1
{
	font: normal 24px 'Futura', 'Trebuchet MS', 'Arial', 'sans-serif';
	text-transform: uppercase;
	margin: 15px 0px 15px 0px;
}

h2
{
	font: normal 16px 'Futura', 'Trebuchet MS', 'Arial', 'sans-serif';
	text-transform: uppercase;
}

h3
{
	font: bold 14px 'Futura', 'Trebuchet MS', 'Arial', 'sans-serif';
	text-transform: uppercase;
	margin: 15px 0px 15px 0px;
	color: #ff0000;
}

h4
{
}

h5
{
}

h6
{
}

img
{
	border: none;
	display: inline;
}

p
{
	line-height: 17px;
	font: normal 12px 'Arial', 'Tahoma', 'sans-serif';
	color: #3c3c3c;
}

td
{
	font: normal 12px 'Arial', 'Tahoma', 'sans-serif';
	vertical-align: top;
}


/* Classes
**********/
.block
{
	display: block;
}

.text-note
{
	font-size: 11px;
	padding-right: 25px;
}

.text-vehicles,
#groups.text-vehicles p
{
	font-size: 11px;
	padding-right: 25px;
	line-height: 12px;
}

.vehicle-img
{
	margin: 10px 18px 0px 18px;
	margin-bottom: -5px;
}

.group-top
{
	background: url(/images/layout/group-top.jpg) no-repeat top;
	padding: 20px 0px 0px 0px;
}

.group-bgd
{
	background: url(/images/layout/group-bgd.jpg) repeat-y;
	width: 322px;
}

.group-btm
{
	background: url(/images/layout/group-btm.jpg) no-repeat bottom;
	margin: 0px;
	padding: 0px;
	height: 30px;
	border-bottom: 20px solid white;
}

.img-right
{
	margin-left: 655px;
	display: block;
}

.img-mid
{
	margin-left: 333px;
	display: block;
}

/* Layout defaults
******************/
#wrap
{
	margin: 0px auto 0px auto;
	width: 990px;
	text-align: left;
}

#header
{
	background: url(/images/layout/header-bgd.jpg) no-repeat;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#logo
{
	margin: 0px auto 0px 20px;
	padding: 0px;
}

#page
{
	margin: 5px 0px 0px 0px;
	padding-top: 1px;
}

#page h1
{
	margin: 15px 15px 15px 35px;
}

#contact input,
#contact textarea,
#contact select
{
	width: 200px;
}

#contact
{
	margin: 0px 0px 0px 20px;
	width: 200px;
}


#footer
{
	background: url(/images/layout/footer-bgd.png) repeat-x;
}

#footer-details
{
	margin: 0px 0px 20px 10px;
}

#messiah-footer
{
	float: right;
	margin-top: 20px;
	font-size: 11px;
	text-align: right;
}

/* Layout - home
******************/
#home-action p,
#home-action h2,
#home-action h3
{
	padding: 0px 25px 0px 25px;
}

#home-action h2
{
	margin-top: 10px;	
}

#home-action td
{
	width: 330px;
}

/* Layout - page
******************/
#col2-text
{
	margin: -85px 330px 50px 345px;
	width: 320px;
}

#groups
{
	margin: -25px 0px 0px 13px;
}

#groups p,
#groups h2
{
	padding: 0px 25px 0px 25px;
}

#page-action
{
	margin: 30px 0px 0px 0px;
}

#page-action td
{
	width: 330px;
}

#page-action p,
#page-action h2,
#page-action h3
{
	padding: 0px 25px 0px 25px;
}


#group-top-bgd
{
	background: url(/images/layout/group-top-bgd.jpg) no-repeat top;
	padding: 20px 0px 0px 0px;
}

#group-top-bgd p,
#group-top-bgd h2,
#group-top-bgd h3
{
	padding: 0px 40px 0px 40px;
}

#group-top-bgd ul,
#group-top-bgd li
{
	margin: 0px 0px 10px 20px;
	padding: 0px 30px 0px 20px;
}

#contact-action
{
	margin: 30px 0px 0px 0px;
}

#contact-action td
{
	width: 315px;
}

#contact-action p,
#contact-action h2,
#contact-action h3
{
	padding: 0px 25px 0px 25px;
}

