@charset "utf-8";

body  {
	font: 100%/1.3em Verdana, Arial, Helvetica, sans-serif;
	/*background: url (../images/body-back.jpg) repeat-x left top;*/
	/*background-color: #fbfae2;*/
	background-color: #1E5893;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #333333;
}
.openingp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 1.3em;
}
 #container {
	width: 900px; 
	background: #F0DC85 url(../images/mainback-3-a.jpg) no-repeat top;
	margin: 0 auto;
	text-align: left;
	/*height: auto;*/
	border: thin solid #000033;
	/*position: absolute;*/
}

 #alt-container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fbfae2 url(../images/mainback-3.jpg) no-repeat top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left;
	height: auto;
	position: relative;
}
 #alt2-container {
	width: 900px;
	text-align: left;
	/*height: auto;*/
	border: none;
	/*position: relative;*/
	background-color: #F0DC85;
	background-image: url(../images/mainback-3-a.jpg);
	background-repeat: no-repeat;
	background-position: top;
	/*height: auto;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
 #header {
	padding: 0 10px 0 20px;
	position: relative;
	left: 136px;
	top: 77px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 730px;
} 
div#navbar {
	height: 22px;
	width: 800px;
	position: relative;
	left: 100px;
	top: 82px;
}
div#navbar ul {
	position: absolute;
	left: 5px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0A590A;
	line-height: 18px;
	white-space: nowrap;
	width: 789px;
}
div#navbar li {
	list-style-type: none;
	display: inline;
	padding: 0px 5px;
}
div#navbar li a {
	font-weight: bold;
	text-decoration: none;
	color: #0A590A;
	padding-right: 3px;
	padding-left: 3px;
}
div#navbar li a:link {
 color: #0A590A:
}
div#navbar li a:visited {
 color: #0A590A;
}
div#navbar li a:hover {
 color: #D2E86F;
 background-color: #61644F;
}
.navbar-null {
	padding-left: 3px;
	padding-right: 3px;
}
 div#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	line-height: 14px;
	visibility:hidden;
}
 #sidebar1 {
	float: right;
	width: 295px;
	top: 100px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	/*background-image: url(../images/rtbox-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
 #sidebar2 {
	position:absolute;
	top: 207px;
	left: 45px;
	width: 200px;
	padding: 0px;

 }
 #sidebar2 ul li {
	font-size: 12px;
	margin-left: -10px;
 }
#mainContent {
	margin: 0;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	position: relative;
	top: 30px;
	width: 486px;
	/*background-image: url(../images/lftbox-bottom.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
	float: none;
	clear: none;
	left: 18px;
} 
#mainContent ul li {
	font-size:18px;
	line-height: 1.3em;
}
#mainContent ol li {
	font-size:18px;
	line-height: 1.3em;
}
#mainContent p {
	font-size: 110%;
	/*font-family: "Times New Roman", Times, serif;*/
	line-height: 1.1em;
}
/*div#mainContent a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: underline;*/
}
#mainContent a:hover {
	color: #000000;
}
 #alt-mainContent {
	margin: 0 0px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	position: relative;
	top: 120px;
	width: 600px;
	/*background-image: url(../images/alt-main-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	float: none;
	clear: none;
	left: 261px;
}
 #alt2-mainContent {
	margin: 0 auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	position: relative;
	top: 80px;
	width: 600px;
	/*background-image: url(../images/alt-main-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	float: none;
	clear: none;
	/*left: 261px;*/
}

#mainContent h1 {
	font-style: italic;
	font-size: 26px;
	line-height: normal;
}
#mainContent h2 {
	font-size: 20px;
	margin-bottom: -5px;
}

#mainContent h1, h2, h3, h4 {
	color: #155176;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.2em;
}
#mainContent h1 li {
	line-height: 1em;
	font-size: 24px;
}
#alt-mainContent h1 {
	font-style: italic;
	font-size: 24px;
	line-height: normal;
}
#alt-mainContent h2 {
	font-size: 20px; margin-top:-12px;
}

#alt-mainContent h1, h2, h3, h4 {
	color: #155176;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
#alt-mainContent h1 ul {
	line-height:1.2em;
}
#sidebar1 h4 {
	text-align: center;
}
#sidebar1 h3 {
	color: #3366FF;
}
#sidebar1 a {
	padding: 2px;
}
#sidebar1 a:link, a:visited, a:active {
	color: #6699FF ;
	text-decoration: underline;
}
#sidebar1 a:hover {
	color: #666666;
	background-color: #BECD8C;
	
}
.bigred {
	font-size: 30px;
	color: #155176;
	padding-left: 5px;
	margin-top: 7px;
	display: block;
}

 #footer {
	/*background:#DDDDDD;*/
	width:900px;
	margin-top: 25px;
	color:#CCCCCC;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
 /*#footer a:link, a:visited, a:active {
 	color:#000000;
 }*/
  #footer a:hover {
  	color: #ffffff;
  }  
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	position:relative;
	margin-right: 18px;
	margin-top: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bigger {
	width: auto;
	background-color: #fbfde5;
	text-align: center;
	background-image: url(../images/bigger-back.jpg);
	background-repeat: repeat-x;
	padding: 8px;
	margin-bottom: 12px;
	border: 1px solid #155176;
}
.bigger p {
	font-family: Palatino, Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	color: #155176;
}
.palatino {
	font-family: Palatino, Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.rumi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #155176;
	text-align: center;
	line-height: normal;	
}
.blue {
	color: #155176;
	font-weight: bold;
	line-height: normal;
}
.blue-bigger  {
	color: #155176;
	font-weight: bold;
	font-size:150%;
	line-height:normal;
	font-style:italic;
}
.blueit {
	font-style: italic;
	color: #155176;
	font-weight: bold;
	font-size: 1em;
	margin-right: 16px;
	margin-left: 16px;
	text-align: center;
	line-height: normal;
}

.fauxbullet {
	vertical-align: bottom;
	display: inline-block;
	font-size: 24px;
	padding-bottom: 3px;
}
form {
	border: none;
	background-image: url(../images/form-back.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #F7F9EE;
}
input, textarea {
	margin-top: -12px;
	border: 1px solid;
	border-bottom-color: #CCCCCC;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #CCCCCC;
	font: inherit;
}
.formtext {
	padding-left: 6px;
	font-size: 15px;
	color: #666666;
	line-height: 1.5em;
}
fieldset {
	margin: 12px;
	padding: 12px;
	border:solid 1px;
	border-color:#999999;
}
.testimonial {
	font-size: 16px;
	font-style: italic;
	background-color: #f8f9ee;
	padding: 12px;
	width: 80%;
	margin: auto;
	border: 2px solid #DFE0D8;
	background-image: url(../images/form-back.jpg);
	background-repeat: repeat-x;
}
.testimonial-2 {
	font-size: 16px;
	font-style: italic;
	padding-left: 24px;
	width: 80%;
	margin:12px;
}
.bio {
	font-size: 14px;
	color: #000000;
	/*font-style: italic;*/
	background-color: #A0B0E9;
	padding: 12px;
	width: 90%;
	margin: auto;
	border: 2px solid #DFE0D8;
	/*background-image: url(../images/form-back.jpg);*/
	background-repeat: repeat-x;
}
.bio h2 {
	color:#798651
}
div.bio ul, ol, li {
	font-size: 12px;
	line-height: 1.7em;
}
.test-attribute {
	font-size:14px;
	color: #0A590A;
}
.firstletter {
	font-size: 36px;
	color: #0A590A;
}
#image {
	/*position: relative;*/
	top: 100px;
	width: 900px;
	/*background-image: url(../images/alt-main-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	float: none;
	/*clear: none;*/
	/*left: 55px;*/
	padding: 0px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
}
h1 {
	font-size:24px;
	line-height:normal;
}
/*#container #mainContent li {
	line-height: 38px;*/
}
#container #mainContent ul {
	margin-top: 10px;
}
#paypal {
	text-align: center;
}
#paypal input  {
	border:none;
}

