/* Main stylesheet for entire site */

* { /* Global Reset */
	margin: 0;
	padding: 0;
}

body { /* Controls the page margins and sets the packground image and default font sizes */
	margin-bottom: 40px;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

/*------------------------------------------------ Page Layout Styles ------------------------------------------------*/

#wrapper { /* Hold the page together and sets it centred in browser window */
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#banner { /* The main logo */
	width: 780px;
	height: 100px;
}

#blueBar { /* The blue box which olds the images and the H1 tags within */
	width: 760px;
	margin: 10px;
	background-image: url(../images/blueBarbg.jpg);
	background-repeat: no-repeat;
	height: 170px;
}

#mainBody { /* The main part of the page where the text is contained (also holds the bodyText and rightBox divides */
	width: 760px;
	padding: 0px 10px 10px 10px;
	font-size: 1.0em;
	min-height: 100px;
	overflow: auto;
}

#bodyText { /* Holds the sites text and sits to the left */
	font-size: 0.8em;
	float: left;
	width: 550px;
}

#rightBox { /* The grey box with the blue writing that sits to the right of the page text */
	background-color: #CCCCCC;
	float: right;
	width: 195px;
	margin-top: 10px;
	font-size: 0.8em;
	color: #0066FF;
}

#footer { /* The footer at the bottom of each page containing copyright info, quick links and author info */
	width: 100%;
	line-height: 18px;
	margin-top: 40px;
	height: 70px;
	color: #666666;
	border-top: 1px solid #1D73F4;
	font-size: 0.75em;
	text-align: center;
	background: url(../images/footerImg.jpg) repeat-x bottom;
}

/*------------------------------------------------ Nagivation Menu Styles ------------------------------------------------*/

#navMenu {
	width: 780px;
	background: #FFFFFF;
	height: 30px;
}

#navMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 780px;
}

#navMenu li {
	float: left;
}

#navMenu li a {
	background-image: url(../images/navbg_over.jpg);
	display: block;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	width: 129px;
	height: 22px;
	padding: 5px 0px 3px 0px;
}

#navMenu li span a {
	border-left: 1px solid #FFFFFF;
	width: 128px;
}

#navMenu a:hover {
	background-image: url(../images/navbg.jpg);
	color: #FFFFFF;
}

/*------------------------------------------------ Text Styles ------------------------------------------------*/

h1 { /* Header 1 tags - Main title of the pages (held within the blueBar divide) */
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 1.8em;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 125px;
}

h2 { /* Header 2 tags - Sub title of the pages (normally at the top of the bodyText divides) */
	font-size: 0.9em;
	font-weight: bold;
	color: #1D73F4;
	padding: 10px;
}

p { /* Paragraph tags - General text paragraphs */
	color: #333333;
	font-size: 0.85em;
	padding: 10px;
	line-height: 18px;
}

.bluebarPic { /* The main image on each oage within the blueBox divide */
	margin: 1px;
}

.siteBullet li { /* Any bullet lists that appear across the site */
	font-size: 0.85em;
	margin-left: 30px;
	padding-left: 5px;
	padding-bottom: 10px;
	list-style-image: url(../images/bullet.gif);
}

.contact { /* The p class for the contact page only */
	text-align: right;
}

.contactType { /* For the contact page, email, mobile, telephone or fax details */
	font-weight: bold;
	padding-right: 10px;
	color: #1D73F4;
}

.quotes { /* Used on the testimonials page only */
	color: #1D73F4;
	font-size: 2.2em;
	font-weight: bold;
}

#rightBox p { /* Paragraph text within the grey box divide */
	font-size: 0.85em;
	padding: 10px;
	color: #333333;
}

#rightBox h2 { /* Header 2 tags within the grey box divide */
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 10px 0 10px;
}

.rightBoxHeading {
	font-weight: bold;
	color: #1D73F4;
}


/*------------------------------------------------ Link Styles ------------------------------------------------*/

a {
	color: #333333;
	text-decoration: none;
	padding: 1px;
}

a:hover {
	background-color: #1D73F4;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 1px;
}

#footer a {
	font-weight: bold;
	font-size: 0.9em;
	color: #1D73F4;
	text-decoration: underline;
	padding: 1px;
}

#footer a:hover {
	background-color: #1D73F4;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 1px;
}


/*------------------------------------------------ Internet Explorer v6 Hacks ------------------------------------------------*/

/**html #mainBody {
	height: 100px;
}*/
