body {
	text-align:center;
	font-family: "Gill Sans Light","Century Gothic","Trebuchet MS",Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 14px;
}

input, select, textarea, option {
	font-family: "Gill Sans Light", "Century Gothic","Trebuchet MS",Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #666666;
}

div#box{
	border:3px solid white;
	width:760px;
	height:auto;
	min-height:150px;
	_height:170px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	max-width:740px;
}

div#header{
	text-align:left;
	height: 150px;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:766px;
	max-height:120px;
	text-align:center;
	font-size:20px;
	color: #FFFFFF;
	background-image:url("background_images/header.jpg");
	background-repeat:repeat-x;
}

div#mainContent {
	width:100%;
	overflow:hidden;
}

div#mainContent div {
	width:185px;
	height:185px;
	color:#999999;
	text-align:center;
	float:left;
	margin-top:0px;
	padding-top:5px;
/*	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60); */
}

div#mainContent div img {
	cursor:pointer;
	margin-top:5px;
	border: 1px solid black;
}

div#companyName{
	clear:both;
	margin-top:10px;
	padding-top:10px;
	min-height: 272px;
	height: 272px;
	background-image:url("background_images/footer.jpg");
	background-repeat:repeat-x;
	width:766px;
	margin-left:auto;
	margin-right:auto;
	color:black;
}

div#footer{
	color:#666666;
	font-size:11px;
	margin-top:10px;
	width:766px;
	margin-left:auto;
	margin-right:auto;
	height: 180px;
}

#imageNavigation {
	width: 730px;
	display:block;
	white-space:no-wrap;
	height:25px;
}

#imageNavigation a {
	margin-left:6px;
	margin-right:6px;
	text-decoration:none;
	color: #666666;
	display:inline;
}

#imageNavigation a:hover {
	color: #6666ff;
}

#subNav {
	padding-top:0px;
	padding-bottom:20px;
}


#subNav a {
	margin-left:36px;
	margin-right:36px;
	text-decoration:none;
	color: white;
}

#subNav.homeNav a {
	margin-left:36px;
	margin-right:36px;
	text-decoration:none;
	color: #666666;
}

#subNav a:hover {
	margin-left:36px;
	margin-right:36px;
	text-decoration:none;
	color: #6666ff;
}

#header h1 {
	font-weight:lighter;
	font-size:22px;
}

h1 {
	font-weight:lighter;
	font-size:18px;
}

label {
	display: inline;
	float:left;
	width: 230px;
}

.newBorder {
/*	border: 1px solid blue; */
	background-color: #EFEFEF;
}

a#prevButton.fadedButton {
	color: #DEDEDE;
}

a#nextButton.fadedButton {
	color: #DEDEDE;
}

div#header.invisible {
	background-image:none;
}	

div#companyName.invisible {
	background-image:none;
}	
