@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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: d8e9ef;
}
#container  {
	width: 176px;
	margin: 0;
	text-align: left;
} 
#header  {
	height: 208px;
	background-image: url(../pics/header_mobile.gif);
} 
#head_print {
	height: 110px;
	display: none;
}
#mainContent  {
	float: left;
	height: auto;
	width: 176px;

} 
#nav {
	height: 30px;
	position: relative;
	display: none;
}

#cont_contact {
	background-image: url(../pics/cont_contact.gif);
	display: none;
	width: 567px;
	height: 439px;
	float: inherit;
	margin-left: 50px;
}
#nav_text {
	display: block;
	padding-bottom: 10px;
}
#features {
	height: 220px;
	display: none;
}
#features_text {
	font-size: 13px;
	display: block;
}



#subfeatures {
	background-color: #FFFFFF;
	height: 330px;
	margin-bottom: 5px;
}
#subfeatures_container {
	float: left;
}
.subf_item {
	width: 176px;
}

#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	padding-left: 10px;
	color: #2c5e72;
	;
	margin-top: 10px;
}
#pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-right: 10px;
	margin-top: 15px;
	padding-left: 10px;
}
.subf_thumb {
	display: none;
	float: left;
	width: 60px;
	margin-right: 10px;
	padding-top: 7px;
}
.subf_txt {
	font-size: 11px;
	padding-top: 7px;
}
.subf_txt a {
	font-weight: bold;
	color: #2a5a6e;
	text-decoration: none;
}

#videoplayer {
	float: right;
	width: 350px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	top: 374px;
	padding-top: 10px;
	display: none;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	display: none;
}
#searchbox {
	width: 190px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	position: absolute;
	top: 110px;
	height: 40px;
}
#blog_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebar_blog {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #454545;
	margin: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: absolute;
	top: 361px;
	width: 166px;
}
#sidebar_blog a {
	font-size: 11px;
	font-weight: bold;
	color: #aec8d0;
	text-decoration: none;
}


#gallerybutton {
	position: absolute;
	top: 156px;
}
#footer  {
	background-color: #000000;
	font-size: 11px;
	width: 176px;
	padding-top: 1px;
	text-align: center;
} 
#footer_text {
	color: #FFFFFF;
}


.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: left;
	padding: 10px;
	display: none;
}
.fltlft { /* this class can be used to float an element left in your 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;
}

