/* MAIN  HTML SETTINGS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font: normal 80% Verdana, Arial, sans-serif;
/*	font: normal 80% Arial, Helvetica, sans-serif; */
	background-color: #5b73ba;
	text-align: center;
	overflow: hidden;
	margin: 0;
	height: 100%;
	width: 100%;
	max-height: 100%; 
}
* html body { /*IE6 hack*/
	overflow: auto;
	font: normal 70% Verdana, Arial, sans-serif;
}

img {
	border: none;
}

h1 {
	color: #5b73ba;
	font: normal 2.1em Georgia, Georgia, serif;
	text-align: center;
	margin-top: 0pt;
/*	margin-bottom: 5pt;*/
}

h2 {
	color: #5b73ba;
	font: normal 1.6em Verdana, Arial, sans-serif;
	text-align: left;
	margin-top: 12pt;
	margin-bottom: 5pt; 
}

h3 {
	color: #acacac;
	font: normal 1.5em "Comic Sans MS", "Trebuchet MS", sans-serif;
	text-align: left;
	margin-top: 11pt;
	margin-bottom: 5pt; 
}

h4 {
	color: #5b73ba;
	font: bold 140% Verdana, Arial, sans-serif;
	margin-top: 5pt; 
	margin-bottom: 5pt; 
}

h5, h6 {
	font: normal 1.3em "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #acacac;
	letter-spacing: 1pt;
}

p {
/*	margin-top: 0pt;
	margin-bottom: 5pt; */
}
* html p { /*IE6 hack*/
	margin-top: 5pt;
}

p.BeforeLists {
	margin-bottom: 3pt;
}

a {
	color: #33467d; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #6f706f;
	text-decoration: underline;
	font-weight: bold;
}

hr {
/*	background-color: #acacac;
	color: #acacac; */
	background-color: #cc3300; 
	color: #cc3300; 	
	height: 1px;
	width: 100%;
}

ul.ListBullet {
	margin-top: 0pt;
	margin-left: -15pt; 
	margin-bottom: 5pt;
}
* html ul.ListBullet { /*IE6 hack*/
	margin-left: 15pt; 
}

li.ListBullet {
	list-style-position: outside; 
	margin-bottom: 3pt;
}

ul.ListBullet2 {
	margin-top: 2pt;
	margin-left: 0pt; 
	margin-bottom: 5pt;
}
* html ul.ListBullet2 { /*IE6 hack*/
	margin-left: 30pt; 
}

.clear {
	clear: both;
}

/* Main Frames Section */

/* Current Heights
	menu_top: 17
	top_bar: 29
	banner_main: 200
	bottom_bar: 15
	menu_main: 32
	Total: 293
	Footer: 65:
*/

#wrapper {
	width: 950px;
	background: url('images/background.gif');
/*	color: #000; */
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

* html #wrapper { /*IE6 hack*/
	height: 858px; 
/*	height: 100%; */ 
}

#frame_top{
	position: absolute; 
	top: 0; 
	height: 293px; 
	overflow: hidden; 
	background: url('images/background.gif');
}

#frame_top.sub {
	height: 193px; 
}

/* Top Menu */

#menu_top {
	background-color: #5b73ba;
	color: #fff;
	font: bold 11pt Georgia, "Book Antiqua", serif;
	text-align: right;
	height: 15px;
	padding: 2px 10px 0 0; 
}
	
#menu_top a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#menu_top a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

#topbar {
	background: url('images/topbar.gif');
	width: 950px;
	height: 29px;
}	

/* MAIN Banner AREA SETTINGS */

#banner_main {
	height: 200px 
}

#banner_main img {
	z-index: -1;
}
* html #banner_main img  { /*IE6 hack*/
	position: absolute;
}

#banner_sub {
	height: 100px 
}

#banner_sub img {
	z-index: -1;
}
* html #banner_sub img  { /*IE6 hack*/
	position: absolute;
}

#tagline_main {
	position: absolute;
	top: 200px;
	width: 650px;
	height: 75px; 
}

#tagline_main p {
	padding: 0; 
	margin: 0 0 15px;
	text-align: center;
}

#tagline_sub {
	position: absolute;
	top: 50px;
	width: 350px;
	margin-left: 350px;
	margin-top: 15px; 
	height: 100px; 
}

#tagline_sub p {
	padding: 0; 
	margin: 0 0 15px;
	text-align: center;
}

#rotatingimage {
	position: absolute;
	top: 46px;
	margin-left: 650px;
}

#rotatingimage_sub {
	position: absolute;
	top: 46px;
	margin-left: 750px;
}

span.tagline_main {
	font: bold 19pt Georgia, "Book Antiqua", serif;
	color: #ffffff;
	letter-spacing: 3px;
}

span.tagline_sub {
	font: bold 16pt Georgia, "Book Antiqua", serif;
	color: #ffffff;
	letter-spacing: 3px;
	text-align: center;
	line-height: 140%; 
}

#bottombar {
	background: url('images/shadow.gif');
	width: 950px;
	height: 15px;
}

/* MAIN NAVIGATION SETTINGS */

#menu_main {
	position: absolute;
	background-image: url('images/navbar_lower.gif');
	padding: 5px 0px 5px 0px;
	height: 22px; 		/* image ht 32 less padding */
	top: 261px;
	width: 950px;
	letter-spacing: 1pt;
	text-align: center;
	font: bold 11.5pt Georgia, "Book Antiqua", serif;
	margin-bottom: 0pt;
}
* html #menu_main { /*IE6 hack*/
	height: 32px; 
}

#menu_main.sub {
	top: 161px;
}

#menu a {
	color: #33467d;
	padding: 1px;
	border: 1px solid #FFF;
}

#menu a:link {
	color: #33467d;
	text-decoration: none;
}

#menu a:hover {
/*	background-color: #006D15; */
	background-color: #cc3300;
	color: #ffffff;
}

/* CONTENT AREA SETTINGS */


#frame_content {
	position: absolute; 
	top: 293px; 
	bottom: 65px; 
	overflow: auto; 
	margin-left: 250px;
	width: 641px;
	padding: 20px 30px 20px 20px;
	text-align: justify;
	background: url('images/background_content.gif');
}
* html #frame_content { /*IE6 hack*/
	width: 690px;
	height: 500px; 
	bottom: auto;
}

#frame_content.sub {
	top: 193px;
}
* html #frame_content.sub { /*IE6 hack*/
	width: 690px;
	height: 600px; 
	bottom: auto;
}


#frame_content_wide {
	position: absolute; 
	top: 293px; 
	bottom: 65px; 
	overflow: auto; 
	width: 700px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
	background: url('images/background.gif');
}
* html #frame_content_wide { /*IE6 hack*/
	width: 740px; 
	height: 500px; 
	bottom: auto;
}

#frame_content_wide.sub {
	top: 193px;
}
* html #frame_content_wide.sub { /*IE6 hack*/
	width: 740px; 
	height: 600px; 
	bottom: auto;
}


/* frame_sidebar AREA SETTINGS */

#frame_sidebar {
	position: absolute; 
	top: 293px; 
	bottom: 65px;
	overflow: auto; 
	width: 240px;
	padding: 0px 0px 20px 10px; 
	border-right: 1px solid #cc3300;
	background: url('images/background_sidebar.gif');
}
* html #frame_sidebar { /*IE6 hack*/
	width: 250px;
	height: 500px; 
	bottom: auto;
}

#frame_sidebar.sub {
	top: 193px;
}
* html #frame_sidebar.sub { /*IE6 hack*/
	height: 600px; 
	bottom: auto;
}

/* SUB NAVIGATION SETTINGS */

#submenu {
/*	background-image: url('images/navbar_lower.gif'); */
	background-color: #dadada;
	padding: 10px 0px 10px 0px;
/*	letter-spacing: 1px;*/
	border-bottom: 1px solid #cc3300;
}


#submenu p {
	margin: 2px 10px 3px 20px;
	font: bold 8.5pt Georgia, "Book Antiqua", serif; 
/*	line-height: 17pt; */
	border: 1px solid #FFF;
}

#submenu h5 {
	color: #5b73ba;
	margin: 3px 10px 0px 10px;
	font: bold 10.5pt Verdana, Arial, sans-serif;
	letter-spacing: 0;
}

#submenu a {
	color: #33467d;
/*	padding: 1px; */
/*	border: 1px solid #FFF; */
}

#submenu a:link {
	color: #33467d;
	text-decoration: none;
	font-weight:bold;
}

#submenu a:hover {
/*	background-color: #006D15; */
	background-color: #cc3300;
	color: #ffffff;
	font-weight:bold;
}

#subcontent {
	font-size: 90%; 
	padding: 10px 10px 10px 10px;
}
* html #subcontent { /*IE6 hack*/
	font-size: 100%; 
}

#references {
	background-color: #e5e5e5;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #cc3300;
	border-bottom: 1px solid #cc3300;
	text-align: center;

}

/* frame_footer AREA SETTINGS */

#frame_footer {
	position: absolute; 
	top: auto; 
	bottom: 0; 
	width: 950px;
	overflow: visible; 
	clear: both;
	background-image: url(images/footer.gif);
	color: #000;
	font-size: 85%;
	text-align: center;
	line-height: 20px;
	height: 55px;
	padding-top: 10px; 
}
* html #frame_footer {
	top: 793px; 
	height: 65px;
	bottom: auto;
}

#frame_footer p {
	margin: 0; padding: 0;
}

/* IMAGE FLOAT SETTINGS */

.imageleft {
	border: 3px double #c0c0c0;
	margin: 5px 10px 5px 0;
	float: left;
}

.imageright {
	border: 3px double #c0c0c0;
	margin: 5px 0 5px 10px;
	float: right;
}

.imagecenter {
	border: 3px double #c0c0c0;
	margin: 5px 5px 5px 5px;
	text-align: center;
}

.catalog {
	width: 215px;
	padding: 10px;
	float: left;
	text-align: left; 
}

.contact {border: 3px double #c0c0c0; padding: 5px; text-align: left; margin: 20px 0;}
.contact form {margin: 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; color: #000000; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}