/*  cma.css by Technology-Works
	v1.0 - 2013-05-27
*/

/* general colors and styles */
/* 	header/footer gray: #3A3535;
	purple: #AB7AB4;
	text gray: #222; */

/* wrap styles */
#wrap {
	color: #222;
	}
.inner {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	}

/* header */
header#main-header {
	height: 80px;
	background-color: #3A3535;
	}
header#main-header .inner {
	position: relative;
	height: 75px;
	padding-bottom: 5px;
	}
header#main-header .inner img {
	padding-top: 8px;
	}
#main-header h1 { margin-top: 0; display: none; }
#main-header h2 { 
	position: absolute;
	width: 180px;
	bottom: 5px;
	left: 150px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #AB7AB4;
	letter-spacing: .2em;
	}
nav#top-nav { 
	width: 440px; 
	position: absolute;
	top: 5px; 
	right: 10px; 
	} 
#top-nav ul { 
	margin: 0 5px;
	padding: 0; 
	font-size: 12pt; 
	}
#top-nav ul li {  
	display: block;
	width: 420px;
	float: left;
	margin: 0;
	padding: 0 5px;
	color: #fff;
	text-align: right;
	}
#top-nav a, #top-nav a:link, #top-nav a:visited, #top-nav a:hover {
	color: #fff;
	text-decoration: none;
	}
#top-nav a:hover { text-decoration: underline; }
#top-contact { 
	position: absolute;
	bottom: 10px; 
	right: 10px; 
	width: 540px; 
	margin: 0; 
	padding: 0;
	}
#top-contact ul { margin: 0; padding: 0; }
#top-contact ul li {
	display: block;
	width: 160px; 
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px; 
	color: #fff;
	}
#top-contact ul li#contactEmail { width: 220px; }
#top-contact a, #top-contact a:link, #top-contact a:visited, #top-contact a:hover {
	text-decoration: none;
	color: #fff;
	}
#top-contact a:hover { text-decoration: underline; }

/* navigation */
nav#left-navigation {
	width:200px;
	float: left;
	padding: 10px;
	}
#left-navigation ul { margin: 10px 0 0 0; padding: 0; }
#left-navigation ul li {
	display: block;
	width: 180px;
	margin: 0; 
	padding: 10px 0;
	list-style-type: none;
	}
#left-navigation a, #left-navigation a:link, #left-navigation a:visited, #left-navigation a:hover {	
	display: block;
	width: 175px;
	padding-left: 5px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #3A3535;
	border-left: 4px solid #fff;
	}
#left-navigation a:hover { 
	border-left: 4px solid #333;
	color: #555;
	}

/* content area */
h1, h2, h3, h4, h5, h6 { margin: 20pt 0; }

article {
	width: 680px;
	float: right;
	padding: 10px;
	}
article p, article li {
	line-height: 1.5em; 
	}
section {
	width: 680px;
	float: right;
	padding: 10px;
	}
section p {
	line-height: 1.4em; 
	}

.image400right {
	width: 400px; 
	margin: 0 0 10px 15px;
	float: right;
	}

/* contact form */
table#contactForm td {
	padding: 8px 0;
	}	

/* footer */
footer {
	height: 120px;
	background-color: #3A3535;
	color: #fff;
	}
footer p { 
	width: 680px;
	float: right;
	padding: 10px;
	text-align: right;
	font-size: 12pt;
	}
