@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}


	p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: left;
	margin-top:4px;
}

input, textarea {
	width:320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 2px;	
}

input:focus, textarea:focus {
	background-color: #F6F6F6;
	border: 1px solid #999999;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 2px;
}
	
	
#container {
	width: 800px;  
	background: #FFFFFF;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-color: #FFFFFF;
	height: 120px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}


/* Tips for mainContent:
1. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
2. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

#mainContent {
	margin-top: 0;
	margin-bottom: 24px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	text-align: center;
	width: 800px;
} 

#footer {
	padding: 0;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
} 
.teaser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 18px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 26px;
	color: #666666;
	background-image: url(../images/rounded_corner);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #5C707C;
	
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: Tahoma, "Arial Black", Arial, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #5C707C;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Tahoma, "Arial Black", Arial, sans-serif;
	margin-top: 18px;
}


.teaser h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #5C707C;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: Tahoma, "Arial Black", Arial, sans-serif;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainnav {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5C707C;
	height: 40px;
	width: 500px;
	position: relative;
	top: -85px;
	padding: 0px;
	left: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -50px;
	margin-left: 0px;
	z-index: 12;
}
#mainnav ul {
	float: right;
}
#mainnav li {
	list-style-type: none;
	display: inline;
	margin-right: 12px;
	margin-left: 12px;
}
#mainnav li a {
	color: #5C707C;
	text-decoration: none;
}
#mainnav li a:visited {
	color: #5C707C;
	text-decoration: none;
}
#mainnav li a:hover {
	color: #999999;
	text-decoration: none;
}
.teaser1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding-top: 18px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 26px;
	color: #666666;
}
.teaser1 h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #5C707C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: Tahoma, "Arial Black", Arial, sans-serif;
}
a {
	color: #95BB39;
	text-decoration: underline;
	font-weight: bold;
}

.nocolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	text-align: left;
	margin-top:-22px;
	text-decoration: underline;
	font-weight: normal;
	
}
/* ---- POPUPS --------- */

#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1;  
}  
#popupContact{  
display:none;  
position:absolute;  
_position:absolute; /* hack for internet explorer 6*/  
width:700px;  
background:#FFFFFF;  
border:2px solid #cecece;  
z-index:77;  
padding:12px;  
font-size:13px; 
top:275px;
left-margin:auto;
right-margin:auto;
top-margin:125px;
}  
#popupContact h1{
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:6px;
	font-size: 24px;
	text-align: left;
}  
#popupContactClose{  
font-size:14px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:#6fa5fd;  
font-weight:700;  
display:block;
cursor:pointer;
} 

#button {
	display: inline;
}




#data {
}  
#data img {
	margin-left:20px;
}  
#data h1{
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:6px;
	font-size: 24px;
	text-align: left;
}  
