body {
	margin: 0px;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: 410px 0px;
	background-color: #FFFFFF;
	font-size: 12px;
}

img {
	border: none;
}

p.firstItem {
	margin-top: 0px;
	padding-top: 0px;
}

input[type="text"], textarea {
	border: 1px solid #000000;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	padding: 3px;
	font-size: 11px;
}

input[type="text"]:focus, textarea:focus {
	background-color: #EEEEEE;
}

a.alt:link, a.alt:visited {
	color: #000000;
	text-decoration: none;
}

a.alt:hover {
	color: #CC0000;
	text-decoration: underline;
}

a.alt_nav:link, a.alt_nav:visited {
	color: #000000;
	text-decoration: none;
}

a.alt_nav:hover {
	color: #CC0000;
	text-decoration: none;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}



/*************************/
/* OVERALL LAYOUT STYLES */
/*************************/

#overallContainer {
	padding: 57px 0px 0px 44px;
}

#header {
	position: relative;
	top: 0px;
	height: 14px;
}

#menus {
	position: relative;
	top:0px;
	left:0px;
	width:100%;
	height: 27px;
	z-index:1000;
}

#contentContainer {
	position: relative;
	top: 0px;
	width: 856px;
	min-height: 400px;
	padding-bottom: 15px;
}

#contactContainer {
	position: relative;
	top: 0px;
	width: 800px;
	height: 30px;
}


/*********************/
/* MENU STYLES BEGIN */
/*********************/

#nav { /* Overall UL container */
	width:500px;
}

#nav, #nav ul { /* Overall and drop down UL containers */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a { /* These are the links in each LI */
	display: block;
	width: 100%;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	visibility: visible !important;
}

#nav ul a, #nav ul span.noLink { /* These are the links in the drop-down LIs */
	width: 215px;
	padding:3px 5px;
}

#nav ul a:hover, #nav ul span.noLink:hover { /* Hover state of links in the drop-down LIs */
	background-color:#DDDDDD !important;
	color:#CC0000 !important;
}

#nav ul li.sfhover>a, #nav ul li.sfhover span.noLink { /* ??? */
	background-color:#DDDDDD;
	color:#CC0000;
}

#nav li { /* Each main category of primary menu LI */
	float: left;
	height: 27px;
	line-height: 27px;
	background-image: url('/siteflow/images/menuBackground.gif');
	background-repeat: no-repeat;
}

#nav li span { /* The <span> hides the text in each */
	visibility: hidden;
}

#nav ul li { /* Each LI in the drop-down menus */
	float: left;
	width: 225px; /* width needed or else Opera goes nuts */
	height: auto;
	line-height: normal;
	
}

#nav li ul { /* Drop-down menu UL containers */
	position: absolute;
	background: transparent url(/siteflow/png/menuBackgroundTrans.png) top left repeat;
	width: 225px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #000000;
	border-top-width: 0;
}

#nav li ul div { /* "Wrapper" of the drop-down LIs -- need this so links are clickable in ie */
	background-image: none;
	height: auto;
	width: 225px;
	border: none;
}

#nav li ul li { /* Top border of each drop-down LI */
	border-top: 1px solid #000000;
	background-image: none;
}

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

#nav li ul div li { /* Each drop-down menu LI */
	background-image: none;
	background-color: #EEEEEE;
}

#nav #blockMenu {
	width: 133px;
	background-position: 0px 0px;
}

#nav #aboutMenu {
	width: 74px;
	background-position: -133px 0px;
}

#nav #aboutMenu.sfhover, #nav #aboutMenu.active {
	width: 74px;
	background-position: -133px -27px;
}

#nav #servicesMenu {
	width: 85px;
	background-position: -207px 0px;
}

#nav #servicesMenu.sfhover, #nav #servicesMenu.active {
	width: 85px;
	background-position: -207px -27px;
}

#nav #workMenu {
	width: 64px;
	background-position: -292px 0px;
}

#nav #workMenu.sfhover, #nav #workMenu.active {
	width: 64px;
	background-position: -292px -27px;
}

#nav #contactMenu {
	width: 82px;
	background-position: -356px 0px;
}

#nav #contactMenu.sfhover, #nav #contactMenu.active {
	width: 82px;
	background-position: -356px -27px;
}
	