@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
p { margin:15px 0 15px 0; }
table tr td { vertical-align:top; }
tr.even td { background-color:#e6e6e6; }
tr.odd td { background-color:#fff; }

em { font-style:italic; }
strong { font-weight:bold; }

ul { margin:10px 0 15px 15px; list-style:outside disc; }

a { color:#22401e; }
a:visited { }
a:hover { }
a:active { }

.noBorder { border:none; text-decoration:none; }

h1 {
	font-size:22px;
	font-weight:bold;
	color:#22401e;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:5px 0 15px 0;
}
h2 {
	font-size:15px;
	font-weight:bold;
	color:#22401e;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#013591;
}

.fltrt {
	float: right;
}
.fltlft {
	float: left;
}


.clearfloat {
	clear:both;
}

/** positioning **/
#container { 
	width: 955px;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 0;
}
#leftCol {
	float: left;
	width: 266px;
	padding:15px 0 0 1px;
	z-index:10;
	position:relative;
}
#rightCol {
	float: right;
	width: 160px;
	padding: 15px 10px 15px 20px;
	z-index:10;
}
#mainContent { 
	margin: 0 200px 0 267px;
	padding: 2px 10px 10px 10px;
	z-index:10;
	background-color:#CBD8E0;
	border:1px solid #4f4236;
	min-height:300px;
} 
#mainPadding {
	height:50px;
}
#content {
	background-image:url(../images/design_13.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#footer { 
	padding:0 0 10px 0;
	color:#999;
	font-size:11px;
} 
#leftGrass {
	float:left;
	margin-top:-321px;
	position:relative;
	z-index:0;
	padding-left:1px;
}
#logoRight {
	float:right;
	margin-top:-100px;
	margin-right:10px;
	z-index:0;
}

/** sample page**/
.sampleDetails {
	display:none;
}

.sampleDetailsCurrent {
	display:inline;
}

/** sample links **/
.sampleLinks a {
	display:block;
	color:#231f20;
	font:15px Georgia, "Times New Roman", Times, serif;
	line-height:23px;
	padding-left:40px;
	text-decoration:none;
}
.sampleLinks a:hover {
	text-decoration:underline;
}
.sampleLinks a:hover, .sampleLinks a.current {
	background:url(../images/list_marker.gif) left no-repeat;
}

/** footer **/
#footer a, #footer a:hover, #footer a:visited { color:#999; }

/** gallery **/
.gallery a { display:block; float:left; margin:0 15px 15px 0; text-align:center; height:140px; }

/** demo **/
img.demoImg { position:absolute; }