body {
	text-align: center; 
	background: repeat url(images/body_bg.png);
	font: 0.7em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	padding: 0;
	margin-top:3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	position:relative; 
	left:-200px;
}

h1 { 
	font-size: 2em;
	letter-spacing: .1em;
	padding: 20px 0px 5px 0px; 
}
h2 { 
	font-size: 1,5em;
	letter-spacing: .1em;
	padding: 0px 0px 5px 0px; 
}
h3 { 
	font-size: 1em;
	letter-spacing: .1em;
	padding: 0px 0px 5px 0px; 
}
a:hover, a:active { 	text-decoration: none; }
img { border: none; }

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}

.clearer { clear: both; }

#bodyIndent {
	height: 259px;
	background: repeat-x url(images/body_top_bg.png);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#banner {
	background: url(images/pacific/header_bg_fb.png) repeat-x;
	width: 730px;
	height: 176px;
	position: relative;
	z-index: 1;
}

#pageHeader {
	border-top-color: #744d55;
	height: 80px;
	border-top: 3px solid;
	margin: 0px;
	padding: 0px;
	position: relative;

}
#banner #logo {
	width: 243px;
	text-align: center;
}

#banner #insert {
	background-image: url(images/pacific/braeuer_header.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 488px;
	height: 176px;
}

#container { 
	width: 730px;
	text-align: left;
	z-index: 1;
	margin: 0 auto;
	background:#FFF;
	background: #ffffff repeat-y left  url(img/sidebar_bg.png);
	position: relative;


}

#pageHeader h1 {
	margin: 0;
	color: #424242;
	font-size: 2.6em;
	font-weight: normal;
	padding-left: 260px;
	padding-top: 5px;
}

#pageHeader h2 {
	margin: 0;
	padding-left: 260px;
	font-size: 1.2em;
	color: #FF0000;
	font-weight: bold;
}
#subheader { 
	background: #A90000;
	width: 730px;
	height: 38px;
	text-align: right;
	color: #FFF;
	margin: 0 auto;
	position: relative;
}
#subheader .padding { padding: 10px 10px 10px 10px; }
#subheader h2 { color: #FEAB06; }
#subheader a {color: #FECF5F; font-weight: bold;}
#breadcrumbcontainer { text-align: right; padding-top: 10px; }
#breadcrumbcontainer ul { list-style: none; }
#breadcrumbcontainer li { display: inline; }
#breadcrumbcontainer a { }
#breadcrumbcontainer a:hover { }

#navcontainer { 
	padding-top: 20px; 	
	margin-bottom: 10px; 	
} 

#navcontainer ul {
	margin: 0;
	padding: 0;
	background: #ececec;
	list-style-type:none;
}

#navcontainer a {
	background: #ececec;
	border-bottom: 1px solid #fff;
	display: block;
	color: #362928;
	text-decoration: none;
	padding: 5px 10px;
	height: 20px;
	background: url(images/li.png) no-repeat left;
	font-weight: bold;
	text-align:bottom;
}
#navcontainer a:hover {
	background: #573a41;
	color: #ffffff;
	height: 20px;
	font-weight: bold; 
	text-align:bottom;
}

#navcontainer #current {
	background: #573a41;
	color: #ffffff;
	height: 20px;
	font-weight: bold; 
	text-align:bottom;
}

#navcontainer #current:hover {
	background: #573a40;
	color: #ffffff;
	height: 20px;
	font-weight: bold; 
	text-align:bottom;
}

#navcontainer .currentAncestor {
	background: #573a41;
	color: #ffffff;
	height: 20px;
	font-weight: bold; 
}

#contentContainer {
	float: right;
	width: 487px;
}

#contentContainer #content {
	line-height: 1.9em;
	padding: 10px;
}

#sidebarContainer #sidebar {
	padding: 0 10px 10px;
}

#sidebarContainer {
	width: 243px;
	float: left;
}
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}

#sidebarContainer .sideHeader {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 0 3px;
	margin: 0;
}

#footer {
	clear:both;
	margin-top:0;
	width: 730px;
	color: #7c4e55;
	position: relative;
	background: #ececec; 
	font-size:90%; 
	padding: 0; 
	text-align:center; 
	margin-left: auto;
	margin-right: auto;
}
#footer a:hover { background: #FFF; color:#7c4e55;;background: inherit; text-decoration:none;}
#footer a:active { text-decoration: none; }
#footer a:link, a:visited { color:#7c4e55;; }
#footer p { text-align: center; margin: 0; padding: 10px; }

table { font-size: 1em; }

.required-text {
	color: #ff0000;
} 

.form-input-field {
} 

.form-input-button { 
} 
ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ul.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

* html { height: 100%; overflow: scroll;}
html { height: 100%; overflow: scroll;}


