body{
	background-color: #D0BE91;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", Arial, Sans-serif;
	overflow: auto;
	overflow-x: hidden;
}

.cursorPointer{
	cursor: pointer;
}
.redText{
	color: #ef0000;
}

.greenText{
	color: #006600;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.fivePadding{
	padding:5px;
}

.fivePaddingBottom{
	padding-bottom:5px;
}


.fiveMarginBottom{
	margin-bottom:5px;
}


.tenPadding{
	padding:10px;
}

.lightGrey{
	background-color: #efefef;
}

.leftText{
	text-align: left;
}

.rightText{
	text-align: right;
}

.centerText{
	text-align: center;
}

.smallText{
	font-size: 12px;
}

.termLink:hover{
	color:#fff;
}

.boldText{
	font-weight: bold;
}


.displayHidden{
	display: none;
}

.width33p{
	width: 33%;
}

.width80p{
	width: 80%;
}

.width90p{
	width: 90%;
}

.marginAuto{
	margin: auto;
}
/*-----------------------------------------*/
/* General*/
/*-----------------------------------------*/

.siteContainer{
	margin-left: auto;
	margin-right: auto;
	width:960px;
}

.errorMessage{
	background: #FFEDE7;
	border: 1px solid #ff0000;
	color: #ff0000;
	padding:5px;
}

.successMessage{
	background: #F2FFF2;
	border: 1px solid #006600;
	color: #006600;
	padding:5px;
}

/*-----------------------------------------*/
/* notifications*/
/*-----------------------------------------*/
.notificationContainer{
	display: none;
	position: fixed;
	width: 100%;
	padding: 15px;
	background: #fff;
	border-bottom: 2px solid #efefef;
	font-size: 24px;
}

/*-----------------------------------------*/
/* Header*/
/*-----------------------------------------*/
.headerContainer{
	height:65px;
	line-height: 65px;
	width:100%;
	background-color: #1C1D1A;
	color:#D0BE91;
	overflow: hidden;
}

.headerLogoContainer{
	height:65px;
	width: 300px;
}

.headerLogoImage{
	margin-top:10px;
	margin-bottom:10px;	
	border: none;
}

.headerButtonsContainer{
	height:65px;
	width: 650px;
}

.headerButton{
	font-size:20px;
	margin-left: 20px;
}

.headerButtonsContainer a{
	text-decoration: none;
	color:#D0BE91;
}

.headerButtonsContainer a:hover{
	color:#5E2612;
}

.headerSearchBar{
	width: 100px;
	margin-left: 20px;
}

/*-----------------------------------------*/
/* content container*/
/*-----------------------------------------*/
.contentContainer{
	width: 100%;
	background-color: #1C1D1A;
	color:#D0BE91;
}

.contentContainer a{
	text-decoration: none;
	color:#5E2612;
}

.contentContainer a:hover{
	color:#D0BE91;
}



/*-----------------------------------------*/
/* splash footer*/
/*-----------------------------------------*/    
.splashFooterContent{
	color:#1C1D1A;
	height: 260px;
}
.splashPageFooterColumn{
	position:relative;
	top:-40px;
	padding-bottom: 10px;
}

.splashPageFooterColumn h1{
	font-size: 24px;
	font-weight: normal;
	position: relative;
	top:-30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.splashPageFooterColumn p{
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}

.splashPageFooterStar{
	position: relative;
	left: -20px;
	height: 76px;
	width:80px;
	background-image: url(/img/general/splashstar.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 30px;
	line-height: 80px;
}
                 
.splashPageFooterColumnImage{
	height: 90px;
	width: 240px;
	position: relative;
	top: -10px;
}

.pluurlFooterContainer{
	height:30px;
	margin-bottom:30px;
}

.pluurlFooterContainer a{
	text-decoration: none;
	color:#5E2612;
}

.pluurlFooterContainer a:hover{
	color:#333;
}

.pluurlLogo{
	width:65px;
	height:28px;
	background-image: url(/img/general/pluurl-off.png);
	display: block;
	cursor: pointer;
}

.pluurlLogo:hover{
	background-image: url(/img/general/pluurl-on.png);
}

/*-----------------------------------------*/
/* Superbox*/
/*-----------------------------------------*/
/* Base Superbox Styles */
#superbox-overlay{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;}
#superbox-wrapper{position:fixed;z-index:9999;top:0;display:table;width:100%;height:100%;}
#superbox-container{position:relative;display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;}
#superbox{margin:0 auto;padding:0;}
#superbox-container .loading{margin:0;text-align:center;}

/* IE7 */
*:first-child+html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
*:first-child+html #superbox{position:relative;top:-50%;display:block;}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
* html #superbox{position:relative;top:-50%;display:block;}
* html #superbox-overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');}
* html #superbox-wrapper{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

/* Default Theme */
#superbox-overlay{background:#000;}
#superbox-container .loading{text-align:center;font-size:40px;color:#fff;}
#superbox{padding:10px;background:#D0BE91;color:#1C1D1A;}
#superbox-innerbox{padding:10px 0; overflow: hidden;}
#superbox.image{text-align:center;}
#superbox .close,
#superbox .nextprev{overflow:hidden;margin:0; text-align: right;}  
#superbox .close{
	position: relative;
	color:#D0BE91;
	float: right;
	width: 30px;
	right:-20px;
	cursor: pointer;
	height:30px;
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	top:-20px;
	background-image: url(/img/general/closebutton.png);
}

/************       superbox       **************/
#superboxForm h1{
	margin-top: 0px;
}

.defaultFormStyle{
	/*
	border: 1px solid #1C1D1A;
	*/
	border: none;
	padding: 3px;
} 
.defaultFormTextAreaStyle{
	background: #fff;
	padding: 3px;
	font-size: 16px;
	line-height: 16px;
}
.defaultFormSubmitButtonStyle{
	background: #fff;
	padding: 3px;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
}
.defaultFormSelectStyle{
	background: #fff;
	padding: 3px;
	font-size: 16px;
	line-height: 16px;
}