* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	min-width: 750px;
}

body {
	background: #000066;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

h1 {
	display: none;
}

h2 {
	text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	margin-bottom: 24px;
	color: #000;
	font: bold 15px/24px;
}

h3 {
	font: bold 11px/16px;
	margin-bottom: 24px;
	color: #D4E1EF;
}

p {
	margin-bottom: 12px;
}

a {
	text-decoration: none;
	color: #A80101;
}

li {
	margin-left: 24px;
}

ul {
	margin-bottom: 25px;
}

a:hover {
	text-decoration: underline;
}

#page_template {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
	background: #fff url(../_media/page_bg.gif) repeat-y;
	
}

#header {
	height: 105px;
	background: #000066 url(../_media/header_bg1.gif) no-repeat left center;

}

#content {
}

#navigation {
	color: #fff;
	background: #000066;
	border: 1px solid #999;
	border-bottom: none;
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	background: #F4C50B;
	padding: 0.5em 1em;
	display: inline-block;
	border-right: 1px solid #999;
}

#navigation a:hover {
	background: #A80101;
	color: #fff;
}

#navigation a:active {
	color: #fff;
}

#navigation a.selected {
	color: #000;
	background: #fff;
}
#content {
	padding: 32px;
	padding-bottom: 64px;
}

.left_panel {
	width: 219px;
	padding-right: 32px;
	float: left;
}

.right_panel {
	width: 385px;
	float: left;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 64px;
	background-color: #000066;
}

#footer_panel {
	height: 32px;
	line-height: 32px;
	background-color: #F4C50B;
	margin: 0 auto;
	padding: 0 16px;
	border: 1px solid #999;
	border-top: none;
	color: #000;
}

#copyright {
	float: right;
	color: #000;
}

#contact {
font-weight: bold;
	float: left;
}

.phone {
	font-size: 1.2em;
}

p.bubble {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	padding: 16px;
	margin-bottom: 0;
	background-color: #D0E0FF;
}

p.bubble .caption {
	font-weight: bold;
	font-style: italic;
}

div.bubble_tail {
	height: 24px;
	background: url(../_media/bubble.gif) no-repeat left top;
}
.gallery td {
	padding-bottom: 16px;
	padding-right: 8px;
}

.gallery td img {
	border: 1px solid #651249;
}