/*
########### GENERAL PAGE ##############
*/
body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}


/*
########### PAGE LAYOUT AND HEADER ##############
*/
body{
	background:url(../images/page/background.jpg) top left repeat-x #78241f ;
	text-align:center;	
	color:#FFFFFF;
}
#container{
	margin:0px auto;
	width:880px;
	padding:0px 19px 0 20px; 
	background:url(../images/page/pageback.png) top left repeat-y;
	text-align:left;
}
#title{ height:90px; background:url(../images/brand/parkside.gif) bottom left no-repeat; }
#title h1{ font-size:24px; line-height:24px; padding:0; margin:0; text-indent:-3000px;}

#headerimage{
	margin-top:10px; height:256px; text-indent:-3000px;
}
#headerimage p{ padding:0; margin:0;}
.img1{ background:url(../images/header/1.jpg) bottom left no-repeat}
.img2{ background:url(../images/header/2.jpg) bottom left no-repeat}
.img3{ background:url(../images/header/3.jpg) bottom left no-repeat}
.img4{ background:url(../images/header/4.jpg) bottom left no-repeat}
.img5{ background:url(../images/header/5.jpg) bottom left no-repeat}

#nav{
	background: url(../images/page/menuback.gif) top left no-repeat;
	height:47px;
	margin-top:10px;
	padding-left:28px;
}

#content{
	width:428px;
	margin-top:10px;
	padding:10px 40px 10px 40px;
	float:left;
	background:url(../images/page/leftpanel.gif) top left;
	color:#333333;
}
#content .end{
	clear:left;
	background:url(../images/page/leftpanel.gif) bottom left;
	height:10px;	
	margin:10px -40px -10px -40px;	
}
#rightcontent{
	width:283px;
	margin-top:10px;
	padding:10px 40px 10px 40px;
	float:right;
	background:url(../images/page/rightpanel.gif) top left;
	color:#333333;
}
#rightcontent .end{
	clear:right;
	background:url(../images/page/rightpanel.gif) bottom right;
	height:10px;
	margin:10px -40px -10px -40px;	
}

#footer{
	background: url(../images/page/menuback.gif) bottom left no-repeat;
	height:47px;
	padding:10px 40px 0 40px;
	clear:both
}

.leftbit{ width:200px; float:left; padding:3px 0 0 0; margin:0; }
.rightbit{width:200px; float:right; text-align:right; padding:3px 0 0 0; margin:0; }
.logobit{ float:left; text-align:center; padding:10px  0 0 100px; margin:0   }

#footernav{ padding:5px 28px; clear:both; }


#pageend{
	width:920px;
	height:20px;
	padding:0;
	margin:0 auto;
	background:url(../images/page/pageend.gif) bottom left repeat-y;
}

/*
########### NAV ##############
*/
#nav ul{ list-style:none; display:inline; padding:0 38px; margin:0; text-align:left }
#nav ul li{ list-style:none; display:inline;  float:left ; border-right: 1px solid #6c1512; border-left: 1px solid #b2221e;  }
#nav ul li a{ line-height:47px;  height:47px; font-size:14px; text-decoration:none; color:#FFFFFF; padding:0 12px;  }
#nav ul li a:hover{ color:#FFFF66; }
#nav ul li.current{background:url(../images/page/menuover.gif) 0px 2px repeat-x; color:#FFFF99;}
#nav ul li.current a{color:#FFFF66}

#footernav ul{ list-style:none; display:inline; padding:0 38px; margin:0; text-align:left }
#footernav ul li{ list-style:none; display:inline;  float:left  }
#footernav ul li a{ font-size:10px; text-decoration:none; color:#999999; padding:0 12px; }
#footernav ul li.current a{  color:#000000;}
#footernav ul li a:hover{  color:#000000;}



/*
########### CONTENT TYPE ##############
*/
#maincontent{ color:#666666; font-family:Arial, Helvetica, sans-serif ; padding:0; margin:0; font-size:12px;}
#maincontent h2 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#7b2420; text-transform:uppercase ; font-size:20px; padding:15px 0 5px 0; margin:0; } 
#maincontent h2 em{ display:none;} 
#maincontent h3 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#333333; ; font-size:18px; padding:15px 0 5px 0; margin:0;} 
#maincontent h5 { font-family:"Times New Roman", Times, serif; font-weight:normal; color:#7b2420; text-transform:uppercase ; font-size:30px; padding:0; margin:0; display:inline} 
#maincontent small{ font-size:10px;}


/*
########### FOOTER TYPE ##############
*/
#footer{ font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF }