/* CSS Document */

html {
	height:100%;
}

body {
	padding:0; 
	margin:0; 
	height:100%; 
	background:url(images/bg.gif) repeat-x;
	font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

/* You can change the width of this container to whatever the width of the site is, but
you need to have a width on the container. Check the width of the main table too.*/

#container {
	margin:0 auto;
	padding:0;
	width:951px;
}

.content {
	line-height:16px;
}



/* ----------- HEADER STYLES ------------ */

h1, h2, h3 {
    font-family:Tahoma;
	color:#49453c;
	font-size:13px;
	display:inline;
	margin:0;
	padding:0;
}

table, td, img, form {
	border:0; 
	padding:0;
	margin:0;
}

table, td {
	border:0px; 
	border-collapse:collapse;	
}

input, textarea{
	font-size:13px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#49453c;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img a { 
	border:0px;
}


/* ------------ CHANGE LINK COLOR HERE ------------ */

a:link{
	color:#666666;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#666;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

.footer {
	font-size:10px;
	color:#FFF;
	text-align:center;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

#header {
	width:951px;
	height:149px;
	font-family:Georgia, sans-serif;
	background-image: url(images/header_bg.gif);
	color:#e6e8f2;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align: left;
	left: 440px;
}

#cta {
	width:951px;
	height:235px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/cta_bg.gif);
	color:#e6e8f2;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	
	
}

#cta a {
	color:#e6e8f2;
	text-decoration:none;
}

#body {
	width:951px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/table_bg.gif);
	color:#333333;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	
	
}

#body a {
	color:#174074;
	text-decoration:underline;
}

#btn {
	width:290px;
	height:33px;
	font-family:Georgia, sans-serif;
	background-image: url(images/btn_bg.jpg);
	color:#1F317C2;
	font-size:20px;
	text-decoration:none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	padding-top:10px;
	text-align: center;	
}

#btn a {
	color:#1F317C;
	text-decoration:none;
}




#footer {
	width:921px;
	height:60px;
	font-family:Verdana, sans-serif;
	background-image: url(images/footer_bg.gif);
	color:#1F317C2;
	font-size:10px;
	text-align:left;
	padding-top:45px;
	padding-left: 30px;
}

#footer a {
	color:#1F317C2;
}


ul{
	margin:0; 
	padding:0; 
	list-style:bullet;
}

li{ 
	margin:0px; 
	padding-left:8px; 
	line-height:18px ;
}
li a{
	color:#ffffff; 
	text-decoration:underline;
}
li a:hover{
	color:#ffffff; 
	text-decoration:none;
} 

.clear{clear:both;}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #16416D;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2870B5;
	text-transform: uppercase;
}
.towns {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2A74BC;
	font-style: oblique;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	color: #333333;
}
