html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	background-color: #ffffff;
	background-image: url(../assets/bg-page.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-style: none; 
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
}
p {
	color: #333333;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
}

p.footer {
	color: #465141;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

a.footer	{
	color: #465141;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

a:hover.footer {
	color: #85533c;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

.accordion_toggle {
	color: #465141;
	display: block;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
}
.accordion_toggle_active {
	color: #465141;
	font-weight: normal;
}
.accordion_content {
	color: #333333;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	margin: 0 0 5px 0;
}	
.accordion_content h3 {
	color: #465141;
	type-transform: uppercase;
}
.accordion_content p {
	margin-top: -2px;
}

ol {
	list-style-type: decimal;	
	list-style-position: outside;
	margin-top: 0px;
	color: #333333;
	font: normal normal normal 100% Tahoma, Geneva, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
	line-height: 150%;
	text-decoration: none;
	text-transform: none;
}
ul.content {
	color: #333333;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
	list-style-type: none;	
	list-style-position: outside;
	margin-top: 2px;
	text-decoration: none;
	text-indent: -40px;
	text-transform: none;
}

li.content {
	margin-top: 10px;	
}


h1.header {
	color: #465141;
	font: normal small-caps normal 21px Georgia, Times New Roman, Times, serif;
	line-height: normal;
	text-indent: -1000em;
}
h1 {
	color: #465141;
	font: normal small-caps normal 34px Georgia, Times New Roman, Times, serif;
	line-height: normal;
}
h2 {
	color: #465141;
	font: normal small-caps normal 24px Georgia, Times New Roman, Times, serif; 
	line-height: normal;

	margin-top: 0px;
}
h3 {
	color: #465141;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 21px;
	margin-bottom: -2px;
	margin-top: 2px;
}

.downloads {
	background-color: #ffffff;
	margin-bottom: 12px;
	padding: 2px;
	width: 140px;
}

.models {
	background-image: url("../assets/bg-elev.jpg");
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 10px;
}

.forminput {
	background-color: #FFFFFF; 
	border: 1px solid #999999; 
}

.emailform {
	margin-top: 0px;
	color: #333333;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
}

a, a:link {
	border: none;
	color: #85533c;
	font-weight: normal;
	outline:none;
	text-decoration: none;
}

a:visited {
	color: #465141;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #465141;
	text-decoration: underline;
}

a:focus {
}

p.tabletext {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

img {
border:none;
}

img.inline-right {
	float: right;
	border: none;
	display: block;
	padding: 1em;
}
	

/* Main Navigation Styles */ 
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	color: #465141;
	height: 45px;
	list-style-type: none; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: auto; /*For KHTML*/
}

ul#navmenu li {
	border: 0px none;
	display: inline;
	float: left; /*For Gecko*/
	height: 45px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#navmenu ul {
	margin: 0;
	border: 0px none;
	padding: 0;
	width: 290px;
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	list-style-type: none;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#navmenu ul li {
	width: 290px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	color: #465141;
	display: block;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	height: auto !important;
	height: 1%; /*For IE*/
	font: 12px/45px Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px 0px 0px 2px;
	padding: 0px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#navmenu li.active a {
	background-image: url("../assets/arrow-brown.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #85533c;
	font-weight: bold;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background-image: url("../assets/arrow-brown.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #85533c;
	font-weight: normal;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; 
	text-align: left;
	width: 990px;
}
#outerWrapper #header {
	background-image: url(../assets/logo-fultonlandings.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-style: none; 
	height: 131px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#nav {
	border-style: none; 
	height: 45px;
	padding: 0px 0px 0px 0px; 	
}
#outerWrapper #contentWrapper {
	margin: 0px 0px 0px 0px; 
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 620px;
}
#outerWrapper #contentWrapper #imageColumn1 {
	background-color: #e5e7cf;
	border-style: none; 
	padding: 20px 20px 20px 20px;
	float: left;
	width: 620px;
}
#contentWrapper {
	background-image: url(../assets/bg-wrapper.png);
	background-position: top right;
	background-repeat: repeat-x;
	height: 100%;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-bottom: 0;
	margin-left: 660px;
	margin-top: 0;
	padding: 20px 20px 0px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
}

#outerWrapper #leftFooter {
	background-image: url(../assets/bg-footer.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-style: none; 
	color: #85533c;
	float: left;
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	height: 370px;
	line-height: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	padding: 15px 0px 10px 0px; 
	text-decoration: none;
	text-align: center;
	width: 660px;
}

#outerWrapper #rightFooter {
	background-image: url(../assets/bg-footer.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-style: none; 
	color: #85533c;
	float: left;
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	height: 370px;
	line-height: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	padding: 15px 0px 10px 0px; 
	text-decoration: none;
	text-align: center;
	width: 330px;
}