@charset "UTF-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#frame{
	height: 510px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#topframe{
	height: 39px;
	width: 1000px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B2974;
	background-image: url(../structure/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menuframe{
	float: left;
	height: 40px;
	width: 1000px;
	margin: 0px;
}

#contentframe{
	float: left;
	height: 400px;
	width: 1000px;
}

#smallprintframe{
	float: left;
	height: 30px;
	width: 1000px;
}





#mainmenu{
	height: 20px;
	width: 488px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FF9000;
	float: left;
	padding-left: 10px;
}

#phonenumber{
	height: 20px;
	width: 502px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FF9000;
}

#textarea{
	height: 400px;
	width: 400px;
	float: left;
	background-color: #0b2974;
}

#flashimagearea{
	background-color: #0D57A3;
	background-image: url(../structure/imageflashdrop.gif);
	height: 400px;
	width: 600px;
	float: left;
}

#cover{
	width: 600px;
	height: 400px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../structure/blankimageflashdrop.gif);
}

ul#portfolio li img{
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: normal;
}



#portfolio{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#bar{
	width: 900px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	font-weight: normal;
}

.hiddenPic{
	display: none;
	font-weight: normal;
}

