@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: scroll;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	border: 1px solid #503312;
}
#header {
	background-image: url(images/AK-Header.jpg);
	background-repeat: no-repeat;
	height: 191px;
	width: 1000px;
}

#header #logo_link {
	float: left;
	height: 150px;
	width: 400px;
}

#nav_top {
	background-color: #96A83A;
	height: 21px;
	width: 771px;
	padding-left: 229px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #BFD362;
	padding-top: 2px;
}
#nav_top ul li  {
	display: inline;
	list-style-type: none;
	margin-left: 24px;
}
.current_not      a:visited, 
.current_not      a:link{
	color: #503312;
}
.current  a:link, .current  a:visited {
	color: #BFD362;
}

#nav_top a:hover {
	color: #FFFFFF;
}
#nav_top    a:active       {
	color: #BFD362;
}

#nav_left {
  float: left;
  width: 180px;
  padding-top: 89px;
  padding-left: 22px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #96A83A;
  position: relative;
}





#nav_left li {
	margin-bottom: 18px;
	list-style-type: none;
}

.lnav_current_not a:visited, .lnav_current_not a:link {
	color: #96A83A;
}
.lnav_current a:visited, .lnav_current a:link {
	color: #503312;
}
#mamamorphosis {
  background-image:url(images/Mamamorphosis-logo-web200.jpg);
  background-position:1px 32px;
  background-repeat:no-repeat;
  color:#222222;
  font-size:12px;
  left:3px;
  padding-bottom:50px;
  padding-left:20px;
  padding-right:20px;
  position:absolute;
  text-align:left;
  top:200px;
  width:201px;
  font-weight:normal;
}
#nav_left a:hover {
	color: #C8D68B;
}

#nav_left a:active {
	color: #503312;
}

#content {
	padding-top: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #503312;
	padding-right: 80px;
	width: 668px;
	min-height: 407px;
	margin-left: 202px;
	padding-left: 50px;
}





#content p {
	margin-bottom: 13px;
}
#content a:link, #content a:visited {
	color: #4A7B93;
}
#content a:hover {
	color: #96A83A;
}
#content a:active {
	color: #C47053;
}


.header_text {
	margin-bottom: 2.4em;
}
#footer {
	clear: both;
	height: 25px;
	background-image: url(images/Grass-Footer.jpg);
	background-repeat: no-repeat;
	padding-top: 80px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AEBA72;
}
#footer, #footer ul {
	text-align: center;
}
#footer li {
	display: inline;
	margin-right: 13px;
	list-style-type: none;
}
#footer a:link, #footer a:visited {
	color: #AEBA72;
}
#footer a:hover {
	color: #00BBE4;
}
#footer a:active {
	color: #503312;
}
#footer   h3 {
	position: relative;
	top: 12px;
	font-size: 10px;
	font-weight: normal;
}

.contact_form {
	font-weight: bold;
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.contact_form  li {
	margin-bottom: 20px;
	list-style-type: none;
}
.big_bold      {
	font-size: 16px;
	font-weight: bold;
}
.amy_photo {
	float: right;
	display: inherit;
	padding: 5px;
	border: 1px solid #EEE9C1;
	margin-top: 55px;
	margin-bottom: 35px;
	margin-left: 35px;
	margin-right: 1px;
	background-color: #EEEDEA;
}
.amy_photo_text_space {
	margin-right: 330px;
}

.textual_list {
	list-style-type: disc;
	margin-top: 0.5em;
	margin-left: 1.5em;
}
.textual_list li {
	padding-bottom: 0.75em;
	font-size: 12px;
}
.testimonials_space p  {
	padding-bottom: 1em;
}


 /*------------------------------------------------------------------------------------
      Reset Styles
    ------------------------------------------------------------------------------------*/
* {
padding:0;
margin:0;
text-decoration: none;
}

a {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

:link,:visited { text-decoration:none }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }
    a img{ border:none; }
