* {
	margin: 0;
	padding: 0;
}
.content {
	background: transparent url(contentback.gif) repeat-y center top;
	}
.banner {
	width: 919px;
	margin: 0 auto;
	background: #05371E url(bannerback.jpg) no-repeat top center;
	text-align: center;
}
.topnav {
	list-style: none;
	display: inline;
	font: normal normal normal 1em "Times New Roman", serif;
}
.topnav li {
	background: #E1E2D1 url(navspace.gif) no-repeat right center;
	margin-top: 12px;
	padding-right: 15px;
	color: #000;
	float: left;
}
.topnav li a {
	text-decoration: none;
	color: #000;
}
.topnav li a:hover {
	color: #555;
}
#last {
	background-image: url(navend.gif);
	padding-right: 115px;
}
#first {
	padding-left: 50px;
}
.tagline {
	background: #FFF url(tagline.gif) no-repeat top center;
	text-align: center;
	padding: 4px 0 9px 0;
	margin-right: 1px;
	font: italic normal bolder 1.05em "Times New Roman", sans-serif;
}
.header>.tagline {
	margin-right: 0;
}
.flashnav {
	text-align: center;
	background: #FFF url(flashback.gif) repeat-y top center;
	margin-right: 1px;
}
.header>.tagline {
	margin-right: 0;
}
.body {
	background: transparent url(contentback.gif) repeat-y top center;
	width: 934px;
	margin: 0 auto;
}
.sidenav {
	width: 236px;
	float: left;
	margin-top: 0px;
	text-indent: 0.5em;
	background-image: url(sidenavback.gif);
}
.body>.sidenav {
	margin-left: 8px;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float:left;
	padding-left:15px;
	width: 640px;
	margin-right: 25px;
	margin-top: 7px;
	float: right;
	color: #000;
	/*text-indent: 1.5em;*/ /*sg update 06072008*/

}

/*
.main p {
	padding-bottom: 10px;
}
*/ /*sg update 06072008*/

#smallflash {
	float: right;
	margin-left: 10px;
	text-indent: 0; /* Opera fix */
}
.main>#smallflash {
	margin: 10px;
}
.footer {
	clear: both;
	width: 933px;
	margin: 0 auto;
	background: #FFF url(footerback.gif) no-repeat top center;
	font: normal normal bold 0.8em "Times New Roman", serif;
	padding: 120px 0 100px 0;
	position:relative;
}
.copyright {
	margin-left: 250px;
	float: left;
}
.design {
	float: right;
	margin-right: 10px;
}

/* SIDE NAVIGATION MENU */
#menu ul {  
	list-style: none;
	width: 238px; /* Width of Menu Items */
	font: normal normal bold 1em "Times New Roman", serif;
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 237px; /*Set 1px less than menu width */ 
	top: 0; 
	border: 1px solid #000;
	display: block; 
}
#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #000; 
/*	background: #E1E2D1; /* IE6 Bug */
	background: transparent;	
	padding-left: 7px; 
} 
*html #menu ul a { 
	padding-left: 0px; 
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #FFF; 
	background: #000; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #000; 
	background: #BCBEA9; /* IE6 Bug */ 
	padding-left: 7px;  
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #FFF; 
	background: #000; 
} 

/* Icon Styles */ 
#menu ul a.submenu {background: url("r_arrow.gif") no-repeat right; } 
#menu ul a.submenu:hover {background:#000 url("r_arrow.gif") no-repeat right;}

/* CONTACT FORM */
#contact-area {
	width: 600px;
	margin-top: 25px;
	font-size: 62.5%;
	font-weight: bold;
	color: black;
	font-family: Helvetica, sans-serif;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 390px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
	margin-top: -12px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 178px;
	padding-top: 5px;
	font-size: 1.4em;
}

#contact-area .error {
	color: #cc0000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}
/* image padding in content */
.main img {
margin:10px;
}