
body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:url(../images/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(../images/innerwrapper.jpg) top repeat-x;
	padding:20px;
}

#header #right{
	text-align:center;
	float:right;
	width:22%;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	background:#FFFFFF;
	margin:-20px -20px 0px 0px !important;
}

#header form {
	border:none;
	clear:both;
	padding:0px;
	margin:0px;
}

#header input {
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
	margin:0px;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header #donate a{
	color:#CCCCCC;
}

#header #donate input{
	border:none;
}

#header #nav {
	clear:both;
	background:url(../images/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#4F9EC9;
}

#header #nav a.active {
	background:#4F9EC9;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #subnav {
	background:#4F9EC9;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header #subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#fff;
}

#header #subnav a.active {
	border-bottom:2px solid #388CBA;
	color:#fff;
}


#sidebar {
	background:#333;
	width:200px;
	padding:10px 20px 20px 20px;
	float:left;
	color:#666;
	border-top:2px solid #000;
	border-bottom:10px solid #000;
}

#sidebar a {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar a:hover {
	color:#98D158;
}

#sidebar h2 {
	font:160% Arial;
	color:#999;
	margin:10px 0 10px 0;
	background:url(../images/sidebarh2.jpg) right no-repeat;
	border:none;
}

#sidebar h3 {
	color:#FF8040;
	font:90% Verdana;
	font-weight:bold;
	letter-spacing:2px;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#323232;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#98D158;
}

#sidebar .subnav {
	border-top:1px solid #2C2C2C;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #2C2C2C;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#98D158;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#2c2c2c;
	border:1px solid #222222;
	color:#ccc;
	font:90% Verdana;
	width:190px;
}

#sidebarsub {
	width:229px;
	padding:5px;
	margin-top:20px;
	float:left;
	border:1px solid #f6f6f6;
}

#sidebarwrapper {
	width:200px;
	float:left;
}

#sidebarright {
	width:170px;
	float:right;
	padding:10px 0 0 20px;
	background:url(../images/sidebarright.jpg) top left no-repeat;
}

#sidebarright input{
	/*width:160px;*/
	background-color:#F6F6F6;
}

#sidebarright textarea{
	/*width:160px;*/
	background-color:#F6F6F6;
}

#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}

#sidebarright h2 {
	font:140% Arial;
	color:#333;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}


#content {
	margin:0 210px 0 240px;
	background:url(../images/content.jpg) top left no-repeat;
	padding:20px 0 0 20px;
}

#contentnorightbar {
	margin:0 0 0 240px;
	background:url(../images/content.jpg) top left no-repeat;
	padding:20px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font:190% Arial;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}


#footer {
	clear:both;
	width:100%;
	text-align:center;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

/*img {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
}*/

img {
	border:none;	
}

#packageDetails {
	font:Georgia;
	font-size:x-small;
}

#blog img{
	border:none;
	background:none;
}

#logo{
	background:none;
	border:none;
}

form {
	padding:10px;
	border:1px solid #f6f6f6;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	/*width:300px;*/
	padding:4px;
	border:none;
	border-bottom:1px dotted #ccc;
	font:90% Verdana;
	color:#777;
}

textarea {
	/*width:400px;*/
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777; 
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote {
	font:140% Georgia;
	color:#aaa;
	padding:0 0 0 5%;
	/*white-space:pre;*/
	white-space:nowrap;
	overflow:auto;
	
	/*line-height:140%;*/
}

blockquote p {
	padding:0 5% 0 0;
	/*line-height:30px;*/
}

ol {
	margin-left:20px;	
}

#comment {
	padding:10px;
	border:1px dashed #ccc;
	font:100% Verdana;
	color:#777;
}


#indexLifeForce {
	width:20%;
	border:1px solid #388CBA;
	border-radius:10px 10px;
	background:url(/images/LifeForce_background.png) top repeat-x;
	background-color:#74B3D4;
	float:right;
	margin-top:2%;
	margin-left:2%;
	margin-bottom:2%;
	padding:20px;
	color:#FFF;
}

#indexLifeForce #logo{
	float:left;
	padding:10px;
	margin-right:10px;
	border:none;
	/*background:#FFFFFF;*/
}

#indexLifeForce #desolate{
	border:none;
	width:100%;
}

#inlineDonation{
	font-size:9px;
}

#inlineDonation form{
	border:none;
	margin:0px;
	padding:0px;
	position:relative;
	top:-15px;
}

#inlineDonation form>input{
	border:none;
	position:relative;
	top:10px;
}

#splash{
	float:left;	
	margin-top:2%;
	width:73%;
}

#splash img{
	width:100%;	
}

#threeCol {
	width:29%;
	float:left;
	padding:2%;
	margin:0px;
}

#threeCol p{
	height:230px;
	/*background:url(../images/innerwrapper.jpg) top repeat-x;*/
	padding:10px;
	
}

#twoCol{
	width:40%;
	margin:5%;
	float:left;	
}

#twoCol p{
	text-align:justify;
	text-justify:newspaper;
}

#ajaxSearch_output{
	position:absolute;
	top:93px;
	width:500px;
	left:-290px;
	height:300px;
	overflow:auto;
	background:#FFFFFF;
	border:2px solid #388CBA;
	color:#444444;
	z-index:50;
	padding: 10px;
}

.blueButton {
	display:inline-block;
	height:24px;
	background:url("/assets/images/blue-button_02.png") repeat-x;
	position:relative;
}
.blueButton:before{
	display:block;
	height:24px;
	width:11px;
	position:absolute;
	left:-11px;
	top:0px;
	background:url("/assets/images/blue-button_01.png") no-repeat;
	content:' ';
}
.blueButton:after{
	display:block;
	height:24px;
	width:11px;
	position:absolute;
	right:-11px;
	top:0px;
	background:url("/assets/images/blue-button_03.png") no-repeat;
	content:' ';
}

.tdisplay {
	width:100%;
	border:1px solid #91B933;
	border-collapse:collapse;
}

.tdisplay thead {	
	background-color:#91B933;
	color:#FFFFFF;
	text-align:left;
	font-size:16px;
	font-family:Verdana;
}

.tdisplay th {
	padding:10px;	
}

.tdisplay td{	
	padding:10px;
}

.tdisplay .alt{	
	background-color:#F6F6F6;
}

.divLink {
	width:100%;
	background-color:#F6F6F6;
	position:relative;
	border:1px solid #999999;	
}
.divLink:hover {
	background-color:#444444;
	color:#F6F6F6;
}
