/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	/*font-family:Verdana,Arial,sans-serif;*/
	font-size:1em;
	text-align:justify;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#000;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {	
	
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		line-height:1.4em;
	}
		.typography ul li {
			overflow: hidden;
			padding: 0 0 0 1em;
			list-style: none;
			text-align: justify;		
			background: transparent url(../images/arrow.gif) 2px 6px no-repeat;		 
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#005305;	
font: Tahoma;		
}
.typography h1,
.typography h4 {
	font-weight:bold;
}

.typography h2,
.typography h3 {		
	padding:5px 0;
	display:inline;	
	font-weight:none;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:24px;
		border-bottom:3px dotted #005305;	
		line-height:35px;
	}
	.typography h3 {
		display:block;
		font-size:18px;
		border-bottom:2px dotted #005305;
		width:100%;	
	}
	.typography h4 {
		font-size:1.4em;
	}
	


.typography strong,
.typography b {color:#000;} 
/* LINK STYLES */
.typography a {
	color:#005305;
  font-size:1em;
  text-decoration:underline;
}
	.typography a:hover {
		text-decoration:none;
		color:#ff0000;
	}
	
		.typography img,
		.typography a img{			
			padding: 2px;
			margin: 2px;
			border:1px solid #5E2625;
		}
		.typography a:hover img{
			border:1px solid #ccc;						
		}

		.typography img.nolink,
		.typography a img.nolink,
		.typography a:hover img.nolink{
			padding: 0px;
			margin: 0px;
			border:0px;
		}		

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography hr{
	height:1px;
	color:#5E2625;
	background-color:#5E2625;
	clear:both;
	border:0px none;
	padding:0px;
}
.typography hr.noclear {clear:none;margin:10px 0px;}

ul.tree li.disabled { display: none; }

.typography small{font-size:10px;}


table {
	border-collapse: collapse;
	border: 1px solid #5E2625;
}
	table td {
		border: 1px solid #5E2625;
		padding:2px;
	}
	
table.nobrd {	
	border: 0px;
}
	table.nobrd td {
		border: 0px;
		padding:2px;
	}	
/*	
#firstDiv{
	width:906px;
	height:312px;	
	background: url(../images/first.jpg) no-repeat;
}	
	#firstDivText {
		float:right;
		width:415px;		
		padding-top:30px;		
		margin-right:15px;		
	}
	#firstDiv .linkText{
		float:right;
		margin-top:25px;
		width:100px;		
	}
*/	

