@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/background.gif);
}

h1 {
	color:#373737;
	font-family:"Century Gothic";
	font-size:3em;
	font-weight:normal;
	margin-top:0;
	padding-top:5px;
	text-transform:uppercase;
}

h2 {
	color:#373737;
	font-family:"Century Gothic";
	font-size:1.3em;
	font-weight:normal;
	margin:0;
	padding-top:5px;
}

h3 {
	color:#373737;
	font-family:"Century Gothic";
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding-top:5px;
}

h4 {
	color:#373737;
	font-family:"Century Gothic";
	font-size:0.9em;
	font-weight:normal;
	margin-top:0;
}

p {
	font-size: 0.7em;
	color: #616161;
}

#menu_home, #menu_home ul { /* all lists */
	font-family:Arial;
	font-stretch: condensed;
	line-height:1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 14px;
}

#menu_home a {
	color:#FFFFFF;
	display:block;
	font-size:0.9em;
	text-decoration:none;
}

#menu_home li { /* all list items */
	float:left;
	padding-left:44px;
}

#menu_home li ul { /* second-level lists */
	position: absolute;
	padding-top: 18px;
	width: 5.4em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-transform:lowercase;
}

#menu_home li ul li {
	border-bottom:medium solid #FFFFFF;
	margin:0;
	padding-left:0;
	width:5.4em;
}

#menu_home li ul li a {
	background-color: #ff1111;
	text-align: left;
	color: #fff;
	padding: 3px;
}

#menu_home li ul li a:hover {
	color: #7c7c7c;
	background-color: #ff9c9c;
}

#menu_home li:hover ul, #menu_home li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.home_copy {
	font-size: 0.7em;
	font-family: "Century Gothic";
	line-height: 1.1em;
	text-align: center;
	color: #2c2c2c;
}

.copy {
	font-size: 0.7em;
	font-family: "Century Gothic";
	line-height: 1.1em;
	color: #fff;
	margin-top:0;
}

.copy a {
	color: #fff;
	text-decoration: none;
}

#nav, #nav ul {
	float:left;
	font-family: Arial;
	font-stretch: condensed;
	font-size:0.8em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:20px;
	padding:0;
}

#nav li {
	float:left;
	line-height:1.25em;
	margin:3px;
	position:relative;
	text-align:right;
}

#nav li ul {
	position : absolute;
	left: -999em;
	margin-left : 103px;
	margin-top : -18px;
	text-transform:lowercase;
	font-size: 1em;
}

#nav li ul li {
	margin:0;
	border-bottom:solid;
	border-bottom-color:#ffffff;
	border-bottom-width:medium;
}

#nav li ul li a {
	width: 97px;
	background-color: #ff1111;
	text-align: left;
	color: #fff;
	padding: 3px;
}

#nav li ul li a:hover {
	color: #7c7c7c;
	background-color: #ff9c9c;
}
	
#nav li a {
	width: 90px;
	display : block;
	text-decoration : none;
	padding : 0 0.5em;
	color: #7c7c7c;
}
	
#nav li a:hover {
	color : #ff1111;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.feature_left {
	float: left;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #ff1111;
	margin-right: 20px;
}
.feature_right {
	float: right;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #ff1111;
	margin-left: 20px;
}
.feature {
	margin-bottom: 40px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #838786;
}
.contact {
	line-height: 0.8em;
}
.contact th {
	text-align: right;
}
.contact td, .contact th {
	font-weight: normal;
	font-size:0.7em;
	color: #999999;
}
.ddfmwrap {
	color: red;
	font-size: 0.8em;
	padding-bottom: 20px;
}
.ddfmerrors {
	font-weight: bold;
}
.errorlist {
	font-size: 0.9em;
}

