body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#010101;
	margin:0;
	padding:0;
}
img {
	border-style:none;
}
form {
	padding:0;
	margin:0;
}
.main {
	margin:0 auto;
	width:879px;
	padding-bottom:10px;
}
/*header*/
#header {
	position:relative;
	background:url(../images/border-header.gif) repeat-x 0 151px;
	height:165px;
}
/*logo*/
#header strong {
	position:absolute;
	top:63px;
	left:-2px;
	background:url(../images/logo_abc.jpg) no-repeat;
	width:153px;
	height:73px;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(../images/logo_abc.gif);
}
#header strong a {
	display:block;
	height:100%;
}
/*main-nav*/
#header .nav-holder {
	position:absolute;
	top:75px;
	left:213px;
	width:665px;
	overflow:hidden;
}

#header .nav-holder #learn{
	top:55px;
	position:absolute;
	left:550px;
	color:#c60c02;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header .nav-holder #learn a{
	color:#c60c02;
	text-decoration:none;
}

#header .nav-holder ul{
	margin:0;
	padding:0;
	height:70px;
	width:390px;
	position:relative;
	left:20px;
	top:20px;
}

#header .nav-holder ul li{
	width:120px;
	background-image:url(../images/star-grey.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#header .nav-holder ul li a{
	font-size:11px;
	color:#343434;
	text-transform:lowercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#header .nav-holder ul li a:hover{
	color:#c60c02;
	background-image:url(../images/star-red.gif);
	background-repeat:no-repeat;
	background-position:right;
}


#header .nav-holder2 {
	position:absolute;
	top:55px;
	left:213px;
	width:416px;
	overflow:hidden;	
	height:85px;
	
}
#header .nav-holder2 .events {
	
}

#header .nav-holder2 .events .menu{
	
}


/*---#header ul {
	margin:0;
	padding:0;
	list-style:none;
	width:490px;
	height:65px;
}
---*/
#header ul li {
	margin-right:10px;
	margin-bottom:4px;
	float:left;	
	list-style-type:none;
	
	
}
#header ul a {
	display:block;
	
}
#header ul a img {
	display:block;
}
/*---#header ul a:hover {
	background:url(../images/hover.gif) no-repeat 100% 4px;---*/

#header .text-holder {
	position:absolute;
	top:18px;
	left:0;
	font-size:9px;
	color:#000;	
}

#header .login-holder {
	position:absolute;
	top:18px;
	left:620px;
	font-size:9px;
	color:#000;	
	width: 280px;
}

#header .login-holder *{
	display:inline;
}

#header .login-holder a{
	color:#C00;
	text-decoration:none;
	font-size:11px;
	margin-right:5px;
	margin-left:5px;
}

#header .login-holder2 {
	position:absolute;
	top:18px;
	left:440px;
	font-size:9px;
	color:#000;	
	width: 280px;
}

#header .login-holder2 *{
	display:inline;
}

#header .login-holder2 a{
	color:#C00;
	text-decoration:none;
	font-size:11px;
	margin-right:5px;
	margin-left:5px;
}

#header .text-holder p {
	float:left;
	margin:0 17px 0 0;
}
#header .text-holder span {
	color:#ed2024;
}
/*red-button*/
#header a.btn {
	position:absolute;
	top:65px;
	right:0;
	width:119px;
	height:24px;
	text-align:center;
	line-height:18px;
	color:#fff;
	text-decoration:none;
	background:url(../images/btn-signin.gif) no-repeat;
}
#header a.btn:hover {
	text-decoration:underline;
}
/*form*/
#header .form-holder {
	position:absolute;
	top:45px;
	right:0;	
	color:#cccccc;	
	width:170px;
	background-image:url(../images/mail_simbol.gif);
	background-repeat:no-repeat;	
}

.submit_input{
	color:#666;
	font-size:11px;
	margin-top:10px;	
}

.submit_but {
	background-image:url(../images/bg_but_submit.jpg);
	background-repeat:no-repeat;
	background-position:0;
	color:#FFF;
	font-size:10px;		
	border:none;
	text-align:center;
	background-color:#FFF;
	padding:3px;
	float:left;
}



#header .subscribe {
	width:142px;
}
#header .subscribe label {
	display:block;
	color:#6d6f71;
	font-size:9px;	
	padding-bottom:2px;
}
#header .subscribe input {
	float:left;
}
#header .subscribe div {
	float:left;
	width:120px;
	padding:0 3px;
	height:18px;
	background:url(../images/bg-input.gif) no-repeat;
}
#header .subscribe div input {
	width:120px;
	border:0;
	padding:2px 0;
	background:0;
	font:11px/11px Arial, Helvetica, sans-serif;
}
/*main-part*/
.columns-holder {
	width:100%;
}
.columns-holder:after {
	content:"";
	clear:both;
	display:block;
}
/*flash-holder*/
.flash-holder {
	width:100%;
	height:268px;
	background:#a9aaab;
	margin-bottom:5px;
}
.top-part {
	position:relative;
	/*--- z-index:2;--*/	
	padding-bottom:21px;
	background:url(../images/border-header.gif) repeat-x 0 100%;

}
.top-part span {
	display:block;
}
.top-part span img {
	display:block;
}
.top-part p {
	margin:0 100px 0 0;
	line-height:18px;
	letter-spacing:-1px;
	word-spacing:1px;
}
.top-part p a {
	margin-left:15px;
}
a.arrow {
	color:#e31836;
	font-size:9px;
	padding-left:12px;
	background:url(../images/arrow-red.gif) no-repeat 0 4px;
	text-decoration:none;
	letter-spacing:-1px;
}
a.arrow:hover {
	text-decoration:underline;
}
/*content*/
#content {
	float:left;
	width:530px;
	font-family:Arial, Helvetica, sans-serif;	
}

#content #landing{
	float:left;
	width:605px;	
}

#content #landing .logo{
	float:left;
	margin:10px;
}

#content #landing .description{
	float:left;
	width:585px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#content #landing .causes{
	float:left;
	width:575px;
	margin:10px;
	padding-left:5px;
	padding-top:5px;
	border:1px dotted #CCC;
}

#content #landing .causes .description{
		width:570px;
		margin-left:0;
		margin-top:0;
}

#content #landing .causes .description a{
		display:block;
		float:right;
		margin-top:5px;
		margin-right:5px;
}


#content #landing .causes .logo{
	float:left;	
	margin:10px;
	margin-left:0;
}

#content #landing .causes h2{
	font-size:18px;	
	margin:0;
}


#content h2{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0;
	padding:0;
	margin:0;
	margin-top:10px;
}
/*boxes*/
#content .photo-card {
	position:relative;
	z-index:1;
	margin-left:-17px;
	padding:25px 28px 0 26px;
	width:563px;
	height:223px;
	background:url(../images/photo-card.gif) no-repeat;
}
#content .photo-card .img-box {
	height:171px;
}
#content .photo-card span {
	float:left;
	margin:12px 0 0 -1px;
}
/*stars*/
#content .photo-card h3 span.star {
	float:left;
	padding-right:9px;
}
#content .photo-card a.arrow {
	float:right;
	margin:16px 3px 0 0;
}

#content .temp-text {
	position:relative;
	margin-left:0;
}

#content .temp-text a{
	
	text-decoration:none;
}

#content .temp-text a:hover{
	
}


#content .temp-text p{
	margin:0;
	padding:0;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:10px;
}


#content .temp-text h2{
	color:#c12027;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0;	
}

#content .temp-text h3{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0;
	padding:0;
	margin:0;
	margin-bottom:5px;
	
}

#content .temp-text ul{
		margin-left:25px;
		list-style-image:url(../images/asterisc.gif);
		list-style-position:5px;
		padding:0;
}

#content .temp-text ul li{
		margin-bottom:8px;
		
}

#content .temp-text .redsquares{
		height:20px;	
		margin-top:5px;
		padding-left:5px;
		line-height:20px;
		background-color:#ed2024;
		color:#FFF;
		font-weight:bold;
		font-size:11px;		
}

#content .temp-text .boxes{
		margin-top:7px;
}

#content .temp-text .boxes h3{
		font-size:10px;		
}

#content .temp-text .boxes a{
		color:#C00;	
		font-size:12px;
}


#content .temp-text .boxes p{
		font-size:12px;
}


#content .temp-text .boxes h2{
		font-size:14px;
		margin-top:5px;
		color:#ed2024;
		font-weight:normal;		
}

#content .temp-text .boxes img{
		width:90px;
		height:80px;
		margin-left:10px;
		border:1px #999 dotted;
		
}

#content .temp-goals {
	position:relative;
	z-index:1;
	margin-left:0;
	width:585px;
	height:190px;
	background-color: #f3f3f3;
	letter-spacing: -1px;
	line-height: 18px;	
	margin-top: 16px;
	border:1px solid #f3f3f3;
	padding-top:10px;	
}

#content .temp-goals p{
	margin:0;
	padding:0;
	margin-left:10px;
}


#content .temp-goals ol{
	margin-right:10px;
}
/*sidebar*/
#sidebar {
	float:right;
	width:258px;
	background:#e1e2e3;
	margin-top:16px;
	padding:9px 0 0 16px;
	overflow:hidden;	
}
* html #sidebar {
	overflow:visible;
	height:950px;
}
#sidebar h3 {
	clear:both;
	margin:0;
	height:27px;
}
#sidebar h3.press {
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/press-reeases.gif) no-repeat 0 100%;
}
#sidebar h3.event {
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/event.gif) no-repeat 0 100%;
}
#sidebar .img-holder {
	padding:13px 0 10px;
	width:243px;
	background:url(../images/sidebar-border.gif) repeat-x 0 100%;
}
#sidebar img {
	display:block;
	font-size:0;
}
#sidebar a {
	float:left;
	margin:7px 0 11px;
	color:#333;
	text-decoration:none;
}
#sidebar a.arrow {
	margin-top:-3px;
	color:#F00;
}
#sidebar .text-box {
	padding:18px 0 0 0;
	width:200px;
	font-size:9px;
	letter-spacing:-1px;
}
#sidebar .text-box span {
	color:#e31836;
}
#sidebar .text-box p {
	margin:0 0 20px 0;
}
/*footer*/
#footer {
	color:#343434;
	margin:0;
	margin-top:18px;	
	padding:0;	
	width:879px;
	font-family:Arial, Helvetica, sans-serif;	
}

#footer p {
font-size:12px;
line-height:25px;
margin:0;
}

#footer p a {
	color:#c60c02;
	text-decoration:none;
	margin-left:15px;
}

#footer p a:hover {
	color:#343434;
	text-decoration:none;
	margin-left:15px;
}


#footer2 {
	color:#fff;
	margin:0;
	margin-top:18px;
	background:#e01b22;
	padding:0;	
	width:879px;
	text-align:center;
	height:40px;	
}

#footer2 a{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

#footer2 a:hover{
	color:#900;
}

#footer2 #table1 td{
	width:130px;
	text-align:center;	
}

#footer2 #table2 td{
	width:130px;
	text-align:center;	
}

#footer3 {
	color:#fff;
	margin:0;
	margin-top:10px;	
	padding:0;	
	width:665px;
	text-align:center;
	height:50px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	background-color:#ed2024;	
	
}

#footer3 a{
	color:#fff;
	text-transform:lowercase;
	text-decoration:none;
	font-size:11px;
}

#footer3 #table1 td{
	width:95px;
	text-align:center;	
}

#footer3 #table2 td{
	width:95px;
	text-align:center;	
}

#footer3 a:hover{
	color:#900;
}


#footer3 div{
	width:85px;
	float:left;
	text-align:center;
	margin-top:8px;
	margin-left:23px;	
}


.clear{
	clear:both;
	float:none;	
}


.livefeed{
	margin-top:20px;
	border-top:1px dotted #CCC;
	padding:15px;	
	width:565px;
}

#pressrel{
		margin-top:25px;
		width:600px;
}

#pressrel h3{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal;
		padding:0;
		margin:0;
}

#pressrel h3 a{
		color:#333;
		text-decoration:none;
		
}

#pressrel h3 a:hover{
		color:#c000;
		text-decoration:none;
		
}

#pressrel p{
		padding:0;
		margin:0;
		margin-bottom:5px;
		color:#C00;
}

.event_sections{
		background-image:url(../images/bg_events_sections.jpg);
		height:300px;
		margin-left:-13px;
		margin-bottom:10px;
		border:1px #FFF solid;
}

.event_sections .pic{
		width:560px;
		height:170px;
		margin-left:27px;
		margin-top:27px;
		
}

.event_sections p{
		margin:0;
		margin-left:25px;
		margin-top:10px;
		padding:0;
		width:560px;
		font-size:10px;
}

.event_sections .readmore {
		width:80px;
		float:right;
		margin-right:50px;
		text-align:right;
		background-image:url(../images/event_arrow.gif);
		background-repeat:no-repeat;
		background-position:5px 3px;
}


.event_sections .readmore a{
		color:#df1837;
		text-decoration:none;
		margin-left:5px;		
}

.event_sections .readmore a:hover{
		color:#666;	
}

#menu_events{
		width:130px;		
		float:left;
		margin-right:10px;
}


#menu_events a{
	font-size:11px;
	color:#343434;
	text-transform:lowercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	height:25px;
	line-height:25px;
	border-bottom:1px dotted #999;
	padding-left:3px;
}

#menu_events a:hover{
	color:#c60c02;
	background-color:#f3f3f3;
}


#event_box{
	width:530px;
	margin-top:5px;	
}

#event_box .event_img{
	float:left;
	margin-right:5px;
	width:120px;
	height:150px;
}

#event_box h2{
	margin:0;
}

#event_box h3{
	margin:0;
	color:#c12027;
}

#event_box p{
	margin:0;
	font-size:12px;
	float:right;
	width:400px;
	
}

#event_box h2 strong{
	color:#c11f2a;
	font-size:14px;
	font-weight:bold;
}

#event_box .event_each_box{
	background-color:#939496;
	width:243px;
	height:113px;
	margin-top:10px;
	border:1px solid #939496;
}

#event_box .event_each_box .pic{
	margin:10px;	
}

#event_box .event_each_box .tittle{
	margin-left:10px;
	margin-top:5px;
	border-top:1px dashed #FFF;	
}

#event_box .event_each_box .tittle a{
	float:right;
	margin:0;
	padding:0;
	margin-right:10px;
	margin-top:5px;
	color:#fff;
}

#event_box .event_each_box .tittle a:hover{	
	color:#F00;
}

.event_detail {
	float:left;	
}



.event_detail .date{
	padding:0;
	margin:0;
	font-weight:bold;
	margin-top:5px;
}

.event_detail p{
	padding:0;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
	
}


.event_detail .sub{
	padding:0;
	margin:0;
	margin-top:20px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.event_detail .related a{
	color:#F00;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

/*--New Styles--*/

.blog_entries{
	width:583px;
}
.blog_entries h2{
	color:#666;
}

.blog_entries ul{
	list-style-type:none;
	color:#666;
	margin:10px;
	padding:0;
	margin-left:20px;
}

.blog_entries ul li{
	margin:0;
	margin-top:5px;
	line-height:25px;
}

.blog_entries ul li img{
	margin-right:5px;
	position:relative;
	top:6px;
}

.blog_entries ul li h3{
	margin:0;
	color:#666;
	font-weight:normal;
}

.blog_entries ul a{
	text-decoration:none;	
}

.blog_green a{
		color:#6c9d30;
}

.blog_blue a{
		color:#0078bd;
}

.blog_red a{
		color:#c43932;
}

.blog_yellow a{
		color:#db841b;
}

.blog_std a{
		color:#333;		
		font-size:12px;
}

.blog_std a:hover{
		color:#c53a33;		
}

/*-- SUBMENUS --*/


.sub_menus{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#FFF;
	z-index:3;
	margin-left:5px;
}

.sub_menus a{
	border:1px solid #ccc;	
	height:23px;
	/*---margin-bottom:1px;---*/
	line-height:23px;
	display:block;
	color:#333;
	text-decoration:none;
	padding-left:3px;
	background-color:#FFF;	
}

.sub_menus a:hover{
	background-color:#d3d2d2;
}

.sub_menus a:hover{
	color:#ed2024;	
}

.main #header{
position: relative;
z-index: 2;
 }

.main #flash-holder{
position: relative;
z-index: 2;
 }

#frontimg{
	width:879px;
	height:268px;
	background-image:url(../images/front_img/bg.jpg);
	background-repeat:repeat-x;
}

#frontimg .imagen{
	width:485px;
	height:250px;	
	margin:8px;
	border-right:1px solid #999;
	float:left;
}

#frontimg .texto{
	width:362px;
	height:250px;
	margin:8px;	
	float:left;	
	margin-left:4px;	
}

#frontimg .texto h1{
	color:#FFF;
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:20px;
}

#frontimg .texto h3{
	color:#f3f3f3;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-top:10px;
	font-size:12px;
}

#frontimg .texto .textoins{
	color:#999;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-top:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:135px;	
}

#frontimg .mas {
	width:362px;
	margin-top:10px;
	text-align:right;	
}

#frontimg .mas a{
	color:#FFF;
	text-decoration:none;
}

#frontimg .buttons{	
	height:30px;
	text-align:right;
	margin:0;
	margin-top:10px;
}

#frontimg .buttons .butindv{
	height:30px;
	width:30px;
	background-color:#666;
	float:right;
	margin-left:10px;
	margin-right:3px;
	text-align:center;
	line-height:30px;
}

#frontimg .buttons .butindv a{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
}

#videoplayer{
	width:798px;	
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

#newsroom{
	width:583px;
	margin-top:20px;	
}

#newsroom h2{
	margin-bottom:20px;
}

#newsroom ul{	
	list-style-type:none;
	margin:0;
	padding:0;	
}

#newsroom ul li{	
	margin-left:20px;
	margin-bottom:15px;
}

#newsroom ul li a{	
	color:#333;
	text-decoration:none;
}

#newsroom ul li a:hover{	
	color:#c53a33;
	text-decoration:none;
}

#newsroom ul li h3{
	color:#c53a33;
	margin:0;
	font-size:12px;	
}

#blackbook{
		width:250px;
		float:left;
}

#blackbook h2{
		color:#666;
		margin:0;
		padding:0;
		font-size:14px;
}

#blackbook h3{
		color:#fff;
		margin:0;
		padding:0;
		background-color:#CCC;
		font-size:10px;
		height:23px;
		line-height:23px;
		padding-left:5px;
}

#blackbook ul{
		width:120px;
		float:left;	
		margin:0;
		padding:0;
		list-style-type:none;
		margin-top:25px;
}

#blackbook ul li{
		margin-top:5px;
}

#blackbook img{
		margin:5px;
		float:left;
}

#event_menu{		
		border:1px solid #e1e2e3;
		height:310px;
}

#event_menu ul li{		
		margin-bottom:5px;
}

#event_menu ul li strong{		
		color:#C00;
}


#event_menu h2{
		color:#666;
		margin:0;
		padding:0;
		font-size:14px;
}

#event_menu div{
		width:230px;
		float:left;
		height:20px;
		margin-top:5px;
		line-height:20px;
		padding-left:7px;
}

#event_menu a{
		margin:0;
		color:#C00;
		display:block;
		width:230px;
		height:20px;
		line-height:20px;
		margin:0;
		margin-bottom:5px;
		padding-left:7px;
}

#event_menu a:hover{
		background-color:#d2d3d4;
}


#event_menu .sub{
		margin:0;
		color:#C00;
		margin-left:10px;
		display:block;
		width:230px;
		height:20px;
		line-height:20px;
}



/*--- nav 3 ---*/

body #header .nav-holder3 {
	position:absolute;
	top:100px;
	left:213px;
	width:650px;	
	z-index:15;
	background-image:none;
	font-family:calibri, arial, verdana;
	font-size:12px;
}
/*---

#header .nav-holder3 div{
	margin:0;
	background-image:none;
	width:100px;	
	display:inline;
}
---*/
#grey_nav{
	width:879px;
	height:80px;
	line-height:30px;	
	padding-left:5px;
	border-bottom:1px solid #CCC;
	margin:0 auto 0 auto;
	border-bottom:1px dotted #CCC;
}

#grey_nav a{
	color:#c00;
	text-decoration:none;
}

#grey_nav a:hover{
	color:#600;
}

/*--- jquery nav--*/



	/*Main*/
	ul#Nav
	{
		margin:0;
		padding:0;
		list-style:none;
		height:40px;
		cursor:pointer;
		z-index:16;
	}
	
	ul#Nav a
	{
		color:#333;
		text-decoration:none;
	}
	
	ul#Nav a:hover
	{
		background-image:none;
	}
	
	
	
	
	ul#Nav li
	{
		float: left;
		display:block;
		background-image:none;
		background-color:#fff;
		width:150px;
		margin:0;
	}
	
	/*Menus*/
	ul#Nav li ul.Menu{
		padding: 0;	
		margin: 0;
		list-style: none;
		display: none;
		width:70px;
		/*---background-color:#FFF;--*/
		position:absolute;
		cursor:pointer;
		
	}
	
	ul#Nav li ul.People
	{
		top:30px;left:41px;
		
	}
	
	ul#Nav li ul.Planet
	{
		top:30px;left:216px;
		
	}
	
	ul#Nav li ul.Philan
	{
		top:30px;left:371px;
		
	}
	
	
	ul#Nav li ul.Menu li {
		height: 16px;
		border:1px solid #ccc;
		padding:5px;
		clear:both;
		float:none;
		width:70px;
		display:block;
		margin:0;
	}
	
	ul#Nav li ul.Menu li:hover {
		background-color:#f4f4f4;
		background-image:none;
	}
	
	ul#Nav li ul.Menu li.Causes
	{
		background-image:url(images/menu_arrow.gif);
		background-position:right;
		background-repeat:no-repeat;
		background-image:none;
	}
	
	
	/*Submenus*/
	ul#Nav li ul.Menu li ul{
		margin:0;
		padding:0;
		position: absolute;
		display:none;		
		width:150px;
		top:0;
		left:70px;
		margin:0;
	}
	
	ul#Nav li ul.Menu li ul li {
		height:16px;
		border:1px solid #ccc;
		padding:2px;
		clear:both; float:none;
		background-image:none;
		width:150px;
		margin:0;
	}
	
	ul#Nav li ul.Menu li ul.People{
		margin:0;
	}
	
	ul#Nav li ul.Menu li ul.Planet{
		margin:0;
	}
	
	ul#Nav li ul.Menu li ul.Philan{
		margin:0;
	}	
	
#sublocalnav{
	margin:0;	
}

#register{
	margin-top:10px;	
}


#register div{
	margin-left:8px;
}

#register .leftcol{
	width:300px;
	height:60px;
	float:left	
}

#register .container .leftcol p{
	margin:0;	
}


#register .container{
	float:left;
	width:700px;
	height:70px;
	font-size:12px;
}


#register input[type='text'] { 
	float:left;
	display:block;
	margin-top:4px;
}

#register select{ 
	float:left;
	display:block;
	margin-top:6px;
	font-size:12px;
}

#edit_profile{
	color:#333;
	font-size:10px;	
}

#edit_profile strong{
	font-size:11px;
}


#edit_profile .accountinfo{
		background-color:#06F;
		width:300px;
		background-color:#f0f0f0;
		float:left;
		margin-right:5px;
		height:110px;
}

#edit_profile .accountinfo div{
		margin-left:6px;
		margin-top:2px;
		margin-right:5px;
}

#edit_profile .accountinfo div h2{
		font-size:12px;
}

#edit_profile .preferences {
		width:545px;
		background-color:#f0f0f0;
		float:left;
		height:110px;
}

#edit_profile .preferences div{
		margin-left:6px;
		margin-top:2px;
		margin-right:5px;		
		height:35px;
		border-bottom:1px dotted #999;
}

#edit_profile .preferences input[type='radio']{
		margin-top:5px;
		padding:0;		
}

#edit_profile .uploadphoto{
	    text-align:left;
		float:left;
		width:850px;
		margin-top:5px;
		background-color:#f3f3f3;
	
}


#edit_profile .uploadphoto p{
	    width:290px;
		float:left;
		margin-left:5px;
}

#edit_profile .uploadphoto .upphoto{
	   width:500px;
	   float:left;
	   height:220px;
	   margin-left:5px;
}

#edit_profile .uploadphoto input[type='text'] {
	   margin:10px;	   
}

#edit_profile .uploadphoto input[type='button'] {
	   margin:10px;
	   margin-left:5px;
}

#edit_profile #career_about{
	float:left;
	margin-top:5px;
	width:850px;	
}

#edit_profile #career_about .career_info{
	width:300px;
	background-color:#f3f3f3;
	float:left;
}

#edit_profile #career_about .career_info h3{
	margin-left:5px;
	width:285px;
	border-bottom:1px dotted #CCC;
}

#edit_profile #career_about .career_info p{
	margin-top:5px;
	width:285px;	
	padding:0;
}

#edit_profile #career_about .career_info .container{
	margin:5px;
	border-bottom:1px dotted #CCC;	
}

#edit_profile #career_about .career_info .container input[type='button']{
	color:#C00;
	font-size:10px;
	background-color:#FFF;
	border:1px solid #CCC;
}

#edit_profile #career_about .aboutme{
	width:540px;
	background-color:#f3f3f3;
	float:left;
	margin-left:5px;
	padding-left:5px;
}

#edit_profile #career_about .aboutme .container{
	border-bottom:1px dotted #CCC;
	border-bottom:5px;
	border-top:5px;
}

#edit_profile #career_about .aboutme h3{
	width:530px;
	border-bottom:1px dotted #CCC;
}

#edit_profile #career_about .aboutme input[type='radio']{
	margin-left:20px;
}

#edit_profile #career_about .aboutme .container input[type='button']{
	color:#C00;
	font-size:10px;
	background-color:#FFF;
	border:1px solid #CCC;
	margin-top:5px;
}

#menu_event *{
	background-image:none;	
}

#menu_event ul{	
	margin:0;
	
}

#menu_event li {
	width:120px;
	background-image:none;
	
}


#menu_event a{
	color:#C00;
	text-decoration:none;
	width:120px;
	
}

#menu_event a:hover{
	color:#900;
	text-decoration:none;
	background:#f3f3f3;
}

/*--- includes about ---*/
#inc_about_right{
		width:200px;
		background-color:#f3f3f3;
		float:right;
		border:1px solid #CCC;
		margin-top:5px;
		font-family:Arial, Helvetica, sans-serif;
}

#inc_about_right h3{
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		margin:0;
		margin-left:5px;
		margin-bottom:3px;
		margin-top:5px;
		padding:0;
		font-weight:bolder;
		display:block;
		height:20px;
		line-height:20px;
		background-color:#666;
		color:#FFF;
		width:187px;
		padding-left:3px;
		
}
		

#inc_about_right .icons{
		margin:10px;
		border:0;
}

#inc_about_right .event{
		border:0;
		margin:5px;
		margin-top:15px;		
}

#inc_about_right .member{
	margin:5px;
	border:1px dotted #999;
	
}

#inc_about_right strong{
	font-size:13px;
	font-weight:normal;
	color:#C00;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
}


#inc_about_right .member p{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0;
	padding:0;
	margin:0;	
}

#inc_about_right .member img{
	float:left;
	margin:5px;
	margin-top:0;
}

#inc_about_right table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#inc_about_left{
		width:130px;		
		float:left;
		margin-right:10px;
}


#inc_about_left a{
	font-size:11px;
	color:#343434;
	text-transform:lowercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	height:25px;
	line-height:25px;
	border-bottom:1px dotted #999;
	padding-left:3px;
}

#inc_about_left a:hover{
	color:#c60c02;
	background-color:#f3f3f3;
}

#inc_about_left .indent{
	margin-left:7px;
	border-bottom:1px dotted #C00;
}

#members{	
	float:left;
	margin-top:8px;
	border-bottom:1px dotted #CCC;	
}

#members img{
	float:left;
	margin:5px;
}

#members p{
	font-size:12px;
}

#members a{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-color:#C00;
	display:block;
	float:right;
	width:80px;
	height:20px;
	text-align:center;
	line-height:20px;
	margin-right:5px;
}

#members a:hover{
	background-color:#f3f3f3;
	color:#C00;
}

#members .buttblue{
	background-color:#666666;
}

#inic_name{	
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding-left:3px;	
	border-bottom:1px dotted #CCC;
	color:#ed2024;	
}

#contact{
	margin-top:15px;
	font-size:13px;
	line-height:20px;
	margin-left:10px;
}

#contact .map{
	margin:20px;
	border:1px dotted #666;
	margin-left:10px;
}

.e-alerts{
	width:300px;
	border:1px solid #CCC;
	margin-left:10px;
	margin-top:10px;
	font-size:12px;
	padding:5px;
	float:left;
}

.e-alerts strong{
	font-size:12px;
	color:#C00;	
}

.e-alerts a{
	margin-top:5px;
	color:#C00;	
}

.e-alerts #butt{
	height:20px;
	width:100px;
	line-height:20px;
	float:right;
	margin-top:10px;
	background-color:#F00;
	font-weight:bold;
	color:#FFF;
	text-align:center;	
}

.e-alerts #butt:hover{
	background-color:#CCC;
	color:#333;
}

.std_text{
	font-size:12px;
	margin:10px;
}

.std_text a{
	color:#F00;
}

.std_text h2{
	color:#C00;
}

