@charset "utf-8";
/* CSS Document */

* { font-size: 100%;}

html, body {
	background: #CCC;
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #000000;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 1.3em;
	color: #652d8a;
	font-weight: normal;
	letter-spacing: 0.2em;
}

h2 {
	font-size: 0.9em;
	color: #652d8a;
	font-weight: normal;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 1.0em;
	color: #652d8a;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

p {
	margin-top: 0px;
	padding-right: 10px;
	font-size: 0.8em;
	text-align: justify;
}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

.bullet {
	padding-left: 15px;
	list-style-image: url('../images/pages/bullet.gif');
	color: #652d8a;
	font-size: 0.9em;
	line-height: 100%;
	font-weight: bold;
}

li {
}

hr {
	border: 0px;
	width: 100%;
	color: #652d8a;
	background-color: #652d8a;
	height: 2px;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

/**
 * Layout
 */

#main-container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background-color: #FFF;
}
#header-container {
	position: relative;
	margin: 0px 10px 0px 0px;
	height: 145px;
	background: transparent url('../images/template/header_bar.jpg') no-repeat 0% 0%;
	border: 0px solid #000;
}

#header-content {
	width: 450px;
	margin-left: 100px;
	padding-top: 50px;
}

#main_navigation {
	position: relative;
	background: #652d8a url('../images/template/purple_bar.jpg') repeat-x;
	padding-left: 115px;
	width: 685px; /* 800 - padding-left */
	height: 30px;
}

.navigation {
	padding: 7px 20px 0px 25px;
	height: 23px;
	float: left;
	border-right: 0px solid #FFF;
	font-size: 0.9em;
}

.navigation a:hover {
	text-decoration: none;
}

#main_content {
	margin: 30px auto 0px auto;
	padding: 0px 15px;
	width: 512px; /* 542 - 15 - 15 */
	border: 0px solid #CCC;
}

#footer {
	margin: 10px auto 0px auto;
	width: 512px;
	height: 208px;
	background: transparent url('../images/template/footer_image.jpg') no-repeat 0% 0%;
}

#mklogo {
	width: 99px;
	padding-top: 162px;
}

#signoff {
	background: transparent url('../images/template/purple_bar.jpg') repeat-x;
	width: 100%;
	height: 30px;
}

#signoff_content {
	margin: 0px auto;
	width: 512px;
	padding-top: 8px;
	font-size: 0.7em;
	color: #FFF;
}

#left_side {
	width: 65%;
	float: left;
}

.right_side {
	width: 35%;
	float: right;
	text-align: right;
}

.right_side a:link, a:visited, a:active {
	color: #652d8a;
}

.right_side a:hover {
	text-decoration: underline;
}

.navigation a, a:link, a:visited, a:active { 
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.purple {
	color: #652d8a;
}

.bold_purple{
	color: #652d8a;
	font-weight: bold;
}

.testimonial_credit {
	font-weight: bold;
	color: #999;
	font-size: 0.7em;
	text-align: left;
}

.imageOnLeft {
	float: left;
	margin-right: 10px;
	border: 2px solid #652d8a;
}

.imageOnRight {
	float: right;
	margin-left: 10px;
	border: 2px solid #652d8a;
}

/* form formatting */

label{
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input{
	width: 250px;
	margin-left: 205px
}

.input_text{
	width: 250px;
	color: #652d8a;
	background: #FFF;
	border: 1px solid #652d8a
}

.input_checkbox{
	color: #652d8a;
	background: #FFF;
	border: 1px solid #652d8a
}

textarea{
	width: 250px;
	height: 80px;
	color: #652d8a;
	background: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	border: 1px solid #652d8a
}

.submit input
{
color: #FFF;
background: #652d8a;
border: 2px outset #d7b9c9
}

fieldset {
	border: 1px solid #652d8a;
	width: 90%
}

legend {
	color: #fff;
	background: #652d8a;
	padding: 2px 6px;
	margin-left:5px
} 
