
/* Logo AmericaDesign */
@font-face {
	font-family: 'AmericaDesignLogo';
	src: url('../font/AmericaDesign.eot') format('eot'), 
	     url('../font/AmericaDesign.woff') format('woff'), 
	     url('../font/AmericaDesign.otf')  format('otf'),
		 url('../font/AmericaDesign.ttf')  format('truetype'),
		 url('../font/AmericaDesign.svg#AmericaDesign') format('svg');
}
.logo100 {
		font-family: 'AmericaDesignLogo'!important;
		font-size:100px!important;
		line-height:50px;
		padding:0;margin:0;
}
.logo200 {
		font-family: 'AmericaDesignLogo';
		font-size:200px;
		line-height:70px;
		padding:0;margin:0;
}
.logo300 {
		font-family: 'AmericaDesignLogo';
		font-size:300px;
		line-height:100px;
		padding:0;margin:0;
}

/* Typography */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin:0;
}
		.typography ul li {
		 list-style-type:none;
		}


/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#fff;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}

/* LINK STYLES */
.typography a {
	color:#009;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		color:#900;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 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;
}
.typography img.left {
	float:left;
}

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