/* CSS Document Paul Maher 2009*/

* {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

#container {
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.3em;
	margin: 4px;
	line-height: 1.6em;
	list-style-position: outside;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
}

#header_left {
	float: left;
	width: 326px;
	height: 206px;
}

#header_right {
	height: 206px;
	margin-left: 330px;
	margin-right: 20px;
	margin-top: 0px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 45px;
	margin-top: 120px;
}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 50px;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url(../images/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

/******************************* Text and image formatting *******************************/

p {
	margin-bottom: 15px;
	margin-top: 15px;
	list-style-position: outside;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 0px;
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.1em;
	margin-top: 0.5em;
	text-align: left;
}

h3 {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 5px;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
	width: 90%;
}

h4,h5 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

h5 {
	width: 400px;
}
blockquote {
	background-color: #F4F7F0;
	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: 1em;
	margin-bottom: 1em;
}
			  
.float_right {
	float: right;
	margin-left: 1em;
}
			 
a:link {
	color: #93b26e;
	text-decoration: underline;
}     /* unvisited link */
a:visited {
	color: #93b26e;
	text-decoration: underline;
}  /* visited link */
a:hover {
	color: #562930;
	text-decoration: underline;
}   /* mouse over link */
a:active {
	color: #577E2D;
	text-decoration: none; 
	float: none;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CEAC86;
	border-right-color: #CEAC86;
	border-bottom-color: #CEAC86;
	border-left-color: #CEAC86;
}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { 
font-size: 1em;
}

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
	list-style-type: none;
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(../images/menu.png) 0 -45px;
	color: #562930;
}

/**************************************** Form elements member login ****************************/


.welcome {
	font-size: 0.8em;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #6B383D;
	line-height: 1.1em;
	padding-left: 2em;
}

.welcomeheader {
	font-size: 1.5em;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #87A448;
	line-height: 1.8em;
	font-weight: bold;
}
form {
	margin-top: 15px;
	margin-left: 35px;
}

input.fields {display: block;
        width: 140px;
        background: url(../images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #A5BB73;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 190px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(../images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 185px;
        background: url(../images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 185px;
          background: url(../images/input_bg.png);
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;

          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}
.body_list {
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: url(../images/yellow-worm-tiny.jpg); 
}
.return-link {
	font-size: 1.2em;
	color: #A6BB7A;
	text-align: center;
	width: 100%;
	border-bottom-style: none;
	border-bottom-color: #CEAC86;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CEAC86;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	padding: 0px;
	font-weight: 500;
}

#return_link {
	color:#F00;
	size:auto;
	font-size: 2em;
	text-align: center;
}
.picture-right {
	float: right;
	border: 1px solid #F5F0E5;
}
.picture-center {
	float: none;
	border: 1px solid #F5F0E5;
	clear: both;
}
.BoxQuote {
	font-size: 1em;
	background-color: #FAF7F1;
	width: 80%;
	border: 1px solid #D4DAB8;
	text-align: left;
	float: none;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0.5em;
	padding: 1em;
}

.GreenQuote {
	font-size: 1em;
	background-color: #D0E5AC;
	width: 80%;
	border: 1px solid #F4EFE2;
	text-align: left;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-top: .5em;
	color: #000000;
}

.WhiteQuote {
	font-size: 1em;
	background-color: #FFFFFF;
	width: 80%;
	text-align: left;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0.5em;
	color: #000000;
}

.BoxRight {
	font-size: 1em;
	background-color: #FAF7F1;
	width: 20%;
	border: 1px solid #D4DAB8;
	text-align: left;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0.5em;
	padding: 1em;
}
.BoxLeftClickBank {
	font-size: 1em;
	background-color: #FAF7F1;
	width: 120px;
	border: 1px solid #D4DAB8;
	text-align: left;
	float: left;
	padding: 0em;
	margin: 1em;
	height: 600px;
}
.BoxRightClickBank {
	font-size: 1em;
	background-color: #FFF;
	width: 125px;
	border: 0px none #D4DAB8;
	text-align: left;
	float: right;
	padding: 0em;
	height: 620px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	overflow: hidden;
}

.BoxLeft {
	font-size: 1em;
	background-color: #FAF7F1;
	width: 20%;
	border: 1px solid #D4DAB8;
	text-align: left;
	float: left;
	margin-left: 0%;
	margin-right: 5%;
	margin-top: 0.5em;
	padding: 1em;
	margin-bottom: 0px;
}

.ShareThis {
	width: 50%;
	border: 1px solid #E9E3BF;
	float: left;
	margin-left: 20%;
	padding: 1em;
	background-color: #EAF4DB;
	margin-top: 1em;
}
.reference {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.6em;
	font-weight: normal;
}

