body {
	font : normal 12px/18px Verdana, Arial, Sans-serif;
	color : #000;
	background-color: #D7D7D7;
}
a {
	border: 0px solid #000;
}	
img {
	border: 0px solid #000;
}	

#title {
	margin : 18px 5px 15px 0px;
}

#title span.h1 {
	font : bold 16px Arial, Sans-serif;
	text-transform: uppercase;
	padding : 3px 5px 3px 5px;
	color: #fff;
	background-color : #3E71A4;
}
h2 {
	font : bold 20px Arial, Sans-serif;
	color: #000;
	margin-bottom: 0px;
}
h3 {
	margin : 1px 0px 0px 0px;
	padding : 3px 0px 3px 0px;
}
p {
	margin: 0px 5px 6px 0px;
}
p.note {
	color: green;
}	
p.type {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #cc0000;
}

code {
	display : block;
	margin : 14px 0 14px 0;
	padding : 12px 10px 12px 10px;
	font : normal 12px/14px "Monaco, Verdana, Sans-serif";
	color : #002166;
	border : 1px solid #d0d0d0;
	background-color : #f9f9f9;
	}
	
#container {
	width : 720px;
	margin : 0 auto;
	/*background: #CEFDC0 url('../images/action_bg.png') top right repeat;
	background-position: 100px 1px;*/
	background-color: #fff;
	}
	
#header {
	background: transparent url('../images/header_bg7.jpg') top left no-repeat;
	height: 110px;
	border-bottom : 2px dotted #2385F7;
}

#separator {
	height:2px;
	border-top: 2px dotted #2385F7;
	clear:both;
}

#content {
	display : inline;
	float : left;
	width : 530px;
	min-height: 350px;
	padding: 0px 0px 20px 20px;
	margin: 0px 0px 0px 0px;
	border-right : 2px dotted #2385F7;
	padding-bottom : 30px;
	background-color: #fff;
	}
	
#action {
	float : left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: 0px solid #000;
	width: 155px;
	background-color: transparent;
	overflow: display;
}
#action span.h1action {
	background-color : #CC0000;
}
#action a.items {
	display: block;
	background: transparent url('../images/action_item.png') top left no-repeat;
	padding: 4px 0px 10px 30px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#action a.items_active {
	display: block;
	background: transparent url('../images/action_item_hover.png') top left no-repeat;
	padding: 4px 0px 10px 30px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#action a.items:visited {
	color: #000;
	text-decoration: none;
}
#action a.items:hover {
	background: transparent url('../images/action_item_hover.png') top left no-repeat;
}
#action a.facebook{
	display: block;
	background: transparent url('../images/facebook_icon.png') top left no-repeat;
	padding: 4px 0px 10px 30px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#action p {
	font-size: 11px;
}
#action p.summary {
	margin: -7px 15px 0px 20px;
	line-height: 14px;
	text-align: right;
}
#action img {
	width: 140px;
}

#action #calendar table {
	font-size: 11px;
	margin-top: 10px;
	border-bottom: 1px solid #000;
}
#action #calendar table td {
	padding: 0px;
	border-right: 0px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
}
#action #calendar table td:hover {
	background-color: #ccc;
}
#action #calendar table td.days {
	width: 21px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 0px solid #000;	
}
#action #calendar table td.days:hover {
	background-color: transparent;
}
#action #calendar table td #cell {
	background-color: #ccc;
	border: 1px solid #cc0000;
	font-weight: normal;
	margin-right: 1px;
}
#action #calendar table td #cell:hover {
	background-color: #888;
}
#action #calendar table td a {
	color: #000;
}
#action #calendar .highlight {
	background-color: #ccc;
	border: 1px solid #000;
	/* background-color: transparent; */
}

#title span.h1action {
	font : bold 16px Arial, Sans-serif;
	text-transform: uppercase;
	padding : 3px 5px 3px 5px;
	color: #fff;
	background-color : #CC0000;
}
	
#menu_sml {
	float: right;	
	margin: 0px 24px 0px 0px;
	padding: 0px;
	font-size: 11px;
	border: 0px solid #000;
}
#menu_sml ul {
	list-style: none;	
	padding: 0px;
	margin: 0px;
}
#menu_sml ul li {
	display: inline;
	padding-left: 10px;
}
#menu_sml ul li a {
	color: #fff;
}
#menu_sml ul li a:hover {
	color: #F9D016;
}

#menu {
	clear: right;
	float: right;	
	margin: 65px 10px 0px 0px;
}
#menu ul {
	list-style: none;	
	margin: 0px 12px 0px 0px;
}
#menu ul li {
	padding: 0px 0px 0px 12px;
	display: inline;
}
#menu ul li a {
/*	background: transparent url('../images/menu_item.png') top center no-repeat;*/
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #F9D016;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul li a:hover {
	color: #fff;
/*	background: transparent url('../images/menu_item_hover.png') top center no-repeat;*/
}

form {
	display: inline;
} 
#form {
	margin: 0px 0px 0px 5px;
}
#form h5 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
#form h6 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
#form input {
	font : normal 11px/18px Verdana, Sans-serif;
	border: 1px solid #A2A1A1;
	margin: 0px 0px 15px 0px;
	padding: 3px 3px 3px 5px;
}
#form #radio input {
	border: 0px solid #A2A1A1;
}
#form #checkbox input {
	border: 0px solid #A2A1A1;
}
#form input.text {
	width: 250px;
}
#form input.submit {
	font : normal 11px/18px Verdana, Sans-serif;
	font-weight: bold;
	
}
#form select {
	font : normal 11px/18px Verdana, Sans-serif;
	border: 1px solid #A2A1A1;
	margin: 0px 5px 15px 0px;
	padding: 3px 0px 3px 5px;
}
#form textarea {
	font : normal 11px/18px Verdana, Sans-serif;
	border: 1px solid #A2A1A1;
	width: 400px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 5px;
}
#form textarea.small {
	font : normal 11px/18px Verdana, Sans-serif;
	border: 1px solid #A2A1A1;
	height: 50px;
}
#form #word_count {
	width: 400px;
	text-align: right;
}
#form #word_count input {
	border:0px solid #000; 
	text-align: right; 
	vertical-align:top; 
	color: #4f5155;
}

#form #form_buttons {
	padding: 20px 0px 0px 0px;
}
#form #form_buttons input {
	float: left;
	margin: 0px 5px 0px 0px;
}
#form #form_back a {
	text-decoration: none;
	border: 0px solid #000;
}
#form #form_back a img {
	border: 0px solid #000;
}
#form a.button {
	text-decoration: none;
}

#form #column_faux {
	float: left;
	width: 50%;
}
#form #column {
	float: left;
	width: 50%;
}
#form #column input {
	width: 180px;
}
#form #group {
	margin: 0px 0px 30px 0px;
	clear: left; 
}
#form #radio {
	float: left; 
	width: 50px;
	margin-right: 20px;
	border: 0px solid #d0d0d0;
}
#form #group #checkbox {
	float: left; 
	width: 180px;
	margin-right: 20px;
	border: 0px solid #d0d0d0;
}
#form #group #checkbox input {
	display: inline;
	border: 0px solid #d0d0d0;
}
#form #group #checkbox p {
	display: inline;
	border: 0px solid #000;
}

#form #checkbox_accept {
	padding: 10px 0px 0px 0px;
	margin: 20px 20px 0px 0px;
	border-top: 1px solid #d0d0d0;
}
#form #checkbox_accept input {
	float: left;
	border: 0px solid #d0d0d0;
}
#form #checkbox_accept p {
	border: 0px solid #000;
	font-size: 11px;
	margin-left: 20px;
}

#form fieldset {
	padding: 10px 50px 30px 50px;
	margin: 10px 5px 10px 0px;
	border: 1px solid #999;
	clear: left;
}
#form fieldset legend {
	padding: 0px 5px 0px 0px;
	font-weight: bold;
	color: #000;
}

#form p.login {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}
#form #login {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}

#error p {
	color: #cc0000;
	margin: 0px 0px 5px 0px;
}

#footer {
	clear : both;
	height: 55px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border-top : 2px dotted #2385F7;
	background: transparent url('../images/footer_bg.jpg') bottom left no-repeat;
	background-position: 0px 1px;
}
#footer2 {
	margin : 0px 0px 20px 0px;
	padding : 10px 0px 0px 0px;
	background-color: #D7D7D7;
}
#footer2 p {
	font-size: 10px;
	text-align: center;
	line-height: 15px;	
	color: #000;
}
#footer2 p a {
	color: #000;
}

#list {
	padding : 5px 0px 5px 0px;
	margin: 0px 15px 10px 0px;
	border-top : 2px dotted #000;
	border-bottom : 0px dotted #d0d0d0;
/*	clear : left; */
	width: 230px;
	float:left;
	overflow: normal;
}
#list h2 {
	font : bold 14px Arial, Sans-serif;
	color: #000;
	margin-bottom: 0px;
}
#list h2 a {
	color: #000;
}
#list h3 {
	font : bold 12px Arial, Sans-serif;
	color: #444;
	margin-bottom: 0px;
}
#list h3 a {
	color: #000;
}
#list p {
	font-size: 11px;
	text-align: justify;
	margin-right: 0px
}
#list p.date {
	font-size: 10px;
	color: #666;
	margin-bottom: 0px;
}
#list img {
	border : 1px solid #000;
	margin : 3px 0px 0px 0px;
	width : 230px;
}
#list img.icon {
	border : 0px solid #000;
	margin : 0px 5px 0px 0px;
	width : 39px;
	float: left;
}
#list a.link {
	text-align: left;
}

.list_h {
}
.list_h h2 {
	font : bold 14px Arial, Sans-serif;
	color: #000;
	margin-bottom: 0px;
}
.list_h h2 a {
	color: #000;
}
.list_h h3 {
	font : bold 12px Arial, Sans-serif;
	color: #444;
	margin-bottom: 0px;
}
.list_h h3 a {
	color: #000;
}
.list_h p {
	font-size: 11px;
	text-align: justify;
	margin-right: 0px
}
.list_h span.date {
	font-size: 10px;
	color: #666;
	margin-bottom: 0px;
}
.date_list {
	text-align: center;
	margin: 0 0 10px 0;
}

#donatenow {
	width: 270px;
	height: 94px;
	margin-bottom: 10px;
	background: transparent url('../images/donatenow.png') top left no-repeat;
}
#donatenow:hover {
	background: transparent url('../images/donatenow_hover.png') top left no-repeat;
}

#youtube {
	text-align:center;
}
#youtube h2 {
	font : bold 14px Arial, Sans-serif;
	color: #000;
	margin-bottom: 0px;

}
#list1 {
	padding : 5px 0px 5px 0px;
	margin: 0px 15px 10px 0px;
	border-top : 2px dotted #000;
	border-bottom : 0px dotted #d0d0d0;
	overflow: normal;
}
#list1 h2 {
	font : bold 14px Arial, Sans-serif;
	color: #000;
	margin-bottom: 0px;
}
#list1 p {
	font-size: 11px;
	text-align: justify;
	margin-right: 0px
}

#list2 {
	clear: left;
	float:left;
}
#list2 h2 {
	font : bold 14px Arial, Sans-serif;
	color: #000;
}
#list2 h2 a {
	color: #000;
}
#list3 {
	padding : 5px 0px 5px 0px;
	margin: 0px 15px 10px 0px;
	border-top : 2px dotted #000;
	border-bottom : 0px dotted #d0d0d0;
/*	clear : left; */
	width: 230px;
	float:left;
	overflow: normal;
}
#list3 h2 {
	font : bold 14px Arial, Sans-serif;
	color: #000;
	margin-bottom: 0px;
}
#list3 p {
	font-size: 11px;
	text-align: justify;
	margin-right: 0px
}
#list3 img {
	margin : 3px 0px 0px 0px;
	height: 50px;
}

table.list {
	vertical-align: top;
}
table.list td {
	padding-right: 20px;
	padding-bottom: 10px;
}

#hidden_box {
	display: none;
}

#welcome img.icon {
	display: inline;	
}
#welcome h2.link {
	clear: left;
	background: transparent url('http://boognish.local/~shanekorosec/bangonit/geneethics/assets/default/images/action_item_hover.png') top left no-repeat;
	padding-left: 30px;
}
#welcome h2 a {
	display: inline;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
}
#welcome a:hover {
	color: #DC4228;
}
#welcome h2 {
	font : bold 20px Arial, Sans-serif;
	color: #000;
	margin-bottom: 0px;
}
#welcome div.summary {
	margin-left: 260px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-bottom : 3px dotted #d0d0d0;
}
#welcome div.summary p {
	font-weight: normal;
	margin: 0px 5px 10px 0px;
	line-height: 16px;
}

#welcome div.summary2 {
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-bottom : 3px dotted #d0d0d0;
}
#welcome div.summary2 p {
	font-weight: normal;
	margin: 0px 5px 10px 0px;
	line-height: 16px;
}


#letter {
	border: 1px solid #999;
	margin: 5px 5px 5px 0px;
	padding: 20px 50px 20px 50px;
}
#letter1 {
	border: 0px solid #999;
	margin: 5px 0px 5px 0px;
	padding: 5px 50px 5px 50px;
}
#letter1 table td {
	margin : 0px 0px 0px 0px;
}

#image {
	float:left;
	margin : 0px 15px 5px 0px;
}
#image img {
	width: 250px;
}#image_strip {
	margin : 0px 15px 5px 0px;
	text-align: center;
}
#image_strip img {
	width: 75px;
	padding: 1px;
}
img.thumb {
	float: left;
	margin: 0 10px 10px 0;
}
img.main {
	float:left;
	margin-right: 10px;
	width: 200px;
}