@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: 0;
}

p {
	line-height: 125%;
}

h1 {
	font-size: 28px;
	margin: 10px 0;
}

h2 {
	font-size: 20px;
	margin: 10px 0;
}

h3 {
	font-size: 20px;
	margin: 10px 0;
}

h4 {}

h5 {
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #5F7384;
	text-decoration: none;
}

a:hover {
	color: #8A9FB4;
}

ul {
	list-style: inside;
	padding-left: 10px;
}

li {
	list-style: inside;
}

p {
  margin: 0 0 5px 0;
}

/* ----- Page Layout ----- */
#wrapper {
	width: 950px;
	margin: auto;
	text-align: left;
}

#header {
	height: 120px;
}

.logo {
	float: left;
	margin-top: 10px;
}

.contact {
	text-align: right;
	font-size: 18px;
	margin: 0 15px 0 215px;
}

.heading {
	font-size: 21px;
	font-weight: bold;
	padding-top: 25px;
	margin: 0;
	text-align: right;
}

#mainMenu {
}

#mainMenu ul{
	list-style: none;
	background-image: url(../images/menu-header.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 950px;
	margin: 15px 0 0;
	padding-left: 30px;
}

#mainMenu li {
	list-style: none;
	display: inline;
	float: left;
}

#mainMenu ul a {
	border-right: 1px inset #333;
	background-repeat: repeat-y;
	height: 36px;
	background-position: right;
	padding: 0 27px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-size: 18px;
	color: #FFF;
}


#mainMenu ul a:hover {
	background-image: url(../images/menu-header-hover.jpg);
	background-repeat: repeat-x;
	height: 36px;
}

#mainMenu .noBorderRight {
	border: 0px;
}

#slideshow {
	width: 950px;
	height: 240px;
	position: relative;
	margin: -15px 0 1px;
	text-align: center;
}

#slideshow img {
	width: 947px;
	height: 240px;
	margin-left: 2px;
}

#menuBlocks {
}

#menuBlocks ul{
	list-style: none;
	background-image: url(../images/menu-blocks.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 950px;
	margin: 0;
	padding-left: 30px;
}

#menuBlocks li {
	list-style: none;
	display: inline;
	float: left;
}

#menuBlocks ul a {
	border-right: 1px inset #333;
	height: 42px;
	background-position: right;
	padding: 0 35px;
	display: block;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	color: #000;
}


#menuBlocks ul a:hover {
	color: #FFF;
}

#menuBlocks .noBorderRight {
	border: 0px;
}

#content {
	margin: 30px 0;
}

#contentLeft {
	width: 200px;
	float: left;
	margin: -8px 0 20px 5px;
	font-size: 11px;
}

#contentRight {
	width: 700px;
	float: right;
}

#contentRight p {
	margin-bottom: 15px;
}

.date {
	color: #990000;
	font-weight: bold;
	margin: 10ox 0 0px;
}

.readMore a {
	color: #5C7B90;
	font-weight: bold;
	text-decoration: none;
}

.readMore a:hover {
	color: #749037;
}

.alignRight {
	text-align: right;
}

.vcard {
	float: right;
	font-size: 10px;
	width: 200px;
	border: 1px solid #CCC;
	background: #DEDEDE;
	padding: 4px;
}

.vcard strong{
	font-size: 12px;
}

.contactForm {
	width: 500px;
	border: 0; 
}

.contactForm tr {
	line-height: 35px;
}


/* ----- Footer ----- */
#footer {
	clear: both;
}

#footer h2 {
	font-size: 22px;
	font-weight: normal;
	color: #9AAC6E;
	text-align: right;
}

#footerLeft {
	width: 380px;
	float: left;
	margin: 0;
	background: #697B8C;
	height: 150px;
	border-left: 20px solid #000;
}

#footerLeft h3 {
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
	margin-left: 10px;
}

blockquote {
	background-image:url(../images/quotes.jpg);
	font-size: 12px;
	background-repeat: no-repeat;
}

blockquote img {
		margin-top: -7px;
		padding-right: 10px;
		float: left;
}

#quotes {
  margin-left: 55px;
}

#author {
  font-style: italic;
  text-align: right;
  padding-right: 25px;
}

#footerLeft p {
	margin-left: 60px;
	font-size: 12px;
	color: #000;
	line-height: 100%;
}

span.italicRight  {
	font-style:italic;
	float: right;
	margin-right: 10px;
}

div.author {
    margin-top: 8px;
	font-style:italic;
	float: right;
	margin-right: 10px;
}
	
#footerRight {
	width: 540px;
	float: left;
	margin: 0;
	background: #000;
	height: 150px;
	padding-right: 10px;
}

#footerRight h2 {
	font-size: 22px;
	font-weight: normal;
	color: #9AAC6E;
	text-align: right;
}

#footerRight p {
	color: #FFF;
	text-align: right;
}

#footerRight img {
	text-align: right;
	padding: 2px;
}

#footnote {
	clear: both;
	font-size: 10px;
	padding: 15px 0 0;
}

#footnoteLeft {
	width: 400px;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
}

#footnoteRight {
	width: 520px;
	float: left;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: right;
}

#footnoteRight a {
	color: #697B8C;
	text-decoration: none;
	font-weight: bold;
}

#footnoteRight a:hover {
	color: #749037
}

/* -- NEWS PAGE -- */
#newsPage h3 {
	color: #8A9FB4;
}

#newsPage p {
	margin: 7px 0;
}

#newsPage ul {
	list-style-position: outside;
	margin-left: 7px;
}

#newsPage li {
	list-style-position: outside;
}

#newsPage hr {
	border: none 0;
	border-top: 1px dashed #000;
	width: 100%;
	height: 1px;
	margin: 30px 0;
}
