/* ********** [ GENERAL ] ********** */

div.clear {
	clear: both; }

body {
	cursor: default;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: #222222;
	background: #d2ceb8;
	/* background-color: #FFF; */
	/* background-color: #F5F4F0; */
	}


/* ********** [ PAGE ] ********** */

div#page_wrap {
	/* padding-top: 5px; */
	}

	div#page { }


/* ********** [ HEADER ] ********** */

div#header_wrap {
	/* margin: 0px auto; */
	width: 100%;
	/* height: 100px; */
	/* background-color: #FFF; */
	background-color: #d2ceb8;*/
	background-color: #F5F4F0;
	/* background-color: #F5F4F0; */
	/* box-shadow: inset 0 -42px 20px -10px #FFF; */
	}

	div#header {
		position: relative;
		margin: 0px auto;
		width: 960px;
		box-sizing: border-box;
		background-color: #FFF;
		/* border-left: 1px solid #C5BEB5; */
		border-bottom: none;
		z-index: 6;
		}

	/* ********** changed of gugu ********** */
    div#header h1 { width: 270px; height: 96px; float: left; /* background:  no-repeat 20px center; */ /* background-image: url('newlogo.png'); */background-image: url('logolong.jpg');background-repeat: no-repeat;/* background-size: 180px auto; *//* background-position-x: 20px; *//* background-position-y: 16px; *//* background-position-y: 5px; */background-position: 20px 5px;overflow: hidden; text-indent: -10000px;/* margin-left: 40px; */ opacity: 1.0;transition: opacity 0.2s ease;}
    div#header h1 a, div#header h1 a:hover, div#header h1 a:active, div#header h1 a:visited { display: block; width: 270px; /* width: 370px; */height: 96px; overflow: hidden; text-indent: -10000px; outline: none; }

			div#header h1 span { }

			div#header div.banner {/* AWD fix banner float left instead of right
				and added more padding
				 */
				padding-top: 18px;
				margin-left: 270px;
				/* float: right; */
				/* margin-right: 40px; */
				margin-right: 22%;
				/* position: absolute; */
				/* top: 0; */
				/* right: 0; */
				text-align: right;
				/* width: 480px; */
				/* background-color: #e5e5d7; */
				/* border-left: 4px solid #DCDCD4; */
				overflow: hidden;
				}

/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	background-color: #d2ceb8;
	/* background-color: #F5F4F0; */
	/* box-shadow: inset 0 20px 20px -10px #FFF; */
	/* margin-top: 46px; */
	box-sizing: border-box;
	}

  	div#container { margin: 0px auto;width: 960px;background-color: #FFF;/* border: 1px solid #B7B0A7; */border: 1px solid #ECE5DC;border-bottom: none;border-top: none;box-sizing: border-box;}


/* ********** [ FOOTER ] ********** */

div#footer_wrap {
	height: 105px;
	background-color: #d2ceb8;
	/* background-color: #F5F4F0; */
	margin-bottom: -15px;
	}

	div#footer {
		/* line-height: 45px; */
		box-sizing: border-box;
		padding: 15px 20px 10px 0;
		text-align: right;
		margin: 0px auto;
		width: 960px;
		background-color: #e5e5d7;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border: 1px solid #E4DDD3;
		position: relative;
		}

		div#footer a{
			color: #444;
			/* font-size: 16px; */
			font-weight: bold;
			}


/* ********** [ CONTENT ] ********** */

#content_wrap {
	padding: 30px 20px 15px 0px;
	float: left;
	width: 680px;
	}

  	#content { }

/* ********** [ REGISTRATION PAGE [AWD Addition] ********** */
#registration-logo{
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF url(newregbanner.jpg);
	width:600px;
	height:140px;
}
/* ********** [ SIDEBAR ] ********** */

div#sidebar_wrap {
	padding: 31px 20px 10px 20px;
	width: 218px;
	float: left;
	}

  	div#sidebar { }


/* ********** [ MAIN NAVIGATION ] ********** */

div#headernav_wrap {
	margin: 0px auto;
	/* width: 1000px; */
	height: 36px;
	/* background: url('content_bg.gif') repeat-y; */
	/* background-color: #FFF; */
	position: relative;
	/* top: -36px; */
	/* margin-bottom: -36px; */
	/* margin-bottom: 300px; */
	}

	div#headernav {
		margin: 0px auto;
		box-sizing: border-box;
		padding-left: 30px;/* changed of gugu - original gif was green - for navmenu bg images */
		padding-right: 11px;
		/* background-color: #D36767; */
		/* background-color: #412F1A; */
		/* background-color: #908976; */
		background-color: #98885C;
		position: relative;
		text-align: right;
		width: 960px;*/;
		}

		div#headernav ul {
			height: 36px;
			list-style: none;
			display: inline-block;
			}

div#headernav ul li {
	float: left;
}

div#headernav ul li a {
	padding: 10px 8px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #98885C;
	border-right: 1px solid #98885C;
	transition: all 0.3s ease;
}

div#headernav ul li a:hover,div#headernav ul li a.active {
	/* text-decoration: underline; */
	border-left-color: #D0CABE;
	border-right-color: #D0CABE;
	background-color: #AF9B65;
	transition: all 0.3s ease;
}
.module_homepage #headernav .module_homepage a {
	/* border-left-color: #D0CABE; */
	/* border-right-color: #D0CABE; */
	/* background-color: #AF9B65; */
}

/* ********** [ USER NAVIGATION ] ********** */

div#usernav_wrap {
	margin: 0px auto;
	width: 1170px;
	}

	#usernav_wrap #usernav {
		padding: 0px 5px;/* AWD color change */
		padding-bottom: 10px;
		padding-top: 5px;
		background: #e5e5d7;
		border-top: 1px solid #FFF;
		}

		#usernav_wrap #usernav ul {
			text-align: right;
			}

			#usernav_wrap #untop>li {
				text-align: left;
				vertical-align: top;
				display: inline-block;
				z-index: 5;
				position: relative;
				width: 10.5%;
				box-sizing: border-box;
				}

				#usernav_wrap div#usernav ul li a.outter {
					padding: 0;
					text-transform: uppercase;
					display: block;
					font: bold 12px/28px arial, sans-serif;
					-webkit-font-smoothing: antialiased;
					text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
					color: brown;
					text-decoration: none;
					}

					#usernav_wrap ul li.shover a.outter, #usernav_wrap ul li a.outter:hover {
						text-decoration: underline; }

					div#usernav ul li li a {
					}

				

		#usernav_wrap #usernav .unsec {
			padding: 0px;
			height: auto;
			list-style: none;
			text-align: left;
			-webkit-columns: 2 120px;
			-moz-columns: 2 120px;
			columns: 2 120px;
			-webkit-column-gap: 0;
			-moz-column-gap: 0;
			column-gap: 0;
			}

		

			#usernav_wrap .unsec li {
				}

				#usernav .unsec a {
					padding: 0;
					/* color: #404040; */
					border: 0px;
					text-decoration: none;
					white-space: nowrap;
					}

					#usernav_wrap ul li ul li a:hover {
						border: 0px;
						background-color: #f2f2f2; }


/* ********** [ COMMON ITEMS ] ********** */

h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 16px;
	font-size: 14px;
	color: #436082;
	}

	h2 {
		/* margin-bottom: 5px; */
		font-weight: bold;
		line-height: 16px;
		font-size: 14px;
		/* border-bottom: 1px solid #d4d4d4; */
		padding-left: 0!important;
		}

	h3 {
		font: bold 13px/16px arial, verdana, sans-serif; }

	h4 {
		font: bold 12px/16px arial, verdana, sans-serif; }

	h4 {
		font: bold 12px/16px arial, verdana, sans-serif; }

p {
	margin: 15px 0px 0 0px;
	font-size: 12px;
	line-height: 16px;
	color: #222222;
	}

	a {
		font-size: 14px;
		-webkit-font-smoothing: antialiased;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
		color: #436082;
		text-decoration: none;
		}

		a:hover {
			text-decoration: underline; }


#sidebar .banner>div {
	/* width: 468px; */
	/* float: right; */
	padding: 0 13px;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	margin-bottom: 17px;
}

.sidebox .answers label {
	font: bold 14px arial, verdana, sans-serif;
	color: #555;
	padding-left: 10px;
}

#sslseal {
	position: absolute;
	top: 6px;
	left: 15px;
	/* bottom: 0; */
	display: block;
	/* margin-top: -60px; */
	/* margin-bottom: -60px; */
}

#fblike {
	position: absolute;
	top: 104px;
	left: 30px;
	right: initial;
	z-index: 4;
	width: 150px;
}

.btop {
	width: 100px;
	/* float: right; */
	/* height: 96px; */
	width: 120px;
	background-color: #EEE;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	/* padding-top: 25px; */
	transition: all 0.2s ease;
	box-sizing: border-box;
	z-index: 6;
	position: absolute;
	right: 66px;
	top: 42px;
	border-radius: 6px;
}

.btop.bsignin {
	/* border-left: 1px solid #FFF; */
	/* border-right: 1px solid #FFF; */
	background-color: #8A3461;
	width: 263px;
}

a#ifront {
	display: block;
	position: absolute;
	/* top: 97px; */
	top: 133px;
	left: 50%;
	margin-left: -585px;
}

#ifront img {
 width: 1170px;
 max-height: 352px;
 display: block;
 opacity: 1;
 transition: opacity 0.3s ease;
 /* border: 1px solid #ECE5DC; */
 border-bottom: none;
 border-top: none;
 box-sizing: border-box;
 }

.btop.bsignin:hover {
	background-color: #B7003D;
}

.btop.bregister {
	background-color: #7D4112;
	display: none;
}

.btop.bregister:hover {
	background-color: #A25112;
}

div#header h1:hover {
	opacity: 0.85;
}

.dlogin {
	position: absolute;
	z-index: 5;
	/* top: -250px; */
	top: -111px;
	/* top: 60px; */
	transition: top 0.5s ease;
	/* background-color: #FFF; */
	background-color: #FBFBF4;
	left: 50%;
	margin-left: 151px;
	/* width: 181px; */
	width: 263px;
	box-sizing: border-box;
	border-top-left-radius: 0px!important;
	border-top-right-radius: 0px!important;
	margin-bottom: 0!important;
	/* border: 1px solid #BBBBBB!important; */
}

.dlogin h5 {
	display: none;
}

.dlogin.on {
	top: 97px;
}


#ifront img:hover {
	opacity: 0.96;
}

.btop.bsignin>span {
	display: block;
	font-family: Times New Roman,serif;
}

.btop.bsignin>span:first-child {
	font-size: 18px;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	/* font-weight: bold; */
	/* display: none; */
	position: absolute;
	color: #333;
	left: -240px;
	top: 14px;
}

.btop.bsignin span:last-child {
	font-size: 38px;
	font-weight: normal;
	text-transform: uppercase;
}

.dlogin dl.fieldset dd {
	padding-bottom: 5px;
}

div#sidebar .dlogin div.sidebox {
	padding-bottom: 8px;
}

.loggedin #ifront {
	display: none;
}

.loggedin div#header div.banner {
	/* margin-right: 30px; */
	margin-right: 15%;
	margin-left: 270px;
}

.loggedin #fblike {
}

#usernav_wrap #untop>li:first-child {
	width: 22%;
}

#usernav_wrap #untop .unsec {
}

#usernav_wrap #untop>li:last-child {
	width: 22%;
}

#usernav_wrap #untop>li:nth-last-child(2) {
	width: 22%;
}

h2.welcome_username {
	/* display: none; */
	text-transform: capitalize;
}

#sbusernav .unsec a {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding: 2px 0;
}

h2.welcome_username span:first-letter {
	text-transform: uppercase;
}

.err {
	/* border: 1px solid #F00!important; */
	/* background-color: #F3D2D2; */
}

.errok {
	/* border: 1px solid #00FF0A!important; */
	/* background-color: #EBFFEC; */
}

a.picture_zoom {
	display: block;
	max-height: 260px;
	overflow: hidden;
	position: relative;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.mdim {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	vertical-align: middle;
}

.dn {
	display: none;
}

.mbg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #222;
	opacity: 0.7;
}

.fblur {
	/* -webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ie-filter: blur(1px);
	filter: blur(1px);
	*/
}

.mc {
	min-width: 320px;
	padding: 25px;
	background-color: #D9E6DC;
	font-size: 18px;
	color: #060;
}

.mwrap {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.mc.perr {
	background-color: #F1E9E9;
	color: #903;
}

.mcwrap {
	position: absolute;
	width: 100%;
	top: 45%;
	margin-top: -34px;
	text-align: center;
}

.mbtns {
	text-align: right;
	background-color: #F7F7F7;
	border-top: 1px solid #FFF;
	padding: 3px;
	box-sizing: border-box;
	/* margin-left: 170px; */
}

.mbox {
	display: inline-block;
	position: relative;
	border-left: 3px solid #333;
	outline: 2px solid #FFF;
}

#iconfirm .mc {
	background-color: #E5E5D7;
	color: #222;
}

.mbtn {
	margin: 0px;
	margin-left: 8px;
	padding: 6px 15px 8px 15px;
	min-width: 100px;
	font-family: verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #903;
	text-align: center;
	border: 0px;
	border-radius: 4px;
	transition: all 0.3s ease;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}
#page_wrap .mbtn {
	margin: 0px;
	margin-left: 8px;
	padding: 6px 15px 8px 15px;
	min-width: 100px;
	/* font-family: verdana,sans-serif; */
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #903;
	text-align: center;
	border: 0px;
	border-radius: 4px;
	transition: all 0.3s ease;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}
.mbtn:hover {
	text-decoration: none;
	background-color: #B7003D;
	transition: all 0.3s ease;
}
#page_wrap .mbtn:hover {
	text-decoration: none;
	background-color: #B7003D;
	transition: all 0.3s ease;
}

.bcancel.mbtn {
	background-color: #AF9D71;
}

.bcancel.mbtn:hover {
	background-color: #BFA869;
}

.mclose {
	position: absolute;
	top: 0;
	right: 2px;
	background-color: #555;
	color: #FFF;
	/* font-weight: bold; */
	text-transform: uppercase;
	font-size: 12px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 3px 4px 2px 4px;
	cursor: pointer;
}

#iconfirm {
	z-index: 15;
}

#iconfirm .mcwrap {
	margin-top: -55px;
}

.cw {
	cursor: wait;
}

.cw .mbtn {
	cursor: wait;
}

.mu {
	width: 170px;
	position: absolute;
	box-sizing: border-box;
	border-right: 2px solid #FFF;
	background-color: #F7F7F7;
	top: 0;
	bottom: 0;
}

.mu .r1 {
	position: relative;
	padding-top: 110%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mu .r1 a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #FFF;
}

.mu .r2 {
	/* height: 82px; */
	padding: 9px 5px 7px 8px;
	text-align: left;
}

#imail .mbox {
	border-left: none;
}

.mu .mgold {
	width: 22px;
	height: 26px;
	background-size: contain;
	position: absolute;
	top: 6px;
	right: 4px;
	-webkit-filter: drop-shadow(0px 0px 5px #FFF);
	-moz-filter: drop-shadow(0px 0px 5px #FFF);
	filter: drop-shadow(0px 0px 5px #FFF);
}

#ims {}

#imb {
	height: 135px;
}

#ims, #imb {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 4px;
	border: 1px solid #AAA;
	outline: 0;
	padding: 3px 6px 2px 6px;
	font-size: 15px;
	font-weight: normal;
}

#imail .mc {
	padding: 10px 3px 6px 3px;
	box-sizing: border-box;
	margin-left: 170px;
}

#imail .mcwrap {
	margin-top: -100px;
}

#imail {
	z-index: 18;
}

#igifts .mc {
	padding: 0;
	margin: 6px 2px 1px 173px;
	box-sizing: border-box;
	font-size: 14px;
	color: #222;
	width: 500px;
	max-height: 267px;
	overflow-y: scroll;
}

.wmli {
	width: 20%;
	float: left;
	padding: 4px 3px;
	padding-left: 0;
	padding-top: 0;
	box-sizing: border-box;
	position: relative;
}

.mli {
	position: relative;
	background-color: #FFF;
	border: 1px solid #D4D4D4;
	padding-bottom: 2px;
}

.mli .r1 {
	position: relative;
	padding-top: 120%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#igifts .mcwrap {
	margin-top: -150px;
}

#igifts .mbox {
	border-left: none;
	background-color: #D9E6DC;
}

#igifts {
	z-index: 18;
}

#igifts .mli .r1, #igifts .mli .r2 {
	cursor:pointer;
}

#igifts .gift_id {
	position: relative;
	top: 2px;
}

.mu h5 {
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
}

textarea.mgmsg.textarea_small {
	height: 60px;
}

.ismiles {
	position: absolute;
	margin-top: 4px;
	cursor: pointer;
}

.ismiles i {
	display: block;
	width: 22px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
}

.msd {
	display: none;
	position: relative;
	top: -45px;
	/* position: absolute; */
	background-color: #FFF;
	border: 1px solid #777;
}

.msd i {
	display: inline-block;
}

.ismiles:hover .msd {
	display: block;
}

.msd i:hover {
	background-color: #EEE;
}

#igifts .mclose {
	right: 19px;
}

#ndcsm {
	display: none;
}

#imail .mc.msg {
	margin-left: 0;
	padding: 12px;
}

#imail .mc.msg a {
	margin-left: 0!important;
}

#imail .mbtns {
	margin-left: 170px;
}

.mmenu {
	display: none;
}

.notloggedin:not(.module_homepage) .btop.bsignin {
	right: 10px;
	width: 210px;
	top: 44px;
}

.notloggedin div#header div.banner {
	/* padding-top: 0; */
	/* margin-left: 270px; */
	text-align: left;
	box-sizing: border-box;
	max-width: 470px;
	overflow: hidden;
	margin-right: 24%;
	position: absolute;
	left: -10px;
}

.notloggedin:not(.module_homepage) .btop.bsignin span:last-child span {
	display: none;
}

.notloggedin:not(.module_homepage) .btop.bsignin span:first-child {
	left: 0;
	top: -30px;
}

.notloggedin:not(.module_homepage) .dlogin {
	margin-left: 260px;
	width:209px;
}

#iwinks {
	z-index: 18;
}

#iwinks .mcwrap {
	margin-top: -170px;
}

#iwinks .mbox {
	border-left: none;
	background-color: #D9E6DC;
}

#iwinks .mc {
	padding: 0;
	margin: 6px 2px 1px 173px;
	box-sizing: border-box;
	font-size: 12px;
	color: #222;
	width: 300px;
	max-height: 400px;
	overflow-y: scroll;
}

#iwinks .mclose {
	right: 19px;
}

.wsli div {
	display: table-cell;
	padding: 3px;
	cursor: pointer;
}

.wsli {
	background-color: #FFF;
	margin-bottom: 2px;
}

.wsli .c1 {
	vertical-align: middle;
	padding-left: 4px;
}

.wsli .c2 {
	text-align: left;
}

#iwinks .wsli:first-child {}

img[src*="approval"] {
	margin-left: 0!important;
	padding-bottom: 20px;
}

div#headernav li.chat3 {
	display: none;
}
