body {
	font: 100% helvetica, verdana, arial, sans-serif;
	background-image: url(../images/graphics/space-bgrnd_21.jpg);
	background-repeat: repeat;
	background-color: #FFF;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-bottom: 40px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	min-width:inherit;
}

#wrapper {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 20px 20px 20px;
	width: 950px;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	/*background:#FFFFFF;*/
	background-image: url(../images/graphics/maincontent-bgrnd4.jpg);
	background-repeat: repeat;
	border: 1px solid #999999;	
	text-align: left;

}

#abovebrand {	
	width: 950px;
	height: auto;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0px;
	background-color: #FFF;
	text-align: left;

}

#branding {
	margin:0 0 0 0;
	padding: 10px 0px 10px 0px;
	width: auto;
	height: 180px;
	border-top: 3px solid #00613F;
	border-bottom: 3px solid #00613F;
}

#menu-top {
	position: relative;
	top: -40px;
	left: 646px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #666;
	width: 300px;
	text-align: right;

}

#menu-top2 {
	position: absolute;
	width: auto;
	height: auto;
	top: 270px;
	left: 68%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid #666;

}


#content-left {
	margin: -5px 15px 100px 0;
	padding: 0px 0 0 0;
	width: 23%;
	height: auto;
	float: left;
	border-right: 1px solid #666;

}

#content-right {
	margin:-5px 0 0 0;
	padding: 0 0 0 7px;
	width:48%;
	height: auto;
	float: left;
	border: 0px solid #666;

}

#content-farRight {
	margin: 20px 0 0 5px;
	padding: 0 0 0 10px;
	width:24.4%;
	height: auto;
	float: left;
	border:0px solid #666;
	top: 100px

}


#content-farRight img{
	margin: -5px 0 0 0px;
	padding: 0 0 0 0px;	
	border:0px solid #666;
	top: 100px

}


#content-farRight ul li{
	padding: 7px 0 0 0;
	text-decoration: none;
	list-style-type: none;
}


#footer {
	font-size: 80%;
	margin:  0px 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	clear: both;
	border: 0px solid #666;

}


#siteBy {
position: relative;
top: 0;
left: -22em;
	width: 250px;
	height: auto;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 40px;
	background-color: #FFF;
	text-align: left;
	border: 0px solid #666;

}

/*navmarker*/

#navmarkerhome {
	position: absolute;
	top: 298px;
	left: 69%;
}


#navmarkerabout {
	position: absolute;
	top: 298px;
	left: 77%;

}


#navmarkerblog {}


#navmarkercontact {
	position: absolute;
	top: 298px;
	left: 92.5%;
}




/*text styles*/

h2 {
	margin: 0x 0 0px; 0 ;
	padding: 0 0 0 0 ;

}
h3 {
	margin: 0;
	padding: 0;
	color: orange;
}


.text1 { 
	font-size: 80%;
	padding: .5em 0 0 0em;
	
	
}

.text1-bold { 
	font-size: 80%;
	padding: .5em 0 0 0em;
	font-weight: bold;
}

.text11 { 
	font-size: 90%;
	line-height: 1.5em;
	padding: .5em 0 0 0em;
	
	}

.text12 { 
	font-size: 70%;
	padding: .5em 0 0 0em;
	
	
}


.text2 { 
	font-size: 80%;
	padding: 0 0 0 0;
	line-height: 1.5em;
	
	
}


.right { 
	margin: 0 0 0 55em;
	padding: 0 0 0 0;
	text-align: right; 
	
}


ul {
	
	font-size: 90%;
	line-height: 1.5em;

}

ul li{
	margin: 0 0 0 -24px;

}

.color1 {
	color: #ff7E00;
}

/*the following two styles are for footer links*/

a:link, a:visited, a:active {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:orange;
	text-decoration: underline;
}




/*begin rules for contact page*/


#linksimage1 {
	position:relative;
	top:1px;	
	left:45px;
	width: 110px;
	height: 110px;
}



form {
	width:460px;
	height: auto;
	margin:15px auto 10px 0px;
	z-index: 10;
	
	}
	
form p {
	font-size:80%;
	color:#666666;
	margin:0 0 5px 0px; /* left margin setting controls left-right position of the input field*/
	max-width: 650px;
	}


label {
	display:block;
	font-weight:normal;
	}
	
textarea {
	width:425px;
	height:150px;
	}
	
.textInput {
	width:250px;	
	}
	
/* CONTACT PAGE: Rules added when inserting checkboxes */

.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}

/* CONTACT PAGE: Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	font-size:85%;
	padding: 0 0 0 0;
	}
	
.sentMessage  {
	color:#cc6633;
	font-size: 85%;
	}


/*end rules for contact page*/








