html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #0047A0 url(../images/homepage_01_short.gif) repeat-x left top;
	line-height: 180%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8395AB;
}

h1, h2, h3 {
	margin-top: 0px;
	line-height: 100%;
}

p, ol, ul {
	margin-top: 0px;
    font-size: 11px;
}

strong {
	color: #687C96;
}

a {
	color: #2A7D04;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

ul.style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.style1 li {
	margin-bottom: 20px;
}

ul.style1 img {
	margin-top: 5px;
}

ul.style1 h3 {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	letter-spacing: -2px;
	font-size: 24px;
	font-weight: normal;
}

/** LIST STYLES */

ul.style2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	margin: 0px;
	padding: 4px 0px  14px 15px;
	line-height: 20px;
    height: 91px;
    width: 233px;
}

ul.style2 img {    height: 103px;
    width: 216px;
}

ul.style2 span {
	display: block;
	float: left;
	width: 209px;
	height: 89px;
	margin-top: 4px;
	margin-right: 16px;
	padding: 0px 0px 0px 0px;
	/*background: url(../images/homepage_16.gif) no-repeat left top;*/
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

/** WRAPPER */

#wrapper {
	background:  url(../images/homepage_02.gif) repeat-x left bottom;
}

.container {
	width: 980px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
    height: 40px;
    margin-top: 0px;
    width: 330px;
    text-align: center;
}

/** HEADER */

#header {
	width: 1000px;
	height: 100px;
	margin: 0px auto;
	/** background: #0047A0 url(../images/homepage_04.gif) no-repeat right top; */
}

/** BANNER */

#banner {
	height: 140px;
	width:1086px;
	margin: 0px auto;
	background: url(../images/banner_8.bmp) no-repeat center top;
    text-align: right;
}



#top-heading {
	height: 63px;
	width:1085px;
	margin: 0px auto;
	background: url(../images/homepage_new06.bmp) no-repeat center top;
}

.single #top-heading {
	background: url(../images/subpage2_01.gif) no-repeat center top;
}

#header-text {
/*	width: 1000px;
	height: 63px;
	margin: 0px auto;*/
}

#header-text h2 
{
    width: 599px;
	padding:   25px 0px 0px 15px;
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: normal;
	color: #8ACB6D;
    height: 31px;
}

.single #header-text h2 {
	padding: 20px 0px 0px 50px;
}

#header-text span {
	color: #FFFFFF;
}

/** MENU */

#menu {
	float: right;
	width: 650px;
	height: 43px;
	padding-top: 57px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 88px;
	height: 33px;
	margin-right: 40px;
	padding: 10px 0px 0px 0px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: url(../images/subpage1_04.gif) no-repeat left top;
}

/** PAGE */

#page {
	width: 950px;
	margin: 0px auto;
	background: url(../images/subpage1_03.gif) repeat-y right top;
}

#page-bgtop {
	background: url(../images/subpage1_01.gif) no-repeat right top;
}

#page-bgbtm {
	background: url(../images/subpage1_02v2.gif) no-repeat right bottom;
}

.single #page {
	background: url(../images/subpage2_04.gif) repeat-y right top;
}

.single #page-bgtop {
	background: url(../images/subpage2_02.gif) no-repeat right top;
}

.single #page-bgbtm {
	background: url(../images/subpage2_03.gif) no-repeat right bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 625px;
	padding-top: 45px;
}

.single #content {
	width: 950px;
	margin: 0px auto;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 325px;
	color: #7DB1F2;
}

#sidebar a {
	color: #B3D5FF;
}

#sidebar p 
{
    width:auto;
}

#sidebar input
{
    width:130px;
    font-size:.8em;
}

#sidebar .loginButton
{
    background-color:#FFFBFF;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
    font-size:.8em;
    color:#284775;
    width:60px;
}

#sidebar strong {
	color: #B5D6FF;
}

/** FOOTER */

#footer 
{
    
}

#footer p {
	margin:  0px;
	/* margin-left: 300px;*/
	padding: 30px 0px 50px 0px;
	text-align: center;
	/*color: #3297EF;*/
	color:#FFFFFF;
	font-size:12px;
    white-space:nowrap;
}

#footer a {
	color: #3297EF;
}

#footer .legal {
}

#footer .links {
}

/** BOX-STYLE1 */

.box-style1 {    height: 304px;
}

.box-style1 .title {
	height: 66px;
	margin: 0px;
	padding: 15px 10px 0px 15px;
	background: url(../images/homepage_07.gif)  no-repeat left top;
	font-weight: normal;
	font-size: 15px;
	color: #A2CCFF;
    width: 306px;
}

.box-style1 span 
{    
    font-size: 10px;
	color: #FFFFFF;
	
}

.box-style1 .content {
	padding:  30px 35px 15px 25px;
}

/** BOX-STYLE2 */

.box-style2 {
}

.box-style2 .title {
	height: 46px;
	margin: 0px;
	padding: 29px 0px 0px 25px;
	background: url(../images/homepage_08.gif)  no-repeat left top;
	font-weight: normal;
	font-size: 17px;
	color: #A2CCFF;
}

.box-style2 span 
{
	color: #FFFFFF;
}

.box-style2 .content {
	padding: 25px 35px 20px 25px;
}

/** BOX-STYLE3 */

.box-style3 {
	padding: 0px 30px;
}

.box-style3 h2 {
	letter-spacing: -3px;
	text-align: left;
	font-size: 34px;
	font-weight: normal;
	color: #4F85C1;
    height: 38px;
}

.box-style3 h3 {
	margin: -20px 0px 21px 0px;
	letter-spacing: -2px;
	font-size: 24px;
	font-weight: normal;
	color: #ADCDF0;
}

/** BOX4 */

#box4 {
	padding:  30px 45px;
	background: url(../images/homepage_14.gif) no-repeat left top;
    height: 509px;
}

.two-columns {
}

.two-columns h2 {
	letter-spacing: -2px;
	font-size: 26px;
	font-weight: normal;
	color: #638555;
}

.column1 {
	float: left;
	width: 235px;
	padding-right: 20px;
	/** background: url(../images/homepage_15_stretch460.gif) no-repeat right top; */
    height: 367px;
}

.column2 {
	float: right;
	width: 245px;
	padding-left: 20px;
}


