/*CSS Design by Tahoe Media Group, INC. contact phil@tahoemedia.com for more info*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-top: 0;
	color: #000000;
    /*background-image: url(bar.jpg);*/
    background-position: 0px 0px;
    /*background-repeat: no-repeat;*/
}

#menu ul {
	list-style: none;
    margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: center;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 9em;
	text-decoration: none;
}

#menu li ul {/* second-level lists */
	text-decoration: none;
	position: absolute;
	display: block; 
	top: 0em;
    left: 0;
	width: 20em;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

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

#menu li:hover ul { display: block; }

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

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	color: #FFFFFF;
	background-color: transparent; /* IE6 Bug */
	padding: 5px;	
	text-decoration: none;

}

/* Hover Styles */
#menu ul a:hover { 
	color: #FFCC00;
	background-color: transparent;
	padding: 5px;
	text-decoration: none;
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #FFFFFF;
	background: #154373; /* IE6 Bug */
	border: 1px solid #FFCC00;
    padding: 5px;
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	text-decoration: none;
	color: #FFCC00;
	background: #36608D; 
	border: 1px solid #000000;
	padding: 5px;
} 

.home { border: 1px solid red;}

.round2 { border: 1px solid #ffffff;}
.round {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: center; color: #ffffff;}
.round A:link {text-decoration: underline; color:#ffffff;}
.round A:active {text-decoration: underline; color:#ffffff;}
.round A:hover {text-decoration: overline; color:#cococ0;}
.round A:visited {text-decoration: underline; color:#ffffff;}
.round A:visited:hover {text-decoration: overline; color:#cococ0;}

.tmenu{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 25px; padding: 3px; text-align: center; color:#EE2426;}
.tmenu A:link {text-decoration: none; color: #FFFFFF; padding: 4px;}
.tmenu A:visited {text-decoration: none; color: #FFFFFF; padding: 4px;}
.tmenu A:hover {text-decoration: none; color: #FFFFFF; border-bottom: 1px dotted #014D81; background-color: #EE2426; padding: 4px;}
.tmenu A:active {text-decoration: none; color: #FFFFFF; padding: 4px;}
.tmenu A:visited:hover {text-decoration: none; color: #FFFFFF; border-bottom: 1px dotted #014D81; background-color: #EE2426; padding: 4px;}

.footer{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; line-height: 25px; padding: 3px; text-align: center; color:#000000;}
.footer A:link {text-decoration: none; color: #000000; padding: 4px;}
.footer A:visited {text-decoration: none; color: red; padding: 4px;}
.footer A:hover {text-decoration: none; color: #FFFFFF; border-bottom: 1px dotted #014D81; background-color: #154373; padding: 4px;}
.footer A:active {text-decoration: none; color: #000000; padding: 4px;}
.footer A:visited:hover {text-decoration: none; color: #FFFFFF; border-bottom: 1px dotted #014D81; background-color: #154373; padding: 4px;}

.tiny{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7px; font-weight: normal; line-height: 0px; padding: 0px; text-align: center; color:#000000;}
.tiny A:link {text-decoration: none; color: #000000; padding: 4px;}
.tiny A:visited {text-decoration: none; color: #000000;; padding: 4px;}
.tiny A:hover {text-decoration: none; color: #000000; border-bottom: 1px dotted #FFFFFF;; background-color: #FFFFFF;; padding: 4px;}
.tiny A:active {text-decoration: none; color: #000000;; padding: 4px;}
.tiny A:visited:hover {text-decoration: none; color: #000000; border-bottom: 1px dotted #FFFFFF; background-color: #FFFFFF;; padding: 4px;}

.afil{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; text-align: center; color:#000000;}
.afil A:link {text-decoration: none; color: #000000; padding: 4px;}
.afil A:visited {text-decoration: none; color: #999999; padding: 4px;}
.afil A:hover {text-decoration: none; color: #FFFFFF; border-bottom: 1px dotted #014D81; background-color: #154373; padding: 4px;}
.afil A:active {text-decoration: none; color: #000000; padding: 4px;}
.afil A:visited:hover {text-decoration: none; color: #FFFFFF; border-bottom: 1px dotted #014D81; background-color: #154373; padding: 4px;}

 .bigbg { background-image: url(images/bg.jpg); background-repeat: no-repeat; background-position: top left}

 .normal_text{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; padding: 5px; text-align: left; color: #000000; /*background-image: url(images/remax-bg.jpg); background-position: bottom center; background-repeat: no-repeat;*/}
.normal_text A:link {color:#000000; text-decoration: none; }
.normal_text A:active {color:#000000; text-decoration: none; }
.normal_text A:hover {color:#1A278E; text-decoration: none; } 
.normal_text A:visited {color:#000000; text-decoration: none; }
.normal_text A:visited:hover {color:#1A278E; text-decoration: none; }

 .action{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.5px; font-weight: normal; padding: 5px; text-align: left; color: #000000; /*background-image: url(images/remax-bg.jpg); background-position: bottom center; background-repeat: no-repeat;*/}
.action A:link {color:#000000; text-decoration: none; }
.action A:active {color:#000000; text-decoration: none; }
.action A:hover {color:#1A278E; text-decoration: none; } 
.action A:visited {color:#000000; text-decoration: none; }
.action A:visited:hover {color:#1A278E; text-decoration: none; }

 .message{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; padding: 5px; text-align: left; color: #FF0000; /*background-image: url(images/remax-bg.jpg); background-position: bottom center; background-repeat: no-repeat;*/}
.message A:link {color:#FF0000;}
.message A:active {color:#000000;}
.message A:hover {color:#000000;} 
.message A:visited {color:#FF0000;}
.message A:visited:hover {color:#000000;}

 .movie{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; padding: 5px; text-align: center; color: #000000; /*backgmovieround-image: url(images/remax-bg.jpg); background-position: bottom center; background-repeat: no-repeat;*/}
.movie A:link {color:#000000;}
.movie A:active {color:#000000;}
.movie A:hover {color:#1A278E;} 
.movie A:visited {color:#000000;}
.movie A:visited:hover {color:#1A278E;}

 .maintext{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; padding: 5px; text-align: left; color: #000000; /*background-image: url(images/remax-bg.jpg); background-position: bottom center; background-repeat: no-repeat;*/}
.maintext A:link {color:#000000;}
.maintext A:active {color:#000000;}
.maintext A:hover {color:#1A278E;} 
.maintext A:visited {color:#000000;}
.maintext A:visited:hover {color:#1A278E;}

 .title{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 22px; font-weight: Bold; padding: 5px; text-align: left; color:  #154374;}
.title A:link {color:#EE2426;}
.title A:active {color:#EE2426;}
.title A:hover {color:#EE2426;} 
.title A:visited {color:#EE2426;}
.title A:visited:hover {color:#EE2426;}

 .sidelist{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: sharp; padding: 5px; text-align: center; color:  #FFCC00; line-height: 20px;}
.sidelist A:link {color:#FFCC00;}
.sidelist A:active {color:#FFFFFF;}
.sidelist A:hover {color:#FFFFFF;} 
.sidelist A:visited {color:#FFCC00;}
.sidelist A:visited:hover {color:#FFFFFF;}

 .stitle{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 19px; font-weight: Bold; padding: 5px; text-align: center; color:  #FFCC00;}
.stitle A:link {color:#FFCC00;}
.stitle A:active {color:#FFCC00;}
.stitle A:hover {color:#FFCC00;} 
.stitle A:visited {color:#FFCC00;}
.stitle A:visited:hover {color:#FFCC00;}

 .maintitle{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: Bold; color: #EE2426;}
.maintitle A:link {color:#EE2426;}
.maintitle A:active {color:##EE2426;}
.maintitle A:hover {color:#154374;} 
.maintitle A:visited {color:##EE2426;}
.maintitle A:visited:hover {color:#154374;}

td.test { border: 0px solid #FFFFFF; background: transparent; padding: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-align: center;}
td.test A:link {text-decoration: none; color: #EE2426;}
td.test A:visited {text-decoration: none; color: #FFFFFF;}
td.test A:hover {text-decoration: none; color: #000000; border-bottom: 1px dotted #014D81;}
td.test A:active {text-decoration: none; color: #EE2426;}
td.test A:visited:hover {text-decoration: none; color: #DB3930; border-bottom: 1px dotted #000000;}

td.test2 { border: 0px solid #FFFFFF; background: white; padding: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #1A278E; text-align: center;}
td.test2 A:link {text-decoration: none; color: #000000;}
td.test2 A:visited {text-decoration: none; color: #000000;}
td.test2 A:hover {text-decoration: none; color: #000000;}
td.test2 A:active {text-decoration: none; color: #000000;}
td.test2 A:visited:hover {text-decoration: none; color: #000000;}

.tmg{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; text-align: center; color:#6699FF;}
.tmg A:link {text-decoration: none; color: #6699FF; padding: 1px;}
.tmg A:visited {text-decoration: none; color: #6699FF; padding: 1px;}
.tmg A:hover {text-decoration: none; color: #FFFFFF; border-bottom: 1px dotted #014D81; background-color: #154373; padding: 1px;}
.tmg A:active {text-decoration: none; color: #6699FF; padding: 1px;}
.tmg A:visited:hover {text-decoration: none; color: #FFFFFF; border-bottom: 1px dotted #014D81; background-color: #154373; padding: 1px;}
