﻿/*
      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: 12px;
 background-color: #c0c0c0;
 background-image:url('images/grays2.gif');
 margin-top: 30px;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 border: solid 0px #000000;
 background-color: #c0c0c0;
}
#faux {
 background: #0079c2;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
	color: #333;
	width: 800px;
	padding: 0px;
	height: 210px;
	margin: 0px 0px 0px 0px;
	background-color: #E8E8E8;
	background-image: url('images/ETKR_logo.gif');
	background-position: inherit;
	background-repeat: no-repeat;
	text-align: right;
	border-bottom: solid 1px #000000;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 165px;
 float: left;
 text-align: left;
 background-color: #0079C2;
}
#rightcolumn {
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 575px;
 display: inline;
 position: relative;
 line-height: 1.5em;
 background-color: #fff;
}
#footer { 
 width: 780px;
 height: 60px;
 clear: both;
 color: #fff;
 background: #b2b2b2;
 background-image: url('images/footer_bkg.gif');
 background-position:left;
 background-repeat: no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 text-align: right;
}
.clear { clear: both; background: none; }

#sidebar-c {
	float: right;
	width: 200px;
	margin: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #fff;
	border: 1px #999 solid;
	font-size: 95%;
}

/* Commonly used to style page titles. */
h1 {
	line-height: 2em;
	color: #c28800;
	font-size: 200%;
	font-family: "Georgia, Times New Roman", Times, serif;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h2 {
	line-height: 2em;
	color: #848484;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
	letter-spacing: .02em;
}
h3 {
	line-height: 2em;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003366;
}

h4 {
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 120%;
	color: #000;
	line-height: 2em;
}

h5 {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	color: #0079C2;
}
h6 {
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-decoration: underline;
	color: #c28800;
	font-weight: bold;
}

}/* Sets the style for unvisited links. */
a{
	background: transparent;
	color: #446AAE;
	text-decoration: none;
}

a:link{
	background: transparent;
	color: #446AAE;
	text-decoration: none;
}

a:visited{
	background:transparent;
	color: #c28800;
	text-decoration: none;
}

a:hover{
	background: transparent;
	color: #990000;
	text-decoration: underline;
}

a:active{
	background:transparent;
	color: #c28800;
	text-decoration: none;
}

a.media{
	background: transparent;
	color: #446AAE;
	text-decoration: none;
	font-size:140%;
	font-family: "Georgia, Times New Roman", Times, serif;
}

a.media:link{
	background: transparent;
	color: #446AAE;
	text-decoration: none;
	font-size:140%;
	font-family: "Georgia, Times New Roman", Times, serif;
}

a.media:visited{
	background:transparent;
	color: #c28800;
	text-decoration: none;
	font-size:140%;
	font-family: "Georgia, Times New Roman", Times, serif;
}

a.media:hover{
	background: transparent;
	color: #990000;
	text-decoration: underline;
	font-size:140%;
	font-family: "Georgia, Times New Roman", Times, serif;
}

a.media:active{
	background:transparent;
	color: #c28800;
	text-decoration: none;
	font-size:140%;
	font-family: "Georgia, Times New Roman", Times, serif;
}

a.menu {
	background: transparent;
	color: #99CCFF;
	font: 12px Arial,Helvetica,sans-serif;
	text-decoration: none;
}
a.menu:link {
	background: transparent;
	color: #99CCFF;
	font: 12px Arial,Helvetica,sans-serif;
	text-decoration: none;
}
a.menu:visited {
	background: transparent;
	color: #99CCFF;
	font: 12px Arial,Helvetica,sans-serif;
	text-decoration: none;
}
a.menu:hover {
	background: transparent;
	color: #99CCFF;
	font: 12px Arial,Helvetica,sans-serif;
	text-decoration: underline;
}
a.menu:active {
	background: transparent;
	color: #99CCFF;
	font: 12px Arial,Helvetica,sans-serif;
	text-decoration: underline;
}
p	{
	margin-bottom:14px;

}
p.menu	{
	color: #E8E8E8;
}

p.title	{
	background-color:#0079C2;
	font-variant:small-caps;
	font-family: "Georgia, Times New Roman", Times, serif;
	color: #fff;
}
p.quote	{
	font-weight: bold;
	font-family: "Georgia, Times New Roman", Times, serif;
	font-size: 225%;
	color: #848484;
	line-height: 2em;
}

ul {
	background: transparent;
	color: #000000;
}
ol	{
	
	list-style-type: decimal;
	background: transparent;
	color: #000000;
	font-weight: normal;
	list-style-position: outside;
}
li {
	background: transparent;
	color: #000000;
	margin-bottom: 0.5em;
	list-style-image:url('images/list_button.gif');
	list-style-position: outside;
}
li.list {
	background: transparent;
	color: #000000;
	margin-bottom: 0.5em;
	list-style-type: decimal;
	list-style-position: inside;
}
#shadow1 {
	width:810px;
	padding:5px;
	filter:shadow(color:gray);
}
#shadow2 {
	width:800px;
	text-align:right;
	padding:5px;
	background-color:#c0c0c0;
	border:0px solid black;
	border-left:0px solid black:
}
hr  {
	color:#b2b2b2;
	height:2px;
}

