/* CSS Document - ELECTRIC STIRLING */

/* STANDARD PAGE FORMATTING */

body {
	background-color: #FFFFFF;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	}

* {
	margin: 0;
	padding: 0;
	}


table {
	   padding: 3px;
	   border: 1px solid #eeeeee;
	   }
	   
td {
   padding: 10px;
   border: 1px solid #eeeeee;
   }	   

a {
	color: #33a14a;
	text-decoration: none;
	}
	
a:hover {
	color: #666666;
	}
	
p {
	font-size: 1.2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-align:justify;
	}

h1 {
	font-size: 1.3em;
	margin-bottom: 4px;
	color: #33a14a;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #eeeeee;
	}

h2 {
	color: #33a14a;
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom: 3px solid #ffffff;
	font-size: 11px;
	padding-left: 10px;
	}

h3 {
	color: #77cb89;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	text-align: left;
	}
	
ol {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 35px;
	}

.clearer {
	clear: both;
	}


/* CONTAINER */
.container {	
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 750px;
	background-color: #fff;
	border: 10px solid #eee;
	}

/*******END CONTAINER*********/



/* HEADER */
.header {
	margin-bottom: 12px;
	height: 150px;
	padding-bottom: 5px;
	background-color: #FFF;
	}
	
/*******END HEADER*********/


/* MAIN */
.main {
	clear: both;
	padding: 5px 15px 15px 15px;
	background-color: #FFFFFf;
	}
	
/*******END MAIN*********/



	
	
/* CONTENT */
.content {
	float: right;
	width: 540px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #eeeeee;
}


/*******END CONTENT*********/


/* SIDE NAVIGATION */

.sidenav {
	background: #FFF;
	float: left;
	width: 165px;
	}

/*******END SIDE NAVIGATION*********/


/* FOOTER */
.footer {
	background: #FFF;
	color: #666;
	font-size: 1.0em;
	margin: 0 auto;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border: 1px solid #eeeeee;
	margin-top: 10px;
	}
	
.footer a {
	color: #666666;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #000000;
	}



/* CLEARER */
.clearfix:after {
        content: ".";            /* the period is placed on the page as the last thing before the div closes */
        display: block;          /* inline elements don't respond to the clear property */ 
        height: 0;               /* ensure the period is not visible */
        clear: both;             /* make the container clear the period */
        visibility: hidden;      /* further ensures the period is not visible */
}


