
/******************/
/*  MAIN SECTION  */
/******************/
img { border: 0px; }
/* MAIN NAVIGATION */

.main-content h1 {
	clear:both;
	margin: 
	margin:10px 0 10px 0;
	font-family:"trebuchet ms", arial, sans-serif;
/*	border-bottom: 2px solid #5c6e8a; */
	font-weight:normal;
	font-size:150%;
	}
.main-content h2 {
	clear:both;
	margin:1.0em 0 0.5em 0;
	font-family:"trebuchet ms", arial, sans-serif;
	
	font-weight:normal;
	font-size:130%;
}
.main-content h3 {
	clear:both;
	margin:0em 0 0.5em 0;
	font-family:"trebuchet ms", arial, sans-serif;
	
	font-weight:normal;
	font-size:120%;
}

.main-content h4 {
	margin:1.5em 0 1.0em 0;
	
	font-family:"trebuchet ms", arial, sans-serif;
	font-weight:normal;
	font-size:110%;
}
.main-content h5 {
	margin:1.5em 0 1.0em 0;
	
	font-family:"trebuchet ms", arial, sans-serif;
	font-size:100%;
}
.main-content h6 {
	margin:1.2em 0 0.2em 0;
	
	font-weight:bold;
	font-size:90%;
}
.main-content p.bodytext {
	margin:10px 0 10px 0;
	line-height:1.5em;
	font-size:100%;
}
.main-content p.center {
	text-align:center;
}
.main-content p.right {
	text-align:right;
}
.main-content p.details {
	clear:both;
	margin:-0.25em 0 1.0em 0;
	line-height:1.0em;
	font-size:110%;
}
.main-content blockquote {
	clear:both;
	margin:0 30px 0.6em 30px;
	font-size:90%;
}
.main-content table {
	clear:both;
	width:530px;
	margin:1.0em 0 1.0em 0px;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-image:url(../img/bg_tables.png);
	background-repeat: repeat;
}
.main-content table th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	text-align:left;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:110%;
}
.main-content table th {
	height:2.0em;
	padding:2px 20px 2px 7px;
	background-color: #9bafcd;
	text-align:left;
	color: #000916;
	font-weight:bold;
	font-size:100%;
}
.main-content table td {
	height:2.0em;
	padding:2px 7px 2px 7px;
	
	text-align:left;
	font-weight:normal;
	color:white;
	font-size:100%;
}
td.csc-uploads-icon {
	width: 20px;
}
td.csc-uploads-fileName {
 width: 420px;
}
td.csc-uploads-fileSize {
	width: 60px;
}

p.caption {
	clear:both;
	margin:0.5em 0 2.0em 20px;
	text-align:left;
	color:rgb(80,80,80);
	font-size:110%;
}
.main-content ul {
	list-style:none;
	margin:0.5em 0 1.0em 0;
}
.main-content ul li {
	margin:0 0 0.2em 2px;
	padding:0 0 0 12px;
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0.5em;
	line-height:1.4em;
	font-size:120%;
}
.main-content ol {
	margin:0.5em 0 1.0em 20px !important /*Non-IE6*/;
	margin:0.5em 0 1.0em 25px /*IE6*/;
}
.main-content ol li {
	list-style-position:outside;
	margin:0 0 0.2em 0;
	line-height:1.4em;
	font-size:120%;
}
.contactform {
	width:418px;
	margin:2.0em 0 0 0;
	padding:10px 10px 0 10px;
	background-color:rgb(240,240,240);
}
.contactform fieldset {
	padding:20px 0 0 0 !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	margin:0 0 20px 0;
}
.contactform fieldset legend {
	margin:0 0 0 5px !important /*Non-IE*/;
	margin:0 0 20px 5px /*IE6*/;
	padding:0 2px 0 2px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:130%;
}
.contactform label.left {
	float:left;
	width:100px;
	margin:0 0 0 10px;
	padding:2px;
	font-size:110%;
}
.contactform select.combo {
	width:175px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	
	font-size:110%;
}
.contactform input.field {
	width:275px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	
	font-size:110%;
}
.contactform textarea {
	width:275px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	
	font-size:110%;
}
.contactform input.button {
	float:right;
	width:9.0em;
	margin-right:20px;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	
	color:rgb(150,150,150);
	font-size:110%;
}
.contactform input.button:hover {
	cursor: pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}

/********************/
/*  COMMON CLASSES  */
/********************/


/*****************************/
 /* MAILFORM */
 /*****************************/
 
 #mailform input, #mailform textarea {
 	-moz-border-radius: 4px;
 	font: 10px bold;
 	}
 
 #mailform label {
 	float: left;
 	width: 230px;
 	height: 20px;
 	margin-left: 10px;
 	}
 
 #mailform input, #mailform textarea {
 	float: left;
 	margin: 2px 0;
 	width: 230px;
 	border: 1px solid gray;
 	}
 
 #mailform .submit {
 	margin-left: 140px;
 	width: 100px;
 	}
	
form {border: 0px;}

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

a:hover {
 text-decoration: underline;
}

table {
	width: 450px;
}


div.tx_lumogooglemaps_pi1_infobox * {
color: black;
}

.gmapDirHead {
color: black;
}

.gmapDirItem {
 color: black;
}