*{
	font-family:tahoma, verdana, arial, helviscta sans-serif;
}

body{
	text-align:center;
	font-size:66.5%;
	font-family:tahoma, verdana, arial, helviscta sans-serif;
	background-image:url("../images/wood.jpg");
	background-repeat:both;
	width: 100%;
}

p{
	font-size:1.2em;
	margin:0px 0px 10px 0px;
	color:#131313;
	line-height:140%;
}

strong{
	color:#EB7617;
	font-size:1.3em;
}

h1, h2{
	margin:5px 0px 13px 0px;
}

h3{
	color:#e86000;
	font-size:2.3em;
	margin:0px 0px 10px 0px;
}

h3.feedback{
	font-size:1.6em;
	margin-bottom:5px;
	margin-top:15px;
}

#outer-container{
	background-image:url("../images/coffee-mug.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	width: 100%;
	display: table;
}

#container{
	width:960px;
	margin:0px auto 0px auto;
	/*background-image:url("../images/container-background.png");*/
	background-color: transparent;
	background-attachment: scroll;
	background-position: 0px 265px;
	background-repeat:no-repeat;
	display:block;
}

#column-container{
	background-image:url("../images/paper.jpg");
	background-position: 10px 0px;
	background-repeat:repeat-y;
}

#banner{
	width:100%;
	height:269px;
	background-image:url("../images/banner.png");
}

#logo-link{
	width:360px;
	height:210px;
	display:block;
	margin:5px 0px 0px 0px;
	float:left;
}

#left-column{
	width:335px;
	float:left;
	text-align:left;
}


/*Navigation styles */
#site_navigation{
	width:300px;
	text-align:left;
	height:250px;
	background-image:url('../images/post-it.png');
	background-repeat:no-repeat;
	padding:50px 0px 0px 26px;
}

#member-navigation{
	width:287px;
	height:220px;
	text-align:left;
	background-image:url('../images/member-navigation.png');
	background-repeat:no-repeat;
	float:left;
	clear:left;
	margin:0px 0px 0px 25px;
	padding:23px 0px 0px 0px;
}

a#whosgotwhat{display:block;width:237px;height:49px;float:left;background-image:url('../images/whosgotwhat.png');background-repeat:no-repeat;}
a#whosgotwhat:hover{background-image:url('../images/whosgotwhat_active.png');}
a#sitefeedback{display:block;width:237px;height:47px;float:left;background-image:url('../images/sitefeedback.jpg');background-repeat:no-repeat;}
a#sitefeedback:hover{background-image:url('../images/sitefeedback_active.jpg');}
a#sitefeedback{display:block;width:237px;height:47px;float:left;background-image:url('../images/sitefeedback.jpg');background-repeat:no-repeat;}
a#refer{display:block;width:217px;height:47px;float:left;background-image:url('../images/refer.jpg');background-repeat:no-repeat;}
a#refer:hover{background-image:url('../images/refer_active.jpg');}
a#sitefeedback:hover{background-image:url('../images/sitefeedback_active.jpg');}
a#joinus{display:block;width:237px;height:35px;float:left;background-image:url('../images/joinus.jpg');background-repeat:no-repeat;}
a#joinus:hover{background-image:url('../images/joinus_active.jpg');}
a#contactus{display:block;width:237px;height:41px;float:left;background-image:url('../images/contactus.jpg');background-repeat:no-repeat;}
a#contactus:hover{background-image:url('../images/contactus_active.jpg');}

a#editprofile{display:block;width:175px;height:25px;float:left;background-image:url('../images/editprofile.png');margin:0px 0px 11px 20px;background-repeat:no-repeat;}
a#editprofile:hover{background-image:url('../images/editprofile_active.png');}
a#changeemail{display:block;width:197px;height:33px;float:left;background-image:url('../images/changeemail.png');margin:0px 0px 11px 20px;background-repeat:no-repeat;}
a#changeemail:hover{background-image:url('../images/changeemail_active.png');}
a#changepassword{display:block;width:244px;height:33px;float:left;background-image:url('../images/changepassword.png');margin:0px 0px 11px 20px;background-repeat:no-repeat;}
a#changepassword:hover{background-image:url('../images/changepassword_active.png');}
a#submitfeedback{display:block;width:244px;height:28px;float:left;background-image:url('../images/submitfeedback.png');margin:0px 0px 11px 20px;background-repeat:no-repeat;}
a#submitfeedback:hover{background-image:url('../images/submitfeedback_active.png');}
a#logout{display:block;width:124px;height:31px;float:left;background-image:url('../images/logout.png');margin:0px 0px 0px 20px;background-repeat:no-repeat;}
a#logout:hover{background-image:url('../images/logout_active.png');}

/*End Navigation styles */

#right-column{
	width:600px;
	float:left;
	text-align:left;
	padding:30px 0px 0px 0px;
}

#right-column a{
	color:#FC7614;
}

.scribble{
	font-size:1.7em;
	color:#333;
	list-style-type:square;
	padding:0px 0px 0px 25px;	
}


.scribble li{
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	list-style-image:url("../images/blue_bullet.jpg");
}

.orange{
	list-style-image:url("../images/orange_bullet.jpg")!important;
}

#footer{
	width:100%;
	height:75px;
	background-image:url("../images/footer-background.png");
	background-repeat:no-repeat;
	clear:both;
	display:block;
	padding:50px 0px 0px 0px;
	text-align:left;
}

#footer p{
	margin:0px 0px 0px 25px;
	font-size:1.0em;
	color:#fff;
	font-weight:bold;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

.pagination{
	background-image:url(../images/pagination-left.jpg)!important;
	background-repeat:no-repeat;
	height:34px;
	padding:0px 0px 0px 31px;
	float:right;
	font-weight:bold;
}


.pagination li{
	background-color:#45bcd0;
	margin:0px 0px 0px 0px;
	float:left;
	display:block;
	height:24px;
	padding:10px 5px 0px 5px;
}

.pagination li a{
	color:#fff !important;
	text-decoration:none;
	font-size:1.4em;
	
}

.pagination-no-link{
	color:#f57619;
	text-decoration:none;
	font-size:1.4em;
	font-weight:bold;
}

.pagination-closer{
	background-image:url(../images/pagination-right.jpg)!important;
	background-repeat:no-repeat;
	background-position:right;
	width:31px;
	display:block;
	float:right;
	height:34px;
}

.pagination-container{
	width:100%;
	display:block;
	float:left;
}

label{
	width:175px;
	height:21px;
	color:#45bcd0;
	font-weight:bold;
	display:block;
	float:left;
	margin:5px 0px 5px 0px;
	padding:4px 15px 0px 0px;
	clear:left;
	text-align:right;
	background-image:url(../images/input_left.jpg);
	background-repeat:no-repeat;
	background-position:right;
	font-size:1.2em;
}

label.blank{
	background-image:none;
	width:165px;
	padding:4px 0px 0px 0px;
	width:175px;
	margin:0px 3px 0px 0px;
}

label.select-label{
	background-image:none;
	width:165px;
	padding:4px 0px 0px 0px;
	width:175px;
	margin:5px 3px 5px 0px;
}

.textbox{
	float:left;
	height:21px;
	padding:4px 15px 0px 0px;
	margin:5px 15px 5px 0px;
	border:0;
	background-image:url(../images/input_background.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:240px;
}

.disabled{
	float:left;
	height:21px;
	padding:4px 15px 0px 0px;
	margin:5px 15px 5px 0px;
	border:0;
	background-image:url(../images/input_background.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:240px;
	color:#ccc;
}

.textarea-container{
	float:left;
	width:300px;
	height:102px;
	background-image: url('../images/textbox.jpg');
	background-repeat:no-repeat;
	display:inline;
	text-align:center;
	padding:10px 0px 10px 0px;
	margin:5px 0px 5px 0px;
}

textarea{
	width:96%;
	height:100px;
	border:0;
	background-color:transparent;
	font-size:1.2em ;
	padding-right:5px;
	padding-left:5px;
	overflow-y:scroll;
	font-weight:bold;
}

input, select{
	float:left;
	font-weight:bold;
}


.blue-select{
	border: 2px solid #47B9D1;
	height:25px;
	margin:5px 0px 5px 2px;
	padding:2px 2px 2px 2px;
}

form{
	margin-bottom:15px;
}

#login_form{
	width:251px;
	height:210px;
	display:inline;
	float:left;
	background-image:url('../images/login-background.png');
	background-repeat:no-repeat;
	margin:0px 0px 0px 30px;
	text-align:center !important;

}

#login_form a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin:7px 0px 0px 0px;
	display:block;
}

#login_button{
	float:right;
	margin:9px 35px 0px 0px;
}

#login_form #email{background-image:url('../images/login-box.png');border:none;width:171px;height:20px;background-color:transparent;padding:5px 8px 0px 8px;margin:67px 0px 0px 0px !important;float:none!important;font-weight:bold;}
#login_form #password{float:none!important;background-image:url('../images/login-box.png');border:none;width:171px;height:20px;background-color:transparent;padding:5px 8px 0px 8px;margin:27px 0px 0px 0px;font-weight:bold;}


table{
	width:600px;
	font-size:1.2em;
}

.when{
	width:100px;
}

.who{

	width:150px;
}

th{
	color:#45BCD0;
	font-size:2.0em;
	margin:0px 0px 5px 0px;
}

td, th{
	text-align:center;
}

#validation{
	color:red;
	font-weight:bold;
}

#validation li{
	margin:0px 0px 10px 180px;
	background-image:url('../images/cross.png');
	background-position:left;
	background-repeat:no-repeat;
	padding:1px 0px 1px 20px;
	line-height:140%;
}

#validation.login li{
	margin-left:90px !important;
}
.returned{
	text-decoration: line-through;
}

#security{
	float:left;
	clear:left;
	margin:0px 0px 0px 180px;
}

.vivid{
	font-weight:bold;
	line-height:170%;
	color:#F3771D;
}