html {
	font-family: "Arial", Arial, Helvetica, sans-serif;
}

body.main {
	background: #FFF url('/img/mainBg.jpg') repeat-x scroll top left;
}

body.profile {
	background: #FFF url('/img/profileBg.jpg') repeat-x scroll top left;
}

div, input, table {
	font-size: 14px;
	letter-spacing: 1px;
}

.hint {
	color: #666;
}

input.standardText {
	font-size: 14px;
	line-height: 14px;
	width: 200px;
	padding: 6px 4px;
	border: 1px solid black;
}

input.standardText.search {
	float: left; 
	margin-right: 18px;
}

a.tbbutton {
	display: block;
	width: 114px;
	height: 40px;
	background: #fff url(/img/tbbutton.gif) no-repeat top left;
	padding: 0;
	margin: 0;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-left: 36px;
	margin-bottom: 10px;
}

a.sightbutton {
	display: block;
	width: 140px;
	height: 40px;
	background: #fff url(/img/sightbutton.gif) no-repeat top left;
	padding: 0;
	margin: 0;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	margin-bottom: 10px;
}

a.registerbutton {
	width: 151px;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 18px;
	background: #fff;
	color: #fff;
	padding: 12px 0;
	background: #FFF url('/img/signup2.gif') repeat-x scroll top left;
}

a.uploadbutton {
	display: block;
	width: 78px;
	height: 30px;
	background: #fff url(/img/uploadbutton.gif) no-repeat top left;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	padding: 11px 36px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

p.inputWrap {
	float: left;
	display: block;
	height: 30px;
}

textarea.standardText {
	font-size: 14px;
	line-height: 14px;
	width: 160px;
	border: 1px solid black;
	height: 72px;
	padding: 4px;
}

input.blackButton {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	background: #333;
	border: none;
	color: #FFF;
	padding: 0 12px;
	cursor: pointer;
}

input.blackButton:hover {
	color: #99ffff;
}

input.orangeButton {
	font-size: 18px;
	line-height: 18px;
	background: #333;
	color: #FFF;
	padding: 12px 0;
	cursor: pointer;
	border: 3px solid #8c5213;
	background: #FFF url('/img/orangeButtonBg.jpg') repeat-x scroll top left;
}

input.orangeButton:hover {
	color: #000;
}

form.generic {
	display: block;
	float: right;
	margin-top: 11px;
}

div.loginError {
	font-weight: bold;
	color: #990000;
	line-height: 29px;
	text-align: right;
}

div.registerError {
	color: #FF0000;
	text-align: left;
	line-height: 10px;
	font-size: 10px;
}

a.whiteLink {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	line-height: 20px;
	float: left;
	margin-top: 22px;
	margin-right: 18px;
}

a.whiteLink:hover {
	color: #000;
}

a.blackLink {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	background: #333;
	border: none;
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 140px;
}

a.blackLink:hover {
	color: #99ffff;
}

div.clear {
	clear: both;
}

div#topNav {
	height: 130px;
	background: #000 url(/img/navBg.jpg) repeat-x scroll top left;
}

div#topNavHeader {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 70px;
}

#logoLink {
	display: block;
	float: left;
	margin-top: 8px;
}

#logo {
	display: block;
	float: left;
}

#userInfo {
	float: right;
}

a.loggedOutLink {
	font-size: 10px; 
	display: block; 
	float: left; 
	height: 10px; 
	line-height: 10px; 
	margin-top: 2px; 
	text-decoration: none; 
	width: 178px; 
	color: #fff;
	text-align: left;
}

a.loggedOutLink:hover {
	text-decoration: underline;
}

div#topNavLinks {
	width: 960px;
	margin: 6px auto;
	text-align: left;
	height: 29px;
}

div.navLinkSection {
	float: left;
}

div.navLinkSectionTitle, a.navLink {
	float: left;
	height: 29px;
	width: 114px;
	text-align: center;
	display: block;
	line-height: 29px;
}
	
div.navLinkSectionTitle {
	background: #666 url(/img/topNavLinkLeftCap.jpg) no-repeat scroll top left;
	color: #ccc;
	font-weight: bold;
	font-size: 18px;
}

a.navLink {
	background-color: #ccc;
	width: 114px;
	color: #333;
	font-size: 15px;
	text-decoration: none;
	border-right: 1px solid #999;
}

a.navLink:hover {
	background-color: #fff;
}

a.navLink.right {
	border-right: none;
	background: #ccc url(/img/topNavLinkRightCap.jpg) no-repeat scroll top right;
}

a.navLink.right:hover {
	background: #fff url(/img/topNavLinkRightCapHover.jpg) no-repeat scroll top right;
}

#userLinks {
	float: right;
	margin-right: 6px;
	margin-top: 7px;
}

.userLink {
	display: block;
	float: right;
	clear: both;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	margin-top: 4px;
}

.userLink:hover {
	text-decoration: underline;
}

.userPic {
	float: right;
	width: 50px;
	height: 60px;
	border: 1px solid black;
	margin-top: 3px;
}

div.fullName {
	float: right;
	color: #fff;
	font-size: 15px;
}

div#main {
	width: 960px;
	margin: 20px auto 0 auto;
}

div.spacer {
	height: 100px; 
	width: 100px; 
	float: left;
}

div.textBlock {
	float: left; 
	text-align: left;
}

div.textBlock p {
	margin-top: 8px;
}

div.spacer {
	height: 40px;
	width: 100%;
	float: left;
}

.mainfooter {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}

.footertext {
	font-size: 11px;
	color: #111111;
	display: block;
	width: 900px;
	margin: 0 auto;
}

.footertext a {
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
}

.footertext div {
	float: left;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 11px;
	padding: 0 4px;
}

.footertext a:hover {
	text-decoration: underline;
}

