/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	text-align: center;
}

p {
	font-size: 11px;
}

#container {
	position: relative;
	text-align: left;
	margin: 50px auto 0 auto;
	padding: 0 23px 0 23px;
	width: 814px;
	background-color: #fff; 
	border: 1px solid #ccc;
 	height: 507px; 
} 

#content {
	height: 345px;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

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

a:active {
	color: #f00;
	text-decoration: none;
}

h1 {
	margin-left: 12px;
	margin-top: 44px;
	font-size: 11px;
	font-weight: normal;
	color: #f00;
}

h1 span {
	color: #333;
	font-weight: normal;
}

#navigation {
	margin: 48px 0 0 7px;
}

.projectText {
	margin: 10px 0 10px 12px;
	height: 42px;
	width: 782px;
}

.mainText {   /* Container for the main text which is in the same place on the screen as the image */
	position: relative;
	width: 812px;
	height: 290px;
	border: 1px solid #ccc;
}

.mainText p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 11px;
}

.mainText a {
	text-decoration: underline;
}
	
img {
	width: 812px;
	height: 290px;
	border: 1px solid #ccc;
}

select {
	border: 1px solid #ccc;
}

option {
	padding: 0 10px 0 7px;
}

#ivoWaldburgerNavigation, #ivoWaldburgerSubNavigation {
	display: inline;
	margin: 0 10px 0 0;
}

#ivoWaldburgerNavigation option.header, #ivoWaldburgerNavigation select.header {
	font-weight: bold;
	background-color: transparent !important;
	background-color: #ccc;
}

#ivoWaldburgerNavigation option.bottom {
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
}

#ivoWaldburgerNavigation option.contactBottom {
	border-bottom: 1px solid #ccc;
}

#ivoWaldburgerNavigation option.navIndent {
	padding-left: 10px;
}

p.footer {
	position: absolute;
	bottom: 5px;
	left: 35px;
	color: #999;
	font-size: 9px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #999;
}

.footer a:hover {
	color: #f00;
}



/* IE5 for Mac Styles only - Uses Band Pass Filter */

/*\*//*/
  @import url("ie5mac.css");
/**/
