html{overflow-y: scroll;}
html, input, textarea{font-family: arial;	color: #454545; font-size: 11pt;}
body{background-image: url("../images/bg.png");	color: #454545;	font-size: 11pt;}

h2{font-size: 26pt;}
h1, .strap-line{font-family: 'Times New Roman';	font-size: 20pt;font-style: italic;	color: #707070;}
h3{font-size: 16pt;margin-bottom: 10px;}
h4{font-size: 14pt;margin-bottom: 5px;}

a:link{color: #454545;}
a:visited{color: #454545;}
a:hover{color: #454545;}
a:active{color: #454545;}

p{margin-bottom: 15px; line-height: 130%}
.p-last{margin-bottom: 0px;}
.clear{clear: both;}
.centered{text-align: center;}

.main-body{
	width: 960px;
	margin: 0px auto;
	background-color: #ffffff;
	margin: 20px auto;
}

/*Header*/
.header{
	height: 120px;
	border-top: 5px solid #F4A460;
}

.header .logo{
	float: left;
	padding: 10px 00px 0px 20px;
	margin-left: 30px;
}

.header .title1{
	padding: 40px 40px 0px 40px;
	float: left;
}

.header .title2{
	height: 60px;
	padding: 25px 20px 0px 30px;
	float: left;
}

.header .title3{
	height: 60px;
	padding: 38px 40px 0px 40px;
	float: left;
	text-align: center;
	font-size: 12pt;
}

.header .title3 a:link{
	text-decoration: none;
}

.header .title3 a:hover{
	text-decoration: underline;
}

.header .title3 p{
	margin-bottom: 5px;
}

.header .phone-number{
	margin-bottom: 15px;
}

/*Nav Menu*/
.nav-menu-container{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
	margin: 10px auto;
	padding: 20px 0px;
	width: 768px;
	text-align: center;
}

.nav-menu-container li{
	display: inline;	
}

.nav-menu-container a:hover, .nav-menu-container .selected{
	background-color: #cccccc;
}

.nav-menu-container a{
	border-radius: 5px;
	text-decoration: none;
	color: #262626;
	font-size: 11pt;
	padding: 15px 15px;
	margin: 0px 5px;
	transition: background-color 0.8s ease;
	-moz-transition: background-color 0.8s ease; /* Firefox 4 */
	-webkit-transition: background-color 0.8s ease; /* Safari and Chrome */
	-o-transition: background-color 0.8s ease; /* Opera */
}

/*Page blocks*/
.page-half-left{
	width: 324px;
	float: left;
	margin-left: 96px;
	padding: 30px;
	dbackground-color: red;
}

.page-half-right{
	width: 324px; 
	float: left;
	padding: 30px;
}

/*Home page*/
.p-home{
	padding: 3px 0px 25px 35px;
	background-image: url("../images/bullet.png");
	background-repeat: no-repeat;
}

.strap-line{
	margin: 50px 0px;
}

/*News feed*/
.separator{
	width: 150px;
	border-bottom: 1px solid #c0c0c0;
	margin: 0px auto 15px auto;
}

.news-feed .date{
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #cccccc;
	min-width: 38px;
}

.news-feed .date .day{
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}

.news-feed .date .month{
	padding: 2px 5px;
	background-color: #F4A460;
}

.date-month{
	float: left;
	background-color: #F4A460;
	padding: 3px 7px;
	width: 80px;
}

.date-year{	
	float: left;
	padding: 3px 7px;
}

/*Blue banner*/
.blue-banner{
	background-color: #4F81BD;
	height: 28px;
	color: #ffffff;
	text-align: center;
	padding-top: 7px;
	margin: 0px auto 5px auto;
	width: 708px;
}

.blue-banner a{
	color: #ffffff;
	text-decoration: none;
}

.blue-banner a:hover{
	text-decoration: underline;
}

/*Footer*/
.footer{
	font-size: 7pt;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 5px solid #F4A460;
}

.footer a{
	text-decoration: none;
}

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

.footer .spacer{
	padding: 0px 5px;
}










