*{
  margin: 0;
  padding: 0;
}
body {
	font-size: 100%;
	font-family: Tahoma, Arial, san-serif;
	text-align: center;
	color: #363636;
	background: url(images/bubble-bg.jpg) no-repeat center top #cfdaeb;
}


img {
	border: 0;
	}
h2{
	font-weight: normal;
	color: #3b73a2;
	font-size: 125%;
	margin-bottom: 5px;
}
h3{
	font-weight: normal;
	color: #3b73a2;
	font-size: 115%;
	margin-bottom: 5px;
}
#page {
	clear: both;
}
#content {
  width: 900px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#wrapper{
	width: 900px;
	float: left;
	clear: both;
	background: #fff; /*url('images/bkg.png') center top transparent;
	background-repeat: repeat-y;
	background-position: top center;*/
}
#innerWrap{
	margin: 0px;
	width: 900px;
}
#header {
	width: 100%;
	height: 110px;
	float: left;
	background-color: #fff;
	background-image: url('images/header_bkg.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
#header img {
	border:0;
	padding: 0;
	margin: 15px 165px 0 35px;
}
#header div {
	display: inline;
	border:0;
	padding: 0;
	margin: 15px 0 0 35px;
}
#toprightflash {
	margin-right: 31px;
	margin-left: 690px;
}
/*IE sucks!!!*/
*html #header img {
	margin-bottom: -3px;
}


#container{
  float: left;
  clear: both;
  width: 900px;
  background-image: url('images/content_bkg.gif');
	background-repeat: repeat-y;
  }

#mainCell {
  float: left;
  width: 650px;
	background-image: url('/images/menu_bkg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#mainCell font{
	font-family: Tahoma, Arial, san-serif !important;
}
#main{
	font-size: 80%;
	float: right;
	width: 405px;
	padding-top: 20px;
}
#main p{
  margin-bottom: 10px;
  line-height: 160%;
}
#main a{
	color: #363636;
	text-decoration: underline;
}
#main a:hover {
	color: #363636;
	text-decoration: none;
}
#main img{
}
#menuCell {
	width: 210px;
	float: left;
	background-image: url('images/menu_top.jpg');
	background-repeat: no-repeat;
	font-size: 90%;
}
#menuCell ul {
	margin: 50px 0 5px 0;
	padding: 0 0 0 1px;

}
#menuCell li.topItem {
	height: 32px;
	list-style: none;
	text-align: right;
}
#menuCell li.topItem a{
	padding-right: 50px;
	padding-top: 3px;
	height: 32px;
	display: block;
	color: #fff;
	text-decoration: none;
	}
#on{
	background-image: url('images/menu_on.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	}
#menuCell li.topItem a:hover{
	background-image: url('images/menu_over.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	}	
#menuCell li.subItem, #menuCell li.subItemBottom {
	height: 20px;
	list-style: none;
	text-align: right;
	font-size: 80%;
}
#menuCell li.subItemBottom{
	margin-bottom: 10px;
}
#menuCell li.subItem a, #menuCell li.subItemBottom a{
	margin-right: 37px;
	padding-top: 3px;
	height: 20px;
	color: #fff;
	border-bottom: 1px dotted #fff;	
	text-decoration: none;
}
#menuCell li.subItem a:hover, #menuCell li.subItemBottom a:hover{
		border-bottom: 1px solid #016fae;	
	text-decoration: none;
}

#rightCell{
  width: 198px;
  float: right;
  margin-right: 5px;
  font-size: 75%;

}
.newsStory{
		margin-bottom: 10px;
		clear: both;
}
.newsDate{
}
#newsHeader{
	background-image: url('images/news_bkg.gif');
  background-repeat: no-repeat;
  margin-top:12px;
  color: #006fae;
  font-size: 125%;
  height: 50px;
  padding: 8px 10px;
}
.newsTitle a, #newsTitle{
	color: #006fae !important;
	border-bottom: solid 1px #fff !important; 
	text-decoration: none !important;
}
#newsTitle{
	font-size: 125%;
	margin-bottom: 10px;
}
.newsTitle{
	font-size: 110%;
	margin-bottom: 3px;
}
.newsTitle a:hover{
	color: #006fae !important;
	border-bottom: dotted 1px #006fae !important; 
}
.newsItem{
	margin-right: 20px;
	margin-bottom: 15px;
}
.newsItem img{
	margin-right: 5px;
	float: left;
}
.newsItem p{
	color: #485a46;
	}
.rightTel {
	margin-top: 15px;
	margin-right: 20px;
	padding: 8px 10px;
}
.rightTel p {
	color: #485a46;
	padding-bottom: 4px;
}
.rightTel div {
	float: left;
}
.date{
	font-size: 80%;
	color: #838983;
	margin-bottom: 2px;
}
.readMore {
	padding: 1px 0;
	font-size: 90%;
}
.readMore a{
	color: #006fae !important;
	border-bottom: dotted 1px #006fae !important;
	text-decoration: none !important;
}
.readMore a:hover{
	border-bottom: solid 1px #fff !important;
}

#footerPadding {
	width: 900px;
	height: 72px;
	clear: both;
	background: url("images/content_bkg.gif") repeat-y #fff;
    margin: 0 auto;
    position: relative;
}
#footerPadding img {
	position: absolute;
	right: 0px;
}
#footer {
	font-size: 66%;
	height: 255px;
	background-image: url('images/Footer2.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 1014px;
	clear: both;
	margin: 0 auto;
}
#footL {
	width: 1014px;
	margin: 0 auto;
	text-align: center;
	color: #999;
	padding-top: 190px;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
	color: #999999;
}
#footR {
	vertical-align: bottom;
	padding-top: 7px;
	float: right;
	width: 210px;
	color: #666;
}
#footR img{
	float: left;
}
#footR p{
	float: right;
	margin-right: 20px;
	width: 125px;
	font-size: 80%;
	line-height: 105%;
}
.sitemap {

}
.sitemap img {
	border: 0;
	display: inline;
}
.sitemap li {
	margin-top: 5px;
}
.sitemap ul {
	margin-left: 15px;
	}
.sitemap a {
	text-decoration: none;
}
.sitemap a:hover {
	color: #6799cc;
	text-decoration: underline;
}

hr {
	border: solid 1px #566975;
	height: 0;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: -16px;
	width: 100%;
	text-align: center;
	line-height: 0;
	visibility:hidden;
	}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 364px;
	height: 292px;
	margin: 0 auto;
	border: 2px solid #fff;
	}

#imageContainer{

	}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #150704;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	visibility:hidden;
	}
#contactForm input{
	width: 250px;
}
#contactForm textarea{
	width: 250px;
}
.button{
	width: 100px !important;
	margin-left: 75px;
	margin-top: 10px;
}

