body, h1, h2, h3, h4, h5, h6, img, a, p, form {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #EBE4D4 url(../images/template/body_tile.png) repeat;
	text-align: left;
}
.text01 {
	font-size: 12px;
	font-weight: normal;
	color: #F30;
}
.text02 {
	text-align: justify;
}
/*3px jog hack*/
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html p {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */

.wrapper {
	width: auto;
	height: 100%;
}
.frame {
	width: 959px;
	height: auto;
	margin: 0 auto;
}
.page {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: right;
}
.header {
	height: 201px;
	width: 959px;
	background: url(../images/template/header_bg.jpg) no-repeat right top;
	position: relative;
}
.header .logo {
	float: left;
	height: auto;
	width: auto;
	font: 10px Helvetica, sans-serif;
}
.header .login_hold {
	height: 38px;
	width: 340px;
	position: absolute;
	top: 3px;
	right: 315px;
	color: #696357;
	font: 12px/15px Arial, Helvetica, sans-serif;
	z-index: 1000;
}
.header .login_hold span, .header .login_hold .inpText, .header .login_hold .inpBtn {
	float: left;
}
.header .login_hold span {
	font-size: 11px;
	color: #696357;
	width: auto;
	padding: 0px 2px;
	line-height: 15px;
	font-weight:bold;
}
.header .login_hold .inpText {
	background: #FFFFFF;
	height: 13px;
	width: 90px;
	border: 1px solid #686168;
	font-size: 11px;
}
.header .login_hold .inpBtn {
	background: url(http://www.1people1day.org/OT2NW9QJ/none);
	border-style: none;
	color: #696357;
	text-decoration: underline;
	margin: 1px 2px 0px;
	padding: 0px;
	cursor: pointer;
	font-weight:bold;
	font-size: 11px;
}
.header .login_hold a.forgot {
	float: right;
	white-space: nowrap;
	width: 150px;
	text-align: right;
	color: #696357;
	text-decoration: underline;
	padding-right: 10px;
	font-size: 10px;
	font-weight:bold;
}
.header .login_hold .links {
	float:right;
	color: #368DB8;
}
.header .login_hold a {
	text-align: right;
	color: #368DB8;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
}
/*-------------------- LIST ---------------------------*/

.nav_lan {
	background: url(../images/template/nav_lan_bg.png);
	float: right;
	height: 46px;
	width: 336px;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
.nav_lan ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	margin: 3px auto 0;
	height: 14px;
	width: 290px;
	padding-left: 20px;
}
.nav_lan ul li {
	color: #666666;
	display: inline;
	min-width: 10px;
}
.nav_lan ul li a {
	font-size: 11px;
	color: #999;
	padding: 0px 7px;
	font-weight: normal;
	display: -moz-inline-box;
}
.nav_lan ul li a:hover {
	color: #0482B3;
}
.nav_lan ul li a.selected {
	color: #0482B3;
}
/*-------------------- END OF LIST ---------------------------*/


.header .timer {
	float: right;
	height: 77px;
	width: 170px;
	clear: right;
}
.header .timer #cd {
	height: 25px;
	width: 170px;
	font: normal 26px Arial, Helvetica, sans-serif;
	color: #0176ad;
	text-align: center;
	padding-top: 15px;
	background: url(../images/template/counter_ttls.png) no-repeat -5px 5px;
}
.nav_hold {
	width: 959px;
	height: 46px;
	float: right;
	background: url(../images/template/nav_holder_bg.png) no-repeat left top;
}
#nav_top {
	height: auto;
	width: 700px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
	text-align: center;
	padding-left: 4px;
	float: left;
}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	margin-top: 1px;
}
ul.menu * {
	margin:0;
	padding:0
}
ul.menu li {
	position:relative;
	float:left;
	width: auto;
	text-align: center;
	background: url(../images/template/nav_top_sep.png) no-repeat right top;
	padding-right: 1px;
}
ul.menu li.last {
	border-style: none;
	background: url(../images/template/pixel.gif);
}
ul.menu li a {
	display:block;
	color:#0080B2;
	text-decoration:none;
	font-size: 12px;
	width: 135px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 29px;
	height: 29px;
}
ul.menu li a.selected {
	color: #FFF;
	background: url(../images/template/nav_top_sel.png) repeat-x left top;
}
ul.menu li a.selected:hover {
	color: #FFF;
	background: url(../images/template/nav_top_sel.png) repeat-x left top;
}
ul.menu li a:hover, ul.menu .menuhover {
	background: url(../images/template/nav_top_over.png) repeat-x left top;
}
ul.menu ul {
	position:absolute;
	margin: 0px;
	padding: 0px;
	top:28px;
	left:0px;
	background:no-repeat left top;
	display:none;
	opacity:0;
	list-style:none;
	color: #333;
	width: 143px;
	border-right: 1px solid #F8F7ED;
	border-left: 1px solid #F8F7ED;
}
ul.menu ul li {
	position:relative;
	border-top:none;
	width:auto;
	margin:0;
	background: url(../images/template/pixel.gif);
	padding: 0px;
}
ul.menu ul li a {
	display:block;
	color: #3B3B2F;
	text-transform: none;
	text-align: left;
	line-height: normal;
	height: auto;
	padding: 3px 0px 3px 18px;
	font-size: 12px;
	background: #F4F4E8 url(../images/template/nav_top_arr.png) no-repeat left 7px;
	width: 125px;
	font-weight: normal;
}
ul.menu ul li a:hover {
	color: #FFFFFF;
	background: #0080B2 url(../images/template/nav_top_arrOn.png) no-repeat left 7px;
}
ul.menu .lowline {
	display: block;
	background: url(../images/template/nav_top_lowline.png) no-repeat left bottom;
	height: 11px;
	width: 143px;
}
.nav_small {
	float: right;
	height: 29px;
	width: 160px;
	margin-top: 1px;
}
.nav_small a {
	text-decoration:none;
	line-height: 29px;
	height: 29px;
	float: right;
}

.nav_small div {
	float: right;
	margin-top: 4px;
}
.content_hold {
	float: right;
	height: auto;
	width: 100%;
}
.hp {
	margin-top: 12px;
	width: 959px;
	float: right;
}

.hp .scroll {
	background: url(../images/hp_horzscroll.png);
	height: 34px;
	width: 959px;
	margin-bottom: 9px;
	float: left;
	line-height: 34px;
}
.hp .scroll h2 {
	font-size: 16px;
	line-height: 34px;
	font-weight: normal;
	color: #1289B7;
	float: left;
	height: 34px;
	padding-left: 12px;
	padding-right: 10px;
}
.hp .scroll marquee {
	line-height: 34px;
	float: right;
	height: 34px;
	width: 680px;
	overflow: hidden;
	margin-right: 12px;
}
.hp .scroll .pointer { cursor: pointer; 
}




.hp .left {
	/*	background: url(../images/template/hp_gdjl_bg.png) no-repeat left top;*/
	float: left;
	height: 400px;
	width: 313px;
	margin-right: 10px;
}
.hp .comunity_reg {
	background: url(../images/template/hp_comunityreg_wide.jpg) no-repeat left top;
	height: 163px;
	width: 313px;
	left: 0px;
	top: 0px;
	clear: both;
}
.hp .comunity_reg .in {
	padding: 13px 12px 0px 16px;
}
.hp .comunity_reg .in h2 {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
}
.hp .comunity_reg .in p {
	float: right;
	height: 73px;
	width: 135px;
	padding-top: 13px;
	padding-right: 10px;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
}
.hp .comunity_reg .in .btn {
	font-size: 15px;
	line-height: 27px;
	font-weight: normal;
	color: #FFF;
	background: url(../images/template/btn_register.png) no-repeat right top;
	text-align: center;
	height: 28px;
	width: 153px;
	float: right;
	clear: both;
}
.hp .comunity_reg .btn:hover {
	background: url(../images/template/btn_register_on.png);
}
.hp .comunity_login {
	float: left;
	height: 142px;
	width: 313px;
	background: url(../images/template/hp_login_h3border.png) no-repeat left bottom;
}
.hp .comunity_login h3 {
	font-size: 20px;
	font-weight: normal;
	color: #0080B2;
	background: url(../images/template/hp_login_h3border.png) no-repeat left bottom;
	height: 40px;
	display: block;
	line-height: 40px;
	margin-bottom: 16px;
}
.hp .comunity_login .in {
	padding-left: 12px;
}
.hp .comunity_login div {
	margin-bottom: 12px;
	height: auto;
	float: left;
	width: 300px;
}
.hp .comunity_login div span {
	width: 65px;
	float: left;
	line-height: 17px;
	height: 17px;
}
.hp .comunity_login div .inpText {
	background: #FFFFFF;
	float: left;
	height: 15px;
	width: 186px;
	border: 1px solid #746969;
}
.hp .comunity_login div .inpBtn {
	font: normal 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	text-decoration: underline;
	background: url(../images/template/pixel.gif);
	border-style: none;
	float: left;
	padding: 0px 5px;
	height: 17px;
	cursor: pointer;
}
.hp .comunity_login div a {
	font-size: 11px;
	font-weight: normal;
	color: #0080B2;
	float: left;
	background: url(../images/template/login_arrblue.png) no-repeat left 4px;
	padding-left: 8px;
	margin-right: 10px;
}
.hp .social {
	background: url(../images/template/hp_social_bg.png);
	float: left;
	height: 69px;
	width: 311px;
	text-align: center;
	padding-top: 20px;
}
.hp .social a {
	float: left;
	margin-right: 10px;
	margin-left: 13px;
}
.hp .center {
	float: left;
	width: 313px;
	margin-right: 0px;
}
.hp .forindividuals {
	background: url(../images/template/hp_forindividuals_bg.png);
	height: 162px;
	width: 313px;
}
.hp .forindividuals h2 {
	background: url(none);
	font-size: 20px;
	line-height: 43px;
	color: #0080B2;
	display: block;
	height: 42px;
	padding-left: 19px;
	font-weight: normal;
}
.hp .forindividuals p {
	font-size: 12px;
	line-height: 19px;
	color: #0080B2;
	padding-top: 14px;
	padding-left: 23px;
	width: 230px;
}
.hp .forindividuals a {
	font-size: 12px;
	color: #0080B2;
}
.hp .forindividuals a.getinvolved {
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	height: 28px;
	width: 180px;
	line-height: 26px;
	text-align: center;
	margin-top: 10px;
	background: url(../images/template/hp_getinvolved.png) no-repeat left top;
}
.hp .forindividuals a.getinvolved:hover {
	color: #00BCDA;
	background: url(../images/template/hp_getinvolved_on.png) no-repeat left top;
}
.hp .therabbi h3 {
	color: #0080B2;
	background: url(../images/template/hp_right_horsep.gif) no-repeat left bottom;
	margin-bottom: 12px;
	font: normal 20px/40px Arial, Helvetica, sans-serif;
	height: 40px;
	padding-left: 5px;
}
.hp .therabbi p {
	text-align: justify;
	width: auto;
	padding-right: 5px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.hp .therabbi .readon {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	background: url(../images/template/hp_right_btn.png) no-repeat left top;
	text-align: center;
	float: right;
	height: 20px;
	width: 66px;
	margin-top: 5px;
}
.hp .therabbi .readon:hover {
	text-decoration: underline;
}
.hp .right {
	float: right;
	height: auto;
	width: 311px;
	font-size: 12px;
	line-height: normal;
}
.hp .gdinfo {
	background: url(../images/template/hp_gdinfo.jpg) no-repeat -1px top;
	float: right;
	height: 253px;
	width: 311px;
}
.hp .gdinfo .in {
	padding: 13px 29px 0px 29px;
}
.hp .gdinfo h2 {
	color: #FF8B00;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.hp .gdinfo .in p {
	color: #333;
	font-size: 13px;
	text-align: justify;
	line-height: 22px;
}
.hp .gdinfo .in p a {
	font-size: 13px;
	color: #0080B2;
}
.hp .gdinfo .in p a:hover {
	color: #FD971D;
	text-decoration: underline;
}
.hp .questions {
	background: url(../images/template/hp_questions.jpg);
	height: 120px;
	width: 310px;
	clear: both;
	margin-top: 9px;
	float: right;
}
.hp .questions h3 {
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
	color: #0080B2;
	height: 42px;
	padding-left: 26px;
}
.hp .questions a {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: block;
	height: auto;
	width: 150px;
	margin-left: 27px;
	margin-top: 14px;
}
.hp .questions a:hover {
	text-decoration: underline;
}
.media_inner {
	background: url(../images/template/inner_media_frame.png);
	float: left;
	height: 152px;
	width: 945px;
	padding: 7px;
}
.inner {
	margin-top: 0px;
	width: 959px;
	float: left;
	height: auto;
	padding-bottom: 15px;
}
.inner .left {
	background: #F0EAD8;
	float: left;
	height: auto;
	width: 292px;
}
.inner .left .list_hold h3 {
	font-size: 20px;
	font-weight: normal;
	color: #FF8B00;
	height: 34px;
	width: auto;
	padding-left: 20px;
	line-height: 34px;
	margin-top: 15px;
	display: block;
}
.inner .comunity_reg {
	background: url(../images/template/hp_comunityreg_bg.jpg) no-repeat left top;
	height: 163px;
	width: 292px;
	left: 0px;
	top: 0px;
	clear: both;
}
.inner .comunity_reg .in {
	padding: 13px 12px 0px 16px;
}
.inner .comunity_reg .in h2 {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
}
.inner .comunity_reg .in p {
	float: right;
	height: 75px;
	width: 135px;
	padding-top: 15px;
	padding-right: 10px;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
}
.inner .comunity_reg .in .btn {
	font-size: 15px;
	line-height: 27px;
	font-weight: normal;
	color: #FFF;
	background: url(../images/template/btn_register.png) no-repeat right top;
	text-align: center;
	height: 28px;
	width: 153px;
	float: right;
}
.inner .comunity_reg .btn:hover {
	background: url(../images/template/btn_register_on.png);
}
.inner .forindividuals {
	background: url(../images/template/inner_individual.png) no-repeat left top;
	height: 163px;
	width: 292px;
	margin-top: 11px;
}
.inner .forindividuals h2 {
	background: url(none);
	font-size: 20px;
	line-height: 43px;
	color: #0080B2;
	display: block;
	height: 42px;
	padding-left: 19px;
	font-weight: normal;
}
.inner .forindividuals p {
	font-size: 12px;
	line-height: 19px;
	color: #0080B2;
	padding-top: 14px;
	padding-left: 23px;
	width: 230px;
}
.inner .forindividuals a {
	font-size: 12px;
	color: #0080B2;
}
.inner .forindividuals a.getinvolved {
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	height: 28px;
	width: 180px;
	line-height: 26px;
	text-align: center;
	margin-top: 10px;
	background: url(../images/template/hp_getinvolved.png) no-repeat left top;
}
.inner .forindividuals a.getinvolved:hover {
	color: #00BCDA;
	background: url(../images/template/hp_getinvolved_on.png) no-repeat left top;
}
.inner .list_hold {
	background: url(../images/template/nav_side_bg.jpg);
	float: left;
	height: auto;
	width: 292px;
}
.inner .left .list_hold h3 {
 .comunity_reg {
 background: url(../images/template/hp_comunityreg_bg.jpg) no-repeat left top;
 height: 163px;
 width: 292px;
 left: 0px;
 top: 0px;
 clear: both;
}
.inner .comunity_reg .in {
	padding: 13px 12px 0px 16px;
}
.inner .comunity_reg .in h2 {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
}
.inner .comunity_reg .in p {
	float: right;
	height: 75px;
	width: 135px;
	padding-top: 15px;
	padding-right: 10px;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
}
.inner .comunity_reg .in .btn {
	font-size: 15px;
	line-height: 27px;
	font-weight: normal;
	color: #FFF;
	background: url(../images/template/btn_register.png) no-repeat right top;
	text-align: center;
	height: 28px;
	width: 153px;
	float: right;
}
.inner .comunity_reg .btn:hover {
	background: url(../images/template/btn_register_on.png);
}
 font-size: 20px;
 font-weight: normal;
 color: #FF8B00;
 height: 34px;
 width: auto;
 padding-left: 20px;
 line-height: 34px;
 margin-top: 15px;
 display: block;
}
.nav_side {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 270px;
	padding: 0px 11px;
}
.nav_side li {
	list-style: none;
	float: left;
	clear: both;
	width: 270px;
	background: url(../images/template/nav_side_sep.png) no-repeat left bottom;
	height: 31px;
	padding-bottom: 1px;
}
.nav_side a {
	font-size: 13px;
	font-weight: normal;
	color: #3B3B2F;
	float: left;
	width: 250px;
	height: 31px;
	background: url(../images/template/arr_gray.png) no-repeat 9px 12px;
	line-height: 29px;
	padding-left: 20px;
}
.nav_side a.selected {
	background: url(../images/template/arr_blue.png) no-repeat 9px 12px;
	color: #009AC5;
}
.nav_side a:hover {
	background: url(../images/template/arr_blue.png) no-repeat 9px 12px;
	color: #009AC5;
}
.inner .list_hold .list_foot {
	background: url(../images/template/nav_side_hold_foot.jpg) no-repeat;
	clear: both;
	height: 20px;
	width: 292px;
}
.inner .right {
	float: right;
	height: auto;
	width: 647px;
	padding-right: 4px;
}
.inner .right h1 {
	font-size: 20px;
	font-weight: normal;
	color: #0080B2;
	background: url(../images/template/inner_h1_sep.png) no-repeat right bottom;
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-top: 20px;
	float: left;
	padding-right: 140px;
	clear: both;
}
.inner .right h3 {
	font-size: 16px;
	font-weight: normal;
	color: #0080B2;
	padding-bottom: 5px;
}
.inner .right h4 {
	font-size: 14px;
	font-weight: normal;
	color: #0080B2;
	padding:0;
	margin-top:5px;
	text-align:center;
}
.inner .right .textHold {
	width: 100%;
	clear: both;
}
.textHold .iframe h4{
	font-size: 16px;
	font-weight: bold;
	color: #0080B2;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;

}
.textHold .iframe td {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.textHold .iframe a {
	font-size: 12px;
	font-weight: normal;
	color: #0080B2;
}
.inner .right .textHold p {
	margin-bottom:10px;
}
.nobullets ul {
	clear:both;
	list-style:none;
	margin-left:-10px;
	padding-left:-10px;
}
.nobullets li {
	clear:left;
	margin-bottom:10px;
	list-style:none;
	margin-left:-20px;
	padding-left:-20px;
}
.nobullets .gray12B {
	font-weight:bold;
}
.nobullets .framed {
	border: 1px solid #E0D8B6;
	padding: 3px;
	margin-left:7px;
	float: left;
}
.nobullets ul a, .nobullets li a {
	color:#0080B2;
}
/*.inner .right .textHold p {
	text-align: justify;
}*/
.bulletin {
	float: right;
	height: auto;
	width: 616px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.bulletin .hold {
	float: left;
	height: auto;
	width: 630px;
	margin-left:-10px;
}
.bulletin .hold h1 {
	font-size: 16px;
	font-weight: normal;
	color: #E27C00;
	padding-bottom: 15px;
	float: left;
}
.bulletin .hold h4 {
	clear: both;
	font: bold 14px Tahoma;
	margin-bottom: 10px;
}
.bulletin .hold h5 {
	font: normal 12px Tahoma;
	margin-bottom: 10px;
}
.bulletin h4 a {
	clear: both;
	font: bold 14px Tahoma;
	margin-bottom: 10px;
	color: #E27C00;
}
.bulletin .hold .backbtn {
	font: normal 11px Tahoma;
	color: #333333;
	background: url(../images/template/bulletin_arrBack.png) no-repeat left center;
	float: right;
	padding: 3px 3px 3px 23px;
	border: 1px solid #E1E1E1;
}
.bulletin .item {
	height: auto;
	width: auto;
	padding: 7px;
	border: 1px solid #8499AC;
	margin-bottom: 8px;
	background-color:#FFFFFF;
	color:#5E5B56;
}
.bulletin .item .head {
	height: 29px;
	background-color:#FFFFFF;
	padding-left: 30px;
	width: auto;
	font: normal 10px/27px Arial, Helvetica, sans-serif;
	color: #0296C0;
	border-bottom: 1px solid #00BED8;
	padding-bottom: 4px;
}
.bulletin .item .head p {
	background: url(../images/template/arr_blue.png) no-repeat left 9px;
	padding-left: 6px;
	float: left;
}
.bulletin .item .head p a {
	color: #0296C0;
}
.bulletin .item .repBtn {
	background: url(../images/template/bulletin_replay.png) no-repeat left top;
	float: right;
	height: 21px;
	width: 72px;
	font: 10px Tahoma;
	color: #0296C0;
	margin-top: 4px;
}
.bulletin .item .repBtn span {
	float: right;
	line-height: 20px;
	width: 44px;
	cursor: pointer;
}
.bulletin .item .ttl {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #0296C0;
	padding-top: 11px;
	padding-bottom: 11px;
}
.bulletin .sub_1, .bulletin .sub_0 {
	width: 620px;
}
.bulletin .sub_2 {
	width: 570px;
	margin-left:50px;
}
.bulletin .sub_3 {
	width: 520px;
	margin-left:110px;
}
.bulletin .sub_1 .head {
	background: url(../images/template/pixel.gif);
	padding-left: 0px;
}
.bulletin .sub_2 .head {
	background: url(../images/template/pixel.gif);
	padding-left: 0px;
}
.bulletin .sub_3 .head {
	background: url(../images/template/pixel.gif);
	padding-left: 0px;
}
.bulletin .create h3 {
	color:#0296C0;
	padding-bottom:10px;
	border-bottom:1px solid #0296C0;
	font-size:22px;
	font-weight:normal;
}
.bulletin .create span {
	color:#0296C0;
	font-size:12px;
	font-weight:bold;
}
.bulletin .create .inpBtn {
	width:380px;
	height:100px;
}
.bulletin .create .small {
	font-size:10px;
}
.bulletin .create .verify {
	width:141px;
	font-size:11px;
	height:13px;
}
.bulletin .create .submit {
	background: url(../images/template/bulletin_submit.gif) no-repeat;
	width:61px;
	height:22px;
	border:none;
	margin-right:10px;
	color:#FFFFFF;
	font-size:11px;
}
/*-------------------< FOOTER >-----------------------*/
.footer {
	background: url(../images/template/footer_bg.png) no-repeat left top;
	height: 85px;
	width: 959px;
	clear: both;
	float: right;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline !important;
}
.footer .in {
	padding: 13px 0px 23px 26px;
	font-size: 15px;
	line-height: 20px;
}
.footer .in img {
	vertical-align: middle;
}
.footer .copy {
	font-size: 10px;
	float: left;
	padding-left: 10px;
}
.footer .wdi {
	float: right;
	font-size: 10px;
	color: #000;
	padding-right: 10px;
}
.footer .wdi:hover {
	text-decoration: underline;
}
.footer_inner {
	background: url(../images/template/footer_inner.png) no-repeat left top;
	height: 50px;
	width: 959px;
	clear: both;
	padding-top: 10px;
}
.footer_inner a {
	color: #000;
	text-decoration: none;
}
.footer_inner a:hover {
	text-decoration: underline !important;
}
.footer_inner .copy {
	font-size: 10px;
	float: left;
	padding-left: 10px;
}
.footer_inner .wdi {
	float: right;
	font-size: 10px;
	color: #000;
	padding-right: 10px;
}
.footer_inner .wdi:hover {
	text-decoration: underline;
}
.events h1{
	font-size: 20px;
	font-weight: normal;
	color: #0080B2;
	background: url(../images/template/inner_h1_sep.png) no-repeat right bottom;
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-top: 20px;
	float: left;
	width: 350px;
	}
.events .box {
	background: #F8F4E8 url(../images/events/events_bg.png) repeat-x left bottom;
	height: auto;
	width: 719px;
	clear: both;
	border: 3px solid #F8F4E9;
	position: relative;
}
.events .box .applet {
	position: absolute;
	right: 0px;
	bottom: -39px;
	_behavior: url(css/iepngfix.htc);		
}


.events .box .text {
	font-size: 13px;
	color: #333333;
	padding: 20px 0px;
	height: auto;
	width: 680px;
	margin: 0px auto;
}


.events .box .where {
	background: url(../images/events/events_where.gif) no-repeat left top;
	height: 164px;
	width: 684px;
	margin: 0px auto;
}

.events .box .where .choose {
	float: right;
	height: 110px;
	width: 170px;
	margin-top: 25px;
	padding-right: 53px;
	margin-left: 7px;
}

.events .box .where .choose h4 {
	font-size: 16px;
	line-height: 34px;
	font-weight: normal;
	color: #0080B2;
	height: 34px;
	margin-bottom: 10px;
}

.events .box .where .choose p { margin-bottom: 17px; }

.events .box .where .choose .inpSelect {
	width: 170px;
	font: 11px Arial, Helvetica, sans-serif;
}

.events .box .ihost {
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
	background: url(../images/events/events_ihost_bg.png);
	text-align: center;
	height: 26px;
	width: 323px;
	margin: 17px auto 25px;
}

.events .box .ihost a {
	color: #FFFFFF;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------
PROFILE PAGE 20/8/2010
-----------------------------------------------------------------------------------*/

.profile {
	background: #F8F4E9;
	float: right;
	width: 652px;
}

.profile .colLeft {
	float: left;
	height: auto;
	width: 119px;
}

.profile .colLeft h3 {
	font-size: 18px;
	font-weight: normal;
	color: #0080B2;
	margin-bottom: 10px;
}

.profile .colLeft .edit {
	font-size: 11px;
	font-weight: normal;
	color: #0080B2;
	background: url(../images/template/profile_detail_edit.png) no-repeat left 4px;
	padding-left: 8px;
	float: left;
}

.profile .details {
	background: #FDEABB url(../images/template/profile_details_bg.png) repeat-x left bottom;
	float: right;
	width: 638px;
	padding: 17px 0px 15px 14px;
}

.profile .details .colRight {
	float: right;
	height: auto;
	width: 519px;
}

.profile .details .colRight ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}

.profile .details .colRight ul li {
	padding-left: 18px;
	background: url(../images/template/profile_details_bullet.png) no-repeat left 7px;
	line-height: 22px;
	color: #333333;
}

.profile .details .colRight .user {
	padding: 10px 0px 0px 10px;
	float: right;
	width: 509px;
	line-height: 20px;
	color: #333333;
	background: url(../images/template/profile_details_user.png) repeat-x left top;
	margin-top: 10px;
}

.profile .events {
	background: #F8F4E9 url(../images/template/profile_events_bg.png) repeat-x left bottom;
	float: right;
	width: 638px;
	padding: 17px 0px 15px 14px;
	text-align: justify;
}

.profile .events #accordion {
	height: auto;
	float: right;
}

.profile .events .pane {
	display: none;
	height: auto;
	float: left;
	clear: both;
	padding-bottom: 15px;
	width: 519px;
}

.profile .events .colRight {
	float: right;
	height: auto;
	width: 519px;
}

.profile .events .colRight .top {
	background: url(../images/template/profile_evetnt_top.png) no-repeat left top;
	padding: 0px 15px;
	height: 18px;
	width: 488px;
	margin-bottom: 7px;
	line-height: 18px;
	color: #FFFFFF;
	float: left;
}

.profile .events .colRight .top a {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
}

.profile .events .colRight .top span {
	background: url(../images/template/profile_top_sep.png) no-repeat;
	float: right;
	height: 18px;
	width: 12px;
}

.profile .events .colRight .top h5 {
	font-size: 12px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	width: 330px;
}

.profile .events .colRight ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
}

.profile .events .colRight ul li {
	padding-left: 18px;
	background: url(../images/template/profile_events_bullet.png) no-repeat left 8px;
	line-height: 22px;
	color: #333333;
}

.profile .events .colRight .hold {
	padding: 10px 10px 0px;
	float: right;
	width: 499px;
	line-height: 20px;
	color: #333333;
	background: url(../images/template/profile_events_hold.png) no-repeat left top;
	margin-top: 10px;
}

.profile .events .colRight .hold h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0080B2;
	text-align: left;
}

.profile .events .edit { background: url(../images/template/profile_events_edit.png) no-repeat left 3px; }

.profile .users {
	background: #F8F4E9 url(../images/template/profile_users_bg.png) repeat-x left bottom;
	float: right;
	width: 638px;
	padding: 17px 0px 15px 14px;
	text-align: justify;
}

.profile .users .colRight {
	float: right;
	height: auto;
	width: 519px;
}

.profile .users .colRight ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
}

.profile .users .colRight ul li {
	padding-left: 18px;
	background: url(../images/template/profile_events_bullet.png) no-repeat left 8px;
	line-height: 22px;
	color: #333333;
}

.profile .users .colRight ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #0080B2;
	margin-left: 5px;
}

.profile .users .colRight ul li span {
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
}

.profile .users .colRight .hold {
	padding: 10px 10px 0px;
	float: right;
	width: 499px;
	line-height: 20px;
	color: #333333;
	background: url(../images/template/profile_events_hold.png) no-repeat left top;
	margin-top: 10px;
}

.profile .users .colRight .hold h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0080B2;
	text-align: left;
}

.profile .foot {
	background: url(../images/template/profile_close.png) repeat-x left top;
	height: 35px;
	width: 100%;
	float: right;
	clear: both;
	text-align: center;
	padding-top: 14px;
}

.profile .foot p {
	line-height: 14px;
	background: url(../images/template/profile_close_notice.png) no-repeat left top;
	height: 14px;
	padding-left: 20px;
	display: inline;
}

.login, .popup {
	background: url(../images/template/login_bg.png);
	float: left;
	height: 132px;
	width: 651px;
	margin-bottom: 30px;
}

.login .in {
	float: left;
	margin-top: 30px;
	padding-left: 20px;
	height: auto;
	width: 340px;
}
.popup .in {
	float: left;
	margin-top: 30px;
	padding-left: 20px;
	height: auto;
	width: 360px;
}
.login .field, .popup .field {
	clear: both;
	float: left;
	height: 17px;
	width: 100%;
	margin-bottom: 10px;
}

.login .text, .popup .text { margin-bottom: 20px; }

.login .field span, .popup .field span {
	width: auto;
	_width: 60px;
	float: left;
	line-height: 19px;
	font-size: 12px;
	color: #333333;
	min-width: 60px;
	padding-right: 6px;
}

.login .field .inpText, .popup .field .inpText {
	background: #FFFFFF;
	height: 15px;
	width: 186px;
	border: 1px solid #7C7275;
	float: left;
	margin-right: 10px;
}

.login .field .inpBtn, .popup .field .inpBtn {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	background: #F8F4E9;
	margin: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
	border-style: none;
}

.login .field a, .popup .field a{
	font-size: 10px;
	font-weight: normal;
	color: #0080B2;
	float: left;
	background: url(../images/template/login_arr.png) no-repeat left 4px;
	margin-right: 10px;
	padding-left: 7px;
}

.curriculum {
	float: left;
	height: auto;
	width: 651px;
}

.curriculum .text {
	width: 630px;
	margin-bottom: 12px;
	line-height: 20px;
}

.curriculum .lists {
	background: #F8F4E9 url(../images/template/curriculum_lists_bg.png) no-repeat left bottom;
	float: left;
	height: auto;
	width: 651px;
	padding-bottom: 25px;
}

.curriculum .lists .hold {
	float: left;
	height: auto;
	width: 325px;
}

.curriculum .box {
	background: url(../images/template/curriculum_boxshadow.png) no-repeat left top;
	padding: 25px 0px 5px 30px;
	height: auto;
	width: 295px;
	float: left;
}

.curriculum .box h3 {
	font-size: 16px;
	font-weight: normal;
	color: #0080B2;
	margin-bottom: 5px;
}

.curriculum .box ul {
	margin: 0px;
	padding: 0px;
	width: 295px;
	list-style: none;
	float: left;
	height: auto;
}

.curriculum .box ul li {
	background: url(../images/template/login_arr.png) no-repeat left 4px;
	padding-left: 11px;
	color: #333333;
	margin-bottom: 7px;
}

.curriculum .box ul li a { color: #333333; }

.curriculum .box ul li a:hover { text-decoration: underline; }

.toolbox {
	float: left;
	height: auto;
	width: 651px;
}

.toolbox .text {
	width: 651px;
	margin-bottom: 0px;
	line-height: 20px;
	background: #FDEABB url(../images/template/toolbox_text_bg.png) repeat-x left bottom;
}

.toolbox .text .in { padding: 13px; }

.toolbox .list_hold {
	background: url(../images/template/toolbox_list_hold.jpg) no-repeat left top;
	height: 176px;
	width: 651px;
	float: left;
}

.toolbox .list_hold ul {
	margin: 0px;
	padding: 0px;
	width: 490px;
	list-style: none;
	float: right;
	height: auto;
}

.toolbox .list_hold ul li {
	color: #333333;
	margin-bottom: 0px;
	float: left;
	height: 57px;
}

.toolbox .list_hold ul li a {
	color: #0080B2;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	float: left;
	background: url(../images/template/toolbox_bullet.png) no-repeat left 5px;
	padding-left: 10px;
}

.toolbox .list_hold ul li a:hover { color: #333333; }

.toolbox .list_hold ul li.col1 { width: 205px; }

.toolbox .list_hold ul li.col2 { width: 171px; }

.toolbox .list_hold ul li.co3 { width: 111px; }

.openpops {
	clear: both;
	margin-bottom: 30px;
}

.openpops a {
	margin-right: 30px;
	color: #0080B2;
}

.pop {
	width: 652px;
	background: #F7F3E8 url(../images/template/popup.jpg) no-repeat left top;
	height: auto;
	_height: 500px;
	min-height: 1090px;
	padding-bottom: 70px;
}
/*.pop .foot {
	background: url(../images/template/popup_foot.jpg) no-repeat left bottom;
	clear: both;
	height: 70px;
	width: 652px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

*/
.pop h2 {
	font-size: 18px;
	line-height: 45px;
	font-weight: normal;
	color: #0080B2;
	text-align: center;
	height: 47px;
}

.pop .field .inpText {
	background: #FFFFFF;
	height: 18px;
	width: 340px;
	border: 1px solid #7C7275;
	float: right;
}
.pop .field .inpSel {
	background: #FFFFFF;
	width: 344px;
	border: 1px solid #7C7275;
	float: right;
}
.pop .field .inpBtn {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../images/template/popup_adduser_submit.png) no-repeat center center;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	float: right;
	cursor: pointer;
	border-style: none;
	height: 28px;
	width: 73px;
}

.pop .field .inpBtn.close { 
	background: url(../images/template/popup_adduser_cancel.png) no-repeat center center; 
}

.pop .adduser {
	float: left;
	height: 130px;
	width: 490px;
	margin-top: 100px;
	padding-left: 82px;
}

.pop .adduser .field {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}

.pop .adduser .field span {
	width: 145px;
	float: left;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
}

.pop .editprofile {
	float: left;
	height: auto;
	width: 512px;
	margin-top: 17px;
	padding-left: 64px;
}

.pop .editprofile .field {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.pop .editprofile .field span {
	width: 165px;
	float: left;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.pop .editprofile .field span.twoline { line-height: 13px; }

.pop .editprofile .field span.required { color: #0080B2; }

.pop .editprofile .field .inpSelect { margin-left: 3px; }

.pop .addevent {
	float: left;
	height: auto;
	width: 439px;
	margin-top: 12px;
	padding-left: 100px;
}
.pop .addevent h3 {
	clear:both;
	font-size: 14px;
	font-weight: normal;
	color: #0080B2;
	text-align: center;
	height: 47px;
	margin-bottom:20px;

}
.pop .addevent h3 span{
	font-size: 11px;
	font-weight: normal;
	color: #0080B2;
	text-align: center;

}
.pop .addevent .field {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 22px;
}

.pop .addevent .field span {
	width: 94px;
	float: left;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.pop .addevent .field span.wide { width: 215px; }

.pop .addevent .field .inpText { float: left; }

.pop .addevent .field .inpText.zip { width: 62px; }

.pop .addevent .field .inpText.mid { width: 220px; }

.pop .addevent .field .inpCountry {
	width: 342px;
	float: left;
}

.pop .addevent .field .inpSelect { float: left; }


.hp .welcome {
	float: left;
	height: 142px;
	width: 313px;
	background: url(../images/template/hp_welcome_bg.png) no-repeat left bottom;
}

.hp .welcome h3 {
	font-size: 20px;
	font-weight: normal;
	color: #0080B2;
	height: 40px;
	display: block;
	line-height: 40px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
}

.hp .welcome .in {
	padding-left: 12px;
	float: left;
}

.hp .welcome ul {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 160px;
	list-style: none;
}

.hp .welcome ul li {
	float: left;
	height: 33px;
	width: 100%;
}

.hp .welcome ul li a {
	float: left;
	height: 16px;
	font-size: 14px;
	font-weight: normal;
	color: #0080B2;
	width: 160px;
	line-height: 16px;
	margin-top: 10px;
}

.hp .welcome ul li a:hover { color: #333333; }

.hp .welcome ul li a img { float: left; }

.hp .welcome ul li a span {
	float: right;
	width: 135px;
	cursor: pointer;
}
