html {
	height: 100%;
	font-size: 100%;
}

body {
	font-size: 1em;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #ffffff url( '/images/bg.png' ) top left repeat-x;
	padding: 0px 0px 0px;
	margin: 0px;
}

#content {
	margin: 0 auto;
	font-size: 0.75em;
	width: 700px;
}

#heading {
	margin-top: 25px;
	color: #ffffff;
	font-size: 1.3em;
	height: 80px;
}

#heading_contact {
	padding-top: 5px;
	float: right;
	text-align: right;
	width: 300px;
}

#heading_phone {
	font-weight: bold;
}

h1 {
	margin-top:10px;
	font-size: 1.5em;
	color: #0065a4;
	font-weight: bold;
}

.column {
	width: 345px;
	float: left;
}

.column_left {
	margin-right: 10px;
}

.column img {
	background: #ffffff url( '../images/photobg.gif' ) bottom left no-repeat;
	padding-left: 4px;
	padding-bottom: 4px;
}

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

a:hover, a:focus {
	color: #ff0000;
}

.column a {
	color: #0065a4;
}

p {
	line-height: 1.5em;
	margin-top: 0px;
}

#heading h1 {
	text-indent: -9999px;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #0065a4;
	font-size: 1.1em;
	margin-bottom: 0px;
}

#menu {
	margin-bottom: 20px;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
}

#menu ul li {
	display: block;
	padding: 5px 5px 15px;
	margin: 0px 0px 10px;
	background: transparent url( '/images/menubackground2.gif' ) bottom left repeat-x;
}

#menu ul li.current, #menu ul li:hover, #menu ul li:focus {
	background: transparent url( '/images/currentmenubackground2.gif' ) bottom left repeat-x;
}

#menu ul li.final {
	border-right: 0px;
}

#menu ul li a {
	display: block;
	line-height: 0.9em;
}

#menu ul li a span {
	font-size: 0.5em;
	color: #cccccc;
}

.indent {
	/* margin-left: 30px; */
}

#footer {
	clear: both;
	color: #b4bec7;
	font-size: 0.8em;
	padding-top: 20px;
}

#footer a {
	color: #b4bec7;
}

#footer_images {
	text-align: center;
}

#footer_right {
	float: right;
	text-align: right;
}

.clearall {
	clear: both;
	font-size: 1px;
}

img {
	border: 0px;
}

#show {
	position: relative;
	left: -170px;
}

form {
	margin-top: 10px;
	border: 1px solid #0065a4;
	padding: 20px 20px 10px;
}

div.formline {
	clear: left;
	padding: 0px 0px 1px;
}

label {
	float: left;
	width: 100px;
}

input, textarea {
	float: left;
	width: 180px;
	margin-bottom: 10px;
}

.submit {
	width: auto !important;
	float: right !important;
}
