* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Verdana, Arial, Times, serif;
	font-size: 62.5%;
	color: #FFFFFF
}



#header_left {
	float: left;
	width: 326px;
	height: 150px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 45px;
	margin-top: 120px;
}


#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	background-color: #232323;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #FFFFFF;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #CCCCCC;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #666666;}

h2 {
	color: #999999;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.4em;
	font-family: "Arial", Georgia, serif;
	font-style: normal;
	font-weight: bold;
	color: #84A54A;
	border-bottom: none;
}

h4 {
	width: 185px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: transparent;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	font-size: 1.2em;
	color: #666;
	
}

blockquote {
	background-color: #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #FFFFFF; text-decoration: none;}     /* unvisited link */
a:visited {color: #FFFFFF; text-decoration: none;}  /* visited link */
a:hover {color: #ff0000; text-decoration: none;}   /* mouse over link */
a:active {color: #FFFFFF; text-decoration: none;}   /* selected link */


/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 0.9em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #CCCCCC;
}

form {
	margin-top: 15px;
	margin-left: 0px;
}

input.fields {
		
		width: 140px;
        background-color: #FFFFFF;
		border-top: 1px solid #666666;
		border-left: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #CC9900;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	margin-right: 40px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 175px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #E2E2E2;
	background-image: url(images/form_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 185px;
		border-top: 1px solid #666666;
		border-left: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 185px;
          border-top: 1px solid #666666;
		  border-left: 1px solid #666666;
		  border-bottom: 1px solid #666666;
		  border-right: 1px solid #666666;

          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}

