/* ottwell design */

body {
	background-image: url(images/odesign_backimage.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

p {
	font-family: verdana, arial, sans-serif;
    color: #554b30;
    font-size: 11pt;
    font-weight: regular;
}

.copy {
	font-size: 11pt;
}

.italic {
	font-size: 11pt;
	font-style: italic;
}

h1 { 
    font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
    font-size: 125%; 
    font-weight: normal;
    color : #44b3d4;
	padding: 30px 0px 0px 0px;
}	

h2 { 
    font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
    font-size: 110%; 
    font-weight: normal;
    color: #554b30;
	padding: 30px 0px 0px 0px;
}
	
a {
    color : #554b30;
    font-size: 11pt;
	font-family: verdana, arial, sans-serif;
    font-weight: regular;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    background-color: #44b3d4;
    font-size: 11pt;
    font-weight: regular;
	font-family: verdana, arial, sans-serif;
}

a:visited {
    color : #554b30;
    font-size: 11pt;0	font-family: verdana, arial, sans-serif;
    font-weight: regular;
    text-decoration: none;
}



/* header */
div#head {
	margin: 0px 0px 0px 65px;
}


/* navigation */
div#nav {
	margin: 0px 0px 0px 170px;
}


/* main */
div#main {
	margin: 0px 0px 50px 170px;
	width: 425px;
}

/* footer */
div#foot {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 170px;
	width: 425px;
	font-size: 10px;
	border-top: solid 1px #554b30;
}

#foot p {
	font-size: 10px;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
  height: 29px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
  font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  font-size: 11pt;
  color: #554b30;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
  height: 22px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  font-size: 11pt;
  color: #554b30;
  border: 1px solid;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  font-size: 11pt;
  color: #554b30;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}

	font-family: verdana, arial, sans-serif;
    color: #554b30;
    font-size: 11pt;
    font-weight: regular;