/* CSS Document */


body {
	background-color: #2B7ADF;
	font: normal 17px Arial;
	color: #8a8a8a;
}

a { color: #444444; text-decoration: none }

.portfolio { width: 100%; text-align: center; padding-bottom: 20px; }
.portfolio a img { border: 5px solid #DDDDDD }
.portfolio a:hover img { border: 5px solid #333366 }

ul { list-style: none; font-size: 20px; padding-bottom: 12px; }
li { padding-left: 35px; padding-top: 12px; background:url(images/shoe.png) no-repeat left; background-position: 0px 10px; }
li a { color: #444444; }
li a:hover { color: #8a8a8a; }

#content { padding: 0px 15px 10px 15px }
#footer { 
          background-image: url('images/index_35.gif');
          background-repeat: repeat-x;
          width: 780px;
          height: 100px;
          text-align: center;
          margin: 0 auto;
          color: #444444;
          padding-top: 20px;
          font-size: 12px;
}

#footer a { color: #CCCCCC }

h2{ font-family: Arial; font-size: 18px; padding-bottom: 10px; font-weight: normal; }
h1{ font-family: Arial; font-size: 30px; padding-bottom: 0px; font-weight: normal; }

#intake_form form {
    //width: 300px;
    margin: 0 auto;
}

#intake_form input {
	border-left:1px solid #303030; 
   	border-top:1px solid #303030; 
   	border-right:1px solid #cecece; 
   	border-bottom:1px solid #cecece; 
	background:#FFFFFF;
	width:100px; height:20px;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-left:5px;
	margin-bottom:3px
}
#intake_form textarea {
	border-left:1px solid #303030; 
   	border-top:1px solid #303030; 
   	border-right:1px solid #cecece; 
   	border-bottom:1px solid #cecece; 
	background:#FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	width:200px;
        height:100px;
	font-size:11px;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto}
}


