/**
 *	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: 12px;
color: #555555; 
font-style: normal;  
line-height: 130%; 
}
 
 
/* in text hyperlinks */
a:link {
 font-weight: normal;
color: #475387; 			/* sky blue */
 font-size: 12px;
 text-decoration: none;
}
a:visited {
 font-weight: normal;
color: #475387; 			/* sky blue */
 font-size: 12px;
 text-decoration: none;
}
a:hover {
 font-weight: normal;
 color: #B32F06;
 font-size: 12px;
 text-decoration: none;
}

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

.topnav-act {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #475387;	/* lime green */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:active {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #475387;	/* lime green */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:link {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #475387;	/* lime green */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:visted {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #475387; /* lime green */
color: #ffffff; 			/* white */ 
padding: 1px;
}
.topnav-act a:hover {
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
background: #475387;	/* 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: #EEEEEE;			/* light grey */
padding: 2px;
}
.bottomnav a:visited {
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; color: #EEEEEE;			/* light grey */
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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #475387; 	/* flat blue*/
		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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #475387; 	/* flat blue*/
		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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #475387; 	/* flat blue*/
		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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;
		color: #b32f06; 			/* 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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;	
		color: #b32f06; 			/* 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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/* 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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;	
		color: #b32f06; 			/* 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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 15px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/* 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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #475387; 	/* 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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #475387; 	/* 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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #475387; 	/* 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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 30px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #475387; 	/* 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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #475387; 	/* 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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #475387; 	/* 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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 45px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #475387; 	/* 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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #475387; 	/* 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 #475387;  /*flat blue*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #475387; 	/* 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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*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 #b32f06;  /*flat green*/
		padding: 2.5px 2.5px 2.5px 2.5px;
		text-indent: 60px;
		white-space: nowrap;
		font-size: 11px;		
		color: #b32f06; 			/*flat green*/
		text-decoration: none;
		width: 171px;
		background: url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
 
/* Forms Fields */
SELECT {  
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px 
}


textarea {
font-family: arial, helvetica, sans-serif; 
color: #555555;
border-right: #95B91B 1px solid; 
border-top: #95B91B 1px solid; 
border-left: #95B91B 1px solid; 
border-bottom: #95B91B 1px solid
}

input {
font-family: verdana, arial, helvetica, sans-serif;
color: #555555; 
border-right: #95B91B 1px solid; border-top: #95B91B 1px solid; border-left: #95B91B 1px solid; border-bottom: #95B91B 1px solid; background-color: #ffffff
}

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