/* #######
Herrman International, HBDIinteractive Support Style Sheet
Paul Fairchild, 2009
########## */



body {
	background: #DCDCDC;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	padding: 0px;
}

p {
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}



h1, h2, h3  {
	font-family:Verdana;
	font-weight:bold;
	color:#333333;
}	

h1 {
	font-style: italic;
	font-size: 1.5em;
}

h2 {
	font-style: normal;
	font-size: 1.25em;
}

h3 {
	font-style: normal;
	font-size: 1.00em;
}




/* #######  Elements  ########## */

#container {
	width: 892px;
	padding: 0px;
	text-align:left;
	margin: 0px auto;
	background:#FFF;
	border-left:solid 1px #808080;
	border-right:solid 1px #808080;

}



#nav_bar {
	clear:both;
	width: 872px;
	height:30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	background: url('../images/nav_bg.png') repeat-x; 
	text-align: right; 
}

#nav_bar p, #nav_bar a:link, #nav_bar a:visited {
	font-family: Verdana;
	font-weight: normal;
	padding-top:5px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


#nav_bar a:hover  {
	text-decoration: underline;
}


#banner {
	width: 892px;
	height: 91px;
	color: #000000;
	background:url('../images/banner.png');
	margin:0px 0px 0px 0px;
}

#content {
	width:892px;
	clear:both;
	text-align:left;
	background:#FFFFFF;
	padding:0px;
	margin:0px;
}

#content_header {
	width: auto;
	height:40px;
	background:url('../images/content_header_narrow.png') repeat-x 0 0;
	border-bottom: 5px solid #FFFFFF;
	margin:0px;
	clear:both;
	padding:10px 0px 7px 30px;
	font-size:.850em;
	color:#FFF;
}

#content_header h1	{
	color: #FFFFFF;
	margin-top:1px;
}


#content a:link, #content a:visited, #content a:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}


#main_wrapper {
	width: auto;
	background:#FFFFFF;
	min-height: 270px;
	margin: 0px;
	padding: 0px;
	padding-bottom:10px;
	text-align:left;
}

#main_wrapper a:link, #main_wrapper a:visited, #main_wrapper a:active  {
	color:#333;
	font-weight:normal;
	text-decoration:underline;
}

#main_wrapper a:hover {
	color:#FFFFFF;
	background:#C40101;
	text-decoration:none;
}


#no_sidebar {
	width: auto;
	background:#FFFFFF;
	min-height: 270px;
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 0px 50px;
	text-align:left;
}

#help_more   {
	width:140px;
	float:right;
	border: solid 1px #808080;
	padding:15px;
}

#help_more h3    {
	text-align:center;
}	

#help_more p	{
	line-height:20px;
}	




#sidebar_left {
	background:#FFFFFF;
	float:left;
	margin:0px;
	padding:10px 10px 0px 10px;
	width:200px;
}




#main_copy {
	background-color:#FFFFFF;
	width:640px;
	float:right;
	margin: 0px;
	border-left: 2px solid #DCDCDC;
	padding:10px 20px 10px 10px;
	text-align:left;
}


#clear    {
	width:892px;
	height:1px;
	clear:both;
	color:#FFFFFF;
}

#copyright {
	background: url('../images/copyright_bg.png') repeat-x 0 0;
	background-color:#838383;
	width:892px;
	height: 25px;
	margin:0px;
	float:left;
	border-top:solid 10px #838383;
	padding:0px;
	text-align:left;
}

#copyright p {
	font-size: .750em;
	color: #FFFFFF;
	margin-left:30px;
	margin-top:1px;
}



label#code	{
	background: url('../images/noise.jpg'); 
	color:#FFFFFF;
	font-family:Georgia;
	font-size:20px;
	padding:2px 5px;
}

/* Form Validation   */

.basictext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; color:#004D6D;
}
	
.errortext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; color:#C00000; font-weight: bold;
}

	
	

