/*--------------------------------------------------------------
Main CSS Document 

Version:	1.0
Author:		James Roberts
Website: 	http://www.method.org.uk

--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

body {
	background-position: right 0px;
	background-repeat: no-repeat;
	background-image: url(../images/background.gif);
	color: #666;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: normal normal 11px Arial, 'Lucida Grande', Verdana, Sans-Serif;
}

/*----------------------------------------------------------------------
	LINKS
----------------------------------------------------------------------*/

a:link {
	color: #2e638d;
}

a:visited {
	color: #2e638d;
}

a:hover {
	text-decoration: none;
	color: #bcbdc0;
}

a:active {
	color: #bcbdc0;
}

/*----------------------------------------------------------------------
	MAIN DIVS
----------------------------------------------------------------------*/

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-top: 50px;
	clear: both;
	float: left;
	margin-right: 50px;
	margin-left: 50px;
	width: 800px;
}

#logo {
	height: 119px;
	width: 307px;
	float: left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/logo.gif);
}

#contact_no {
	display: block;
	padding-bottom: 10px;
	padding-top: 60px;
	margin-right: 50px;
	text-align: right;
	color: black;
	font-size: 21px;
	font-weight: bold;
	float: right;
}

#navigation {
	margin-right: 50px;
	float: right;
	clear: right;
}

#slideshow {
	float: left;
	height: 230px;
	width: 900px;
}

#navigation li {
	padding-left: 5px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 5px;
	list-style-type: none;
	display: inline;
	font-size: 10px;
}

#navigation .last {
	padding-right: 0px;
	border-right-style: none;
	list-style-type: none;
}

#navigation a {
	color: black;
	text-decoration: none;
}

#content_left {
	float: left;
	margin-left: 50px;
	width: 320px;
}

#content_right {
	float: right;
	margin-right: 50px;
	width: 250px;
}

h1 {
	padding-bottom: 10px;
	color: black;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}

h2 {
	padding-bottom: 10px;
	color: black;
	font-size: 12px;
	line-height: 22px;
}

h3 {
	padding-bottom: 10px;
	color: black;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
}

p {
	line-height: 16px;
	padding-bottom: 10px;
}

li {
	line-height: 14px;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#footer {
	margin-top: 20px;
	text-align: left;
	width: 800px;
	clear: both;
	float: left;
	font-size: 9px;
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer h1 {
	padding-bottom: 2px;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

strong {

	color: black;

	font-weight: bold;

}

.contact {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/contact.jpg);
	height: 220px;
}

img {
	border-width: 0px;
}
blockquote {
	padding-left: 30px;
	padding-bottom: 0;
	padding-right: 10px;
	padding-top: 0;
	font-style: italic;
	color: #454545;
	background-position: 0px 0px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	display: block;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;
	margin-left: 360px;
}
blockquote .author {
	color: #2e638d;
	font-weight: bold;
	font-size: 10px;
	content: close-quote;
}
.hr {
	height: 1px;
	clear: both;
	position: relative;
	display: block;
	border-top-color: #2e638d;
	border-top-width: 1px;
	border-top-style: dotted;
}
label {
	text-transform: capitalize;
}
#content_right .hr {
	margin-top: 18px;
	padding-bottom: 10px;
}
form h3 {
	padding-bottom: 5px;
}
