﻿@charset "utf-8";
/* CSS Document */
a {
	color:#FFF;
	text-decoration:none;
	letter-spacing:1px;

}
a:visited {
	color:#999;
}
a:hover {
	color:#FC0
}
label {
	color:#CCC;
	font-weight:bold;
}
#contentLeftMid a:hover img {
	border:3px #FFF solid;
	background:transparent;
}
#contentLeftMid a:hover {
	background:transparent;
}
#contentLeftMid a img {
	border:3px #999 solid;
	background:transparent;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #837669;
	background-attachment:fixed;
	background-position:center;
}
#admin {
	width:802px;
	height:100px;
	text-align:right;
	padding:12px;
	margin-left:auto;
	margin-right:auto;
}
#admin a {
	background:transparent;
}
#bheader {
	width:778px;
	height:159px;
	padding-left:22px;
	padding-right:22px;
	padding-top:10px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/header.png) no-repeat;
}
#contentlist {
	padding-top:11px;
	float:right;
	width:278px;
	height:auto;
}
#contentListTop {
	background:url(../images/listTop.png) no-repeat;
	height:7px;
}
#contentListMid {
	background:url(../images/listMID.png) repeat-y;
	padding:15px;
}
#contentListBot {
	background:url(../images/listBottom.png) no-repeat;
	height:7px;
}
#container {
	width:822px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/midpage.png) repeat-y;
}
#containerLeft {
	width:522px;
	float:left;
	padding:11px;
}
#containerFull {
	width:800px;
	float:left;
	padding:11px;
}
#contentLeftTop {
	background:url(../images/contentTop.png) no-repeat;
	width:522px;
	height:14px;
	margin-right:auto;
	margin-left:auto;
}
#contentLeftMid {
	background:url(../images/contentMID.png) repeat-y;
	width:500px;
	padding:11px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}
#contentLeftBottom {
	background:url(../images/contentBottom.png) no-repeat;
	width:522px;
	height:14px;
	margin-right:auto;
	margin-left:auto;
}
#containerRight {
	width:278px;
	float:right;
}
#footer {
	background:url(../images/footer.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:22px;
	width:778px;
	height:60px;
	clear:both;
}
img {
	border:0px;
}
li {
	list-style:disc;
	padding:2px;
}
li:hover {
	list-style:square;
}

input {
	width: 265px;
}
select {
	width: 265px;
}
td {
	padding:5px;
}
label {
	display:block;
}
hr {
	border-left:0px;
	border-top:0px;
	border-right:0px;
	color:#666;
	height: 0px;
	width: 100%;
	text-align: left;
	border-bottom: 1px dashed #666;
}
th {
	padding:5px;
}
blink {
	behavior:url(blink.htc);
}
#item {
	display:block;
	border:1px solid transparent;
	color:#FFF;
	font-weight:bold;
	letter-spacing:1px;
}
#item:hover {
	background-color:#333;
	border:1px solid #CCC;
	color:#6C0;
	cursor:pointer;
}
#newBlogs {
	padding:9px;
	margin-bottom:10px;
	background-color:#111;
	border:1px solid #222;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
#aboutMe {
	height:275px;
	border:1px solid #222;
	width:375px;
	padding:9px;
	float:left;
	background-color:#111;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}
#service {
	height:275px;
	border:1px solid #222;
	width:375px;
	padding:9px;
	float:right;
	background-color:#111;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}

#newBlogs li:hover, #aboutMe li:hover, #service li:hover { list-style:square; }

.popUp {
	position:absolute;
	width:auto;
	z-index:1000;
	visibility:hidden;
	height:auto;
}

#aboutMe:hover, #service:hover, #newBlogs:hover
{ 
	border:1px solid #FFF; background-color:#000;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;

}
sup { position:relative; top:-3px; }