/**
* CSS
*
* @version 1.1
* @author Vaska
* @author Gregory Cadar
* @author James Borrodell Brown borrodell.com
*/
* {
margin:0;
padding:0;
}
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
color:white;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-size:12px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#62AFD0;
text-decoration:none;
}
a:active {
text-decoration:none;
}
a:visited {
color:#62AFD0;
text-decoration:none;
}
a:hover {
border-bottom:2px solid #62AFD0;
}
a img {
border:3px solid white;
}
#menu {
background-color:#000000;
bottom:0;
height:100%;
left:30px;
position:fixed;
top:3px;
width:92px;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 15px;
}
#menu ul li.section-title {
}
#menu ul li {
margin-bottom:20px;
}
#menu ul li a {
color:#62AFD0;
font-family:helvetica,arial,verdana;
font-size:22px;
text-transform:lowercase;
}
#menu ul li.active a {
color:white;
font-family:helvetica,arial,verdana;
font-size:22px;
text-transform:lowercase;
}
#content {
height:100%;
margin:26px 0 0 119px;
width:600px;
}
.container {
padding:5px 5px 25px;
}
#content p {
line-height:19px;
margin-bottom:22px;
margin-left:515px;
width:315px;
}
#content table {
margin-left:515px;
width:234px;
}

p {
margin:0 0 9px;
}
h1 {
font-size:32px;
}
h2 {
font-size:24px;
}
h3 {
font-size:16px;
}
h4 {
font-size:12px;
}
#img-container {
margin-left:12px;
margin-top:16px;
padding:0;
width:513px;
}
#img-container p {
margin:0;
padding:0 0 12px;
width:400px;
}
#once {
clear:left;
}
div#title {
color:#62AFD0;
font-size:22px;
margin-bottom:10px;
margin-left:515px;
}
#background1 {
background-image:url(http://www.morning-lane.com/files/gimgs/9_morning-lane-copy.jpg);
height:500px;
width:850px;
}
#footer {
font-size:10px;
position:relative;
top:52px;
}
#footer ul li a {
font-size:10px;
}

#footer img {
border: 0px;
}

#footer a:hover img {
background: none;
}

#footer input {
width: 78px; 
color: white;
background: black;
border: 1px solid white;
}

a img {
	border: 2px none #000;
}
