/* gnesl style sheet */

body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #292F59;
  background-color: #B0E0E6;
}

h1 {
  font-size:large;
}


h5 {
  background-color: #DEDEDE;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  border: 1px solid #292F59;
}


#frame {
  width:750px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align:left;
  border: 1px solid #696969;
  background-color: #FFFFFF;
  padding: 0;
}

#header {
  width: 750px;
  height: 120px;
  background-color: #D2D4D6;
  background-image: url(images/gnesl.gif);
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
}
#header h2 {
  float: right;
  margin: 90px 15px 0 0;
  padding: 0;
}

/* begin main text area */
#main {
  float: left;
  width: 350px;
  background: #F5F5F5;
  border: 1px solid #A9A9A9;
  padding: 10px 10px 10px 10px;
  margin:5px 5px 5px 7px;
  }

#main p {
  font-size: medium;
  color: #292F59;
}

#main li {
  line-height: 38px;
}

#main a:link, #main a:visited, #main a:active {
  font-size: medium;
  color: #292F59;
  text-decoration: underline;
  font-variant: normal;
  line-height: normal;
}

#main a:hover {
  text-decoration: none;
}

.portfolio{
  float: left;
  width: 530px;
  background: #F5F5F5;
  border: 1px solid #A9A9A9;
  padding: 10px 0 0 10px;
  margin: 5px 5px 5px 5px;
  }
/* end main text area */

/* begin navigation */
#leftcontent {
  float: left;
  width: 140px;
  background: #292F59;
  border: 4px solid #CCCCCC;
  padding: 10px;
  margin: 5px;
  color: #FFFFFF
}

#leftcontent p {
  font-size: small;
}

#leftcontent a:link, a:visited, a:active {
  font-size:14px;
  line-height:2;
  text-decoration: none;
  color: #FFFFFF;
  font-variant: small-caps;
}

#leftcontent a:hover {
  color: #FF9966;
  text-decoration: underline;
}
/* end navigation */

/* begin right hand column */
#rightcontent {
  float: right;
  width: 140px;
  background-color: #292F59;
  border: 4px solid #CCCCCC;
  padding: 10px;
  margin: 5px 5px 5px 5px;
}

#rightcontent p {
  font-size:11px;
  color: #FFFFFF;
}

#rightcontent em {
  font-size: medium;
  color: #FFFFFF;
}
/* end right hand column */

/* begin contact form */
form {
  text-align: left;
}

input.txt {
   color: #292F59;
   background-color: #EAEAFF;
   border: 1px inset #669966;
   width: 200px;
   margin-bottom: 2px;
}

input.btn {
   color: #292F59;
   background-color: #EAEAFF;
   border: 1px outset #669966;
   margin-top: 10px;
}

form label {
	float: left;
	width: 40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

form textarea {
   color: #292F59;
   background-color: #EAEAFF;
   border: 1px inset #669966;
}

fieldset {
   border: 1px solid #CCCCCC;
   margin-top: 15px;
   margin-left: 5px;
   padding: 10px;
}

legend {
   font: bold 0.8em Arial, Helvetica, sans-serif;
   color: #000097;
   background-color: #F5F5F5;
   padding-top: 10px;
   padding-bottom: 10px;
}
/* end contact form */

/* begin footer */
#footer {
  width: 100%;
  height: 50px;
  text-align: center;
  clear: both;
  font-size: small;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  background-position: center;
  background-color: #292F59;
  border-top: 10px solid #999999;
  padding-top: 5px;
  padding-bottom: 35px;
  margin: 0;
}

#footer a:link, #footer a:visited, #footer a:active {
  text-decoration: none;
  color: #FFFFFF;
  font-variant: normal;
}

#footer a:hover {
  text-decoration: underline;
}
/* end footer */

/* services page extras */
#services {
  margin-left: 25px;
  list-style-type: square;
}

#services li {
  font-size: 14px;
  line-height: 32px;
}

/*about us quote */
p.quote {
  font-size: 10px ;
  font-style: italic;
  font-weight: bold;
  float: right;
}






