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, 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;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul,ol {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end of reset */
html {
	/* forced side scrollbars - http://www.splintered.co.uk/experiments/49/ */
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	line-height: 1;
	color: #FFF;
	text-align: center;
}

h1 {
	font-size: 3.6em;
	line-height: 1.4;
}

h2 {
	font-size: 2.4em;
	line-height: 1.4;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2.8;
}

li {
	font-size: 1.2em;
	line-height: 1.4;
}

p {
	font-size: 1.4em;
	line-height: 1.4;
}

p.testimonials
{
	font-family: Georgia, "Times New Roman", Times;
	line-height: 18pt;
}

li p {
	font-size: 1em;
}

ol li p {
	padding: 0 !important;
}

sub {
	font-size: 1.2em;
}

address {
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.4;
}

table {
	border-collapse: collapse;
}

td, th {
	font-size: 1.2em;
	padding: .3em;
	background: #014604;
	border: 1px solid #61a654
}

th.header {
	background: none;
	border: none;
	font-size: 1.4em;
	padding: 1em 0 .2em 0;
}

td.sidebar
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: middle;
	background: transparent;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
}

a.sidebar
{
	line-height: normal;
	font-size: inherit;
	font-style: normal;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.blue .hr {
	display: block;
	border-bottom: 9px solid #379;
	margin: 1em 0;
}

.hr hr {
	display: none;
}

/* pagination style */
.pagelinks {
	word-spacing: .5em;
}

.pagelinks {
	font-size: 1.4em;
	padding: 15px;
}

/* page layout */

#header {
	text-align: left;
	width: 760px;
	height: 110px;
	margin: 2em auto 0 auto;
	position: relative;
}

#header h1, #header h1 a {
	height: 65px;
	width: 254px;
	display: block;
	text-indent: -9999px;
	background: url(images/logo.gif) top left no-repeat;
	text-decoration: none;
}

#header form#searchform {
	position: absolute;
	right: 0;
	bottom: 51px;
	text-align: right;
}

#header form#searchform label {
	display: block;
	font-size: 1.2em;
	color: #666;
	text-align: right;
	line-height: 1.8;
}

ul#navigation {
	
}

ul#navigation li, ul#navigation a {
	height: 45px;
	width: 190px;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	}

ul#navigation li#home {
	background: url(images/home.gif)
}

ul#navigation li#programs {
	background: url(images/programs.gif)
}

ul#navigation li#resources {
	background: url(images/resources.gif)
}

ul#navigation li#who_we_are {
	background: url(images/who-we-are.gif)
}

div#page {
	text-align: left;
	clear: left;
	width: 760px;
	margin: 0 auto;
	background: #29759e url(images/sidebar.gif) top left repeat-y;
	position: relative;
	min-height: 900px; /* add IE fix cssplay.co.uk min-height */
	height:100%;
}

div#content p {
	margin-bottom: 1em;
}

div#sidebar {
	xbackground: #29759e url(images/sidebar.gif) top left repeat-y;
	width: 188px;
	border-right: 1px solid #0c3555;
	border-left: 1px solid #0c3555;
	float: left;
	text-align: center;
}

div#sidebar a {
	color: #FFF;
}


div#sidebar form {
	margin: 1.5em 0 0 0; 
}

div#sidebar form h3 {
line-height: 1;

}
div#sidebar form fieldset label {
	font-size: 1.2em;
	display: block;
	padding: .3em 0;
}

div#sidebar form fieldset input#submit {
	margin-top: 1em;
	}
div.button {
	width: 80px;
	background: #0d2e40;
	border: 3px solid #165070;
	margin: 1em auto;
}

div#request_brochure p {
	font-weight: bold;
}

div#request_brochure a:link {
	color: #FFF;
	text-decoration: none;
}

div#request_brochure a:visited {
	color: #FFF;
	text-decoration: none;
}

div#request_brochure a:hover {
	color: #FFF;
	text-decoration: underline;
}

div#request_brochure a:active {
	color: #FFF;
	text-decoration: none;
}

div#address {
	position: absolute;
	bottom: 20px;
	padding-bottom: 15px;
	left: 0;
	width: 190px;
	background: url(images/address.gif) bottom left no-repeat;
}

div#content {
	width: 570px;
	padding: 10px 0;
	float: right;
	min-height: 500px; /* add IE fix cssplay.co.uk min-height */
}


div#content h2, div#content h3, div#content p, div#content dd, div#content sub, div#content table, div#content ul, div#content ol, div#content div.small {
	padding: 0 15px;
}

div#content table {
	margin: 0 15px 15px 15px;
	
}

table.sidebar
{
	margin: 0 0 0 0;
	padding: 0;
}

div#content small, div#content .navigation {
	font-size: 1.1em;
	padding: 0 15px;
}

div#content ul {
	margin-bottom: 15px;
	list-style-type: square;
	margin-left: 17px;
}

div#content ul li {
	margin-bottom: 5px;
	}

.green {
	background:	#216614 url(images/green.gif) top right repeat-x;
	color: #ebffe5;
	border-bottom: 9px solid #1e5c12;
}


.welcome_message{
 	background:#29759e; 
 	height:240px; 
 	margin: 0 10px 10px 10px; 
 	border:1px solid #0c3555; 
 }

.green a:link, .green a:visited, .green a:hover, .green a:active {
	color: #b1ff99;
}

.blue {
	background:	#1a5c7f  url(images/blue.gif) top right repeat-x;
	color: #e5ebff;
	border-bottom: 9px solid #175373;
}

.blue a:link, .blue a:visited, .blue a:hover, .blue a:active {
	color: #9adcff;
}

.yellow {
	background:	#bf6600 url(images/yellow.gif) top right repeat-x;
	color: #FFF9F9;
	border-bottom: 9px solid #af6600;
}

.yellow a:link, .yellow a:visited, .yellow a:hover, .yellow a:active {
	color: #feec65;
	color: #fce962
}

.red {
	background:	#80301a url(images/red.gif) top right repeat-x;
	color: #ffebe5;
	border-bottom: 9px solid #6c2e22;
}

.red a:link, .red a:visited, .red a:hover, .red a:active {
	color: #f0a08a
}

#footer {
	clear: both;
	background: #FFF;
	color: #666;
}	

div#footer p {
	font-size: 1.1em;
	text-align: right;
	line-height: 1.8;
	position: relative;
	top: .5em;
}

div#footer a:link {
	color: #666;
	xtext-decoration: none;
}

div#footer a:visited {
	color: #666;
	xtext-decoration: none;
}

div#footer a:hover {
	color: #666;
	text-decoration: underline;
}

div#footer a:active {
	color: #666;
	xtext-decoration: none;
}
