/**
 * djmclewis.com Default Stylesheet.
 * Using features from CSS level 3.
 */
a, a:visited, a:link
{
	color: #564d00;
	text-decoration: none;
}

a:hover, a:active
{
	color: #564d00;
	background-color: #f4eed3;
	text-decoration: none;
}

a acronym
{
	border: 0;
}

body
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/sitebg.png);
	background-repeat: no-repeat;
}

img
{
	border: 0px none;
}

div#menu
{
	position: absolute;
	top: 125px;
	left: 24px;
	background-color: transparent;
	padding: 10px;
	width: 184px;
}

#menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu li
{
	display: block;
	height: 25px;
}

#menu a, #menu a:link, #menu a:visited
{
	padding: 5px;
	padding-left: 22px;
	color: #564d00;
	text-decoration: none;
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left;
}

#menu a:hover, #menu a:active, #menu a:focus
{
	background-color: #ffffff;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left;
}

#menu a.cur:link, #menu a.cur:visited, #menu a.cur:hover
{
	background-color: #ffffff;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left;
}

div#content
{
	font-family: Times New Roman, Times;
	font-size: 14px;
	position: absolute;
	top: 75px;
	left: 261px;
	background-color: transparent;
	padding: 10px;
	width: 451px;
}

#content h1
{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 32px;
	color: #564d00;
}

#content h2
{
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
	font-style: italic;
	font-size: 25px;
	color: #a5954c;
}

#content h3
{
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 18px;
	color: #a5954c;
}

#content h1.error
{
	color: #8c0000;
}

#content ul
{
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: square;
}

#content li
{
	padding: 2px;
}

#content div.hr
{
	height: 2px;
	border: 0px;
	background-color: #ffffff;
	background-image: url(/images/hrbg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content div.hr hr
{
	display: none;
}

/** This is a fix for morons, because this is the 100th time they did it wrong! **/
.thumb img
{
	width: 108px;
	height: 81px;
	overflow: hidden;
}

#content div.thumb
{
	height: 92px;
	width: 225px;
	text-align: center;
	vertical-align: middle;
	float: left;
	display: inline;

	position: relative;
	background-image: url(/images/thumb_shadow.png);
	background-repeat: no-repeat;
	background-position: center;
}

#content div.col_left, #content div.col_right
{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#content div.next_row
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#content a.img, #content a.img:link, #content a.img:visited
{
	opacity: 0.75;
}

#content a.img:hover, #content a.img:active, #content a.img:focus
{
	opacity: 1.0;
}


#content fieldset
{
	border: solid 1px #564d00;
}

#content legend
{
	font-weight: bold;
	color: #564d00;
	font-size: 16px;
}

#content label
{
	font-weight: bold;
	font-size: 12px;
	color: #564d00;
}

#content input.textfield, #content textarea.textfield
{
	font-size: 12px;
	border: solid 1px #564d00;
	width: 405px;
	background-color: #fdfcf4;
}

#content input.button
{
	border: solid 1px #564d00;
	background-color: #fdfcf4;
	color: #564d00;
}

div.feedback
{
	background-color: transparent;
}

div.feedback:hover
{
	background-color: #fdfcf4;
}

div#copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 35px;
	text-align: center;
	font-size: 10px;
}
