/* GLOBAL STYLES */
html {
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased; 
	/*background: url(/images/globals/bak.png) no-repeat right center fixed;*/
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/	
}
body {
	font: 0.85em Arial, Helvetica, sans-serif;
	margin: 10px;
	color: #333;
}
#wrapper {
	display: block;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #e7e3e0;
	background: rgba(255,255,255,0.7);
	position: relative;
	min-height:450px;
	height:auto !important; 
	height:450px;
	
}
#container {
	display: block;
	margin: 0px;
	position: relative;
	text-align: left;
}
p {
	line-height: 1.2em;
}
h2 {
	font-size: 1.2em;
	margin: 10px 0;
	border-bottom: 1px solid #000;
}
img {
	border: 0;
}
.errortext {
	color: #CC0000;
	font-weight: bold;
}

a {
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
.clear-both {
	clear:both;
	height: 1px;
	width: 1px;
	font-size: 0px;
}

/* HEADER STYLES */
#logo {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 155px;
	height: 155px;
	text-align:center;
	padding: 0;
	margin: 0;
	z-index: 2;
}

/* LEFT COLUMN STYLES */

#leftcolumn {
	float: left;
	width: 185px; /* (FULL WIDTH - PADDING) */
	margin-left: 0px;
	padding: 155px 10px 0 20px;
}

#leftcolumn #contact {
	padding: 10px 10px 0 10px;
	font-weight: bold;
	font-size: 0.9em;
}

/* CENTER STYLES */

#content { 
	padding: 10px 20px 10px 0;
	font-size: 0.9em;
	margin-left: 215px;
}
#map {
	text-align: center;
	font-size: 1.2em;
	padding-left: 10px;
}
#map a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#map iframe {
	border: 1px solid #000;
}
fieldset {
	display: block;
	clear: right;
	border: 0;
	padding: 0 5px;
}
fieldset small {
	display: block;
	margin-left: 130px;
	width: 250px;
}

label {
	width: 110px;
	font-weight: normal;
	font-size: 0.9em;
	float: left;
	text-align: right;
	padding-right: 10px;
	display: inline;
}
label.required {
	font-weight: bold;
}
label.error {
	color: #CC0000;
}
form {
	margin-top: 10px;
}
input, textarea, select {
	display: block;
	margin-top: 3px;
	font-weight: normal;
	margin-left: 10px;
	width: 250px;
}
input.submit {
	width: auto;
}


/* FOOTER STYLES */

#footer {
	clear: both;
	/*background: url(/images/popup/bar-bottom.gif) bottom no-repeat;*/
	height: 17px;
}	

/* ERROR STYLES */

#errors {
	display: block;
	background: #EC2B2B url(/admin/adminimages/errors/icons/exclamation.png) no-repeat 10px 7px;
	width: 100%;
	margin: 0 0 10px 0;
	border: 1px solid #666666;
	padding: 0;
	color: #FFF;
	font-weight: bold;
}

#errors p {
	padding: 10px 10px 10px 45px;
	margin: 0px;
	line-height: 1.4em;
}
