/* site wide styles */
body {
	font: normal 80%/120% Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

h1 {
	font: bold 120%/160% Arial, Helvetica, sans-serif;
	color: #000000;
	}	
	
#container {
	width: 900px;
	margin: 0px;
	padding: 0px;	
	}	

#header {
	/*width: 100%;
	height: 35px;
	background: #C41039;
	background: #000;*/
	}
	
#bar-red {
	width: 100%;
	height: 1px;
	background: #C41039;
	}
#bar-white {
	width: 100%;
	height: 100px;
	background: #FFF url(../images/gradient_tan.gif) repeat-y left;
	}	
#bar-darkred {
	width: 100%;
	height: 35px;
	background: #660033;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#bar-darkred-shortened {
	width: 180px;
	height: 35px;
	background: #660033;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}	
#logo {
	position: absolute;
	top: 5px;
	left: 152px;	
	z-index: 2;
	}
#logo-shortened {
	position: absolute;
	top: 5px;
	left: 12px;	
	z-index: 2;
	}	
#header-title {
	position: absolute;
	top: 102px;
	left: 190px;
	z-index: 2;
	}						
#header-button {
	position: absolute;
	top: 105px;
	left: 40px;
	z-index: 2;
	}		
	
#content {
	width: 100%;
	background: #FFF url(../images/menu_bg.gif) repeat-y top left;
	overflow: hidden;
	}
	
#menu {
	width: 180px;
	float: left;
	overflow: auto;
	margin: 0px;
	padding: 25px 0px;
	}

#menu ul {
	color: #FFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.menu {
	font: normal 100%/140% Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 10px;
	width: 150px;
	background: url(../images/pixel_white.gif) repeat-x bottom left;
	cursor: pointer;
	}

.menu-highlight {
	font: normal 100%/140% Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 10px;
	width: 150px;
	background: #660033 url(../images/pixel_white.gif) repeat-x bottom left;
	/*background: #000 url(../images/pixel_white.gif) repeat-x bottom left;*/
	cursor: pointer;
	}	

/*
#nav-why-certify-sub {
	position: absolute;
	top: 201px;
	left: 170px;
	z-index: 2;
	width: 200px;
	margin: 0px;
	padding: 0px;
	}
	
#nav-why-certify-sub ul {
	color: #FFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav-why-certify-sub ul li {
	font: normal 100%/140% Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 10px;
	width: 180px;
	background: #660033;
	cursor: pointer;
	}	
*/

	
	

#content-body {
	width: 700px;
	overflow: auto;
	display: block;
	}

#content-body p, #content-body h1{
	padding: 0px 10px;
	}
	
#home-image {
	float: left;
	padding: 0px 20px 20px 0px;
	}

	

/* footer */	
#footer {
	padding: 40px 0px 20px 0px;
	width: 100%;
	text-align: center;
	}
#footer-about, #footer-contact, #footer-privacy {
	padding: 0px 10px;
	text-align: center;
	}		
.footerLinks, a.footerLinks:link, a.footerLinks:visited, a.footerLinks:active, a.footerLinks:focus {
	font: bold 100%/140% Arial, Helvetica, sans-serif;
	color: #737D9C;
	text-decoration: none;
	}
	

.formContent-Row {
	padding: 0px 0px 0px 10px;
	}		
.formContent-Label {
	width: 150px;
	float: left;
	padding: 0px;
	}
.formContent-Input {
	width: 400px;
	float: left;
	padding: 0px;
	}
.formContent-Input textarea {
	width: 300px;
	height: 50px;
	}
.formContent-Input select {
	width: 250px;
	}	


dl {
	padding: 10px;
}

dt {
	padding: 5px;
}

