/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style: disc; 
}
img {
  border: 0;
}
/* end reset browser styles */

/* BASIC */
body {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px; 
	color: #474747;
	background-color: #000000;
	text-align: center; 
}

h1 {
	font-size: 15px;
	color: #07122f;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 21px  arial,sans-serif;;
}
h2 {
	font-size: 1.8em;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}

/* LINKS */
a {
 	color: #07122f;
	font-weight: bold;
	text-decoration: none;
}
a:link {
 	color: #07122f;
	text-decoration: none;
}
a:visited{
 	color: #07122f;
	text-decoration: none;
}
a:hover{
	color: #07122f;
	text-decoration: none;
}

/* LISTS*/
ul {
	margin-left: 15px;
	padding: 2px;
}

li {
	padding: 2px;
	list-style:none;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto; 
	text-align: left;
}


/* BANNER */

#banner {
	width: 960px;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(images/bannerbg2.png);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	position: relative;
	text-align: left;
}

#banner #tagline {
	position: absolute;
	right: 1px;
	margin-top: 10px;
	}
#banner #smallbanner {
	position: absolute;
	right: 350px;
	margin-top: 10px;
}

/* TOPNAV */

#topnav {
	width: 100%;
	background-color: #000000;
	margin-bottom: 2px;
	position: relative;
}

/* PRODUCTBANNER */

#productbanner {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-bottom: 5px;
	position: relative;
}

#productbanner a {
	border-bottom: hidden;
}

/* INNER WRAPPERS */

#backgroundwrapper {
	width: 100%;
	background-color: #FFFFFF;
	
}

#contentwrapper {
	width: 960px;
	background-color: #FFFFFF;
	background-image: url(images/mainbg3.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

/* VERTICAL LEFT NAV BAR */

#sidebar {
	float: left;
	width: 205px;
	margin-top: 10px;
	padding-top: 5px;
}
#sidebar ul {
	border-top: 1px #b9b9b9 solid;
}

#sidebar li {
	margin: 2px 0;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	border-bottom: 1px #b9b9b9 solid;
	letter-spacing: 1.5px;
}

#notice {
	float: left;
	width: 325px;
	margin-top: 165px;
	padding-top: 5px;
}
#notice p {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 30px;
	text-align: justify;
}

/* MAIN IMAGE */
#mainimage {
	float: left;
	width: 328px;
}

/* MAIN CONTENT */

#main {
	margin-left: 495px;
}

#main h1 {
	color: #07122f;
	letter-spacing: 1px;
	padding-left: 30px;
	font-size: 26px;
	font-weight: bold;
	
	}

#main h2 {
	margin: 0 0 3px 0;
	padding-bottom: 5px;
	padding-top: 25px;
	border-bottom: 1px #ADADAD solid;	
	color: #77953A;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 1em;
}
#main h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 15px 5px 0;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#main p {
	font-size: 12px;
	padding-left: 30px;
	padding-right: 40px;
	text-align: justify;
}
.highlighttext {
	color: #07122f;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
}
/* MAIN BODY LINKS */

#main a:link {
 	color: #07122f;
	text-decoration: none;
}
#main a:visited{
 	color: #07122f;
	text-decoration: none;
}
#main a:hover{
	color: #ffffff;
	background-color: #000000;
	
}
#main ul {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	}
#main li {
	margin-left: 10px;
	padding-right: 20px;
	list-style: disc;
	
}

	
/* FOOTER / COPYRIGHT INFO */
#copyright {
	padding-top: 2px;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	color: #ffffff;
	background-color:#000000;
	background-image: url(images/bgfooter3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	clear: both;
}
#copyright a:link {
 	color:  #ffffff;
	text-decoration: none;
}
#copyright a:visited{
 	color:  #ffffff;
	text-decoration: none;
}
#copyright a:hover{
	color: #07122f;
	background-color: #FFFFFF;
	}

