html, body{background: transparent; margin:0; padding: 0; font-size: 100%; color: black;}

address, blockquote, cite, q{
	font-style: italic;
}


h1, h2, h3, h4, h5, h6, p{
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	margin-top: 1.5em;
	margin-bottom: 0.3em;
}

h1{font-size: 200%; margin-top: 0}
h2{font-size: 170%;}
h3{font-size: 150%;}
h4{font-size: 120%;}
h5{font-size: 110%;}
h6{font-size: 100%;}

a, a:hover, a:active{
	outline: none;
}

p{
	margin-top: 0.4em;
	margin-bottom: 0.8em;
}

ul {
	margin: 0;
	padding: 0 0 0 2.2em;
	list-style: disc;
}
ul ul {
	list-style: circle;
}
ul ul ul {
	list-style: square;
}
ul li {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0 0 0 2em;
	list-style: decimal;
}
ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol li {
	margin: 0;
	padding: 0;
}

a{
	outline: none;
}

blockquote, q {
	quotes: none;
	margin: 0;
	padding: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

sub {
	vertical-align: baseline;
	font-size: 60%;
	position: relative;
	bottom: -0.3em;
}
sup {
	vertical-align: baseline;
	font-size: 60%;
	position: relative;
	bottom: 0.6em;
}

ins {
	font-style: italic;
}

table {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0;
	border-left: 0;
}

td, th {
	vertical-align: top;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

a img{
	border: none;
}

small {
	font-size: 65%;
}
big {
	font-size: 140%;
}

.Form{
	font-size: 120%;
	padding: 0.6em;
	padding-bottom: 1em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	background: #F8F8F8;
}

.FormDescription
{
	margin-bottom: 1em;
}

.Form .Inputs td{
	padding: 0.4em;
	padding-left: 0;
	padding-right: 1.2em;
	vertical-align: top;
}

.Form .Inputs input, .Form .Inputs textarea{
	width: 13em;
}

.Form td .error{
	width: 12.4em;
}

.Form .Inputs{
	margin-bottom: 1em;
}

.Form .Buttons{
	text-align: center;
}

.Form .Buttons input{
	font-size: 120%;
	text-align: center
}

.error, .notice, .success
{
	border: 0.1em solid #CCC;
	margin-bottom: 0.6em;
	margin-top: 0.1em;
	padding: 0.3em;
	display: block;
}

div.error, div.notice, div.success{
  padding: 0.3em;
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.error
{
	background:#FBE3E4 none repeat scroll 0 0;
	border-color:#FBC2C4;
	color:#8A1F11;
}

.notice
{
	background: #FFF6BF none repeat scroll 0 0;
	border-color: #FFD324;
	color: #514721;
}

.success{
	background: #E6EFC2 none repeat scroll 0 0;
	border-color: #C6D880;
	color: #264409;
}

.clearLeft{
	clear: left;
}

.clear{
	clear: both;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear: right;
}

.element img{
	float: left;
	border: 2px solid #ccc;
	margin-right: 0.8em;
	margin-bottom: 0.2em;
}

.element h3{
	clear: left;
}

.element{

}

a.siteLogo, a.siteLogo:hover, a.siteLogo img{
	outline: none;
	border: none;
	text-decoration: none;
}

.contentLeftColumn{

}

.contentRightColumn{
	margin-left: 240px;
}

.clearNone{
  clear: none;
}

#GoogleMap{
  width: 500px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
}

#GoogleMap h3{
  margin:0;
  margin-bottom: 0.3em;
}

.noFloat *{
  float: none !important;
}

.align_center{
	position: relative;
	width: 100%;
}

.align_center:after{
	content: '';
	display: block;
	clear: both;
}

.align_center_to_left{
	position: relative;
	right: 50%;
	float: right;
}

.align_center_to_right{
	position: relative;
	z-index: 1;
	right: -50%;
}

.hidden{
	display: none;
}

.invisible{
	visibility: hidden;
}

#errorPopup{
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 5000;
	font-size: 120%;
	line-height: 140%;
}

#errorPopup h2{
	color: #aa0000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#errorPopup a{
	color: #000;
	text-decoration: underline;
}