/**
 *	Mediatech v1.2
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2004 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/2.0/
 */

/* main menu styles */

/* General Fonts */
BODY,P,OL,UL,DIV,TD {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000; 
font-style: normal;  
line-height: 130%; 
}
 
 
/* in text hyperlinks */
a:link {
 font-weight: normal;
color: #0000ff; 			/* sky blue */
 font-size: 14px;
 text-decoration: none;
}
a:visited {
 font-weight: normal;
color: #0000ff; 			/* sky blue */
 font-size: 14px;
 text-decoration: none;
}
a:hover {
 font-weight: normal;
 color: #0000ff;
 font-size: 14px;
 text-decoration: none;
}

/* top navigation menu */
.topnav {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
}
.topnav a:link {
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: #ffffff; 			/* white */
padding: 1px;
}
.topnav a:visited {
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
color: #ffffff; 			/* white */
padding: 1px;
}
.topnav a:hover {
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #759214;	/* lime green */
color: #ffffff; 			/* white */ 
padding: 1px;
}

.topnav-act {
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #759214;	/* lime green */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:active {
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #759214;	/* lime green */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:link {
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #759214;	/* lime green */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:visted {
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #759214;	/* lime green */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:hover {
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #759214;	/* lime green */
color: #ffffff; 			/* white */ 
padding: 1px;
}


/* Bottom Navigation Menu */
.bottomnav {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.bottomnav a:link {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #000000;			/* black */
padding: 2px;
}
.bottomnav a:visited {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #000000;			/* black */
padding: 2px;
}
.bottomnav a:hover {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
background: #94B4DC;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}
.bottomnav-act a:active {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
background: #94B4DC;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}
.bottomnav-act a:link {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav-act a:visted {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav-act a:hover {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
background: #94B4DC;	/* flat blue */
color: #FFFFFF; 			/* white */ 
padding: 2px;
}




/* Left Navigation Menu */


.leftnav1 a:link {
		display: block;
		border-bottom: 1px solid #000000;  /*black*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #000000; 	/* black*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right.gif) 5px 50% no-repeat;
}
.leftnav1 a:visited {
		display: block;
		border-bottom: 1px solid #000000;  /*black*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #000000; 	/* black*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right.gif) 5px 50% no-repeat;
}
.leftnav1 a:active {
		display: block;
		border-bottom: 1px solid #000000;  /*black*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #000000; 	/* black*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right.gif) 5px 50% no-repeat;
}
.leftnav1 a:hover {
		display: block;
		border-bottom: 1px solid #0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #0000ff; 			/* flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down.gif) 5px 50% no-repeat;
}


.leftnav1-act a:link {
		display: block;
		border-bottom: 1px solid ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;	
		color: ##0000ff; 			/* flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down.gif) 5px 50% no-repeat;
}
.leftnav1-act a:visited {
		display: block;
		border-bottom: 1px solid ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/* flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down.gif) 5px 50% no-repeat;
}
.leftnav1-act a:active {
		display: block;
		border-bottom: 1px solid ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;	
		color: ##0000ff; 			/* flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down.gif) 5px 50% no-repeat;
}
.leftnav1-act a:hover {
		display: block;
		border-bottom: 1px solid ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/* flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down.gif) 5px 50% no-repeat;
}
 

.leftnav2 a:link {
		display: block;
		border-bottom: 1px dotted #000000;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000000; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_blue_line.gif) 20px 50% no-repeat;
}
.leftnav2 a:visited {
		display: block;
		border-bottom: 1px dotted #000000;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000000; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_blue_line.gif) 20px 50% no-repeat;
}
.leftnav2 a:active {
		display: block;
		border-bottom: 1px dotted #000000;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000000; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_blue_line.gif) 20px 50% no-repeat;
}
.leftnav2 a:hover {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_green_line.gif) 20px 50% no-repeat;
}


.leftnav2-act a:link {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_green_line.gif) 20px 50% no-repeat;
}
.leftnav2-act a:visited {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_green_line.gif) 20px 50% no-repeat;
}
.leftnav2-act a:active {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_green_line.gif) 20px 50% no-repeat;
}
.leftnav2-act a:hover {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_square_green_line.gif) 20px 50% no-repeat;
}


.leftnav3 a:link {
		display: block;
		border-bottom: 1px dotted #000000;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000000; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right_solid.gif) 35px 50% no-repeat;
}
.leftnav3 a:visited {
		display: block;
		border-bottom: 1px dotted #000000;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000000; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right_solid.gif) 35px 50% no-repeat;
}
.leftnav3 a:active {
		display: block;
		border-bottom: 1px dotted #000000;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000000; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_blue_right_solid.gif) 35px 50% no-repeat;
}
.leftnav3 a:hover {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}


.leftnav3-act a:link {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}
.leftnav3-act a:visited {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}
.leftnav3-act a:active {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}
.leftnav3-act a:hover {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url(images/button_arrow_green_down_solid.gif) 35px 50% no-repeat;
}


.leftnav4 a:link {
		display: block;
		border-bottom: 1px dotted #000000;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000000; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.leftnav4 a:visited {
		display: block;
		border-bottom: 1px dotted #000000;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000000; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.leftnav4 a:active {
		display: block;
		border-bottom: 1px dotted #000000;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #000000; 	/* flat blue*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.leftnav4 a:hover {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}


.leftnav4-act a:link {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.leftnav4-act a:visited {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.leftnav4-act a:active {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.leftnav4-act a:hover {
		display: block;
		border-bottom: 1px dotted ##0000ff;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: ##0000ff; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
 
/* Forms Fields */
SELECT {  
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px 
}


textarea {
font-family: arial, helvetica, sans-serif; 
color: #ffffcc;
border-right: ##0000ff 1px solid; 
border-top: ##0000ff 1px solid; 
border-left: ##0000ff 1px solid; 
border-bottom: ##0000ff 1px solid
}

input {
font-family: arial, helvetica, sans-serif; 
color: #ffffcc; 
border-right: ##0000ff 1px solid; border-top: ##0000ff 1px solid; border-left: ##0000ff 1px solid; border-bottom: ##0000ff 1px solid; background-color: #ffffff
}

.input {
border-right: 0px solid; border-top: 0px solid; border-left: 0px solid; border-bottom: 0px solid; 0
}