@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/body-noise-bg.jpg) !important;
	margin:0px;
	padding:0px;
}
#nav-container {
	border-top:1px solid #dddddd !important;
	border-bottom:1px solid #dddddd !important;
}
#nav{
	list-style:none;
	/* Clear floats */
	float:left;
	width:100%;
	position:relative;
	z-index:10000;
	margin-left:105px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#nav li{
	float:left;
	margin-right:20px;
	padding-right:20px;
	position:relative;
}
#nav li a{
	display:block;
	padding:10px;
	text-decoration:none;
}
/*
#nav a:hover{
	color:#fff;
	background:#6b0c36;
	text-decoration:underline;
}
*/

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	margin-left:-40px;
	z-index:10000;
}
#nav li a:hover {
	background:none;
}
#nav li ul#secondary-dropdown li a:hover {
	border-radius:0px;
}


/*--- SECONDARY DROPDOWN ---*/
#nav li ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	font-size:12px;
}
#nav li ul li {
	background-color:#efefef;
	border-bottom:1px solid #dadada;
}

#nav ul li ul#secondary-dropdown {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	font-size:12px;
}
#nav ul li ul#secondary-dropdown li {
	float:none;
}
#nav ul li ul#secondary-dropdown a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li ul li:hover ul#secondary-dropdown{ /* Display the dropdown on hover */
	top:0;
	left:0; /* Bring back on-screen when needed */
	z-index:10000;
	margin-left:120px;
}
#nav li ul#secondary-dropdown li:hover a{
	text-decoration:none;
}
a {
	color:#797979;
}
a:hover {
	color:#000000;
}
.graphic_textbox_layout_style_default {
	padding: 4px;
}

.paragraph_style_1 {
color: #584D4D;
font-family: 'Optima-Regular', 'Optima', 'Trebuchet MS', sans-serif;
font-size: 12px;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: 400;
letter-spacing: 0;
line-height: 17px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 0px;
padding-top: 0px;
text-align: left;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}


.paragraph_style_2 {
	color: #584D4D;
	font-family: 'Optima-Regular', 'Optima', 'Trebuchet MS', sans-serif;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
}
#footer-container {
	margin-top:20px;
	width:100%;
	background-color:#272727;
	padding-top:10px;
	padding-bottom:10px;
}
#footer {
	margin:0 auto;
	display:block;
	width:700px;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#acacac;
}


