/* Elements */
/* Main Background colour etc */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
}
/* html links and top menu text colour */
a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	height: 50px;
}

#logo h1, #logo h2 {
	float: left;
	padding: 2em .25em 0 0;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */
/* Area above top menu - links bar. img03 sets colour to #B6C6D6  */
#menu {
	float: right;
	height: 30px;
	border-top: 20px solid #FFFFFF;
	background: #E1EEFA url(images/img03.gif) repeat-x left bottom;
}

#menu ul {
	margin: 0;
	padding: .35em 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}
/* button hover colour change */
#menu a:hover {
	color: #0088FF;
}

/* Splash area between LOGO and text*/

#splash {
	width: 760px;
	height: 140px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
}
/* Headings in uppercase colour etc. img06 is the small box*/
#content h2 {
	height: 25px;
	padding: 6px 0 0 31px;
	background: url(images/img06.gif) no-repeat 10px 10px;
	text-transform: uppercase;
	font-size: 1em;
	color: #000000;
}

#content h3 {
	font-size: 1em;
}
#content h4 {
	height: 25px;
	padding: 6px 0 0 31px;
	background: url(images/img06.gif) no-repeat 10px 10px;
		font-size: 1em;
	color: #000000;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*img09 is small black box */
#content li {
	padding-left: 12px;
	background: url(images/img09.gif) no-repeat left center;
}

#content .content {
	padding: 10px 31px 20px 31px;
}

/* Column One img04 is gradiented blue colour with uppercase heading over it*/

#colOne {
	float: left;
	width: 520px;
	background: url(images/img04.gif) repeat-x;
}
/* img07 is lower colour box with uppercase heading over it*/
#colOne .boxed {
	background: url(images/img04.gif) repeat-x;
}

/* Column Two img05 is top right colour box in 2nd column */

#colTwo {
	float: right;
	width: 200px;
	background: url(images/img05.gif) repeat-x;
}

/* img08 is bottom right corner with links under it*/
#colTwo .boxed {
	background: url(images/img08.gif) repeat-x;
}

#colTwo .content {
	padding: 10px;
}

/* wide col 3...*/
#colThree {
	float: left;
	width: 800px;
	background: url(images/img04.gif) repeat-x;
}

/* Footer img01 is footer fading to white */

#footer {
	width: 760px;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-x left bottom;
}
/* Footer copyright text colour etc */
#footer p {
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: x-small;
	color: #666666;
}

#footer a {
	color: #666666;
}