@charset "utf-8";
/* CSS Document */


.style2 {font-size: 10px}

.logo_nav {
	text-align: center;
	padding: 6px 4px 6px 12px; /* Top, Right, Bottom, Left */
	}

#navigation {
	position:relative;
/*	left: 180px;   */
	background-image: url(../_themes/pstmdrn/postextb.gif); /*  yellowish background color */
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	/*	top: 3px; */
width: 167px;
	float: left;
	/*	border-right: 1px solid #CCCCCC; */
	 margin:  0 0 0 0;  /* Top, Right, Bottom, Left */
/*	padding: 15px 10px 10px 10px; /* Top, Right, Bottom, Left */
	font-size: 14px;
	font-weight: bold;
	color: #993333;
	top: -3px;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

#navigation ul {
/*	font-family: "Comic Sans MS"; */
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
#navigation p {
/*	font-family: "Comic Sans MS"; */
	color: #336699;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}
#navigation li {
	/*	font: "Comic Sans MS"; */
	color: #993333;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	padding: 6px 4px 6px 12px; /* Top, Right, Bottom, Left */
	/*	display: list-item; /* Displays List as inline element */	
	line-height: normal;
	list-style: none; /* Hides List Bullet */
	list-style-position: outside;
/*	border-bottom: 1px solid #CCCCCC;  */
	}

#navigation ul li a:link, #navigation ul li a:visited { 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;				
	color: #000000;			
	} 
	
#navigation ul li a:link:hover, #navigation ul li a:visited:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #993300;
	}

/****** Subpage Navigation Links ******/


	
	
#subpage_nav ul li {
	font-size: 12px;
	margin: 0;
	padding: 4px 4px 4px 0; /* Top, Right, Bottom, Left */
/*	display: list-item; /* Displays List as inline element */ 
	list-style: none; /* Hides List Bullet */
	border: none;
	line-height:90%;
	text-decoration:none;
	}
	

#subpage_nav ul li a:link, #subpage_nav ul li a:visited { 
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;				
	color: #000000;
	border-bottom: none;
	} 
	
#subpage_nav ul li a:link:hover, #subpage_nav ul li a:visited:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;				
	color: #993300;	
/*	border-bottom: 1px dotted #000000;		*/
	}				


#contact_text ul li {
	margin: 0;
	font-size:12px;
	font-weight: normal;
	padding: 4px 4px 4px 0; /* Top, Right, Bottom, Left */
/*	display: list-item; /* Displays List as inline element */ 
	list-style: none; /* Hides List Bullet */
	border: none;
	line-height:75%;
		text-decoration:none;
	}
	

