html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ADC3CA url(images/bg1_01.jpg) repeat-x left top;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3D5D6E;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}

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

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

strong {
	color: #2A4959;
}

a {
	color: #255E77;
	text-decoration: none;
}

a:hover {
	color: #0084E4;
}

a img {
	border: none;
}

img.border {
}

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

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}
#moveright {
	padding: 0px 0px 0px 250px;
}

#moveright ul {
	padding: 0px 0px 0px 0px;
}
#moveright li {
	padding: 0px 0px 5px 0px;
}

/** WRAPPER */

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

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

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 157px;
	padding-top: 32px;
	background: url(images/bg2_01.jpg) no-repeat center top;
}

/** SPLASH */

#splash {
	height: 292px;
	background: url(images/Main_Splash_3.jpg) no-repeat center top;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#splash h2 {
	margin: 0px;
	padding: 107px 35px 0px 0px;
	letter-spacing: -1px;
	font-size: 32px;
	font-weight: normal;
	color: #3A5F6F;
}

#splash span {
	color: #006DBC;
}

#splash p {
	padding: 18px 35px 0px 0px;
	font-size: 20px;
	color: #FFFFFF;
}

/** Google Search */
#GoogleSearch {
	float: right;
	margin: 0px;
	padding: 10px 75px 0px 0px;
	list-style: none;
	line-height: normal;
}

/** MENU */

#menu {
	float: right;
	width: 660px;
	height: 59px;
	padding-top: 98px;
}

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

#menu li {
	float: left;
	*background: url(images/homepage02.gif) no-repeat left 2px;
	padding: 0px 5px 5px 10px;
}

#menu a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

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

#menu .first {
	background: none;
} 

/** PAGE */

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

#page-bgtop {
	background: url(images/bg2_03.jpg) no-repeat center top;
}

#page-bgbtm {
	overflow: hidden;
	padding: 35px 0px 20px 0px;
	background: url(images/bg2_05.jpg) no-repeat center bottom;
}

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

.single #page-bgtop {
	background: url(images/subpage2_01.jpg) no-repeat center top;
}

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

/** CONTENT */

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

.single #content {
	width: 100%;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 328px;
	font-size: 12px;
}

/** FOOTER */

#footer {
}

#footer p {
	margin: 0px;
	padding: 40px 0px 110px 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7B96A2;
}

/** BOX 1 */

#box1 {
	margin-bottom: 30px;
}

/** BOX 2 */

#box2 {
}

/** BOX 3 */

#box3 {
	margin-top: 30px;
}

/** BOX STYLE 1 */

.box-style1 {
	padding: 0px 10px;
}

.box-style1 .title {
	font-size: 26px;
	font-weight: normal;
	color: #193C4C;
}

.box-style1 span {
	color: #0076C1;
}


/** BOX STYLE 2 */

.box-style2 {
	padding: 0px 30px;
}

.box-style2 .title {
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #193C4C;
}

.box-style2 span {
	color: #0076C1;
}

.image1 {
	padding: 3px;
	border: 1px solid #C3CDCF;
}

.link1 {
	display: block;
	float: left;
	width: 88px;
	height: 24px;
	margin: 0px;
	padding: 6px 0px 0px 35px;
	line-height: normal;
	background: url(images/homepage04.gif) no-repeat left top;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

/** TWO COLUMNS */ 

#two-columns {
	overflow: hidden;
	background: url(images/homepage05.gif) no-repeat right top;
	padding: 40px 30px 0px 30px;
}

#two-columns .title {
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #193C4C;
}

#two-columns span {
	color: #0076C1;
}

#column1 {
	float: left;
	width: 270px;
}

#column2 {
	float: right;
	width: 270px;
}

/** LIST STYLE 1 */

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

ul.style1 li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDEAED;
}

ul.style1 h3 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #255E77;
}

ul.style1 .date {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7D7D7D;
}

ul.style1 img {
	margin-top: 5px;
}

ul.style1 .last {
	border: none;
	margin-bottom: 0px;
}

/** LIST STYLE 2 */

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

ul.style2 li {
	padding-bottom: 8px;
}