/* CSS Document */
body{
	background-image	:	url(../Images/main_bg.jpg);
	background-color	:	black;
	background-repeat	:	no-repeat;
}
.leftNavA{
	background-image	:	url(../Images/orange_strip.gif);
	background-repeat	:	repeat-y;
	padding-left		:	34px;
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	Bold;
	color				:	#C46B1C;
	background-color	:	#5F5F60;
	width				:	179px;
	height				:	30px;
	cursor				:	hand;
}
.leftNavN{
	background-image	:	url(../Images/gray_strip.gif);
	background-repeat	:	repeat-y;
	padding-left		:	34px;
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	Normal;
	color				:	#C4C4C4;
	background-color	:	#515152;
	width				:	179px;
	height				:	30px;
}
.dennyNavN{
	background-image	:	url(../Images/gray_strip.gif);
	background-repeat	:	repeat-y;
	padding-left		:	14px;
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	Normal;
	color				:	#C4C4C4;
	background-color	:	#515152;
	width				:	179px;
	height				:	15px;
}

.leftNavSub{
	background-image	:	url(../Images/gray_strip2.gif);
	background-repeat	:	repeat-y;
	padding-left		:	34px;
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	Normal;
	color				:	#C4C4C4;
	background-color	:	#5F5F60;
	width				:	179px;
	height				:	40px;
}
a.leftNavMouseOver{
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	normal;
	text-decoration		:	none;
	vertical-align		:	middle;
	color				:	#C4C4C4;
}
a:hover.leftNavMouseOver{
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	normal;
	text-decoration		:	none;
	vertical-align		:	middle;
	color				:	#dfdfdf;
}
.homeContent{
	font-family			:	Verdana;
	font-size			:	12px;
	color				:	white;
	line-height			:	17px;
	padding				:	48px 98px 48px 35px;
}
.logo{
	text-align			:	center;
	vertical-align		:	top;
	
}
em {
	font-family			:	Tahoma;
	font-size			:	18px;
	color				:	#C46B1C;
	font-weight			:	bold;
	font-style			:	normal;
}
.label{
	font-family			:	Tahoma;
	font-size			:	11px;
	color				:	white;
	padding				:	8px;
}
input{
	border				:	1px solid #C46B1C;	
}
.careersHead{
	cursor				:	hand;
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	bold;
	color				:	white;
	padding				:	8px;
	background-color	:	#2F271A;
	border				:	1px solid #5F5C58;
	background-image	:	url(../Images/drop_down_arrow.gif);
	background-repeat	:	no-repeat;
	background-position	:	right;
}
.careersHeadup{
	cursor				:	hand;
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	bold;
	color				:	white;
	padding				:	8px;
	background-color	:	#2F271A;
	border				:	1px solid #5F5C58;
	background-image	:	url(../Images/drop_up_arrow.gif);
	background-repeat	:	no-repeat;
	background-position	:	right;
}

.careersContentShow{
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	normal;
	color				:	white;
	padding				:	8px;
	background-color	:	#2F271A;
	border				:	1px solid #5F5C58;
	display				:	block;	
}
.careersContentHide{
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	normal;
	color				:	white;
	padding				:	8px;
	background-color	:	#2F271A;
	border				:	1px solid #5F5C58;
	display				:	none;
}
a.email{
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	normal;
	text-decoration		:	none;
	vertical-align		:	middle;
	color				:	#7A7A7A;
}
a:hover.email{
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	normal;
	text-decoration		:	none;
	vertical-align		:	middle;
	color				:	#ffffff;
}
.denny{
	font-family			:	Tahoma;
	font-size			:	11px;
	font-weight			:	normal;
	text-decoration		:	none;
	vertical-align		:	left;
	color				:	#dfdfdf;
	}
	.Allen{
	font-family			:	Tahoma;
	font-size			:	12px;
	font-weight			:	bold;
	text-decoration		:	none;
	vertical-align		:	left;
	color				:	#dfdfdf;
	}
<link href="tahoma" rel="stylesheet" type="text/css">

