/*********************/
/* BASIC */
/*********************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color:#666666;
	margin: 0;
	padding: 0;
	background-color: #E6E6E6;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	border-left: 1px solid #999999;
}

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background:   url("../images/bg/banner_bg.jpg") repeat-x left top;
	position: relative;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 10px solid #294E56;	
}


/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	top: 80px;
}



#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
body#home a#homeLink,
body#about a#aboutLink,
body#product a#productLink,
body#contact a#contactLink, 
body#visit a#visitLink, 
body#site a#siteLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#logo {
	height: 100px;
}





/*********************/
/* MAIN */
/*********************/
h1 {
	color: #294E56;
	margin-top: 10px;
	font-size: 2em;
	border-top: 2px solid #294E56;
	line-height: 100%;
	font-style: italic;
}

h4 {
	text-align:center;
	color: #294E56;
	margin-top: 10px;
	font-size: 2em;
	border-top: 2px solid #294E56;
	line-height: 100%;
	font-style: italic;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.headerLeft {
padding-left:20px;
}
.floatRT{
	color:#294E56;
	float:right;
	padding:10px;
	margin:10px;
	background:url(../images/banner_bg.gif) no-repeat center center;
	width:175px;
	height:175px;
	text-align:center;
}

.floatLeft {
	float: left;
	margin: 5px 15px 2px 5px;
	clear:both;
}
img.floatLeft {
	border: 2px solid #000000;
}

p {
	color: #666666;
	font-size: 1.2em;
}
h2 {
	color: #FDD041;
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background:   url("../images/bg/bg_h2.gif") repeat-x left bottom;
}

p a a:hover{
	color:102356;
	}
/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 20px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
