html, body {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	padding:0;
	margin:0;
	color: #000000;
}
form {
	margin: 0px;
}
a, a:hover {
	color: #669900;
	text-decoration: underline;
}
p {
	margin: 10px 0px 10px 0px;
}
h1 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}
.formText {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;	
}
.errortext {
	color: #CC0000;
	font-weight: bold;
}
.infoText {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	color: #999999;
}

#top {
	width: 850px;
	text-align: center;
	height: 94px;
	position: relative;
	margin:0 auto; /* center, not in IE5 */
	left: 50%;
  margin-left: -425px; /*set this value to half the size of the div*/
}
#top #logo {
	width: 160px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	position: relative;
}
#top #logo p {
	margin: 2px 0px 0px 0px;
}
#top #logo img {
	margin-top: 12px;
}
#top #header {
	width: 690px;
	float: right;
	position: relative;
}

#top-links {
	clear: both;
	width: 850px;
	height: 30px;
	/*margin-bottom: 1px;*/
	position: relative;
	text-align: left;
	margin:0 auto; /* center, not in IE5 */
	left: 50%;
	margin-left: -425px; /*set this value to half the size of the div*/
	background-image: url(../images/links-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	z-index: 10;
}
#top-links ul {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	line-height: 28px;
	white-space: nowrap;
	padding-left: 4px;
}
#top-links li {
	list-style-type: none;
	display: inline;
}
#top-links li a {
	text-decoration: none;
	padding: 0px 10px 10px 4px;
	color: #ffffff;
	background-image: url(../images/link-separator.png);
	background-repeat: no-repeat;
	background-position: right center;	
}
#top-links li a:hover, #top-links li a:active {
	color: #D9E798;
}
#top-links li.admin a {
	color: #FFFF00;
}
#main {
	width: 818px;
	text-align: left;
	position: relative;
	margin:0 auto; /* center, not in IE5 */
	left: 50%;
  margin-left: -425px; /*set this value to half the size of the div*/
	border: 1px solid #B6D901;
	padding: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
	z-index: 2;
}
/*styles for getting around min-height issues in uncool browsers*/
.prop {
	height:500px;
	float:right;
	width:1px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
/*end*/
.sep {
	font-weight: normal;
	margin: 0px 4px 0px 4px;
}
#bottom {
	clear: both;
	width: 838px;
	position: relative;
	text-align: left;
	margin:0 auto; /* center, not in IE5 */
	left: 50%;
	margin-left: -425px; /*set this value to half the size of the div*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/links-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	padding: 4px 4px 4px 8px;
}
#bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}

.box {
	width: 396px;
	height: 160px;
	margin: 5px 5px 0px 5px;
	float: left;
}
a.box-title {
	width: 374px;
	background-color: #E9E8E0;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #000000;
	text-decoration: none;
}
a.box-title:hover {
	color: #666666;
	background-color: #F4F4F0;
}
a.box-title-bespoke {
	width: 374px;
	background-color: #E9E8E0;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/gold-star-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
a.box-title-bespoke:hover {
	color: #666666;
	background-color: #F4F4F0;
	background-image: url(../images/gold-star-bg2.png);
}
.box-img {
	float: left;
	margin: 5px 4px 0px 4px;
	border: 0px;
}
.box-desc {
	float: left;
	margin-left: 5px;
	width: 250px;
	font-size: 11px;
	line-height: 120%;
	color: #666666;
	margin-top: 6px;
}
.box-desc a {
	color: #CC0000;
	text-decoration: none;
}
.box-desc a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.box-desc p {
	margin: 4px 0px 10px 0px;
}
.box-desc img {
	float: right;
	margin: 0px 0px 5px 5px;
}
.offer {
	float: right;
	margin: 0px 0px 5px 5px;
}

.paging {
	clear: both;
	width: 800px;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.paging img {
	vertical-align: middle;
}
div.offer-title {
	position: relative;
	width: 800px;
	background-color: #E9E8E0;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #000000;
}
div.offer-title-bespoke {
	position: relative;
	width: 800px;
	background-color: #E9E8E0;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #000000;
	background-image: url(../images/gold-star-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.description {
	float: left;
	width: 580px;
	margin-left: 10px;
	margin-top: 10px;
	border-left: 1px solid #E9E8E0;
	padding-left: 10px;
}
.info {
	color: #999999;
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
}
.horLine {
	font-size: 2px;
	line-height: 2px;
	border-top: 1px dotted #CCCCCC;
	width: 770px;
	clear: both;
	height: 5px;
}
.msgSuccess {
	color: #006600;
	background-color: #F4FFF4;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 5px;
	border: 1px dotted #D7EED0;
	line-height: 18px;
	margin-bottom: 10px;
}
.msgError {
	color: #CC0000;
	background-color: #FFF4F4;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 5px;
	border: 1px dotted #FFC1C1;
	line-height: 18px;
	margin-bottom: 10px;
}
.displayError {
	border: 1px dotted #CC0000;
	padding: 3px;
	background-color:#FFFFFF;
	color: #CC0000;
	margin-left: 5px;
	font-size: 10px;
	line-height: 11px;
	display: inline;
}
.infotext {
	color: #666666;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}
.msgInfo {
	color: #000000;
	background-color: #FFECC6;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 5px;
	border: 1px dotted #FFCC00;
	line-height: 18px;
	margin-bottom: 10px;
}
.msgInfo a {
	color: #0000FF;
}
div.horRule {
	height: 1px;
	border-top: 1px solid #E5E5E5;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}
.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}
