@charset "utf-8";
body {
	background-image: url(images/body_bg.gif);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#container {
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-x;
}

#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	background-image: url(images/page_bg.gif);
}
#banner {
	background-image: url(images/banner.gif);
	height: 253px;
	background-repeat: no-repeat;
}
#topnav {
	background-image: url(images/topnav_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	text-transform: uppercase;
	width: 100%;
	padding-right: 40px;
}
#topnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#topnav li {
	float: left;
	position: relative;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
}
#topnav ul ul {
	position: absolute;
	background-color: #FE7418;
	z-index: 500;
	display: none;
	top: 100%;
	left: 0px;
}
#topnav ul li:hover ul {
	display: block;
}

#topnav ul ul li {
	float: none;
	margin: 0px;
	width: 150px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}





#topnav a {
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#topnav a:hover {
	color: #FFFF99;
}


#left {
	float: left;
	width: 164px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}

#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftnav li {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#leftnav a
{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 2px;
	background-image: url(images/spacer.gif);
	background-color: #C8D3EA;
	line-height: normal;
}
#leftnav a:hover {
	color: #0066CC;
}

#leftnav ul ul {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #D9E1F0;
	display: none;
	left: 164px;
}

#leftnav ul li:hover ul {
	display: block;
}
#left #profile_pic {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#left #profile_text {
	font-size: 9px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	line-height: normal;
	padding: 2px;
	text-align: center;
}
#left #profile_text h3 {
	margin: 0px;
	padding: 0px;
}
#left #controls {
	font-size: 10px;
	text-align: center;
}
#left #controls a:hover {
	text-decoration: none;
}
#left #more {
	text-align: right;
}
#left #more a {
	font-size: 11px;
}
#left #more a:hover {
	text-decoration: none;
}




#right {
	float: right;
	width: 164px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mid {
	margin-top: 0px;
	margin-right: 182px;
	margin-bottom: 0px;
	margin-left: 182px;
}
#mid_no_right_col {
	background-image: url(images/page_bg_no_right_col.gif);
	background-repeat: repeat;
}

#content {
	font-size: 11px;
	padding: 2px;
}
#content a {
	color: #339900;
	text-decoration: none;
}
#content a:hover {
	color: #FF0000;
}
#content a img {
	border: 1px solid #000000;
}

#content   img.thumbnail, #content img.imageview   {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
ul.thumbs p  {
	margin: 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#right .thumbs p {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}
#right .thumbs li {
	margin-top: 10px;
}
#gallery li {
	margin-top: 10px;
	margin-bottom: 5px;
}





#footer {
	text-align: center;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-y;
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-left: 16px;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 5px;
	clear: both;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer_btm {
	text-align: center;
	height: 20px;
	background-image: url(images/footer_btm_bg.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
}

.news_item {
	padding-left: 15px;
	font-size: 12px;
	padding: 3px;
}
.news_item  img {
	margin-left: 32px;
}

.newstitle  a  {
	color: #339900;
	text-decoration: none;
}
.newstitle a:hover {
	color: #FF0000;
}


.news_item a {
}
.news_item a:hover {
	text-decoration: none;
}

#long_title {
	font-size: 24px;
	font-weight: bold;
	color: #F78606;
	padding: 3px;
}

#right h3 {
	color: #339933;
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
}
#right_profile_item {
	padding: 2px;
	font-size: 11px;
}
#right_profile_item a {
	color: #009933;
	font-size: 11px;
}
#right_profile_item a:hover {
	text-decoration: none;
}

#right_profile_item img {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#right_profile_item .padded {
	font-size: 9px;
}

