/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #E4E0D9;
}

img.imgFrame {   
  float:right;
  padding:10px;
  border: 0px;
}

img.Header {   
  border: 0px;
}

blockquote 
{
	margin:1em;
    font: 1.0em/1.4em Georgia, "Times New Roman", Times, serif;	
    width: 450px;
	padding-left: 18px;
	text-indent: -18px;
	background:url(../images/closequote.gif) no-repeat right bottom;
	color:#000;
}

blockquote:first-letter {
  background: url(../images/quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}


.dropcap {
float:left;
color:#4C4439;
font-size:95px;
line-height:65px;
padding-top:2px;
font-family: Times, serif, Georgia;
} 


p {
text-align: justify;
}

h2 {
color: #690600;
}

h3 {
text-decoration: underline;
}

h3.plain {
text-decoration: none;
}

#wrapper { 
 margin: 0 auto;
 width: 775px;
/* max-width: 920px;*/
}

#wrapper p {
	text-align: center;
}

#wrapper a {
	color: #333;
	font-size: 10px;
	text-decoration: none;
}

#wrapper a:hover, a:visited {
	color: #690600;
	text-decoration: underline;
}

#faux {
 background: url(../images/faux_column_775px.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 773px;
 padding: 0px;
 height: 119px;
 margin: 10px 0px 0px 0px;
 border-top: 1px solid #690600;
 border-left: 1px solid #690600;
 border-right: 1px solid #690600;
 background: #FFF;
}
#leftcolumn { 
 display: inline;
 color: #333;
 background: #988F81;
 margin: 0px 0px 0px 0px;
 border-left: 1px solid #690600;
 border-top: 1px solid #988F81;
 border-bottom: 1px solid #988F81;
 border-right: 10px solid #4C4439;
 padding-left: 10px;
 width: 179px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 border-right: 1px solid #690600;
 border-top: 1px solid #988F81;
 padding: 10px;
 width: 554px;
 display: block;
 position: relative;
}

#rightcolumn img {
	padding: 7px;
	float: right;
	background: #988F81;
	border: none;
}

#rightcolumn p {
	text-align: left;
}

#footer { 
 width: 753px;
 text-align: center;
 clear: both;
 color: #E4E0D9;
 background: #690600;
 margin: 0px 0px 10px 0px;
 border-bottom: 1px solid #690600;
 border-left: 1px solid #690600;
 border-right: 1px solid #690600;
 padding: 10px;
}
.clear { clear: both; background: none; }

#navcontainer
{
width: 189px;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #988F81;
color: #000;
}

#navcontainer p {
	text-align: center;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
text-align: left;
}

#navcontainer li
{
border-bottom: 1px solid #690600;
margin: 0;
}

#navcontainer li a
{
display: block;
font-size: 13px;
padding: 5px 5px 5px 0.5em;
border-right: 10px solid #4C4439;
background-color: #988F81;
color: #000;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-right: 10px solid #690600;
background-color: #4C4439;
color: #fff;
}

#navcontainer li a.Current
{
border-right: 10px solid #690600;
background-color: #4C4439;
color: #fff;
}


#contact-area {
	width: 375px;
	margin-top: 25px;
}

#contact-area.Orig {
	width: 550px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area input.Orig, #contact-area textarea.Orig {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area select {
	padding: 5px;
	width: 100px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

fieldset {
border: 0px
}

#contact-area textarea:focus, #contact-area input:focus, #contact-area select:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

#contact-area input.submit-button2 {
	width: 100px;
	float: Right;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 125px;
	padding-top: 5px;
	font-size: 1.0em;
}

label.Orig {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}