* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -23px;
}
.footer, .push {
	height: 23px;
}

#container {
	width: 74%;
	margin-left: 13%;
	margin-right: 13%;
	padding-top: 23px;
}

#header {
	border-top: black 3px solid;
	padding-top: 23px;
/*	line-height: 2em;*/
}

#header h1 {
	text-align: left;
}

#header a {
	color: black;
	text-decoration: none;
	display: inline;
	text-align: right;
	padding: 3px;
}
#header a:hover {
/*	background-color: #BB0000;
*/	color: #F68E07;
/*	text-decoration: underline;
*/}

#content {
	margin-top:36px;
	padding-top:12px;
/*	border-top: black 3px solid;*/
}

div.spacer {
	clear: both;
}

p {
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom:1.3em;
}

blockquote {
	background: #DBDBDB;
	border: 1px #eee dotted;
	padding: 0.3em;
	margin-bottom: 1.3em;
}

ul {
	margin-bottom:1.3em;
	
}
li {
	font-size: 0.9em;
	line-height: 1.3em;
}

.right_col {
/*	background: url('images/karlr_right_col.jpg') no-repeat;*/
	float:left;
	width: 55%;
	position: static;
	overflow: hidden;
	z-index: -1;
	height: 50%;
}

.article {
	float:right;
	width: 40%;
	background:white;
	padding-left: 18px;
}

.article h1 {
	line-height: 1.8em;
}
.img_lg {
	float: right;
}

.img_left {
	float: left;
}

.img_right {
	float: right;
}

/*.caption {
	margin-right: 9px;
	text-align: right;
	font-size: 0.8em;
	line-height: 1em;
}*/

#gallery {
	width: 100%;
	height: 640px;
}

table {
	margin-bottom: 33px;
}

#footer {
	border-top: black 3px solid;
	width: 74%;
	margin-left: 13%;
	margin-right: 13%;
	padding-top: 6px;
	position:relative;
	z-index:0;
	background: white;
}
#footer p {
	text-align: center;
	font-size: 0.65em;
	color: #666;
}

#footer a {
	color: #666;
	padding: 3px;
	text-decoration: none;
}
#footer a:hover {
	color: black;
	text-decoration: underline;}


/*  #mainnav = jQuery Simple DropDown Menu */

#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: right;
		list-style: none;}

	#jsddm li a
	{	display: block;
		padding: 6px;
		text-decoration: none;
		border-right: 1px solid black;
		width: auto;
		height: 10px;
		color: #000000;
		white-space: nowrap;
		font-size: 1.2em;
		}

	#jsddm li a:hover
	{	color: #F68E07;
/*		text-decoration: underline;*/
	}
		
		#jsddm li ul
		{	margin: 3px;
			padding: 3px;
			position: absolute;
			visibility: hidden;
/*			border: 1px solid black;*/
			background: white;
/*			opacity:0.6;
*/			z-index:1;
			}
		
		#jsddm li ul li
		{	float: none;
			display: inline;
			}
		
		#jsddm li ul li a
		{	width: auto;
			border: 0;
			text-align:left;
			font-size: 1.2em;
			}
		
		#jsddm li ul li a:hover
		{	color: #F68E07;
/*			text-decoration: underline;*/
			}


