/*--------------------------------------------------------------
Basic CSS Document 

Version:	1.0
Author:		James Roberts
Email:		info@method.org.uk
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 {
	font: 11px/1.3em "Lucida Grande", Verdana, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}
/*----------------------------------------------------------------------
	LINKS
----------------------------------------------------------------------*/

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	text-decoration: none;
	color: #3a3a3a;
}

a:active {
	color: #3a3a3a;
}

/*----------------------------------------------------------------------
	MAIN DIVS
----------------------------------------------------------------------*/

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	/* background-color: #b5121b; */
	padding: 20px;
	clear: left;
	float: left;
	width: 550px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-position: right 0px;
    background-repeat: no-repeat;
   /*  background-image: url(../images/box_bg.gif); */
	
}
#contentDT {
	/* background-color: #b5121b; */
	background-color: white;
	                                
	color: black;
	                                
	padding: 20px;
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	background-position: right 0px;
    background-repeat: no-repeat;
   /*  background-image: url(../images/box_bg.gif); */
	
}
ul, li {
	border:0; 
	padding:0; 
	margin:0; 
	list-style:none;
}

#footer{
	padding-top: 10px;
	border-top-style: solid;
/* 	border-top-color: #b5121b; */
	border-top-width: 1px;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#footer a:hover{
    color: black;
}
#header{
    padding: 0px;
    margin-bottom: 10px;
    background-position: 0px -10px;
    background-repeat: no-repeat;
/*     background-image: url(../images/logo.gif); */
    width: 100%;
    height: 100px;
/*     background-color: #b5121b; */
}
#navigation {
	display: block;
	margin-bottom: 10px;
	height: 30px;
	width: 900px;
	position: relative;
}
#main_image{
    margin-bottom: 10px;
    width: 900px;
}
#leader{
    padding-bottom: 10px;
    padding-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-family: Verdana, sans-serif;
    line-height: 18px;
    /* color: #7c3a00; */
    font-size: 16px;
    width: 590px;
    float: left;
}
#leader h1 {
    font-weight: normal;
    line-height: 21px;
    /* color: #7c3a00; */
    font-size: 19px;
}

#column1{
    float: left;
    padding-right: 5px;
    width: 260px;
}
#column2{
    padding-left: 5px;
    float: right;
    width: 260px;
}
.author {
	margin-top: 10px;
	font-weight: bold;
	color: black;
	font-size: 10px;
}
#right {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	width: 270px;
	float: right;
}
#testimonial {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 270px;
}
#side_images {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 270px;
}
blockquote{
/*	font-style: italic;*/
 	line-height: 21px; 
	font-size: 16px;
	color: #3a3a3a;
}

.bqstart {
	font-family: serif;
	float: left;
	height: 45px;
	margin-top: -30px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	/* color: #b5121b; */
}
.bqend {
	font-family: serif;
	float: right;
	height: 25px;
	margin-top: 0px;
	padding-top: 35px;
	font-size: 700%;
	/* color: #b5121b; */
}
#top {
	padding-right: 10px;
	text-align: right;
	clear: both;
	padding-bottom: 5px;
	height: 30px;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin-top: 10px;
	float: right;
	font-size: 10px;
	color: white;
}
#top h1 {
	padding-top: 5px;
	letter-spacing: 1px;
	word-spacing: 1px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: white;
}
#top a {
	text-decoration: none;
	color: white;
}
#content li {
	margin-left: 15px;
	list-style-type: disc;
}
#formDisplay {
	clear: both;
	display: block;
}
h1, h2, h3 {
	font-weight: bold;
}
h2 {
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 12px;
}
