@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/back.jpg);
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	font-size: 12px;
}
a{ 
outline:none;
}
div{
	outline:none;
	}
	
	#FlashID{
		
		outline:none;}

a:link{
	outline:none;
	}
a:active{
	outline:none;
	}
a:hover{
	outline:none;
	}
	
input{
	width: 250px;
}
select{
	width: 256px;
	}
	
textarea{
	width: 300px;
		}
.main {
	float: left;
	height: 100%;
	width: 100%;
}
.image1{
	float: right;
	margin-left: 20px;
}

.image2{
	margin-left: 45px;
}

 .body {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.title{
	color: #F90000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 28px;
	padding-left: 2px;
	letter-spacing: 0.2em;
}
.subtitle{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 30px;
	padding-left: 2px;
	letter-spacing: 0.6em;
	font-style: italic;
	display: block;
	float: left;
}


.header {
	background-image: url(../images/header.jpg);
	height: 140px;
	background-repeat: no-repeat;
}

a {
	text-decoration:none;
	color: #042970;
}

a:hover {
text-decoration: underline;}

div {
position:relative;}
.flash   {
	background-image: url(../images/flash.jpg);
	height: 418px;
}
.bodyTop {
	background-image: url(../images/trans_top.png);
	height: 11px;
	margin-top: 8px;
}
.bodyMiddle {
	background-image: url(../images/trans_mid.png);
	background-repeat: repeat-y;
}
.bodyPage {
	padding: 10px;
}

.bodyBottom {
	background-image: url(../images/trans_bottom.png);
	height: 11px;
	background-repeat: no-repeat;
}
p {
	margin: 0px;
	padding: 0px;
}



/*
 * @ CALL TO ACTIONS
 *
 */

#cta{
	height:204px;
	background-image: url(../images/cta_background.png);
	margin-top: 6px;
}


#cta .calltoaction{
	height:182px;
	width: 411px;
	float: left;
	padding: 2px;
}

#cta .title{
	color: #F90000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	float: left;
	width: 400px;
	height: 28px;
	padding-left: 2px;
	letter-spacing: 0.2em;
}


#cta .text{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: 200px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 20px;
}

#cta ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#cta ul li{
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left 7px;
}

#cta .button{
	background-image: url(../images/readmore.png);
	height: 27px;
	width: 128px;
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin-top: 16px;
	margin-right: 6px;
	background-position: 0px 0px;
}

#cta .button:hover{
	background-image: url(../images/readmore.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px -27px;
}
/*
 * @ FOOTER
 *
 */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	width:850px;
	padding-top: 18px;
	height: auto;
	letter-spacing: 2px;
	line-height: 20px;	
}

#footer a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
}

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

