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

#main_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: auto;
}
	


body {
	background-color: #CFD8E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-weight: normal;
	color: #474b51;
	text-align: justify;
}


#top_menu {
	width: 880px;

}

#logo_box {
	width: 880px;
	height: 110px;

}

#flash_box {
	width: 900px;
	height: 440px;
	margin-left: -10px;

}

#welcome_box{
	width: 502px;
	background-color: #D7E5F5;
	text-align: center;
	margin-left: 6px;
}

.welcome_heading{
	color:#3e4854;
	font-size: 2.3em;
	font-family: Arial;
	font-weight: normal;
}


.page_content{
	width: 880px;
	background-color: #FFFFFF;
	text-align: justify;
	
}

.pg_top_bot{
	width: 880px;
	background-color: #D7E5F5;
	height: 11px;

}

.text_content{
	width: 840px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: justify;
}


.rounded_top_content{
	width: 880px;
	height:10px;
	background-image: url(../images/rounded_top_content.gif);
}

.rounded_bottom_content{
	width: 880px;
	height:10px;
	background-image: url(../images/rounded_bottom_content.gif);
}

#footer{
	width: 100%;
	background-image: url(../images/bg_footer.gif);
	height: 60px;
	color: #b9cdcb;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #3e4854;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #666666;
}

a.menu {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	
	display: block;
	width: 105px;
	height: 20px;
}

a.menu:hover {
	text-decoration: none;
	font-size: 12px;
	color: #b5cce7;
}

a.current_page {
	text-decoration: underline;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	width: 105px;
	height: 20px;
	font-weight: bold;
}

a.read_more{
	display: block;
	width: 128px;
	height: 30px;
	background-image: url(../images/readmore.gif);
}

a.read_more_blue{
	display: block;
	width: 128px;
	height: 30px;
	background-image: url(../images/readmore_blue.gif);
}



a.footer_links {
	text-decoration: none;
	font-size: 11px;
	color: #CFD8E4;
}

a.footer_current_page {
	text-decoration: underline;
	font-size: 11px;
	color: #CFD8E4;
	font-weight: bold;
}



.big_subheading{
	font-size: 2.6em;
	font-family: Arial;
	font-weight: bold;
	color: #414E6E;
	letter-spacing: -1px;
}

.strong_lines{
	font-size: 1.6em;
	font-family: Arial;
	font-weight: normal;
	color:#3e4854;
}

.less_strong_lines{
	font-size: 1.5em;
	font-family: Arial;
	font-weight: normal;
	color:#993300;
}

.welcome_lines{
	font-size: 1.4em;
	font-family: Arial;
	font-weight: normal;
	color:#000000;
}

.just_bold{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color:#3e4854;
}

li {
	list-style: none;
	background-image: url(../images/tick_bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;  /* space for the image */
	line-height: 20px;
	color: #63c8e7;
	font-weight: bold;
	font-size: 1.3em;
}


span{
}

.address_bg{
	background-image: url(../images/address_bg.jpg);
	height: 250px;
	width: 350px;
	padding-top: 40px;
	padding-left: 50px;
	background-repeat: no-repeat;
}
