
/* COPY STYLES - REDEFINED FRAMEWORK on 11/04/08 */



/*************/
/* MASTER  */
/*************/

p {
	font-size: 80%;
	color: #000000;
	line-height: 150%;
	margin-bottom: 10px;
}

h1 {
	font-size: 120%;
	line-height: 140%;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

#HomeCol h1 {
	font-size: 180%;
	line-height: 140%;
	color: #000000;
	text-transform: none;
	font-weight: bold;
	font-style: normal;
}


h2 {   
	color: #9e2815;
	font-size: 80%;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2px;
}

h3 {
	padding: 4px 0 0 0;
	margin: 0 0 0 0;
	display: inline;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80%;
}	

h4 {
	padding: 4px 0 0 0;
	margin: 0 0 0 0;
	display: inline;
	color: #000000;
	font-weight: bold;
	font-size: 80%;
}	


ul { 
	color: #000000;
}

ul li { 
	padding: 0 0 5px 20px;
	margin: 0 0 0 0;
	line-height: 130%;
}	

ol { 
	color: #666;
}

ol li { 
	padding: 0 0 5px 20px;
	margin: 0 0 0 0;
	line-height: 130%;
	list-style-type: decimal ;
}	
	
	
hr {
	height: 1px;
	background-color: #ccc;
	color:#ccc;
}


/**********************/
/*                   TOP NAV         */
/**********************/

#NavWrapper ul { 
	float: left;
}

#NavWrapper ul li {
	padding: 0 15px 0 0;
	margin: 0 0 0 0;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
}	

#NavWrapper ul li.norightpad {
	padding: 0 0px 0 0;
}	

#NavWrapper ul li a { color: #000000; text-decoration:none; border-bottom: 0px;   }
#NavWrapper ul li a:visited { color: #000000; text-decoration:none; border-bottom: 0px;   }
#NavWrapper ul li a:hover { color: #9e2815; text-decoration:none; border-bottom: 1px solid #9e2815;   }
#NavWrapper ul li a:active { color: #000000; text-decoration:none; border-bottom: 0px;   }


#RightCol ul { 
	color: #000000;
	margin: 0 0 12px 0;
}

#RightCol ul li { 
	padding: 0 0 5px 20px;
	margin: 0 0 0 0;
	line-height: 130%;
	font-size: 80%;
}	

.highlight {   
	color: #9e2815;
}

#NavWrapper ul li a.highlight {   
	color: #9e2815; text-decoration:none; border-bottom: 1px solid #9e2815;
}



/**********************/
/*                BASE NAV        */
/**********************/
#Footer ul {
	text-align: left;
}


#Footer ul li {
	padding: 0 20px 0 0px;
	margin: 0 0 0 0;
	display: inline;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 80%;
}	

#Footer ul li a { color: #cccccc; text-decoration:none; border-bottom: 0px;   }
#Footer ul li a:visited { color: #cccccc; text-decoration:none; border-bottom: 0px;   }
#Footer ul li a:hover { color: #9e2815; text-decoration:none; border-bottom: 1px solid #9e2815;   }
#Footer ul li a:active { color: #cccccc; text-decoration:none; border-bottom: 0px;   }



/**********************/
/*                BULLET OVERIDE STYLES        */
/**********************/
#RightCol ul { 
	color: #000000;
	padding: 0 0 0 20px;
}

#RightCol  ul li { 
	padding: 0 0 5px 5px;
	margin: 0 0 0 0;
	line-height: 130%;
	list-style: disc;
}	





/**********************/
/*                LINK STYLES        */
/**********************/

#LeftCol a { color: #9e2815; text-decoration:none; font-weight: bold; border-bottom: 0px solid #9e2815;   }
#LeftCol a:visited { color: #9e2815; text-decoration:none; font-weight: bold; border-bottom: 0px solid #9e2815;   }
#LeftCol a:hover { color: #000000; text-decoration:none; font-weight: bold; border-bottom: 0px solid #9e2815;   }
#LeftCol a:active { color: #9e2815; text-decoration:none; font-weight: bold; border-bottom: 0px solid #9e2815;   }


a { color: #9e2815; text-decoration:none; font-weight: bold; border-bottom: 0px solid #9e2815;   }
a:visited { color: #9e2815; text-decoration:none; font-weight: bold; border-bottom: 0px solid #9e2815;   }
a:hover { color: #000000; text-decoration:none; font-weight: bold; border-bottom: 1px solid #9e2815;   }
a:active { color: #9e2815; text-decoration:none; font-weight: bold; border-bottom: 0px solid #9e2815;   }




