/* DWL_licensing.com:   (name) CSS  */
/* Shannon-Rose Design 2007 */

/* Swatches
brown text		#584f3e;
*/

/* == Common Rules ============================ */
.clear {
	clear: both;
}

div.clear {
	font-size: 1px;
	line-height: 1px;
	height: 0;
	visibility: hidden;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* ============================================ */

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #e2dcc7 url(/imgs/topBkgd.gif) repeat-x 0 0;
}

#wrap {
	width: 850px;
	text-align: left;
	padding-bottom: 35px;
}

/* Basic text rules */
img {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
}
p, li {
	font-size: 1.1em;
	line-height: 1.455em;
}
p, ul {
	margin: 0 0 1em;
}
strong {
	font-weight: bold;
}
a:link, a:visited {
	color: #0033CC;
}
a:hover {
	color: #584f3e;
}

#menu {
	width: 573px;
	text-align: center;
}
#menu ul {
	margin: 8px 0 10px;
}
#menu li {
	display: inline;
}
#menu li a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding: 0 9px;
	border-left: 1px solid #584f3e;
}
#menu li a:link, #menu li a:visited {
	color: #584f3e;
}
#menu li a:hover {
	color: #114218;
	text-decoration: underline;
}
#menu li a#nav_home {
	border-left: none;
}

/* Content */
h1 {
	text-align: center;
	font-size: 2.4em;
	color: #584f3e;
	margin: 17px 0 16px;
}
h4 { /* shur-lock only */
	font-size: 1.2em;
	text-align: center;
	color: #584f3e;
	margin: -13px 0 16px;
	font-weight: normal;
	text-transform: none;
}
div.floatCol {
	width: 242px;
	margin: 0 7px 30px;
	background-color: #f8f3e3;
	min-height: 42em;
}
div.floatCol h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 5px 12px;
	color: #ffeaab;
	background-color: #584f3e;
}
div.trapDesc {
	padding: .5em 12px;
}
div.trapDesc img {
	float: right;
	display: inline;
	margin: 2px 0 4px 4px;
}
div.trapDesc ul {
	list-style-position: outside;
	list-style: disc;
	padding-left: 15px;
}
div.trapDesc ul li {
}

div#contactCopy {
	text-align: center;
	margin: 0 52px 30px;
	font-size: 1.167em;
}
#contactCopy h6 {
	font-size: 1.286em;
	line-height: 1.833em;
	font-weight: bold;
	text-transform: none;
}

#footer {
	clear: both;
	margin: 0 50px 0 52px;
	border-top: 1px solid #b5b09f;
	padding-top: 7px;
	text-align: center;
}