body {
	margin: 0;
	padding: 0;
	font-family:Arial;
	font-size:12px;
	color:#626262;
	background:url(../images/page-bg.jpg) no-repeat top;
}
a{
	font-size:12px;
	color:#00538c;
	font-weight:bold;
	text-decoration:underline;
}

img {
	border:none;
}

div#container {
	margin: auto;
	width: 968px;
}
#header{
	clear:both;
	text-align: justify;
}
#header-left{
	float:left;
	width:640px;
	height:132px;
}
#header-right{
	float:right;
	width:327px;
	height:132px;
	margin-right:1px
}
#top-links{
	float:right;
	margin-right:13px;
	margin-top:12px;
	font-size:13px;
}
.top-links{
	color:#007bc0;
	text-decoration:none;
}
#search-box{
	background:url(../images/search-textbox.jpg) no-repeat;
	width:313px;
	height:30px;
	padding-top:8px;
	padding-left:14px;
}
#search-textbox{
	width:280px;
	height:20px;
	border:none;
	border:0px;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#949494
}
#logo{
	float:left;
	margin-top:30px;
}
#tagline{
	margin-left:77px;
	margin-top:101px;
	font-size:13px
}
#park-way-logo{
	margin-right:13px;
	float:right;
	margin-top:34px
}
#menu-bar{
	background:url(../images/menu-bg.png) no-repeat;
	width:927px;
	height:25px;
	clear:both;
}

.thumbone{
	float:left;
}
.thumbtwo{
	margin-left:15px;
}
div#middle-panel{
	background:url(../images/page-borders.png) repeat-y;
	padding:25px;
	margin: auto;
}
#footer{
	background:url(../images/footer-border.png) no-repeat top;
	padding-top:18px;
	clear:both;
	padding-bottom:20px;
	height:30px;
}
#footer-left{
	margin-top:5px;
	color:#007bc0;
	float:left;
	margin-left:25px;
}
#footer-right{
	float:right;
	margin-right:15px;
}
.heading{
	padding-bottom:25px;
}
.heading span{
	color:#007bc0;
	font-size:19px;
	background:url(../images/heading-border2.gif) repeat-x bottom;
	padding-bottom:25px;
}
.newsheading{
	padding: 16px 0px 0px 16px;
}
.newsheading span{
	color:#007bc0;
	font-size:19px;
}
.newscontentone{
	margin:16px;
	padding-bottom:45px;
	background:url(../images/news-content-divider.gif) repeat-x bottom;
}
.newscontentone img{
		padding: 0px 16px 0px 0px;
		float:left;
		border:none
}
.newscontentone h2{
	font-family:Arial;
	font-style:normal;
	font-weight:100;
	font-size:15px;
	color:#007bc0;
}
.newscontentone h4 a{
	font-family:Arial;
	font-style:normal;
	font-weight:100;
	font-size:13px;
	color:#00538c;
	float:left;
}
.newscontentone span{
	font-family:Arial;
	font-size:12px;
	margin:0px;
}
#content-left-top{
	width:592px;
	height:371px;
	background:url(../images/horizontal-dotted-border.gif) repeat-x bottom;
	float:left;
	text-align: left;
}
#content-left-top2{
	width:592px;
	height:600px;
	float:left;
	text-align: justify;
}
#content-left-top-news1{
	width:592px;
	height:625px;
	float:left;
	text-align: justify;
}
#content-left-top-news2{
	width:592px;
	height:1000px;
	float:left;
	text-align: justify;
}
#content-left-top-news3{
	width:592px;
	height:1175px;
	float:left;
	text-align: justify;
}
#content-left-top-news4{
	width:592px;
	height:1300px;
	float:left;
	text-align: justify;
}
#content-left-top-news5{
	width:592px;
	height:1350px;
	float:left;
	text-align: justify;
}
#content-left-top-news6{
	width:592px;
	height:1050px;
	float:left;
	text-align: justify;
}
#content-left-top-home{
	width:592px;
	height:371px;
	float:left;
}
#content-right-top{
	width:290px;
	float:right;
}

#content-left-bottom {
	width:592px;
	float:left;
}
#content-left-bottom-home {
	width:592px;
	float:left;
	background-image:url(../images/border-home-pg-bot-imgs.gif) repeat-x bottom;
}
#content-right-bottom{
	width:290px;
	height:440px;
	float:right;
	background:#d9ebf6;
}
.content-horizontal-seperator{
	height:17px;
	clear:both;
}
.newscontenttwo{
	margin:16px;
	padding-bottom:30px;
	background:url(../images/news-content-divider.gif) repeat-x bottom;
}
.newscontenttwo img{
		padding: 0px 16px 0px 0px;
		float:left;
		border:none
}
.newscontenttwo h2{
	font-family:Arial;
	font-style:normal;
	font-weight:100;
	font-size:15px;
	color:#007bc0;
}
.newscontenttwo h4 a{
	font-family:Arial;
	font-style:normal;
	font-weight:100;
	font-size:13px;
	color:#00538c;
	float:left;
}
.newscontenttwo span{
	font-family:Arial;
	font-size:12px;
	margin:0px;
}
#newsarchive h3 a{
	font-family:Arial;
	font-style:normal;
	font-weight:100;
	font-size:15px;
	color:#00538c;
	margin-left:125px;
}
/* IMPORTANT CSS CODE TO GIVE A TABLE LOOK TO THE MIDDLE-PANEL*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;     /* triggers hasLayout */
}
.clearfix {display: inline-block;}  /* for IE/Mac */
.clearfix {
    zoom: 1;
    display: block;
    }
.news-heading{
	font-size:25px;
	color:#007bc0;
}
.read-more-link{
	padding-right:24px;
	font-size:12px;
	color:#00538c;
	font-weight:bold;
	text-decoration:underline;
	background:url(../images/read-more-arrow.png) right no-repeat;
}
.news-item{
	clear:both
}
.news-image{
	float:left;
	width:140px;
}
.news-content{
	float:right;
	width:104px
}
.news-title{
	color:#007bc0;
	font-size:11px;
	margin-bottom:10px;
}	
.news-read-more{
	margin-top:10px;
	text-align:right
}
.news-seperator{
	height:20px;
	clear:both;
	background:url(../images/news-dotted-border.gif) center repeat-x;
}
#printbutton{
	text-align:right;
}

