﻿#layoutBanner {
	width: 708px;
	height: 200px;
	background-image: url('images/backgrounds/red_panda.jpg');
	background-repeat: no-repeat;
	background-color: #7A943F;
	margin-left: auto;
	margin-right: auto;
/*	border-style: none solid none solid;
	border-width: 2px;
	border-color: #996600;  */
}
#layoutSearchBar {
	padding: 3px;
	position: relative;
	width: 472px;
	height: 34px;
	z-index: 2;
	left: 304px;
	top: 1px;
	background-image: url('images/backgrounds/search_bar.png');
	background-repeat: no-repeat;
	color: #FFCC00;
	font-size: 12px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#layoutMenuBar {
	 width: 725px; 
	 height: 34px; 
	 z-index: 1; 
	 margin-right: auto; 
	 margin-left: auto;
}
#layoutBottomNavBar {
	width: 725px;
	height: 35px;
	background-image: url('images/navbar/bottom_nav.png');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#layoutContentArea {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
}
#layoutDocBody {
	padding: 20px;
/*	border-style: none solid none solid;
	border-width: 2px;
	border-color: #996600;
*/
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/backgrounds/testbg1.jpg');
	min-height: 400px;
}
#layoutLeftPanel {
	margin-right: 170px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #996633;
	padding-right: 5px;
	min-height: 400px;
}
#layoutLeftPanel200 {
	margin-right: 200px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #996633;
	padding-right: 5px;
	min-height: 400px;
}
#layoutLeftPanel270 {
	margin-right: 270px;
	padding-right: 5px;
	min-height: 400px;
}
#layoutLeftPanelBorderless {
	margin-right: 170px;
}
#layoutRightPanel {
	width: 160px;
	float: right;
	font-size: 10px;
}
#layoutRightPanel200 {
	width: 200px;
	float: right;
	font-size: 10px;
}
#layoutRightPanel270 {
	width: 270px;
	float: right;
	font-size: 10px;
}
#footerMenu {
	margin: 0px 5px 0px 10px;
	padding: 9px;
	height: auto;
}
#footerMenu li {
	display: inline;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFCC00;
	padding-left: 9px;
	padding-right: 9px;
}
#searchInputBox {
	height: 16px;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	width: 120px;
}
#PlanYourVisitNavList {
	position: relative;
	background: url('images/buttons/planvisit_button.png');
	height: 231px;
	width: 200px;
	background-repeat: no-repeat;
}
#PlanYourVisitNavList a {
	position: absolute;
	height: 17px; 
	width: 80px;
	margin: 0px;
}
#PlanYourVisitNavList a:hover {
	border: 1px maroon solid;
}
#headlinebox {
    padding: 0px;
    width: 500px;
}
#headlineboxsides {
    background: url(images/brownbox_sides.png) repeat-y top left;
    padding-left: 15px;
    padding-right: 15px;
}
#headlineboxtop {
    height: 19px;
    background: url(images/brownbox_top.png) no-repeat top left;
    width: 500px;
}
#headlineboxbottom {
    height: 19px;
    background: url(images/brownbox_bottom.png) no-repeat bottom left;
    width: 500px;
}
.bigButtons {
	width: 160px;
}
.minibox {
	padding: 0px;
	width: 200px;
	text-align: center;
}
.miniboxsides {
	background-position: top;
	background: url(images/minibox_sides.png) repeat-y top left;
	height: 210px;
	width: 200px;
}
.miniboxtop {
    height: 19px;
    background: url(images/minibox_top.png) no-repeat top left;
    width: 200px;
}
.miniboxbottom {
    height: 19px;
    background: url(images/minibox_bottom.png) no-repeat bottom left;
    width: 200px;
}

