body {
    font-family: "Gill Sans MT", "Tahoma", "Microsoft Sans Serif", serif;
    font-size: 0.8em;
    background-color: #F6A46C;
    text-align: center;
    color: #333333;
    margin: 0px;
}

#mainWrapper {
    width: 800px;
    margin: 3px auto;
}

#leftNav {
	width: 100%
}

#rightNav {
	float: left;
	text-align: left;
	padding: 0 3px;
}

#headerWrapper {
    height: 281px;
    background: url("../pageImages/Header.jpg") no-repeat;
}

#mainMenuWrapper {
    background-image: url('../pageImages/MainMenuBack.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
}

ul#menu {
    list-style: none;
    text-align: center;
    margin: 3px 0;
    height: 50px;
    padding: 0 15px;
	overflow: hidden;
	background: url('../pageImages/MainMenuBack.jpg') center no-repeat;
}

#menu li {
    display: inline;
}

#menu a {
	display: block;
	float: left;
    color: #F6A46C;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
	padding: 10px 5px;
	margin: 7px 1px;
}

#menu a:hover {
	background-color: #FFFFFF;
	color: #333333;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#contentBox {
    background: url('../pageImages/contentBackground.jpg') repeat-y;
    text-align: justify;
    margin: 0;
}

#content {
    padding: 1.75em 1em;
    background: transparent url('../pageImages/top.jpg') left top no-repeat;
	min-height: 400px;
	//height: 400px;

	
}

#contentBottom {
    background: transparent url('../pageImages/bottom.jpg') left bottom no-repeat;
}

.sectionHeader {
    text-transform: capitalize;
    font-size: 1.5em;
    color: #DE0101;
    text-align: left;
    padding: 0;
    margin: 6px 0;
    
}

#footerBox {
    font-size: 0.7em;
    color: #FFF;
    text-align: right;
    background-color: #F6A46C;
	padding: 3px;
}

#partners {
	text-align: center;
	font-size: 0.8em;
	color: #D85F0E;
}

.descBox {
    border-bottom: 1px dotted #D28652;
    margin-bottom: 4px;
}

.thumbsBox {
    text-align: center;
}

.highlight {
    background-color: #F6A46C;
    padding: 0.3em;
}
/* MNH styles */
.descBoxMNH {
    border-bottom: 1px dotted #DDDDDD;
    margin-bottom: 4px;
	font-family: "Book Antiqua", "Times New Roman";
}

.thumbsBoxMNH {
	overflow: hidden;
}

.highlightMNH {
    background-color: #DDDDDD;
    padding: 0.3em;
}
/* eof MNH styles */

.large {
    font-weight: bold;
    font-size: 1.15em;
}

.redText {
    color: #DE0101;
}
a {
    text-decoration: none;
    color: #DE0101;
}

a:hover {
    text-decoration: underline;
}

.thumb {
	margin: 5px;;
	border: 1px solid #FFFFFF;
	outline: 2px solid #333333;
}

p {
    margin: 5px 0px;
    text-align: center;
}

.msgbox {
	font-weight: bold;
	padding: 23px 5px 23px 5px;
	font-size: 1.2em;
	text-align: center;
	background: url(../pageImages/ok.png) left center no-repeat;
	margin: 0 0 3px 0;
}

.msgboxError {
	font-weight: bold;
	padding: 23px 5px 23px 5px;
	font-size: 1.2em;
	text-align: center;
	background: url(../pageImages/errorCircle.png) left center no-repeat;
	margin: 0 0 3px 0; 
	color: #990000;
}

.lh {
	line-height: 180%;
	margin: 0;
	text-align: justify;
}

.resultsCompNameCurrent {
	float: left;
	padding: 5px 8px;
	color: #333333;
	font-weight: bold;
	background-color: #F6A46C;
}

.resultsCompName {
	padding: 5px 8px;
	float: left;
}

.resultsCompName a {
	color: #333333;
}