﻿BODY
{
	font-family: Gill Sans MT, Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.2em;
}
TABLE
{
	font-size: 1em;
}

h2
{
	font-size: 1.4em;
	line-height: normal;
}
h3
{
	font-size: 1.2em;
	line-height: normal;
}
h4
{
	color: #0F59A0;
	font-size: 1em;
}

a:link, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: Blue;
}

.wrap
{
	width: 655px;
}

/* banner */
#breadcrumbBar
{
	height: 2.5em;
	color: #0F59A0;
	font-weight: bold;
}
.menuButton, .menuButtonSelected, #loginButton, .menuButtonLink
{
	width: 19.9%;
	padding: .3em 0 .4em 0;
	text-align: center;
	font-weight: bold;
}
.menuButton, .menuButtonSelected
{
	float: left;
}
.menuButton, .menuButtonLink
{
	background-color: #0f59a0;
}
#loginButton
{
	float: right;
	background-color: #9FBDD9;
	margin-left: 6px;
}
.menuButton a:link, .menuButton a:visited, .menuButtonLink a:link, .menuButtonLink a:visited
{
	color: White;
	text-decoration: none;
}
.menuButtonSelected, .Bids, .questionnaire, .list
{
	background-color: #cfdeec;
}
#menuBar a:link, .breadcrumb a:visited, #loginButton a:link, #loginButton a:visited
{
	color: white;
	text-decoration: none;
}
#menuBar a:link, .breadcrumb a:visited
{
	color: white;
}
#loginButton a:link, #loginButton a:visited, .menuButtonSelected a:link, .menuButtonSelected a:visited
{
	color: Black;
}

/* right side bar */
#RightSideBarWrap
{
	float: right;
	width: 19.9%;
	margin: .3em 0.4% 0 .3em;
	height: 400px;
}
#RightSideBarText
{
	margin: 0 0 .7em 0;
	padding: .1em .5em .1em .5em;
	background-color: #9FBDD9;
	height: 6em;
}
#ContactUsButton
{
	padding: .3em 0 .4em 0;
	text-align: center;
	font-weight: bold;
	background-color: #0f59a0;
}
#ContactUsButton a:link, #ContactUsButton a:visited
{
	color: White;
	text-decoration: none;
}
#LinksButton
{
	margin: 0 0 .7em 0;
	padding: .3em 0 .4em 0;
	text-align: center;
	font-weight: bold;
	background-color: #0f59a0;
	border-top: solid thin White;
}
#LinksButton a:link, #LinksButton a:visited
{
	color: White;
	text-decoration: none;
}

/*Questionnaire*/
.questionnaireDiv
{
	float: right;
	width: 40%;
}

.questionnaire
{
	margin: 1px 1px 1px 1px;
}
/* menu page */
.photo
{
	display: block;
	float: left;
	margin: 5px 25px 0 0;
}
/* bid page */
.advertHeader, .advertReference
{
	font-family: Trebuchet, Gill Sans MT, Verdana, Tahoma, Arial;
	font-size: 14pt;
	font-weight: bold;
}
.advertHeader
{
	padding-left: 10px;
}
.advertReference
{
	padding-right: 10px;
}
.advertIcon
{
	margin-top: 4px;
}
.advertBody
{
	font-size: 12pt;
}
.AdvertPanel
{
	position: absolute;
	left: 5px;
	top: 200px;
	z-index: 200;
	background-color: White;
	border: solid 1px black;
	width: 400px;
}
.Sector
{
	margin-top: 100px;
	font-size: xx-small;
}
.Sector, .Sector a:link
{
	color: Gray;
}



