/* CSS Document */
/* Default Browser Styles from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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, img, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*Begin CSS Coding*/
body {
	background: #7995A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: center;
}
img {
padding: 0px;
margin-bottom: 40px;
display: block;
float: left;
}

#wrapper {
	width: 735px;
	padding-top: 25px;
	margin: 0 auto;
}
ul li {
	display: inline;
	}

#nav {
	background: url(../layout/headerhome.gif) no-repeat 0 0;
	background-align: left;
	height: 40px;
	padding-left: 145px;
	padding-top: 39px;
	margin-left: -1px;
}

#nav #contact, #nav #resources, #nav #news, #nav #qualifications, #nav #about, #nav #services {
	height: 25px;
	width: 74px;
	top: 50px;
	float: right;
	z-index: 0;
	position: absolute;
}

#nav #services {
	background: url(../layout/services.gif) no-repeat;
	z-index: 2;
	margin-left: 100px;
}
#nav #about {
	background: url(../layout/about.gif) no-repeat;
	margin-left: 180px;
}
#nav #qualifications {
	background: url(../layout/qualifications.gif) no-repeat;
	width: 92px;
	margin-left: 260px;
}
#nav #news {
	background: url(../layout/news.gif) no-repeat;
	margin-left: 357px;
}
#nav #resources {
	background: url(../layout/resources.gif) no-repeat;
	margin-left: 437px;
}
#nav #contact {
	background: url(../layout/contact.gif) no-repeat;
	margin-left: 516px;
}
/*End Butttons*/

#pics {
	background-color: #D7D7D7;
	padding-top: 2px;
	width: 735px;
	margin-left: -1px;
}

#content {
	background-color: #D7D7D7;
	padding: 25px 60px 25px 60px;
	width: 615px;
	margin-left: -1px;
	line-height:18px;
}
#content p {
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 20px;
}
#footer {
	background: url(../layout/footer.jpg) no-repeat;
	background-position: bottom;
	height: 79px;
	width: 736px;
	margin-left: -1px;
}
.footer{
	margin-top: 7px;
	color: #FFF;
	letter-spacing:.05em;}

a.footlink:link, a.footlink:visited, a.footlink:active {text-decoration: none; color: #FFF;}
a.footlink:hover {text-decoration: underline; color: #000000;}