@charset "utf-8";
* {	margin: 0px; padding: 0px;}
.clear {clear:both;}
.clearleft {display:block; clear:left;}
.clearright{display:block; clear:right;}
.hide {display:none;}
a {
	color:#914340;
}
a:visited {
	color:#666666;
}
a:active {
	color:#666666;
}
a:hover {
	color:#914340;
	text-decoration:none;
}
body {background: url(images/bg.jpg) repeat-x #FFFFFF;;}
#wrap{
	width:705px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/*Header*/
#sitename {display:block; padding:15px 5px 0px 75px; font-size:25px; text-transform:uppercase;}
#sitename span {font:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#000000;}
#topbar {background-image:url(images/topbg1.jpg); background-repeat:no-repeat; height:48px;}
#header {
	height:130px;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
}
#header .siteslogan {display:block; font: normal 20px Georgia, "Times New Roman", Times, serif; text-align:center; padding:45px 10px 0px 10px;}

/*Header Menu*/
#topmenu {
	display:block;
	list-style:none;
	padding-top: 85px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#topmenu li {display:inline;}
#topmenu a {display:block; float:left; height:28px; margin:0px 0px 0px 2px; text-decoration:none; padding:9px 15px 0px 15px; text-align:center;}
#topmenu a, #topmenu a:visited, #topmenu a:active {
	background:url(images/menu1.jpg) repeat-x;
	color:#CCCCCC;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
#topmenu a:hover{
	background:url(images/menu2.jpg) repeat-x;
	color:#ffffff;
}
#topmenu .active a, #topmenu .active a:visited, #topmenu .active a:active{
	background:url(images/menu2.jpg) repeat-x;
	color:#FFFFFF;
	font-weight: bold;
}

/*Content*/
#content {
	background:url(images/contentbg.jpg) repeat-y;
	margin-left: 3px;
	margin-right: 3px;
}
#mainpage {
	width:63%;
	float:left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: justify;
}
#mainpage_full {
	width:94%;
	float:left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: justify;
	margin: 5px;
}

#mainpage p {line-height:22px; margin:0px 0px 22px 0px;}
#mainpage blockquote {background:#efefef; display:block; margin:5px; font:Georgia, "Times New Roman", Times, serif; font-style:italic;}
{border-width:0;}
h1, h2, h3, h4, h5 {
	color:#990000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#mainpage h1 {font-size:28px;}
#mainpage h2 {font-size:24px;}
#mainpage h3 {font-size:20px;}
#mainpage h4 {font-size:18px;}
#mainpage h5 {font-size:16px;}
.postlist {list-style:none; margin:0px}
.postlist li {display:block; padding:0px; border-bottom: dashed 1px #D6E4A7;}
.subhead{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	display:block;
	margin:0px;
	background:#F4F7EA;
	margin:10px 0px 0px 0px;
	padding:2px;
}
.postlist a,.postlist a:visited, .postlist a:active {display:block; padding:3px 3px 3px 25px; background: url(images/bullet.jpg) no-repeat 3px #F7FAEF; color:#666666; text-decoration:none;}
.postlist a:hover { background: url(images/bullet2.jpg) no-repeat 3px #FFFEE6; color:#000000; text-decoration:none;}
#content #mainpage ol {margin:10px 10px 10px 25px;}
#content #mainpage ol li {
	padding:5px 5px 5px 20px;
}
#content #mainpage ul li {
	display:block;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-color: #DABABA;
}

/*Tables*/
table {
	width:95%;
	background:#efefef;
}

#wrap #subhead {
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 18px;
	padding-left: 10px;
	font-size: 10px;
	line-height: normal;
	padding-top: 3px;
}

th {background: #FFFFCC; padding:3px; border-bottom:dashed 1px #CCCCCC; text-align:left;}
td {padding:3px;}
/*forms*/
form {margin:0; padding:0;}
.textfield {width:190px; background-color: #F3F4E8; margin:0px;	border: 1px solid #D6D9AE;}
.button {
	display: block;
	padding:0px;
	background-color:#CCCCCC;
	margin:3px;
	border: 2px solid #E2E2E2;
	color:#000000;
}
.textfield:hover {background:#FBFCF8;}
.textfield:focus {background:#ffffff;}
/*gallery*/
.gallery {background:#efefef; margin:0px 0px 10px 0px; padding:5px;}
.gallery .box {display:block; height:100px; float:left; width:43%; padding:10px 5px 5px 5px; margin:8px; background:#ffffff; text-align:center;}
.box img {background:#efefef; padding:5px;}
.box .caption {display:block; text-align:center;}
.box a img, .box a:visited img, .box a:active img {border:solid 1px #cccccc;}
.box a:hover img {border:solid 1px #000000;}

/*Blog posts*/
h2 .postdate {display:block; float:left; background:url(images/dateballoon.jpg) no-repeat; width:55px; height:60px;}
.post {margin:10px 0px 10px 0px;}
.post img { display:block; background:#efefef; border:solid 1px #cccccc; padding:5px;}
.post h2 a,.post h2 a:visited,.post h2 a:active{color:#669900; text-decoration:none;}
.post h2 a:hover {color:#000000;}
.post .left {float:left; margin:5px;}
.post .right {float:right; margin:5px;}
.metadata{display:block; clear:left; font-size:10px; color:#999999; border-top:solid 1px #efefef; text-align:right;}
.postinfo {display:block; clear:left; border-top: solid 2px #cccccc; padding:5px; }
.comments a, .comments a:visited, .comments a:active{display:block; float:right; background:url(images/comment2.jpg) no-repeat; width:75px; height:27px; padding:10px 3px 0px 50px; font-size:8px; text-decoration:none;}
.comments a:hover{background:url(images/comment.jpg) no-repeat;}

/*Comments*/
.nocomments {color:#999999; font-size:10px; display:block;}
.commentlist {background: #F5F3E9; list-style-type:decimal; list-style-position:inside;}
.commentlist li {border-bottom:solid 2px #FDFCE1; padding:5px;}
.commentlist cite {display:block; color:#669900; font-weight:bold; padding:0px 3px 3px 20px;}
.commentmeta {display:block; font-size:10px; padding:3px; color:#999999;}
.commenttxt {display:block; padding:5px 5px 5px 15px;}

/*Sidebar*/
#sidebar {
	background:url(images/sidebarbg.jpg) repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 454px;
}
#sidebarcontents {padding:5px 15px 5px 25px;}
#sidebarbottom {
	height:74px;
	background-image: url(images/sidebarbottom.jpg);
	background-repeat: no-repeat;
}

/*Sidemenu*/
#menu {list-style:none;}
#menu li ul {list-style:none;}
#menu li ul li {
	display:block;
	height:35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#menu li ul a, #menu li ul a:visited, #menu li ul a:active {
	display:block;
	height:25px;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	color:#333333;
}

#menu li ul  a:hover {background:#F8F9F2; color:#000000;}
#menu_single {list-style:none;}
#menu_single li ul {list-style:none;}
#menu_single li ul li {
	display:block;
	height:23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menu_single li ul a, #menu_single li ul a:visited, #menu_single li ul a:active {
	display:block;
	height:18px;
	padding:5px 5px 0px 5px;
	text-decoration:none;
	color:#333333;
}
#menu_single li ul a:hover {
	background:#F8F9F2;
	color:#000000;
}
#menu h2 {
	display:block;
	padding:5px;
	margin:10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#990000;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #914240;
}
#menu_single h2 {
	display:block;
	padding:5px;
	margin:10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#990000;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #914240;
}

/*footer*/
#footer {
	height:30px;
	color:#FFFFFF;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#credit {
	font-size:10px;
	padding:3px;
}
.about-us_logo {
	padding-left: 15px;
	padding-top: 25px;
	float: right;
}
.handshake_img {
	float: right;
	text-align: right;
	height: 200px;
	width: 133px;
	position: relative;
	right: -22px;
	top: -10px;
}
.links {
	overflow: scroll;
	height: 340px;
}
