/*
 * -----Layout CSS-------
 * CSS default typography file
 * 
 * author: Aram Balakjian
 * date: 16th September 2010
 * 
 * Provided by SSBits.com
 * 
 */
/* GENERIC STYLES */
.typography * {
	font-family: Verdana, Lucida, sans-serif;
}
/* PARAGRAPHS */
.typography p {
 	color: #313131;
 	line-height: 20px;
 	font-size: 12px;
	padding: 10px 0 0 0;
	letter-spacing: 0;/*

*/
}

.typography blockquote {
	margin: 10px;
	font-size: 14px;
	color: #313131;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: none;
	color: #004ec1;
}
	.typography a:hover {
	 	text-decoration: underline;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 10px;
}
	.typography li {
	 margin: 5px 15px;
	}
		.typography ul li p{
			padding-top: 10px;
		}
/* no list style */
.typography ul.noList{
	list-style: none;
	margin-left: 0;
}
	.typography ul.noList li{
		margin-left:0;
	}
/* HEADER STYLES */
.typography h1,
.typography h2,
.typography h3 { 
	color: #313131;
	margin: 10px 0 10px 0;
	clear: both;
	font-weight: bold;
}
.typography h1 {
	font-size: 21px;
}
	.typography h1.pageTitle{

	}
.typography h2 {
 	font-size: 18px;
}
	
.typography h3 {
	font-size: 14px;
}
.typography h4 {
	font-size: 16px;
	color: #222;
	width: 95%;
	clear: both;
	font-weight: normal;
	line-height: 15px;
	border-bottom: 1px solid #ccc;
}
.typography h5 {
	font-size: 14px;
	color: #222;
	font-weight: normal;
}
.typography h6 {
	font-size: 12px;
	color: #555;
	line-height: 14px;
	}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:12px;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}
.typography q {
	display:block;
	font-size:08px;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}
/* TABLE STYLING */
.typography table {
	margin: 10px 0;
	font-size: 1.2em;
	color: #313131;
	border-collapse: collapse;
}
	.typography th,
	.typography td {
		border-bottom: 1px solid #999;
		padding: 5px;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
	margin-right:20px;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
/* Images */
.typography div.captionImage{
	border: 1px solid #ccc;
	padding: 5px;
	margin: 20px;
}
	.typography div.captionImage p{
		padding-top: 5px;
		clear: both;
		font-size: 11px;
	}
.typography div.left{
	margin: 20px 20px 20px 0;
	float: left;
}
.typography div.right{
	margin: 20px 0px 20px 20px;
	float: left;
}
/* FORMS */
.typography label {
	font-size: 12px;
	padding: 3px 0;
}
.typography input.text, 
.typography textarea {
	font-size: 12px;
}

#Breadcrumbs p {
	font-family: Verdana, Lucida, sans-serif;
	font-size: 12px;
	text-align: left;	
 	color: #313131;
}
