* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

BODY {
	/* to center the body or add a body background
	image, add the styles directly in the template
	head or body tag. Adding it here will affect
	the body alignment in SitePress edit mode! */
	margin: 0;
	background-color: #FFFFFF;
	font-size: 79%;
	color: #000000;
	line-height:1.3em;
}

BR.clearAll {
	font: 1px/1px monospace;
	display: block;
	clear: both;
}


/* HEADINGS ------------------------------------------------------ */
H1 {
	font-size: 1.9em;
	font-weight: bold;
	color:#c6213d;
	margin-top:0px;
}
H2 {
	font-size: 1.3em;
	font-weight: bold;
	color:#dda812;
	margin:0;
}
H3 {
	font-size: 1.2em;
	font-weight: bold;
	color:#c6213d;
	margin:10px 0;
}
h4 {
	font-size: 1.1em;
	margin:0;
}
A {
	color:#0071bc;
}

.red{color:#c6213d;}
.small{font-size:.85em; line-height:1.4em;}

/* MAIN LAYOUT --------------------------------------------------- */

FORM{
	margin:0;
	padding:0;
	}

/* PAGE */
.page {
	margin: 0 auto;
	width: 966px;
	text-align: left;
}

/*	HEADER	*/
.header {
	clear:both;
	height:95px;
	padding-top:25px;
}
.logo{
	float:left;
	margin-left:16px;
	}
.rightSideHeader{
	float:right;
	width:200px;
	}
.search{
	margin:10px 0;
	}
.search .searchBox {
	margin: 0;
	padding: 6px 0 6px 6px;
	float: left;
	background: url(/img/searchField.gif) no-repeat;
	border:none;
	width: 159px;
}

/*	CONTENT	*/
.contentWrapper{
	width:100%;
	overflow:hidden;
	background:#D6DEE9;
	margin:0;
	padding:0;
}
.rightContent{
	float:right;
	width:760px;
}
.content {
	background:#FFFFFF;
	padding:25px 25px 30px 20px;
	margin:0;
	border-left:3px solid #6C801C;	
	min-height:300px;
	//*ie6*/_height:300px;
}

/*	FOOTER	*/
.footer {
	clear: both;
	text-align:center;
	margin:20px auto;
	color:#FFFFFF;
	font-size:.8em;
}
.footer A {
	color:#FFFFFF;
}

/* PAGE SPECIFIC STYLES	*/
.find{
	background:url(/img/shaded-square.gif) no-repeat;
	height:178px;
	width:210px;
	padding:15px 10px 0px 20px;
	margin:15px 0 0 10px;
	color:#0c3d7b;
	}
.find h2{
	text-align:center;	
	}
.find .SearchRecordsForm INPUT.textField{
	width:155px;
}
.find .SearchRecordsForm INPUT.button{
	width:30px;
}
.page_endorsed-vendor-directory .orSearch{ 
	display:none;
}
.page_home .RecordFilterForm select,
.page_products-and-services .RecordFilterForm select{
	width:192px;
}

/*	LEFT MENU NAV	*/
.leftNav{
	float:left;
	width:161px;
	background:#d6dee9;
	padding:20px 20px 10px 20px;
	color:#111552;
	font-size:.95em;
}
.leftNav ul{
	margin:30px 0 0 0;
	padding:0;
	list-style:none;
	}
.leftNav li{
	border-bottom:1px solid #111552;
	padding:3px 0 3px 2px;
	}
.leftNav li a{
	text-decoration:none;
	color:#111552;
	padding-right:2ex;
	}
.leftNav li a:hover,
.leftNav li a.SELECTED{
	color:#c6213d;
	font-weight:bold;
	padding-right:0;
	}
.sectionTitle{
	font-weight:bold;
	margin:5px 0;
	}


/* NAVIGATION */
.menu {
	clear:both;
	width:760px;
	height:23px;
	overflow:hidden;
	background:#0c3d7b;
	padding-top:7px;
	border-left:3px solid #6C801C;
	border-bottom:3px solid #6C801C;
	font-size:.95em;
	}
.menu ul{
	list-style:none;
	padding:0;
	margin:0;
	}
.menu ul li{
	float:left;
	padding:0 8px;
	border-left:1px solid #ffffff;
	}
.menu ul li:first-child{
	border-left:0px solid #ffffff;
	}
.menu ul li a{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	}
.menu ul li.last{
	border-right:none;
}

/* ie6 fixes for navigation */
* html .menu { position:relative; overflow:hidden; }
* html .menu .nav UL LI { position:relative; margin-left:-1px; padding-right:10px; }





/* ENDORSED Companies section */

.section_for-endorsed-companies FORM.loginForm {
	position: absolute;
	margin-top: 4.5em;
}

.coloredTable {
	width: 200px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#DD8215;
	//* rounded corners for dumb ie v6-8 */background:#DD8215 url(/img/coloredTableBottom.gif) no-repeat left bottom;
	font-size: 1em;
}
html body .content .coloredTable {
	margin: -3em 0px 0 0;
}
.coloredTable TD {
	padding: 0px;
}
.coloredTable TD.coloredTableContent {
	padding: 0 10px 20px 10px;
}
.coloredTableTop {
	font-size: 10px;
	line-height: 10px;
	height: 20px;
	//* rounded corners for dumb ie v6-8 */ background: url(/img/coloredTableTop.gif) no-repeat left top;
}



/* DB Default styles --------------------------------------------------- */
.dbRecordHeader {
	overflow: hidden;
	padding: 5px;
	background: #F0F0F0;
	border-bottom: 3px solid #CCCCCC;
}
.dbRecordHeader FORM {
	display: inline;
}
.dbRecordHeaderLeft {
	float: left;
}
.dbRecordHeaderRight {
	float: right;
}
.dbEditBar {
	margin: .5em 0;
	padding: 5px;
	background: #BBBBBB;
	border-bottom: 3px solid #666666;
}
.dbRecordPageNav {
	margin: 1em 0;
	font-size: 1em;
}
.dbRecordPageNav B {
	padding: 0 .8ex;
	background: #000000;
	color: #FFFFFF;
}
.dbRecordPageNav A.pageNavLink {
	padding: 0 .8ex;
	background: #F0F0F0;
	color: #000000;
	text-decoration: none;
}
.dbRecordPageNav A.pageNav {
	padding: 0 .8ex;
	background: #F0F0F0;
	color: #000000;
	text-decoration: none;
}
TABLE.index TH {
	padding: 0px 5px;
	background: #F0F0F0;
	border-bottom: 3px solid #CCCCCC;
}
TABLE.index TH A {
	text-decoration: none;
	color: #000000;
}
TABLE.index TD {
	padding: 2px 5px;
	border-bottom: 1px dotted #CCCCCC;
}

/* Additional DB styles */
.page_endorsed-vendor-directory .content,
.page_site-users .content {
	padding-right: 30px;
}


