
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FDECDF url(images/homepage01.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5C5C5C;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

ol {
	line-height: 180%;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #2D5F98;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	height: 105px;
}

/** MENU */

#menu {
	float: right;
	width: 650px;
	height: 105px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 105px;
	background: url(images/homepage05.gif) no-repeat 0px 55px;
}
#menu li.first {
	background: none;
}

#menu a {
	display: inline-block;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	
	background-color:#FFFFFF;
	color: #205474;
}

#menu li a span {
	display: inline-block;
	height: 40px;
	padding: 55px 25px 10px 25px;
	color: #FFFFFF;
}

#menu li a span:hover {
	display: inline-block;
	height: 40px;
	padding: 55px 25px 10px 25px;
	background: url(images/homepage04.jpg) no-repeat right top;
	text-decoration: none;
	
	background-color:#FFFFFF;
	color: #205474;
}
#menu li a:hover {
	background: #FFFFFF url(images/homepage03.jpg) no-repeat left top;
}

/** PAGE */

#page {
	background: url(images/subpage2_02.jpg) repeat-y left top;
}

#page .bgtop {
	overflow: hidden;
	background: url(images/subpage2_01.jpg) no-repeat left top;
	padding: 12px 0px 0px 0px;
}

#page .bgbtm {
	overflow: hidden;
	background: url(images/subpage2_03.jpg) no-repeat left bottom;
}

.subpage #page .bgbtm {
	padding: 0px 0px 10px 0px;
	background: url(images/subpage1_01.jpg) no-repeat left bottom;
}

.single #page .bgbtm {
	padding: 40px 60px 40px 60px;
}

/** SPLASH */

#splash {
	position: relative;
	width: 607px;
	height: 235px;
	margin-bottom: 20px;
	background: url(images/bg04.jpg) no-repeat left top;
}

#splash .image {
	position: absolute;
	left: 6px;
	top: 6px;
}

#splash .caption {
	position: absolute;
	width: 580px;
	height: 43px;
	left: 6px;
	bottom: 2px;
	padding: 13px 0px 0px 15px;
	opacity: .6;
	background: #000001;
	font: 21px/normal Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000;
}

#splash .caption span {
	color: #96E6CA;
}

/** CONTENT */

#content {
	float: left;
	width: 608px;
	margin: 0px;
	padding: 0px 0px 0px 42px;
}

.subpage #content {
	padding-top: 30px;
}

.single #content {
	width: 100%;
	padding-left: 0px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 313px;
	padding: 0px 30px 0px 0px;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 120px;
	background: url(images/subpage2_04.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 33px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	color: #5B5C5C;
}

#footer .legal {
}

#footer .links {
}

.link1 {
	display: block;
	float: right;
	width: 107px;
	height: 28px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: url(images/homepage07.gif) no-repeat left top;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

.link2 {
	padding-left: 15px;
	background: url(images/homepage17.gif) no-repeat left 6px;
}

.box-style1 {
}

.box-style1 .title .secHeadings {
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	font-size: 21px;
	font-weight: normal;
	color: #205373;
}
.secHeadings {
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	font-size: 21px;
	font-weight: normal;
	color: #205373;
}
.box-style1 .byline {
	font-size: 11px;
	color: #9A9795;
}

.box-style2 {
	/*position: absolute;*/
	top: 124px;
	left: 840px;
}

.box-style2 .title {
	width: 280px;
	height: 31px;
	margin: 0px;
	padding: 10px 0px 0px 12px;
	background: url(images/homepage10.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.box-style2 .byline {
	font-size: 11px;
	color: #9A9795;
}

#footer-content {
	background: url(images/bg02.jpg) repeat-y left top;
}

#footer-content .bgtop {
	background: url(images/bg01.jpg) no-repeat left top;
}

#footer-content .bgbtm {
	overflow: hidden;
	padding: 25px 60px 20px 60px;
	background: url(images/bg03.jpg) no-repeat left bottom;
}

#footer-content .title {
	font-size: 16px;
}

#footer a {
	color: #2D5F98;
}

.column1 {
	float: left;
	width: 265px;
	margin-right: 40px;
}

.column2 {
	float: right;

}

.column3 {
	float: right;
	width: 265px;
}

#box1 {
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

#box2 {
	padding: 0px 0px 0px 10px;
}

#box3 {
	background: #F2F2F2;
}

#box4 {
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

#box4 .title {
	font-size: 28px;
}

#box5 {
}

#box5 .title {
	font-size: 28px;
}


ul.style1 {
	margin: 0px;
	padding: 0px 13px;
	list-style: none;
	line-height: 175%;
}

ul.style1 h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #205373;
}

ul.style1 li {
	margin: 0px;
	padding: 11px 0px 6px 0px;
	background: url(images/homepage14.gif) repeat-x left top;
}

ul.style1 .alignleft {
	padding: 2px 10px 0px 0px;
}

ul.style1 li.first {
	background: none;
}

ul.style2 {
	margin: 0px 0px;
	padding: 0px 13px;
	list-style: none;
}

ul.style2 li {
	margin: 0px;
	padding: 20px 0px 15px 0px;
	background: url(images/homepage18.gif) repeat-x left top;
}

ul.style2 .alignleft {
	padding: 2px 15px 0px 0px;
}

ul.style2 li.first {
	padding-top: 0px;
	background: none;
}

ul.style2 p {
	line-height: 170%;
}

ul.style3 {
	margin: 0px 0px;
	padding: 30px 13px 10px 13px;
	list-style: none;
}

ul.style3 li {
	margin: 0px;
	padding: 15px 0px 25px 0px;
	background: url(images/homepage18.gif) repeat-x left top;
}

ul.style3 .alignleft {
	padding: 2px 15px 0px 0px;
}

ul.style3 li.first {
	padding-top: 0px;
	background: none;
}

ul.style3 p {
	line-height: 180%;
}