/* CSS Document */


.sm {
	font-size: 6pt;
	}



#buttonbox {
	width: 190px;
	height: 100px;
	background-color:transparent;
	margin: 20px 0 0 0;
	padding: 0 0 0 16px;
	}
#bigbutton {
	width: 180px;
	height: 80px;

	}

#contact_box {
	width: 190px;
	height: 100px;
	background-color:#cccccc;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;

	}

#videobox {
	width: 224px;
	height: 282px;
	background-color: #cccccc;
	}


#contact_box h3 {
	font-size: 12pt;
	color: #333333;
	}







.eventlink {
	color: #fff752;
	font-size: 10pt;
	}
.eventlink2 {
	color: #ffffff;
	font-size: 12pt;
	}
.headerlink {
	color: #fff752;
	font-size: 13pt;
	
	}

.eventlink a:hover {
	color: #182323;
	font-size: 10pt;
	}





/*code for the sub menu interactive navbox*/

#interactive_box {
	background-color: none;
	margin: 15px 0 20px 0px;
	padding: 0px 0 0 53px;
	width: 723px;
	position: relative;
	float: left;
	}

#interactive_nav {
	float: left;
	width: 210px;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0 0;
	font-size: 12pt;
	background-color: none;
	border: 0px solid #000000;
	}

#interactive_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#interactive_nav a {
	color: #ffffff;
	display: block;
	background-color: none;
	background-image: none;
	background-repeat: no-repeat;
	width: 193px;
	height: 54px;
	padding: 21px 0px 12px 18px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	cursor:pointer;
	border-right: 0px solid #cccccc;
	margin: 0px 0px 0 0;
	}

#interactive_nav a:link {
	color: #CC0000;
	}

#interactive_nav ul li {
	margin: 0px 0px -20px 0px;
	}

#interactive_nav a:hover {
	background-color: none;
	background-image: none;
	border-right: 0px solid #000000;
	color: #ffffff;
	}
	

#interactive_container {
	float: left;
	width: 504px; 
	margin: 0;
	padding: 0 0px 0px 0px;
	background-color: #08101d;
	border: 1px solid #101b2e;
	
	}

#interactive_content {
	width: 474px; 
	margin: 0;
	padding: 12px 12px 0px 16px;
	font-size: 9pt;

	
	}

.top {
	vertical-align: top;
	margin: 0 0 12px 0;
	padding: 0;
	}
	
.bottom {
	vertical-align: bottom;
	}

#interactive_content h2 {
	color: #fff752;
	font-size: 12pt;
	margin: 0px 0 0 0;
	}

#interactive_content h3 {
	font-size: 10pt; 
	margin: 14px 0px 0px 0px;
	padding: 0px 0 0 0;
	color: #009c9c;
	}

#interactive_content p {
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 10pt;
	}

.interactive_column {
	width: 259px;

	float: left;
	padding: 0 8px 0 0px;
	}

.interactive_column2 {
	width: 199px;

	float: left;
	padding: 0 8px 0 0px;
	}

.smallfont {
	font-size: 8pt;
	color:#fff;
	}














html {
	height: 100%;
	}

body {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 80%;
	min-height: 101%;
	margin: -1px 0 0 0;
	
		
	}

#frame {
	width:790px;
	margin-top:0px;
	padding:2px 0 0 0px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	background-color: transparent;
	}
#insideframe {
	width: 790px;
	float: left;
	}
#framefloat {
	width: 790px;
	background-color: transparent;
	float: left;
	background-image: url(images/mp_background2.gif);
	}
	

#header {
	width: 790px;
	height: 175px;
	background-image: url(images/sm_header_black.gif);
	margin: 0 0 2px 0;
	
	}
#header_flash {
	width: 790px;
	height: 175px;
	margin: 0 0 2px 0;
	background-image: url(images/sm_header_temp.gif);
	}
	
	



	


#content {
	width: 715px;
	padding: 0px 0 0 53px;
	float: left;
	background-color: transparent;
	margin: -27px 0 0px 0;
	
	}



#inside_content_blue {
	width: 715px;
	background-color:#08101d;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	
	float: left;
	}
#inside_content2_blue {
	width: 715px;
	background-color:#08101d;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	float: left;
	}
	
	
#inside_content_aqua {
	width: 715px;
	background-color:#182323;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	}
#inside_content2_aqua {
	width: 715px;
	background-color:#182323;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	float: left;
	}
#inside_content_gray{
	width: 703px;
	background-color:#1c1c1c;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 12px 12px 0;
	float: left;
	}
#inside_content2_gray {
	width: 715px;
	background-color:#1c1c1c;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	float: left;
	}	
	
	
	
#inside_content_green {
	width: 715px;
	background-color:#001d11;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	}
#inside_content2_green_left {
	width: 358px;
	background-color:#001d11;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 357px;
	float: left;
	}
#inside_content3_red {
	width: 715px;
	background-color:#270000;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	}
#inside_content4_red {
	width: 715px;
	background-color:#270000;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	float: left;
	}
#inside_content3_purple {
	width: 715px;
	background-color:#210021;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	}
#inside_content4_purple {
	width: 715px;
	background-color:#210021;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	float: left;
	}




#inside_content_y2 {
	width: 715px;
	background-color:#1f1e0b;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	}
#inside_content {
	width: 715px;
	background-color:#29280d;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 10px 0 12px 0;
	}
#inside_content2 {
	width: 715px;
	background-color:#29280d;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	float: left;
	}
#inside_content2_left {
	width: 358px;
	background-color:#29280d;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 357px;
	float: left;
	}
#inside_content3 {
	width: 715px;
	background-color:#182323;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	float: left;
	}
#inside_content4 {
	width: 715px;
	background-color:#182323;
	margin: 0px 0 0 0;
	z-index: 100;
	position: relative;
	padding: 12px 0 12px 0;
	float: left;
	}

.floatright {
	float: right;
	}	

.embed_pic_right {
	float: right;
	margin: 8px 0px 12px 20px;
	padding: 0 0 0 0;

	}
.caption {
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
	}
.embed_pic_right2 {
	float: right;
	clear: right;
	margin: 16px 0px 0px 20px;
	padding: 0 0 0 0;

	}
	
.embed_pic_right9 {
	float: left;
	width: 355px;
	margin: 10px 0px 10px 20px;
	padding: 0 0 0 0;

	}
	
.embed_pic_right10 {
	float: left;
	width: 429px;
	margin: 10px 0px 0px 14px;
	padding: 0 0 12px 0;

	}
.embed_right_roll {
	float: right;
	margin: 4px 0px 10px 10px;
	padding: 0 0 0 0;
	position: relative;
	}
	
	
	
	
	
.embed_right {
	float: right;
	margin: 20px -58px 0 0;
	padding: 0 0 0 0;
	position: relative;
	}

.embed_right2 {
	float: right;

	margin: -200px -58px 0 0;
	padding: 0 0 0 0;
	position: relative;
	z-index:101;
	}
.embed_right3 {
	float: right;

	margin: -205px -65px 0 0;
	padding: 0 0 0 0;
	position: relative;
	z-index:101;
	}
.embed_right4 {
	float: left;

	margin: -278px 0px 0 -39px;
	padding: 0 0 0 0;
	position: relative;
	z-index:101;
	}

.embed_right_vid {
	float: right;

	margin: -292px 0px 0 0;
	padding: 0 0 0 0;
	position: relative;
	z-index:101;
	}

.embed_right_vid_tri {
	width: 444px;
	height: 344px;
	float: right;
	margin: -277px -60px 26px 0;
	padding: 0 0 0 0;
	position: relative;
	z-index:101;
	}
.embed_right_vid_tri2 {
	width: 444px;
	height: 344px;
	float: right;
	margin: -262px -60px 0px 0;
	padding: 0 0 0 0;
	position: relative;
	z-index:101;
	}


.embed_vid_left {
	width: 340px;
	height: 320px;
	float: left;
	margin: -290px 0px 0px 0px;
	padding: 0 0 0 0;
	position: relative;
	z-index:101;
	}




.embed_wadescroller {
	width: 444px;
	height: 344px;
	float: right;
	margin: -193px -53px 0px 0;
	padding: 0 0 6px 0;
	position: relative;
	z-index:101;
	}

.embed_newsscroller {
	width: 444px;
	height: 344px;
	float: right;
	margin: -264px -53px 0px -0px;
	padding: 0 0px 6px 0;
	position: relative;
	z-index:101;
	}

.embed_maydayscroller {
	width: 444px;
	height: 344px;
	float: right;
	margin: -299px -53px 0px 0;
	padding: 0 0 6px 0;
	position: relative;
	z-index:101;
	}


.embed_waterscroller {
	width: 444px;
	height: 344px;
	float: right;
	margin: -300px -53px 0px 0;
	padding: 0 0 6px 0;
	position: relative;
	z-index:101;
	}

.embed_firescroller {
	width: 444px;
	height: 344px;
	float: right;
	margin: -299px -53px 0px 0;
	padding: 0 0 6px 0;
	position: relative;
	z-index:101;
	}

.embed_puffscroller {
	width: 444px;
	height: 344px;
	float: right;
	margin: -300px -53px 0px 0;
	padding: 0 0 6px 0;
	position: relative;
	z-index:101;
	}
.embed_moldscroller {
	width: 444px;
	height: 344px;
	float: right;
	margin: -266px -53px 0px 0;
	padding: 0 0 6px 0;
	position: relative;
	z-index:101;
	}

.embed_bioscroller {
	width: 444px;
	height: 344px;
	float: right;
	margin: -300px -53px 0px 0;
	padding: 0 0 6px 0;
	position: relative;
	z-index:101;
}

.bullets {
	
	background-color:transparent;

	color: #ffffff;
	margin: 10px 0 0 0;
	}
.bullets2 {
	
	background-color:transparent;

	color: #fff752;
	margin: 10px 0 0 0;
	}
.minitri {
	float: left;
	width: 20px;
	}
.spacer {
	width: 350px;
	}
.hometitle {
	margin: 0 0 0 -18px;
	position: relative;
	}




.question {
	background-color:none;
	width: 200px;
	float: left;
	clear: left;
	margin: 0 0 3px 0;
	padding: 2px 5px 0 0;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	color: #182223;
	}
.question2 {
	background-color:none;
	width: 200px;
	float: left;
	clear: left;
	margin: 0 0 3px 0;
	padding: 10px 5px 0 0;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	color: #182223;
	}
.iform3 {
	background-color:none;
	width: 159px;
	margin: 0 0 3px 0;
	}
	
.iform4 {
	background-color:none;
	width: 165px;
	margin: 8px 0 3px 0;
	}
.iform2 {
	background-color:none;
	width: 159px;
	height: 50px;
	margin: 8px 0 8px 0;
	}
#submit_button {
	float: right;
	margin: 0 30px 0 0;
	}
#submit_button2 {
	float: right;
	margin: 0 6px 0 0;
	}







.copy {
	width: 45%;
	}
.copy_right {
	width: 50%;
	float: right;
	padding: 0 12px 0 0;
	}
.copy_left {
	width: 45%;
	float: left;
	padding: 0 0px 0 0;
	}
.copy_left2 {
	width: 35%;
	float: left;
	padding: 0 0px 0 0;
	}
	
	
.contactform {
	width: 405px;
	float: left;
	margin: 0 0 0 20px;
	padding: 12px;
	background-color:#009c9c;
	}

	
.copy_wide {
	width: 100%;
	}

.list {
	font-size: 8pt;
	}


#content h3 {
	font-size: 13pt;
	margin: 0px 0 8px 0;
	padding: 0 0 0 16px;
	color: #ffffff;
	}
#content h2 {
	font-size: 10pt;
	margin: 0px 0 8px 0;
	padding: 0 0 0 3px;
	color: #ffffff;
	}
#content h4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 8px 0 0px 0;
	padding: 0 0 0 16px;
	color: #009c9c;
	line-height: 18px;
	}
#content h5 {
	font-size: 12pt;
	font-weight: bold;
	margin: 8px 0 0px 0;
	padding: 0 0 0 16px;
	color: #009c9c;
	line-height: 22px;
	}
#content p {
	font-size: 10pt;
	margin: 8px 0 0px 0;
	padding: 0 0 0 16px;
	color: #ffffff;
	line-height: 18px;
	}
	
.yellow {
	color: #fff752;
	}
	
.yellow2 {
	color: #fff752;
	font-style: italic;
	}
	
/*code for horizontal navbar*/


.whitetri {
	width: 8px;
	height: 25px;
	float: left;
	}

	
	
#bignavbox {
	width: 722px;
	height: 100px;
	padding: 0px 0 0 47px;
	float: left;
	background-color:#000000;
	
	}
	
	
	
				.navsquare {
					width: 120px;
					height: 100px;
					background-color:#FF9933;
					margin: 0 5px 0 0;
					padding: 0 0px 0 0;
					float: left;
					}




#bignav ul {
	margin: 0px 0 0px 0px;
	padding: 0 0 0px 0;
	list-style-type: none;
	background-color:#000000;
	float: left;
	width: 722px;

	}
#bignav li { 
	display: inline;
	}
#bignav a { 
	text-decoration: none;
	width: 120px;
	height: 25px;
	padding: 0px 0px 0px 0px; 
	color: #181919;
	background-color: #323232;
	font-size: 10pt;
	font-weight: bold;
	float: left;
	text-align:left;
	letter-spacing: 0px;
	line-height: 23px;
	
	}

#bignav a:hover {
	color: #ffffff;
	text-decoration: none; 
	background-color: #cccccc;
	}






#nav_yellow a {
	text-decoration: none;
	background-color: #fff752;
	}
#nav_aqua a {
	text-decoration: none;
	background-color: #009c9c;
	color: #eeeeee;
	}

#nav_gray a {
	text-decoration: none;
	background-color: #bbbbbb;
	}
#nav_gray a:hover {
	color: #000000;
	text-decoration: none; 
	background-color: #bbbbbb;
	}
#nav_aqua_last a {
	text-decoration: none;
	background-color: #009c9c;
	width: 121px;
	color: #eeeeee;
	}
#nav_aqua_last a:hover {
	text-decoration: none;
	background-color: #009c9c;
	width: 121px;
	color: #eeeeee;
	}
	
#nav_yellow a:hover {
	color: #000000;
	text-decoration: none; 
	background-color: #fff752;
	}
#nav_aqua a:hover {
	color: #eeeeee;
	text-decoration: none; 
	background-color: #009c9c;
	}

#nav_gold a {
	text-decoration: none;
	background-color: #8c872d;
	color: #ffffff;
	}
#nav_green a {
	text-decoration: none;
	background-color: #009e4f;
	color: #ffffff;
	}
/* old green: 004f4f old blue: 284b89 */

#nav_tan a {
	text-decoration: none;
	background-color: #c6c38f;
	color: #000000;
	}
#nav_lightblue a {
	text-decoration: none;
	background-color: #6ea1a1;
	color: #000000;
	}

#nav_gold a:hover {
	text-decoration: none;
	background-color: #8c872d;
	color: #ffffff;
	}
#nav_green a:hover {
	text-decoration: none;
	background-color: #009e4f;
	color: #ffffff;
	}
#nav_tan a:hover {
	text-decoration: none;
	background-color: #c6c38f;
	color: #000000;
	}
#nav_lightblue a:hover {
	text-decoration: none;
	background-color: #6ea1a1;
	color: #000000;
	}



#nav_blue a {
	text-decoration: none;
	background-color: #004f9e;
	color: #eeeeee;
	}
#nav_blue a:hover {
	text-decoration: none;
	background-color: #004f9e;
	color: #eeeeee;
	}
#nav_green a {
	text-decoration: none;
	background-color: #008951;
	color: #eeeeee;
	}
#nav_green a:hover {
	text-decoration: none;
	background-color: #008951;
	color: #eeeeee;
	}
#nav_red a {
	text-decoration: none;
	background-color: #b90000;
	color: #eeeeee;
	}
#nav_red a:hover {
	text-decoration: none;
	background-color: #b90000;
	color: #eeeeee;
	}
#nav_purple a {
	text-decoration: none;
	background-color: #9c009c;
	color: #eeeeee;
	}
#nav_purple a:hover {
	text-decoration: none;
	background-color: #9c009c;
	color: #eeeeee;
	}	
	
	
.white {
	color: #ffffff;
	}
.gold {
	color: #8c872d;
	}
.aqua {
	color: #009c9c;
	}
.green {
	color: #004f4f;
	}
.aqua2 {
	color: #009c9c;
	font-weight: bold;
	}
	
/*code for horizontal undernavbar*/
#undernavbox {
	width: 722px;
	float: left;
	background-color:transparent;
	padding: 0 0 0 0px;
	
	}
#undernav ul {
	margin: 0px 0 0px 0px;
	padding: 0 0 0px 0;
	list-style-type: none;
	background-color: transparent;
	float: left;
	width: 722px;
	
	}
#undernav li { 
	display: inline;
	}
#undernav a { 
	text-decoration: none;
	padding: 0px 0px 0px 0px; 
	color: #3f4343;
	background-color: #000000;
	font-size: 8pt;
	font-weight: bold;
	float: left;
	text-align:left;
	width: 120px;
	height: 35px;
	}
#undernav_active_yellow a { 
	background-image: url(images/black_bottomtri_y.gif);
	z-index: 100;
	}			
#undernav_active_aqua a { 
	background-image: url(images/black_bottomtri_a.gif);
	}	
#undernav_active_gold a { 
	background-image: url(images/black_bottomtri_gold.gif);
	}	
#undernav_active_tan a { 
	background-image: url(images/black_bottomtri_tan.gif);
	}	
#undernav_active_lightblue a { 
	background-image: url(images/black_bottomtri_lightblue.gif);
	}	
#undernav_active_green a { 
	background-image: url(images/black_bottomtri_n_green.gif);
	}	
#undernav_active_blue a { 
	background-image: url(images/black_bottomtri_n_blue.gif);
	}
#undernav_active_grn a { 
	background-image: url(images/bottomtri_grn.gif);
	}
#undernav_active_red a { 
	background-image: url(images/bottomtri_red.gif);
	}
#undernav_active_purple a { 
	background-image: url(images/bottomtri_purple.gif);
	}
#undernav_active_gray a { 
	background-image: url(images/black_bottomtri_n_gray.gif);
	}		
	
#undernav_phone a {
	color: #fff752;
	text-align: left;
	padding: 5px 0 0 0;
	font-size: 10.5pt;
	font-weight: bold;
	
	}	
	
	




	


	
#footer {
	width: 717px;
	height: 84px;
	padding: 0px 0 0 52px;
	float: left;
	background-image: url(images/footer_background2.gif);
	margin: 14px 0 0 0;
	position: relative;
	}
	
#footer_award {
	float: right;
	margin: -20px -14px 0 0;
	position: relative;
	}

#footer_logo {
	float: left;
	width: 191px;
	height: 49px;
	margin: 0px 0 0 0px;
	position:relative;
	}
	
#footer_nav {
	float: left;
	width: 440px;
	background-color: transparent;
	margin: 4px 0 0 17px;
	font-size: 10pt;
	}
	

.bnav {
	font-weight: bold;
	color: #dddddd;
	}


#footer_copy {
	float: left;
	width: 370px;
	color: #666666;
	font-size: 7pt;
	margin: 2px 0 0 20px;
	}





	
/* code for navbottom */

#navbottom ul {
	margin: 0px 0 0 0;
	padding: 0px 0 0px 0px;
	float: left;
	background-color: #ffffff;
	width: 400px;

	}

#navbottom li
{
display: inline;
list-style-type: none;
font-size: 9pt;
float: left;
margin: 0px 0 0 0;
background-color: #ffffff;
}
#navbottom li a, #navbottom li a:link
	{
color: #1f3694;
text-decoration: none;
	}
#navbottom li a#current, #navbottom li a#current:link { 
	color: #1f3694;
	text-decoration: underline;
	}
#navbottom a:hover {
	color: #1f3694;
	text-decoration: underline;
	}






#footer_x {
	width: 100%;
	height: 24px;
	background-color:#ffffff;
	padding: 0px 0 0px 0px;
	margin: -2px 0 0px 0px;
	float: right;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	}

.footertext_x {
	color:#aaaaaa;
	font-size: 8pt;
	padding: 0px 16px 0 0;
	margin: 0px 0 0 0;
	float: left;
		}


	
	
	
a {
	text-decoration:none;
	}	
	
	
	
	
	
img
{
	border-style: none;
}
	
p {
	color: #ffffff;
	font-size: 8pt;
	}
.yellowfont {
	color: #f5eab6;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 16px;
	}
.yellowfont_column {
	color: #f5eab6;
	font-size: 7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 14px;
	}
.yellowfont_column_item {
	color: #f5eab6;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 14px;

	}
.rightcolumn_copy {
	width: 248px;
	padding: 0 0 0 8px;
	text-align:center;
	}
.column_title {
	color: #000000;
	font-size: 12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0 0 4px 0;
	}
.leftcolumn_copy {
	width: 248px;
	padding: 0 0 0 0px;
	text-align:center;
	}
	
.redfont {
	color: #f5eab6;
	}
.bluefont {
	color: #f5eab6;
	}
.greenfont {
	color: #f5eab6;
	}
.yellowtitle {
	color: #f5eab6;
	font-size: 11pt;
	letter-spacing: 0px;
	line-height: 30px;
		}
.topnav_color {
	color: #ffffff;
	font-size: 11pt;
	letter-spacing: 0px;
	line-height: 30px;
		}
.yellowtitle2 {
	color: #f5eab6;
	font-size: 9pt;
	letter-spacing: 0px;
	line-height: 30px;
		}
.redtitle {
	color: #f5eab6;
	font-size: 12pt;
	line-height: 30px;
	}
.bluetitle{
	color: #f5eab6;
	font-size: 12pt;
	line-height: 30px;
	}
.greentitle{
	color: #f5eab6;
	font-size: 12pt;
	line-height: 30px;
	}




/*code for horizontal navbar*/

#bottomnavbox {
	width: 400px;
	float: left;
	background-color: none;
	padding: 0 0 0 20px;
	}


#bottomnav ul {
	margin: 0px 0 0px 0px;
	padding: 0 0 0px 0;
	list-style-type: none;
	background-color: transparent;
	float: left;
	width: 400px;

	}
#bottomnav li { 
	display: inline;
	}
#bottomnav a { 
	text-decoration: none;
	padding: 0px 10px 0px 10px; 
	color: #ffffff;
	background-color: #323232;
	font-size: 7pt;
	font-weight: bold;
	float: left;
	text-align:center;

	}
#nav1b a { 
	text-decoration: none;
	background-color: #000000;
	}
#nav2b a { 
	text-decoration: none;
	background-color: #000000;
	}
#nav3b a { 
	text-decoration: none;
	background-color: #000000;
	}
#nav4b a { 
	text-decoration: none;
	background-color: #000000;
	}
#bottomnav a:hover {
	color: #ffffff;
	text-decoration: none; 
	background-color: #cccccc;
	}
#nav1b a:hover {
	color: #ffffff;
	text-decoration: none; 
	background-color: #780808;
	}
#nav2b a:hover {
	color: #ffffff;
	text-decoration: none; 
	background-color: #c8a808;
	}
#nav3b a:hover {
	color: #ffffff;
	text-decoration: none; 
	background-color: #087808;
	}
#nav4b a:hover {
	color: #ffffff;
	text-decoration: none; 
	background-color: #080878;
	}

#nav1b_active a { 
	text-decoration: none;
	padding: 0px 10px 0px 10px; 
	color: #ffffff;
	background-color: #780808;
	font-size: 7pt;
	font-weight: bold;
	float: left;
	text-align:center;
	}
#nav1b_active a:hover {
	color: #ffffff;
	text-decoration: none; 
	background-color: #780808;
	}
#nav2b_active a { 
	text-decoration: none;
	padding: 0px 10px 0px 10px; 
	color: #ffffff;
	background-color: #c8a808;
	font-size: 7pt;
	font-weight: bold;
	float: left;
	text-align:center;
	}
#nav3b_active a { 
	text-decoration: none;
	padding: 0px 10px 0px 10px; 
	color: #ffffff;
	background-color: #087808;
	font-size: 7pt;
	font-weight: bold;
	float: left;
	text-align:center;
	}
#nav4b_active a { 
	text-decoration: none;
	padding: 0px 10px 0px 10px; 
	color: #ffffff;
	background-color: #080878;
	font-size: 7pt;
	font-weight: bold;
	float: left;
	text-align:center;
	}
	




























	
#framefloatbelow {
	width:777px;
	height: 30px;
	padding:0px 0 0 0px;
	margin: 12px 0 0 0;
	background-color:transparent;
	float: left;

	}
#footer_zzz {
	width: 500px;
	height: 30px;
	float: left;
	}
#footercolor {
	width: 176px;
	height: 30px;
	float: left;
	}
	

	
	
	
	
	
	
	
#leftside {
	width: 209px;
	background-color:transparent;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 11px;
	height: 170px;
	}
	
#leftside_box {
	width: 182px;
	background-color:#003b3b;
	float: left;
	margin: 0 0 0 0px;
	padding: 0 0 0 16px;
	height: 170px;
	}
#leftside_box_2 {
	width: 166px;
	background-color:#ffffff;
	float: left;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	height: 170px;
	}
	
	
	
	
	
	
	
#logobox {
	width: 156px;
	height: 205px;
	float: right;
	margin: 0 0px 0 0;
	padding: 8px 40px 0 0;
	}
#logobox2 {
	width: 178px;
	height: 154px;
	float: left;
	margin: 0 0px 0 0;
	padding: 8px 0px 0 0px;
	background-color:#ffffff;
	text-align: center;
	}
#colorblend {
	width: 176px;

	float: left;
	margin: 0 0px 0 0;
	padding: 0px 0px 0 0px;
	background-color:#ffffff;
	text-align: center;
	}
#leftphone {
	width: 156px;
	float: left;
	padding: 0px 0 0 10px;
	font-size: 13pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: -20px 0 0 0;
	}
#leftannounce {
	width: 156px;
	float: left;
	padding: 0px 0 0 10px;
	font-size: 13pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 0 0 0;
	}
.goldphone {
	color: #c8a808;

	font-weight: bold;
		}

#leftaddress {
	width: 156px;
	float: left;
	padding: 0px 0 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 4px 0 0 0;
	}
#leftannounce2 {
	width: 156px;
	float: left;
	padding: 0px 0 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 4px 0 0 0;
	}
.lightgoldaddress {
	color: #f5eab6;
	font-size: 8pt;
	font-weight: bold;
	}
.fancyline_left {
	width: 156px;
	float: left;
	padding: 0px 0 0 40px;
	margin: 10px 0 10px 0;

	}
	
	
	
	
	
	
	
#leftnews {
	width: 130px;
	background-color:#504205;
	float: left;
	border: 4px solid #000000;
	text-align: center;
	margin: 38px 0 0 0;
	color: #c8a808;
	padding: 4px 0 8px 0;
	}
#leftnews_spacer {
	width: 18px;
	height: 100px;
	background-color:transparent;
	float: left;
	clear: left;
	border: 0px solid #000000;
		}
.goldnews {
	color: #f5eab6;
	line-height: 21px;
	font-size: 11pt;
	font-weight: bold;

		}



#rightside_color {
	width: 560px;
	float: right;
	background-color: #ffffff;
	}

#rightside_aqua_sm {
	width: 560px;
	float: right;
	background-color: #003b3b;
	}
#rightside_yellow_sm {
	width: 560px;
	float: right;
	background-color: #615e1f;
	}




#rightside_red {
	width: 560px;
	float: right;
	background-color: #360404;
	}
#rightside_yellow {
	width: 560px;
	float: right;
	background-color: #504205;
	}
#rightside_green {
	width: 560px;
	float: right;
	background-color: #043604;
	}
#rightside_blue {
	width: 560px;
	float: right;
	background-color: #040436;
	}
	
	
	
	
	
	

.left_column {
	width: 254px;
	padding: 0px 0 8px 8px;
	margin: -4px 0 0px 0;
	float: left;
	background-color:transparent;
	}
.right_column {
	width: 258px;
	padding: 0px 0 8px 0px;
	margin: -4px 0 0px 0;
	float: left;
	background-color:transparent;
	}
	



#sm_widepic_yellow {
	width: 528px;
	height: 250px;
	float: left;
	border: 8px solid #fff752;
	margin: 4px 0 8px 0px;
	background-color: #ffffff;
	}
#sm_widepic_aqua {
	width: 528px;
	height: 250px;
	float: left;
	border: 8px solid #009c9c;
	margin: 4px 0 8px 0px;
	background-color: #ffffff;
	}

#widepicbox {
	width: 510px;

	padding: 8px 0 8px 8px;
	margin: 8px 0 0px 0;
	float: left;
	}
#widepic_red {
	width: 500px;
	height: 250px;
	float: left;
	border: 4px solid #780808;
	margin: 4px 0 8px 0px;
	}
#widepic_yellow {
	width: 500px;
	height: 250px;
	float: left;
	border: 4px solid #c8a808;
	margin: 4px 0 8px 0px;
	}
.squarepic_yellow {
	width: 250px;
	height: 250px;
	float: left;
	border: 4px solid #c8a808;
	margin: 4px 0 8px 0px;
	}
.widepic_green {
	width: 500px;
	height: 250px;
	float: left;
	border: 4px solid #087808;
	margin: 4px 0 8px 0px;
	}
.squarepic_green {
	width: 250px;
	height: 250px;
	float: right;
	border: 4px solid #087808;
	margin: 4px 0 8px 0px;
	}
.widepic_blue {
	width: 500px;
	height: 250px;
	float: left;
	border: 4px solid #080878;
	margin: 4px 0 8px 0px;
	}
	
	
.columnpic_blue {
	width: 246px;
	height: 200px;
	float: left;
	border: 4px solid #080878;
	margin: 0px 0 8px 0px;
	}
.columnpic_yellow {
	width: 246px;
	height: 200px;
	float: left;
	border: 4px solid #c8a808;
	margin: 0px 0 16px 0px;
	}
	
.fancyline {
	width: 490px;
	height: 19px;
	padding: 6px 0 4px 10px;
	}
.fancyline2 {
	width: 360px;
	height: 19px;
	padding: 6px 0 4px 140px;
	}
.fancyline3 {
	width: 226px;
	height: 19px;
	padding: 6px 0 4px 274px;
	}
.fancyline4 {
	width: 100px;
	height: 19px;
	padding: 6px 0 4px 400px;
	}
.red {color: #990000}
.yellow_big {
	font-size: 14px;
	font-weight: bold;
	color: #fff752;
}
