/*
      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: Georgia, Garamond, Times, serif;
	font-size: 1em;
	background-color: #219365;
}
#content ul {
	padding-left: 20px;
}
#content li {
	padding-bottom: 7px;
}
#wrapper {
	width: 977px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 15px;
	background-color: #FFFFFF;
}
#faux {
	margin-bottom: 0px;
	width: 969px;
	background-image: url(../images/3col_bkg.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7C1512;
	border-bottom-color: #7C1512;
	border-left-color: #7C1512;
}
#faux_1col {
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7C1512;
	border-bottom-color: #7C1512;
	border-left-color: #7C1512;
}
#content h1, #content_1col h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #7C1512;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 120%;
}
#content h2, #content_1col h2 {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 130%;
	font-weight: bold;
	color: #7C1512;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
}
#content h3, #content_1col h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #14A169;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-style: italic;
}
#content h4, #content_1col h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-style: italic;
}
#content h5, #content_1col h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #7C1512;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#header {
	background-image: url(../images/topper.gif);
	background-repeat: no-repeat;
	height: 226px;
	width: 977px;
	background-color: #219365;
}
#leftcolumn {
	display: inline;
	color: #7C1512;
	padding: 0px;
	width: 195px;
	float: left;
	font-family: Georgia, Garamond, Times, serif;
	font-style: italic;
	font-size: 110%;
	text-align: right;
	margin-top: 55px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content {
	float: left;
	color: #000000;
	display: inline;
	position: relative;
	font-size: 90%;
	line-height: 130%;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 13px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 460px;
}
#content p {
	margin-bottom: 10px;
}
#content_1col {
	float: left;
	color: #333333;
	width: 675px;
	display: inline;
	position: relative;
	font-size: 90%;
	line-height: 130%;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 13px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content_1col p {
	margin-bottom: 10px;
}
.imgLeft {
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#rightcolumn {
	display: inline;
	position: relative;
	color: #000000;
	padding: 0px;
	width: 195px;
	float: right;
	text-align: left;
	margin-top: 55px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 90%;
	line-height: 120%;
}
#rightcolumn p {
	padding-bottom: 10px;
}
#rightcolumn a {
	color: #000000;
	text-decoration: underline;
}
#rightcolumn a:hover {
	color: #666666;
}
.quoteCredit {
	font-size: 90%;
	font-style: italic;
	line-height: 90%;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #ABBEBE;
	font-size: 85%;
	color: #FFFFFF;
	background-color: #7C1512;
	text-align: center;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
.copyright {
	font-size: 10px;
	padding-top: 10px;
}
#footer a {
	color: #FFFFFF;
}

.clear { clear: both; background: none; }

#flash {
	position: absolute;
	left: 331px;
	top: 175px;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	color: #FFFFFF;
	width: 727px;
	position: absolute;
	left: 248px;
	top: 120px;
	overflow: hidden;
	height: 50px;
	text-align: center;
	display: inline;
}
#content a, #content_1col a {
	color: #219365;
	font-weight: bold;
}
#content a:hover, #content_1col a:hover {
	color: #7C1512;
	font-weight: bold;
}
#nav a {
	color: #FFFFFF;
	padding-right: 20px;
}
#nav a:hover {
	color: #CCCCCC;
}
#nav li {
	display: inline;
	float: left;
	padding-right: 20px;
	width: 150px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftcolumn a {
	color: #7C1512;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	font-style: normal;
	font-weight: bold;
	line-height: 180%;
	padding-bottom: 10px;
}
#leftcolumn a:hover {
	color: #666666;
}
.imgRight {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

