/* defaults ****************************************************************/

* {
	margin:0;
	padding:0;
} 

body {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	background:#333;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
}
h1 {
	margin:0px 0px 0px 0px;
	padding:5px 0px 8px 0px;
	background: transparent;
	font-size: 11px;
	color: #d4e064;
}

h2 {
	margin:0px 0px 0px 0px;
	padding:5px 0px 8px 0px;
	background: transparent;
	font-size: 12px;
	color: #006600;
}

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

a:hover { 
	background: transparent;
	color:#ffffff;
	text-decoration:underline; 
}

a:active { 
	background: transparent;
	color: #ffffff; 
}

.rightimg {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
}
.leftimg {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}

img.border {
	border: 1px solid #309ecf;
}

.spacer {
	clear: both
}

.highlight {
	backgound: transparent;
	color: #d4e064;
}
/* list items ********************************************/

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

/* hacks *************************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac */

* HTML .clearfix {
	height: 1%;
}

form {
	margin:0;
	padding:0;
}

label {
	display:none;
}


/* main divs ********************************************************************/

#wrap {
	width:780px;
	background:#333;
	/*margin:10px 0px 10px 10px;*/
    margin-top: 10px; 
    margin-bottom: 10px; 
    margin-right: auto; 
    margin-left: auto; 
	padding:20px;
	text-align:left;
}

#wrap p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}

#topline {
	width:100%;
	background:#22a8db;
	color:#fff;
}

#header {
	text-align: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div#maincontainer {
	width:780px;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}

#maincontainerLeft {
	width:177px;
	float:left;
}

#maincontainerRight {
	width:590px;
	float:right;
	text-align:left;
}

div#innercontainer {
	width:590px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}

#innercontainerLeft {
	width:400px;
	float:left;
}

#innercontainerRight {
	width:150px;
	float:right;
	text-align:left;
}

#footer {
	background: transparent;
	color: #6f6f6f;
}

#footer a {
	background: transparent;
	color: #6f6f6f;
}

/* Navigation */

#maincontainerLeft li {
	margin: 4px 0px 0px 0px;
	background: #6f6f6f;
	color: #ffffff;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right

}

#maincontainerLeft a {
	padding: 5px 10px 5px 0px;
	color: #ffffff;
	display:block;
}

#maincontainerLeft a:hover { 
	color:#6f6f6f;
	background: #d4e064;
	text-decoration:none; 
}

#selected a { 
	color:#6f6f6f;
	background: #d4e064;
	text-decoration:none; 
}

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

#maincontainerLeft a:active {
	color: #ffffff; 
}

/* Contact */

#contactinnercontainerLeft {
	width:200px;
	float:left;
}

#contactinnercontainerRight {
	width:380px;
	float:right;
	text-align:right;
}

#map {
	border: 1px solid #309ecf;
}


