@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}
/* Links */
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	background: #F0f0f0;
	color: #336600;
	border-bottom: 1px dotted #336600;
}
/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	font-size: 200%;
	color: #663333;
}
h3 {
	font-size: 170%;
	font-weight: normal;
}
h4 { font-size: 1em; line-height: 1.5em; padding: 0.5em 10px; margin: 0px 0px 0.5em 0px; }
h4 strong { color: #060; }
p, dl {
	padding: 10px 20px 10px 10px;
	margin: 0;
max-width: 700px;
}
p { line-height: 1.5em; padding: 0.5em 10px; }
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
dt {
	font-weight: bold;
	color: #895F30;
}
dd { padding-left: 25px; }
/* Images */
img {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right { margin: 5px 0px 0px 10px; }
img.float-left { margin: 5px 10px 0px 0px; }
code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #F0F0F0;
	background: #FFFFFF;
	font-weight: normal;
	line-height: 1.5em;
	font-style: italic;
	color: #555;
	max-width: 600px;
}
blockquote img.left { float: left; border: none; margin: 0px 10px 0px 0px; padding: 0px; position: relative; top: -10px; left: -35px; }
blockquote img.right { float: right; border: none; padding: 0px 0px 0px 10px; padding: 0px; position: relative; bottom: 18px; right: -10px;}
/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;
}
/* end - table */

/* form elements */
form {
	padding: 0px 10px 10px 10px;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
	width: 100%;
}
button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	width: 50%;
	margin: 8px 0px 0px 0px;
	padding: 2px 3px;
	color: #555;
	background: #E3E3E3;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 12px 0 15px 8px;
	width: 190px;
}
.searchform p {
	margin: 0;
	padding: 0 0 10px 0;
}
.searchform input.textbox {
	width: 115px;
	color: #666666;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }
/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}