
@import "base.css";

body {
	padding:			20px;
}

body {
	margin:				0;
	padding:			0;
	background-color: 	#8b866e;
	background-image: 	url(images/background-main.jpg);
	background-repeat: 	repeat-y;
	background-position: center top;
}

h1 {
	font-size:			18px;
	font-style:			italic;
	font-weight:		bold;
	border-bottom:		none;
}

#page_center {
	text-align:			center;	
}

#page_container {
	position:			relative;
	margin:				0 auto;
	text-align:			left;
	width:				1000px;
	background-image:	url( images/background.jpg );
	background-repeat:	no-repeat;
}

#page_content {
	padding:			10px;
}

#page_content_container {
	position:			absolute;
	left:				210px;
	top:				44px;
	width:				775px;
}

#page_heading {
	position:			absolute;
	left:				210px;
	top:				20px;
	width:				775px;
	text-align:			center;
	text-shadow: 		2px 2px 2px #888;
}

#page_content_container_top {
	position:			absolute;
	left:				0px;
	top:				0px;
	height:				16px;
	width:				775px;
	background-image:	url( images/background_content_top.png );
	background-repeat:	no-repeat;
}

#page_content_container_bottom {
	position:			absolute;
	left:				0px;
	bottom:				0px;
	height:				16px;
	width:				775px;
	background-image:	url( images/background_content_bottom.png );
	background-repeat:	no-repeat;
}

#page_content_spacer_top,
#page_content_spacer_bottom {
	height:				16px;
}

#page_content_middle {
	background-image:	url( images/background_content_middle.png );
	background-repeat:	repeat-y;
	padding:			0 16px;	
}

#page_content_container_panel {
	position:			relative;	
}

#page_content_footer {
	padding:			40px 5px 5px 5px;
	text-align:			center;	
}
.imageright {
	float:				right;
	margin:				0 0 5px 5px;	
}


.imagesright {
	float:				right;
	text-align:			right;
	margin:				0 0 5px 5px;	
}

#vertical_spacer {
	position:			relative;
	height:				527px; /* 527px = 547 - 2 x 10 ( margin ) */
	padding:			10px 5px;
}

#vertical_spacer_bottom {
	position:			absolute;
	left:				0px;
	bottom:				0px;
	width:				1000px;
	height:				80px;
	color:				#FFF;	
	background-color:	#8b866e;
}

#gpr_address {
	text-align:			center;
	color:				#FFF;
	width:				226px;
	font-size: 			0.8em;
}

#menu {
	font-size:			12px;
	font-weight:		bold;	
	list-style-type:	none;
	padding-left:		7px;
}

#menu a {
	color:				black;
	text-decoration:	none;
	text-shadow: 		1px 1px 1px #888;
}

#menu a:hover {
	color:				navy;
}

#menu li {
}

#menu ul {
	font-size:			12px;
	font-weight:		bold;	
	list-style-type:	none;
	padding-left:		9px;
	margin-bottom:		0;
}

#menu  a.menu_highlight {
	color:				navy;
}

#sideres {
	font-size: 0.8em;
	border:		0px;
	width: 212px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

.smallform {
	font-size: .9em;
}

.pan_banner_wrap
{
	margin: 0 auto;
	position: relative;
	width: 725px;
	height: 250px;
}

.pan_banner_frame
{
	background: url(../style/images/pan_banner.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 725px;
	height: 250px;
}

.pan_thumb_wrap
{
	margin: 0 auto;
	position: relative;
	width: 260px;
	height: 172px;
}

.pan_thumb_frame
{
	background: url(../style/images/pan_thumb.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 172px;
}

.pan_thumb_wrap_vert
{
	margin: 0 auto;
	position: relative;
	width: 260px;
	height: 391px;
}

.pan_thumb_frame_vert
{
	background: 			url(../style/images/pan_thumb_vert.png) no-repeat;
	overflow: 				hidden;
	position: 				absolute;
	top: 					0;
	left: 					0;
	width: 					260px;
	height: 				391px;
}

.float_l {
	float:					left;
	margin:					0 1em 1em 0;
}

.float_r {
	float:					right;
	margin:					0 0 1em 1em;
}	

.anchors {
	font-size: 12px;
}

#specials {
	
}

#specials td {
	vertical-align: 		top;
	padding:				5px;
}

#specials a {
	font-weight:			normal;
	text-decoration:		none;
}

#specials h3 a {	 
	font-size: 				14px;
	font-weight:			bold;
	color: 					#e31459;
}

#specials img {	 
	margin-right:			12px;
}

textarea,
select {
	border:					1px solid #666;
	margin:					2px;
}

input[type='submit'] {
	padding:				3px 3px 3px 3px;
	margin-top:				3px;
}

th[scope=row] {
	background-color:		#DDF;
	border: 				1px solid #BBB;
	border-left: 			1px solid #AAA;
	border-right: 			1px solid #AAA;
	background-image:		url( ./images/html/th_bg_v.png );
	background-repeat:		repeat-y;
	background-position:	right;
	color:					black;
	padding:				10px;
}

th[scope=col] {
	background-color:		#DDF;
	border: 				1px solid #BBB;
	border-top: 			1px solid #AAA;
	border-bottom: 			1px solid #AAA;
	background-image:		url( ./images/html/th_bg_h.png );
	background-repeat:		repeat-x;
	background-position:	bottom;
	color:					black;
	padding:				10px;
	text-align: 			center;
}

thead td {
	background-color:		#DDF;
	border-right:			none;
	border-bottom:			none;
	background-image:		url( ./images/html/th_bg_tl.png );
	background-repeat:		no-repeat;
	background-position:	bottom right;
}

td {
	border: 				1px solid #BBB;
	vertical-align:			middle;
	padding:				5px;
}

/*input[type='submit']:hover {
	padding:				3px 3px 3px 3px;
	border:					1px solid #000;
	background-color:		#EEE;
	color:					#000;
	margin-top:				3px;
}*/