
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #C3DBDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #425F67;
}

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

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

p, ol {
	line-height: 180%;
}

strong {
}

a {
	color: #425F67;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 15px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg1_01.jpg) repeat-x left top;
}

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

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	background: url(images/bg1_05.jpg) no-repeat center top;
}

#header {
	height: 197px;
}

/** MENU */

#menu {
	float: right;
	width: 720px;
	height: 197px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

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

#menu li {
	display: inline-block;
	height: 52px;
}

#menu a {
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
}

#menu span {
	display: inline-block;
	height: 27px;
	padding: 6px 25px 0px 25px;
}

#menu li.active {
	background: url(images/homepage03.jpg) repeat-x left top;
}

#menu li.active a {
	background: url(images/homepage02.jpg) no-repeat left top;
	text-shadow: 1px 1px 1px #001D36;
	color: #FFFFFF;
}

#menu li.active span {
	background: url(images/homepage04.jpg) no-repeat right top;
}

/** BACKGROUNDS */

#bg1 {
	background: url(images/bg1_07.gif) repeat-y center top;
}

#bg2 {
	background: url(images/bg1_06.gif) no-repeat center top;
}

#bg3 {
	background: url(images/bg1_08.gif) no-repeat center bottom;
}

#bg4 {
	background: url(images/bg1_10.jpg) repeat-y center bottom;
}

#bg5 {
	background: url(images/bg1_09.jpg) no-repeat center top;
}

#bg6 {
	overflow: hidden;
	background: url(images/bg1_11.jpg) no-repeat center bottom;
}

/** PAGE */

#page-wrapper {
	overflow: hidden;
	background: #E6F0F0 url(images/bg1_03.gif) repeat-x left top;
}

#page {
	overflow: hidden;
	width: 980px;
	padding: 30px 10px 30px 10px;
}

.homepage #page {
	padding-bottom: 20px;
}

/** CONTENT */

#content {
	float: left;
	width: 680px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 290px;
}

/** FOOTER */

#footer-wrapper {
	background: url(images/bg1_04.gif) repeat-x left top;
}

#footer {
	height: 185px;
	background: url(images/bg1_12.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #8DAAAE;
}

/** BANNER WRAPPER */

#banner-wrapper {
	height: 310px;
	background: #D8E9E9 url(images/bg1_02.gif) repeat-x left top;
}

#banner-bg {
	height: 292px;
	padding: 18px 0px 0px 0px;
	background: url(images/pics01.gif) no-repeat center top;
}

#banner {
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 272px;
}

#banner .image, #banner .caption1, #banner .caption2, #banner .border {
	position: absolute;
}

#banner .image {
	width: 980px;
	height: 252px;
	top: 10px;
	left: 10px;
}

#banner .caption1 {
	width: 980px;
	height: 42px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	bottom: 10px;
	left: 10px;
	background: url(images/pics03.png) no-repeat left top;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: 1px 1px 1px #003B2E;
	font-size: 21px;
	font-weight: normal;
	color: #FFFFFF;
}


#banner .border {
	width: 1000px;
	height: 272px;
	top: 0px;
	left: 0px;
	background: url(images/pics02.gif) no-repeat left top;
}

#banner a {
	text-decoration: none;
}

/** THREE COLUMNS */

#three-columns {
	overflow: hidden;
	background: url(images/homepage11.jpg) repeat-y left top;
}

#three-columns h3 {
	margin: 0px;
	padding: 15px 0px 10px 0px;
	font-size: 14px;
	color: #022E49;
}

#column1 {
	float: left;
	width: 190px;
	margin-right: 35px;
}

#column2 {
	float: left;
	width: 190px;
	margin-right: 35px;
}

#column3 {
	float: right;
	width: 190px;
}


/** TWO COLUMNS */

#two-columns {
	overflow: hidden;
	width: 940px;
	padding: 65px 30px 40px 30px;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#two-columns h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 18px;
	color: #022E49;
}

#two-columns p {
	line-height: 160%;
}

#col1 {
	float: left;
	width: 640px;
}

#col2 {
	float: right;
	width: 250px;
}

/** ONE COLUMN WIDE*/

#one-column-wide {
	overflow: hidden;
	width: 940px;
	padding: 65px 30px 40px 30px;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#one-column-wide h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 18px;
	color: #022E49;
}

#one-column-wide p {
	line-height: 160%;
}

#col1-wide {
	float: left;
	width: 890px;
}


/** BOX 1 */

#box1 {
}

/** BOX 2 */

#box2 {
	margin-bottom: 10px;
}

/** BOX 3 */

#box3 {
}

/** BOX 4 */

#box4 {
	margin-bottom: 10px;
}

/** BOX STYLE 1 */

.box-style1 {
	background: url(images/subpage1_03.jpg) repeat-y left top;
}

.box-style1 .bgbtm {
	height: 30px;
	background: url(images/subpage1_04.jpg) no-repeat left bottom;
}

.box-style1 .title {
	height: 40px;
	margin: 0px;
	padding: 18px 20px 0px 20px;
	background: url(images/subpage1_02.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	color: #022E49;
}

.box-style1 .content {
	padding: 20px 20px 0px 20px;
}

/** BOX STYLE 2 */

.box-style2 {
	background: url(images/subpage1_06.jpg) repeat-y left top;
}

.box-style2 .bgbtm {
	height: 30px;
	background: url(images/subpage1_07.jpg) no-repeat left bottom;
}

.box-style2 .title {
	height: 40px;
	margin: 0px;
	padding: 18px 20px 0px 20px;
	background: url(images/subpage1_05.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	color: #022E49;
}

.box-style2 .content {
	padding: 20px 20px 0px 20px;
}

/** BOX STYLE 3 */

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

.box-style3 .bgbtm {
	height: 30px;
	background: url(images/subpage2_03.jpg) no-repeat left bottom;
}

.box-style3 .title {
	height: 40px;
	margin: 0px;
	padding: 18px 20px 0px 20px;
	background: url(images/subpage2_01.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	color: #022E49;
}

.box-style3 .content {
	padding: 20px 20px 0px 20px;
}

/** IMAGE STYLE 1 */

.image-style1 {
	padding: 4px;
	border: 1px solid #CFE1E1;
	background: #FFFFFF;
}

/** IMAGE STYLE 2 */

.image-style2 {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	padding: 4px;
	border: 1px solid #CFE1E1;
	background: #FFFFFF;
}


/** LINK STYLE 1 */

.link-style1 {
	display: inline-block;
	margin: 10px 0px 0px 0px;
	background: url(images/homepage13.jpg) repeat-x left top;
}

.link-style1 a {
	display: inline-block;
	height: 33px;
	background: url(images/homepage12.jpg) no-repeat left top;
	text-decoration: none;
}

.link-style1 span {
	display: inline-block;
	height: 29px;
	margin: 0px;
	padding: 4px 20px 0px 20px;
	background: url(images/homepage14.jpg) no-repeat right top;
	text-shadow: 1px 1px 1px #0D4100;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}

/** LINK STYLE 2 */

.link-style2 {
	display: inline-block;
	margin: 2px 0px 0px 0px;
	background: url(images/homepage13.jpg) repeat-x left top;
}

.link-style2 a {
	display: inline-block;
	height: 33px;
	background: url(images/homepage12.jpg) no-repeat left top;
	text-decoration: none;
}

.link-style2 span {
	display: inline-block;
	height: 29px;
	margin: 0px;
	padding: 6px 20px 2px 20px;
	background: url(images/homepage14.jpg) no-repeat right top;
	text-shadow: 1px 1px 1px #0D4100;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}


/** LINK STYLE 3 */

.link-style3 {
	display: inline-block;
	margin: 0px 0px 0px 10px;
	background: url(images/homepage06.jpg) repeat-x left top;
}

.link-style3 a {
	display: inline-block;
	float: left;
	height: 30px;
	background: url(images/homepage05.jpg) no-repeat left top;
	text-decoration: none;
}

.link-style3 span {
	display: inline-block;
	height: 25px;
	margin: 0px;
	padding: 5px 20px 0px 20px;
	background: url(images/homepage07.jpg) no-repeat right top;
	text-shadow: 1px 1px 1px #0D4100;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}


/** LIST STYLE 1 */

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

ul.style1 li {
	clear: both;
	background: url(images/homepage18.jpg) repeat-x left top;
	padding: 15px 0px 0px 0px;
}

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

/** LIST STYLE 2 */

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

ul.style2 li {
	float: left;
	padding: 0px 8px 0px 0px;
}

/** LIST STYLE 3 */

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

ul.style3 li {
	padding: 10px 0px 12px 0px;
	background: url(images/homepage18.jpg) repeat-x left top;
}

ul.style3 a {
	color: #425F67;
}

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

