@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}


h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:16px;
	color: #EE3D43;
	font-weight:bold;
	margin: 5px 0 5px 0;
}

h2{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin:auto;
}

h3{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#333;
	font-size:14px;
	margin:auto;
}
p{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:auto;
	color:#333;
}

#container{
	margin: 0 auto;
	width:900px;
	background-color:#D5E7FF;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

/**************************** HEADER STUFF *****************************************/

#header{
	margin: 0 auto;
	float:left;
	width:900px;
	height:363px;
	background-image:url(../images/header.jpg);
}

.plane{
	width:405px;
	height:230px;
	margin: 45px 0 0 0;
	float:left;
}

.logo{
	width:250px;
	height:70px;
	margin:130px 0 5px 15px;
	float:left;
}

.slogan{
	width:350px;
	margin:5px auto;
	float:left;
}

.slogan h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:20px;
	color: #EE3D43;
	font-weight:bold;
	margin: 5px 0 5px 0;
}

#menuTop{
	/*margin:16px 0 0 0;*/
	width:100%;
	height:52px;
	float:left;
	padding:25px 0 0 18px;
}

#lowerBody{
	margin:0 auto;
	width:900px;
	clear:both;
	
}

#leftColumn{
	margin:5px 5px 15px 5px;
	width:700px;
	float:left;

}

#content{
	margin:15px 10px 15px 10px;
	width:675px;
	/*height:600px;*/
	background-image:url(../images/formbackground.jpg);
	background-repeat:repeat-x;
	border:2px solid #66afbf;
	padding:0 5px 0 5px;
	background-color: #B8E7DF;
}


.title{
	margin:0;
	width:98%;
	
}

.title h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:22px;
	color: #EE3D43;
	font-weight:bold;
	padding:0;
}


/***Content2 CSS***/
#content2leftColumn{
	margin:5px 5px 15px 5px;
	width:880px;
	float:left;

}

#content2content{
	margin:15px 10px 15px 10px;
	width:855px;
	/*height:600px;*/
	background-image:url(../images/formbackground.jpg);
	background-repeat:repeat-x;
	border:2px solid #66afbf;
	padding:0 5px 0 5px;
	background-color:#B8E7DF;
}


.content2title{
	margin:0;
	width:99%;
	
}





#newsOffers{
	margin:10px 10px 15px 15px;
	float:left;
	width:275px;
	height:400px;
	background-image:url(../images/newsbackground.jpg);
	background-repeat:repeat-x;
	color: #FFF77F;
}



/*- newsOffers menu--------------------------- */
	
#newsOffers ul{
	display:block;
	list-style-type:none;
	margin:0 auto;
	width:275px;
	font-weight:bold;
	padding:0;
	
}
#newsOffers li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#newsOffers li a:link, #newsOffers li a:visited {
	color: #FFF;
	display: block;
	background:  url(../images/menu5.gif);
	padding: 8px 0 0 10px;
	}
	
#newsOffers li a:hover {
	color: #FFF;
	background:url(../images/menu5.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	


.newsTitle h1{
	margin:0 auto;
	height:25px;
	background-image:url(../images/heading-background.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	padding:5px 0 5px 5px;
	color:#FF0;
	text-align:center;
}

#ads{
	margin:10px 10px 15px 15px;
	float:left;
	width:375px;
	height:400px;
	background-color:#CCC;
}

#rightColumn{
	margin:20px 5px 15px 0;
	float:right;
	width:180px;
	/*height:625px;*/
	background-image:url(../images/formbackground.jpg);
	background-repeat:repeat-x;
	background-color:#B8E7DF;
	border:2px solid #66afbf;
}

#rightColumn h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:16px;
	color: #EE3D43;
	font-weight:bold;
	padding:0 0 0 15px;
}

#footer{
	margin:0 auto;
	width:900px;
	clear:both;
	height:70px;
	background-image: url(../images/newsbackground.jpg);
	background-repeat:repeat-x;	
}

.footerLinks{
	margin:10px auto;
	float:left;
	width:900px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color: #FFF77F;

}


.footerLinks ul {
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

.footerLinks li.first {
	border: 0px;
}

.footerLinks li {
	display: inline;
	text-align: center;
	/*border-left: 1px solid #333;*/
}

.footerLinks li a {
	color: #FFF77F;
	margin: 0 10px;
	text-decoration:none;
}

.footerLinks li a:hover {
	color: #FF6203;
	text-decoration:none;
}




.copyright{
	margin:5px auto;
	float:left;
	width:900px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#F90;
}

