body{
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(/media_lib/images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #656A6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a, a:link, a:visited, a:active{
	color: #6A2021; 
	text-decoration: none;
}
a:hover{
	color: #6A2021; 
	text-decoration: underline;
}
.leftShadow{
	background-image: url(/media_lib/images/leftShadow.png);
	background-repeat: repeat-y;
}
.rightShadow{
	background-image: url(/media_lib/images/rightShadow.png);
	background-repeat: repeat-y;
}
.headerRight{
	background-image: url(/media_lib/images/headerRight.jpg);
	background-repeat: no-repeat;
}
#generatorHeader{
	background-image: url(/media_lib/images/generatorHeader.jpg);
	background-repeat: no-repeat;
        position: relative;
	height: 166px;
}
#topSearch{
	vertical-align: top;
	text-align: right;
        position: absolute; 
        top: 0pt; right: 0pt;
}
#acknowledgements{
	vertical-align: bottom;
	text-align: right;
	color: #697C90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 10px 5px 15px;
        position: absolute; 
        bottom: 0pt; right: 0pt;
}
#acknowledgments a, #acknowledgments a:link, #acknowledgments a:visited, #acknowledgments a:active, #acknowledgments a:hover{
	color: #697C90; 
	text-decoration: none;
}
.white{
	background-color: #F3F3F3;
}
.column1Header{
	background-image: url(/media_lib/images/column1Header.jpg);
	background-repeat: no-repeat;
}
.column2Header{
	background-image: url(/media_lib/images/column2Header.jpg);
	background-repeat: no-repeat;
}
.column3Header{
	background-image: url(/media_lib/images/column3Header.jpg);
	background-repeat: no-repeat;
}  
.leftMenuHeader{
	background-image: url(/media_lib/images/leftMenuHeader.jpg);
	background-repeat: no-repeat;
}   
.contentHeader{
	background-image: url(/media_lib/images/contentHeader.jpg);
	background-repeat: no-repeat;
}
.columnHeading{
	padding: 0px 10px 0px 20px;
	color: #550000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.columnContent{
	color: #656A6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 20px 15px 15px;
}
.footer{
	color: #70859A; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover{
	color: #70859A; 
	text-decoration: none;
	font-weight: bold;
}
.hidden{
	visibility:hidden;
	display:none;
}
.visible{
	visibility:visible;
	display:block;
}
.bottomNav{
	text-transform: uppercase;
	text-align: right;
}
.leftNav{
	color: #4F555A; 
	text-transform: uppercase; 
	line-height: 20px;
}
.leftNav a, .leftNav a:visited, .leftNav a:active, .leftNav a:link, .leftNav a:hover{
	color: #4F555A; 
	text-decoration: none;
}

#companyList .company {
	padding: 10px 0px 15px 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
}
#companyList .company .title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	margin-bottom: 4px;
}
#companyList .company .title a {
	font-weight: bold;
}
#companyList .company .description {
	/* font-size: smaller; */
	margin: 0;
	margin-bottom: 5px;
}
#companyList .company .website {
	color: #636363;
	font-weight: bold;
	/* font-size: smaller; */
	margin: 0;
}
#companyList .company .website a {
	/* font-weight: bold; */
	font-weight: normal;
}
#companyList .company .detailLink {
	margin: 5px;
	width: 50px;
	float: right;

	border-width: 1px;
	border-style: dotted;
	border-color: #393;
}
#companyList #pagination {
	text-align: center;
	/* font-weight: bold; */
	margin: 20px auto;
	padding: 4px;
	width: 75%;
	border: outset 3px #C1C1C1;
}

/*** FAQ (Opportunities/Careers) ***/
.faqlist li {
	margin-bottom: 6px;
}
.faqlist li .faqquestion p {
	display: inline;
}
.faqlist li .faqanswer {
	display: none;
}
.faqlist li.selected .faqquestion {
	font-weight: bold;
}
.faqlist li.selected .faqanswer {
	display: block;
}
/*** Subscriber Form ***/
.error {
	color: #A30000;
	font-weight: bold;
}
.required {
	color: #A30000;
}
form label {
	font-weight: bold;
}
#subscriberForm td {
	padding-right: 6px;
}
#subscriberForm input {
	font-size: 11px;
}
.form-medium {
	width: 150px;
}
.form-long {
	width: 225px;
}


