﻿body {
	background-image: url(images/body-bg-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: #666666;
}
html {
	background-image: url(images/bg.jpg);
	background-repeat:repeat;
	background-position:left top;
}
#wrapper {
	padding: 10px;
	width: 950px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}
#wrapper-logo {
	height: 100px;
	padding-bottom: 28px;
	background-image: url('images/top-shadow.png');
	width: 950px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper-nav-bar {
	text-align: center;
	width: 970px;
}
#wrapper-banner {
	width: 950px;
	margin: 20px 0px 0px 0px;
}
#wrapper-content {
	width: 970px;
	background-image: url('images/bottom-shadow.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
#wrapper-footer {
}
.logo-left {
	width: 377px;
	height: 100px;
	float: left;
	display: inline;
}
.logo-middle {
	width: 300px;
	height: 100px;
	float: left;
	display: inline;
}
.logo-right {
	width: 250px;
	height: 100px;
	float: right;
}
.logo-right ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: right;
	text-align: right;
	width: 250px;
	height: 100px;
}
.logo-right ul li {
	height: 33px;
	line-height: 33px;
	margin-right: 5px;
}
.logo-right ul li a {
	text-decoration: none;
	display: block;
	color: #666666;
	padding-right: 30px;
}
.logo-right ul li a:hover {
	color: #333333;
}
.underline {
	background-image: url('images/top-menu-hor-line.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.icon-home {
	background-image: url('images/icon-home.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.icon-login {
	background-image: url('images/icon-login.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.icon-contact {
	background-image: url('images/icon-contact.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.menu-div  {
	margin: 20px;
	border-radius: 8px;
	border: 1px solid #999999;
	padding: 4px;
	width: 210px;
	background-color: #CCCCCC;
}

#sub {
	width: 250px;
	float: left;
	display: inline;
}
#main {
	border-radius: 10px;
	border: 1px solid #C0C0C0;
	padding: 15px;
	width: 650px;
	float: left;
	display: inline;
	background-color: #F2F2F2;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#main h1 {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	line-height: 30px;
}
#main a {
	color: #9D9D9D;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover {
	color: #AF4389;
	font-weight: bold;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.footer-left {
	width: 460px;
	float: left;
	display: inline;
	padding: 20px;
	font-size: 80%;
	line-height: 19px;
	background-image: url('images/vertical-line.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 100%;
}
.footer-sub {
	width: 185px;
	float: left;
	display: inline;
	padding: 20px;
}
.footer-sub h2 {
	font-size: medium;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
}
.noBorder {
	border-width: 0px;
}
.footer-sub a {
	color: #808080;
	text-decoration: none;
}
.footer-sub a:hover {
	color: #333333;
	text-decoration: none;
}
.shadow-below-menu {
	background-image: url('images/bottom-shadow.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 28px;
}
.search-div {
	width: 280px;
	height: 40px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
/*
.search-div {
	width: 210px;
	height: 40px;
	background-image: url('images/search-bg.png');
	padding: 5px 20px 15px 20px;
	margin-right: auto;
	margin-left: auto;
}
.search-input {
	height: 20px;
	line-height: 20px;
	width: 170px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	margin: 9px 0px 9px 0px;
	float: left;
}
.search-image {
	width: 22px;
	height: 22px;
	float: left;
	padding: 9px 5px 9px 5px;
}
*/
.centered {
	text-align: center;
}
.left-extras {
	text-align: center;
}
.login-div {
	margin: 20px;
	border-radius: 8px;
	border: 1px solid #999999;
	padding: 4px;
	width: 210px;
	background-color: #FFFFFF;
	text-align: center;
}
.social {
}
.social img {
	padding: 10px;
	border-width: 0px;
}
#main p {
	line-height: 22px;
}
.minilogin {
	text-align: center;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.minilogin li {
}
.minilogin li a {
	display: block;
	padding: 5px;
	color: #999999;
	text-decoration: none;
	font-size: 90%;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.minilogin li a:hover {
	color: #333333;
	text-decoration: none;
}
.design {
	text-align: right;
	font-size: x-small;
}
.design a {
	font-size: x-small;
	color: #D24900;
	font-weight: bold;
	text-decoration: none;
}
.design a:hover {
	font-size: x-small;
	color: #D24900;
	font-weight: bold;
	text-decoration: underline;
}
.footer-left a {
	color: #AB417B;
	text-decoration: none;
}
.footer-left a:hover {
	color: #000000;
	text-decoration: none;
}

