/* shell css */

body {
	margin: 0;
	padding: 0;
	background: url('/theme_v1/images/pg_background.png') repeat;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

a {
	color: #8F6340;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #8F6340;
	text-decoration:underline;
	font-weight: bold;
}

h2 {
	color: #014292;
}

h2.smallheader, h2 span.smallheader {
	font-size: 12px;
}

.clear {
	clear: both;
	height:1px;
	width:100%;
	overflow: hidden;
}

.column_end {
	clear: both;
	height:1px;
	width:100%;
	overflow: hidden;
	}
	.right_column {
		background: url('/theme_v1/images/column_fade.png') right top no-repeat;
		overflow: hidden;
		padding-bottom: 10px;
	}
	.right_column_title {
		background: #014292 url('/theme_v1/images/bc_background.gif') top right no-repeat;
		height: 18px;
		width: auto;
		float:left;
		margin: 20px 0 0 0;
		padding: 0 10px;
		line-height: 15px;
		font-size: 12px;
		color: white;
		font-weight: bold;
		position: relative;
	}
	.right_column_data {
		padding: 10px;
		
	}
	.right_column_data li {
		position: relative;
		left: -25px;
	}
#bg_wrapper {
	width:100%;
	background: url('/theme_v1/images/pg_fade.png') repeat-x;
	min-height: 648px;
	margin-top: -10px;
	padding-top: 10px;
}

#pg_wrapper {
	width: 765px;
	margin: 20px auto 0;
	text-align: left;
}
	
	#content_wrapper {
		background: white;
		border: 1px solid #000000;
		border-top: 8px solid #014292;
		position: relative;
	}

		#landing_wrapper {
			padding: 10px;
		}

		
		#pg_header {
			height: 85px;
			width:100%;
		}
		
			#header_logo {
				float:left;
				width: 180px;
				padding: 0;
				margin-left: 20px;
			}
			#header_top_nav {
				float:right;
				width:500px;
				height: 10px;
				padding: 0;
				text-align: right;
			}
			#header_top_nav a  {
				color: black;
				text-decoration:none;
				font-weight: normal;
			}
			#header_top_nav a:hover  {
				color: #8F6340;
				text-decoration:underline;
				font-weight: normal;
			}
			#header_search {
				float: right;
				width:500px;
				padding-right:10px;
				height: 35px;
				text-align: right;
			}
			#header_search form {
				padding: 0;
				margin: 0;
			}
			.printicon {
				position:relative;
				top:3px
			}
			.header_search_text {
				top: -5px;
				display: inline;
				position:relative;
			}
				
				.phpdiginputtext {
					border: 1px solid black;
					top:-8px;
					width: 200px;
					padding: 0 2px 2px;
					position:relative;
				}
			#header_locations {
				float: right;
				width:525px;
				height: 15px;
				padding:5px 10px 0;
				text-align: right;
			}
			#header_locations a {
				padding-left: 10px;
			}

		#pg_navigation {
			border: 1px solid #000000;
			border-right: 0px;
			border-left: 0px;
			background: #8f6341;
			color: #FFFFFF;
			text-align: center;
			font-size: 10px;
			width:100%;
		}

		#pg_navigation a {
			font-weight: bold;
			text-decoration: none;
		}

		#top_nav_current {
			background: #e3d9d1;
			color: black;
		}
		
		#pg_navigation ul li.top_nav_current a {
			color: black;
		}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:left;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px Arial, Helvetica, sans-serif;
  /*background: #8F6341;*/
  color: white;
  display: block;
  padding: 0 15px;
  text-decoration: none;
}

.nav li a:hover {
  background: #e3d9d1;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #e3d9d1;
  color: black;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #e3d9d1;
  color: black;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #e3d9d1;
  list-style: none;
  margin: 0;
  border:1px solid black;
  /*width: 100px;*/
  position: absolute;
  top: -999em;
    text-transform: none;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  padding-right: 20px;
  /*width: 80px;*/
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}


.nav li a.inlineNav {
	display:inline;
	padding: 0 3px;
}

		#pg_body {
			
		}
	#breadcrumbs {
		background: #014292 url('/theme_v1/images/bc_background.gif') top right no-repeat;
		height: 18px;
		width: auto;
		float:left;
		margin: 20px 0 0 0;
		padding: 0 10px;
		line-height: 15px;
		font-size: 12px;
		color: white;
		position: relative;
	}
	
	#breadcrumbs a {
		color: white;
		text-decoration: none;
		font-weight: bold;
	}
	
	#pg_footer {
		text-align: center;
		color: white;
		font-size: 80%;
		margin-top: 10px;
	}
	
	#pg_footer a {
		color: white;
	}
	
	#pg_footer  ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
	} 
	
	#pg_footer ul li {
		margin-left: 0;
		padding: 0px 5px;
		list-style: none;
		display: inline;
	}
		
			
	#pg_footer ul li.first {
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
	}
	
	.infoalert {
		font-weight: bold;
	}

#pg_debug {
	text-align: left;
	background: #ccc;
	width: 80%;
	border: 1px solid #000000;
	margin: 10px auto;
	padding: 5px;
}
.news_item {
	padding: 10px;
}
.blog_feed {
	margin-left: 20px;
}
.blog_feed .feeditem {
	
}
.blog_feed .feeditem h3 {
	margin:0px;
	padding:0px;
}
.blog_feed .feeditem h3 a {
	color:#014292;
}
.blog_feed .feeditem .feeddate {
	margin:0px;
	padding:0px;
}
.blog_feed .feeditem .feeddescription {
	margin:5px 0px 10px;
	padding:0px;
}
