body {
	margin: 0px;
	padding: 0px;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
}

blockquote {
	padding: 5px 20px 5px 170px;
}

blockquote.guideAlt {
	color: #330099;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #F0F0F4;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
}

/* Header (tagline, phone number and email)-------------------------------------*/
#header {
	width: 800px;
	height: 38px;
	background-image: url(../images/components/header.jpg);
}

	#headerContact {
		width: 300px;
		float: right;
		position: relative;
		top: 5px;
		right: 10px;
		font-size: 10px;
		color: #FFF;
		text-align: right;
	}
	
		#headerContact a {
			color: #FFF;
			text-decoration: none;
		}
		
/* Container for navigation, logo and tab content -------------------------------*/
#logoNav {
	margin-top: 8px;
}
	
	#tabContent {
		width: 800px;
		height: 80px;
		position: relative;
		clear: both;
		background-image: url(../images/components/tab-content-bg.jpg);
		background-repeat: repeat-x;
	}
	
		img.logo {
			margin: 6px 0px 0px 10px;
		}

/* Container for page content ---------------------------------------------------*/
#homeContent {
	width: 800px;
	padding: 5px 0px 0px 0px;
	background-color: #FFF;
}

#content {
	width: 778px;
	padding: 10px;
	background-color: #FFF;
	border-left: 1px solid #F0F0F4;
	border-right: 1px solid #F0F0F4;
	font-size: 14px;
	color: #333;
}

.clearBoth {
	width: 100%;
	height: 1px;
	clear: both;
}

/* Footer -----------------------------------------------------------------------------*/
#footer {
	width: 800px;
	height: 38px;
	background-image: url(../images/components/footer.jpg);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FFF;
	line-height: 3.3;
	text-indent: 20px;
}

/* Headings, Links, Paragraphs & Lists ---------------------------------------------------------------------*/
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 24px;
	color: #330099;
}

h2 {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	font-size: 18px;
	color: #330099;
}

a {
	color: #330099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content p {
	margin: 10px 0px 15px 0px;
	padding: 0px;
}

#content p.small {
	font-size: 11px;
}

#content p.guideAlt {
	color: #330099;
}

#content ul {
	margin-left: 195px;
}

/* HOME PAGE SPECIFIC -----------------------------------------------------------*/
div.homeTags {
	width: 800px;
	height: 106px;
	margin-top: 5px;
	background-image: url(../images/home-taglines.jpg);
	background-repeat: no-repeat;
}

	div.homeTags div {
		float: left;
		width: 180px;
		position: relative;
		top: 40px;
	}
	
		div.homeTags div a {
			font-size: 12px;
			color: #CCCCEC;
			text-decoration: none;
		}
		
		div.homeTags div a:hover {
			text-decoration: underline;
		}
	
	div.homeTags div.do {
		left: 13px;
	}
	
	div.homeTags div.did {
		left: 33px;
	}
	
	div.homeTags div.more {
		left: 53px;
	}
	
	div.homeTags div.where {
		left: 73px;
	}
	
/* CONTACT PAGE SPECIFIC -----------------------------------------------------------*/
table.contactTablePhone, table.contactTableEmail, table.contactTablePost  {
	margin-bottom: 10px;
}

table.contactTablePhone th, table.contactTableEmail th, table.contactTablePost th,
table.contactTablePhone td, table.contactTableEmail td, table.contactTablePost td  {
	margin: 0px;
	padding: 6px 5px;
	font-size: 12px;
	text-align: left;
}

table.contactTablePhone td.rightAlign, table.contactTableEmail td.rightAlign, table.contactTablePost td.rightAlign {
	text-align: right;
}

table.contactTablePhone th, table.contactTableEmail th, table.contactTablePost th {
	background-color: #CCC3EC;
	border-top: 1px solid #8686D2;
	border-bottom: 1px solid #8686D2;
	font-size: 14px;
}

p.small {
	font-size: 10px;
}

/*SUPPORT PAGE SPECIFIC ----------------------------------------------------------------*/
#supportButton {
	width: 250px;
	margin: 0px 180px 20px auto;
	border: 2px solid #330099;
	text-align: center;
}

#supportButton p {
	color: #330099;
	font-size: 16px;
}

table#supportDetails {
	font-size: 12px;
}

table#supportDetails td {
	padding: 0px 0px 10px 0px;
}
