body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/striped_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}




a:link	{	
	color: #2B1C57;
	font-weight: bold;
	text-decoration: underline; 
}
a:visited	{
	color: #2B1C57;
	font-weight: bold;
	text-decoration: underline; 
}
a:hover {
	color: #2B1C57;
	font-weight: bold;
	text-decoration: underline; 
}



#contactFormArea {

	padding: 0 10px 10px 10px;
	background: white;
	width: 450px;
	height: 900px;
	border: 1px solid #2B1C57;

}

#contactFormArea textarea {
	width: 300px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}


.formLabel {
	clear: left;
	float: left;
	padding-top: 4px;
	height: 26px;
	width: 120px;
	font-weight: bold;
}

.formInput input {
	width: 200px;
}

.formInput input[type="submit"] {
	width: auto;
}

.formInput {
	float: left;
	height: 30px;
}

.textArea {
	height: 200px;
}




#siteHeader {
	position: relative;
	top: 0;
	left: 0;
	width: 824px;
	height: 165px;
	background: url(../images/nedland_industries_header.jpg);
}





















#siteNav {
	position: relative;
	clear: left;
	float: left;
	left: 0;
	width: 161px;
	background-image: url(../images/sidenav_back.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 0px;
	z-index: 50;
}


#siteNav a {
	color: #2B1C57;
	font-weight: bold;
	text-decoration: none; 
}

#siteNav ul {
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 154px;
}

#siteNav ul li {
	color: black;
	font: bold 11px Arial, Helvetica, Sans-serif;
	padding: 3px 0 3px 6px;
	/* background-image: url(../images/sidenav_button_bg.gif);*/
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	/*margin: 1px 0;*/
}

#siteNav ul li:hover {
	cursor: pointer;
	background-color: #485486;
}

#siteNav ul li:hover a {
	color: #e9e9e9;
}

#siteNav ul li.selectedItem {
	background-color: #485486;
	color: #e9e9e9;
}
#siteNav ul li.selectedItem a {
	color: #e9e9e9;
}


#siteNav ul ul li {
	color: black;
	font: normal 10px Arial, Helvetica, Sans-serif;
	padding: 4px 0 0 12px;
	background-image: none;
	background-color: none;
	border-bottom: none;
	font-size: 10px;

}

#siteNav ul ul li:hover {
	color: #2B1C57;
	background-color: transparent;
	background: -10px 5px no-repeat  url(../images/sidenav_arrow_4.gif);
}

#siteNav ul ul li.selectedItem {
	background-color: transparent;
	background: -10px 5px no-repeat  url(../images/sidenav_arrow_4.gif);
}



















#siteContent {
	position: relative;
	float: left;
	width: 661px;
	background-image: url(../images/content_back.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	margin: 0px;
	min-height: 300px;

}

#siteContent .contentArea {
	width: 610px;
}













#siteFooter {

	position: relative;
	clear: both;
	width: 800px;
	height: 65px;
	background-color: #1E2B5F;

}

#siteFooter .firebrandLogo {
	float: left;
	padding: 13px 0 0 20px;
	height: 60px;
	width: 140px;
}

#siteFooter .textArea {
	float: left;
	height: 44px;
	font-size: 12px;
	color: #DBDBDB;
	text-align: center;
	font-weight: bold;
	width: 630px;
	padding-top: 15px;
}

#siteFooter .textArea a {
	color: #DBDBDB;
	text-decoration: none;
}

#siteFooter .textArea a:hover {
	color: #DBDBDB;
	text-decoration: underline;
}








#pageContentTabs .tabbedContent {
	border: 1px solid #DDD;
	min-height: 250px;
}






























/*  DO NOT CHANGE! CMS 2.0 STYLES */
html, body {
	
}

p, form {
	margin: 0;
	padding: 0;
}

#siteContentContainer {
	position: relative;
	height: 100%;
}

#floatingContentDivContainer {
	position: absolute;
	height: 100%;
}


.floatingDiv {
	position: absolute;
	background: transparent;
	width: 200px;
	height: 200px;
	top: 50px;
	left: 50px;
	overflow: hidden;
}
