@charset "UTF-8";
/* html5doctor.com Reset Stylesheet v1.6.1. Last Updated: 2010-09-17 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
	color:#000000;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	clear:both;
	display:block;
	height:0.1em;
	margin:0em;
	padding:0;
	background-color: #660000;
	border: 0em none #cccccc;
}
input, select {
	vertical-align:middle;
}
li {
	text-decoration:none;
	list-style:none;
}
/* END html5doctor.com Reset*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CSS Common to all Pages*/
h1 {
	font-size:1.6em;
	font-weight:bold;
	padding: 0.5em 0em 0.5em 0em;
	}
h2 {
	font-size:1.3em;
	font-weight:bold;
	padding: 0.5em 0em 0.5em 0.5em;
	}
h3 {
	font-size:1.0em;
	font-weight:bold;
	padding: 0.5em 0em 0.5em 1.0em;
	}
p {
	padding: 0.5em 0em 0em 3em;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color:#ffffff;
	background:url(images/bg-body1.png) repeat;
}
.wrapper {
	text-align: left;
	width: 60em;
	height:8em;
	margin: 1em auto 0em auto;
}
.wrapper-logo-title {
	height: 8em;
	width: 60em;
	float: left;
	background-image:url(images/bg-logo-title-8em.png);
	background-repeat: repeat-x;
	border-top-left-radius:2em;
	border-top-right-radius:2em;
}
.logo {
	float: left;
	height:6.5em;
	width: 12em;
	text-align: right;
	padding:1.5em 0em 0em 0em;
}
.wrapper-title {
	float:left;
	height:5.5em;
	width:45em;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	color:#660000;
	padding:2.5em 0em 0em 1em;
}
.title1 {
	font-size:2.5em;
	font-weight:bold;
	margin:0;
	padding:0;
	}
.title2 {
	font-size:1em;
	padding:0em 0em 0em 1em;
	}
.nav-menu {
	clear:both;
	width:60em;
}
.nav-menu ul {
	text-align:center;
	height:4em;
	line-height:4em;
	background-image:url(images/bg-nav-menu.png);
	background-repeat: repeat-x;
}
.nav-menu li {
	display:inline;
	margin:0em 2em 0em 2em;
}
.nav-menu li a:link {
	color:#660000;
	font-weight:bold;
}
.nav-menu li a:visited {
	color:#660000;
	font-weight:bold;
}
.nav-menu li a:hover{
	color:#ffffff;
	background-color:#660000;
}
.nav-menu li a:active {
	color:#660000;
	background-color:#ffffff;
}
.content {
	width:50em;
	background-color:#cccccc;
	color:#660000;
	padding: 1em 5em 1em 5em;
}
.content ul {
	padding: 1em 4em 1em 4em;
	margin-bottom:4em;
}
.content li {
	list-style:square;
	padding: 0em 0em 1em 0em;
}
.footer-menu {
	clear:both;
	width:60em;
	background-color:#cccccc;
}
.footer-menu ul {
	text-align:center;
	height:4em;
	line-height:4em;
	background-image:url(images/bg-nav-menu.png);
	background-repeat: repeat-x;
}
.footer-menu li {
	display:inline;
	margin:0em 1em 0em 1em;
	color:#660000;
}
.below-footer {
	background-color:#cccccc;
	clear:both;
	width:60em;
	border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;
}
.below-footer ul {
	text-align:center;
	height:2em;
	line-height:2em;
	color:#660000;
	font-size:0.5em;
}
.below-footer li {
	display:inline;
	margin:0em 2em 0em 2em;
}
.below-footer a:link, {
	color:#039;
}
.below-footer a:visited{
	color:#660000;
}
.below-footer a:hover {
	color:#ffffff;
	background-color:#666666;
}
.below-footer a:active {
	color:#660000;
	background-color:#ffffff;
}

/*End CSS Common to all pages*/
/*CSS Contact page*/
/*~~~FORMS - NEW CONTACT FORM~~~~~*/
.contact {
	font-size:0.8em;
	}
/*~~~~~~end NEW CONTACT form design~~~~~*/
