@charset "ISO-8859-1";
a:link {
	text-decoration: none;
	color: #636;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #636;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #990033;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: left;
	color: #000000;
	background-color: #5B6D7A;
	margin-top: 20px;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-family: sans-serif;
	line-height: 100%;
}

/* headline red lowercase */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	color: #990033;
	font-weight: bold;
	text-transform: lowercase;
}

/* subhead in caps */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #5B6D7A;
	text-transform: uppercase;
	font-style: normal;
	margin: -2px 0 -10px 0;
}

/* testimonial names */

h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 120%;
}

/* quotes */

h4 {
	color: #5B6D7A;
	font-weight: bold;
	font-size: 13px;
	line-height: 130%;
}

/* testamonials */

h5 {
	font-size: 13px;
	line-height: 120%;
	font-style: italic;
	font-weight: normal;
}



p, ul, ol {
	line-height: 140%;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000000;
}

a:hover {
	color: #000000;
}

hr {
	display: none;
}

img.floatleft { 
    float: left; 
    margin: 8px 20px 20px 0px; 
}
img.floatright { 
    float: right; 
    margin: 10px; 
}

/* header */

#header {
	width: 955px;
	height: 273px;
	margin: 0 auto;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/header.jpg) no-repeat;
}

#headerlonger {
	width: 955px;
	height: 273px;
	margin: 0 auto;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/headerlonger.jpg) no-repeat;
}

/* navigation */

#nav {
	float: left;
	width: 145px;
	margin: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 200%;
}

#nav h2 {
	margin: 0;
	height: 40px;
	padding: 57px 0px 0px 20px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 200%;
}

#nav a {
	color: #FFFFFF;
}

#nav a:hover {
	text-decoration: none;
	color: #99CCCC;
}

/* page */

#page {
	width: 955px;
	margin: 0 auto;
}

/* content */

#content {
	float: left;
	width: 955px;
	height: 626px;
	margin: 0;
	padding: 0;
	background: url(images/content.jpg) no-repeat;
}

#contentlonger {
	float: left;
	width: 955px;
	height: 1726px;
	margin: 0;
	padding: 0;
	background: url(images/contentlonger.jpg) no-repeat;
}

#contenttext {
	float: right;
	width: 600px;
	margin: 0px 20px 10px 0px;
	padding: 0;
}

.title {
	margin: 0;
	padding: 0;
	font-size: 34px;
}

.title h2 {
	margin: 0;
	color: #990033;
}

.pagetitle {
}


.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	padding-left: 40px;
	padding-right: 50px;
}

.last {
	border: none;
}

/* footer */

#footer {
	clear: both;
	height: 50px;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	padding-top: 10px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}
