* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ===============
 PRIMARY LAYOUT START 
   =============== */

body {
	background: #6A9B38 url('../images/header_bg.jpg') repeat-x;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
	margin-top: 0;
}

#page-wrap {
	width: 760px;
	margin: 0 auto;	
}

#header {
	background: #AAAAAA url('../images/header.jpg') no-repeat;
	height: 235px;
	text-indent: -9999px;
}

#footer {
	background: #AAAAAA url('../images/footer.gif') no-repeat;
	height: 58px;	
}

#main {
	background: #FFFFFF url('../images/main-bg.gif') repeat-y;
	padding: 10px 25px;
}


/* ===============
 TEXT AND HEADINGS START 
   =============== */

p {
	font-size: 14px; 
	font-weight: normal; 
	text-align: justify; 
	text-decoration: none; 
	line-height: 16pt;
	margin-bottom: 20px;
}

h1 {
	font-family: georgia, times new roman, serif;
	font-size: 20px; 
	font-weight: normal; 
	text-align: left; 
	line-height: 20pt;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px; 
	font-weight: bold; 
	font-style: italic;
	text-align: center; 
	line-height: 20pt;
	margin-bottom: 20px;
}

h3 {
	font-family: georgia, times new roman, serif;
	font-size: 20px; 
	font-weight: normal; 
	text-align: center; 
	line-height: 20pt;
	margin-bottom: 15px;
}

h4 {
	color: #990E0E;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	background: #D3D3D3;
	font-size: 14px; 
	font-weight: bold; 
	text-align: left; 
	line-height: 18pt;
	margin-bottom: 15px;
	padding: 2px;
}

h5 {
	font-size: 16px; 
	font-weight: bold; 
	text-align: center; 
	line-height: 16pt;
	margin-bottom: 20px;
}

h5 a, h5 a:active, h5 a:visited	{
	color: #000000; 
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal;
	text-align: center; 
	text-decoration: none;
	line-height: 16pt;
	margin-bottom: 20px;
}

h5 a:hover {
	color: #000000; 
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal;
	text-align: center; 
	text-decoration: underline;	
}

h6 {
	color: #0000EE;
	font-size: 11px;
	font-style: normal;
	font-weight: bold; 
	text-align: left; 
	text-decoration: none; 
	margin-bottom: 20px;
}

h6 a, h6 a:active, h6 a:visited	{
	color: #0000EE;
	font-size: 11px;
	font-style: normal;
	font-weight: bold; 
	text-align: left; 
	text-decoration: none; 
	margin-bottom: 20px;
}

h6 a:hover {
	color: #0000EE;
	font-size: 11px;
	font-style: normal;
	font-weight: bold; 
	text-align: left; 
	text-decoration: underline; 
	margin-bottom: 20px;
}

.h7 {
	font-size: 16px; 
	font-weight: bold; 
	text-align: left; 
	line-height: 16pt;
	margin-bottom: 20px;
}

#quote {
	font-size: 26px;
	font-weight: bold; 
	font-style: italic;
	text-align: center; 
	text-decoration: none;
	line-height: 22pt;
	margin-bottom: 20px;
}

.backto	{
	color: #0000EE;
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 10px;
	font-style: normal;
	font-weight: bold; 
	text-align: right; 
	text-decoration: underline; 
}

.backto a, .backto a:visited {
	color: #0000EE;
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 10px;
	font-style: normal;
	font-weight: bold; 
	text-align: right; 
	text-decoration: underline; 
}

.highlight {
	background-color: yellow;
}

.highlight-b {
	background-color: yellow;
	font-weight: bold;
}

.style1 {
	font-weight: bold;
	font-style: italic;	
}

.style2 {
	font-weight: bold;
	text-decoration: underline;
}

.style3 {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.text-center {
	text-align: center;
}

.caution {
	background-color: yellow;
	color: #BE1313;
}

#drop-cap {
	font-family: times new roman, georgia, serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 40px;
	display: block;
	width: 60px;
	height: 40px;
	float: left;
}

.testimonial {
	color: #990E0E; 
	font-family: times new roman, georgia, serif; 
	font-size: 20px; 
	text-align: justify; 
	text-decoration: none; 
	line-height: 18pt;				
}

.testimonial2 {
	color: #000000; 
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal;
	text-align: justify; 
	text-decoration: none; 			
}

/* ===============
      LIST STUFF 
   =============== */

#main ul {
	font-size: 14px;
	text-align: justify;
	list-style-type: none;
	margin-bottom: 20px;
}


#main ul li {
	background: url('../images/bullet.png') no-repeat scroll 0 5px;
	margin-bottom: 12px;
	padding-left: 25px;
	line-height: 15pt;
}

#main ul.list2 {
	font-size: 14px;
	text-align: justify;
	list-style-type: none;
}

#main ul.list2 li {
	background: #FFFFFF url('../images/bullet3.gif') no-repeat scroll 0 5px;
	min-height: 45px;
	margin-bottom: 12px;
	padding-left: 55px;
	padding-top: 18px;
	line-height: 15pt;
}

#main ul.list3 {
	font-size: 14px;
	text-align: justify;
	list-style-type: none;
}


#main ul.list3 li {
	background: url('../images/bullet4.gif') no-repeat scroll 0 5px;
	min-height: 40px;
	margin-bottom: 20px;
	padding-left: 50px;
	line-height: 15pt;
}



/* ===============
  BOTTOM NAV START 
   =============== */

ul#btmnav	{
	list-style: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	line-height: 20px;
	padding-top: 65px;
	margin-bottom: 20px;
}			


ul#btmnav li {
	background: none;
	display: inline;
	color: #FFFFFF;
}	


ul#btmnav a:link, ul#btmnav a:visited, ul#btmnav a:active {
	color: #FFFFFF;
	text-decoration: none;	
}

ul#btmnav a:hover {
	text-decoration: underline;	
}

.bullet-box {
	background: #FBF7CB;
	min-height: 170px;
	width: 675px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 3px solid #000000;
	padding: 15px;
}

.bullet-box ul li {
	font-weight: bold;	
}

.bullet-box ul#l-column {
	width: 50%;
	float: left;
}

.bullet-box ul#r-column {
	width: 50%;
	float: right;
}

.testimonial-box {
	background: #FBF7CB;
	width: 650px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 3px solid #000000;
	padding: 15px;
}

.elearning-box {
	background: #FBF7CB;
	width: 620px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 3px solid #000000;
	padding: 15px;
}

.closing-box {
	background: #F1F7F8;
	width: 620px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 3px solid #000000;
	padding: 15px;
}

#main .closing-box ul {
	font-size: 14px;
	text-align: justify;
	list-style-type: none;
}


#main .closing-box ul li {
	background: url('../images/bullet4.gif') no-repeat scroll 0 5px;
	min-height: 40px;
	margin-bottom: 20px;
	padding-left: 50px;
	line-height: 15pt;
}

.pink-box {
	background: #FFE2F4;
	width: 675px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 3px solid #C0C0C0;
	padding: 15px;
	padding-bottom: 0;
}

.pink-box ul#list4 {
	text-align: justify;
	list-style-type: none;
}


.pink-box ul#list4 li {
	background: url('../images/x_circle.png') no-repeat scroll 0 5px;
	min-height: 40px;
	margin-bottom: 20px;
	padding-left: 60px;
	line-height: 15pt;
}


/* ===============
   IMAGE ALIGNMENT 
   =============== */

.inline-img-left {
	float: left;
	padding: 10px 10px 10px 0;
}

.inline-img-right {
	float: right;
	padding: 10px 0px 10px 10px;
}

.inline-img-center {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.inline-img-center2 {
	display: block;
	margin: 0 auto;	
}

.imgover {
	display: block;
	margin: 0 auto;	
	margin-bottom: 20px;
}

#member-login {
	display: block;
	float: right;
	padding: 10px 0px 10px 10px;
}

/* ===============
		MISC
   =============== */

.clear {
	clear: both;
}

#video {
	text-align: center;
}


input, textarea {
	padding: 5px;
	border: 1px solid #000000;
}

p.form {
	margin-bottom: 5px;
}

.required {
	font-weight: bold;
	font-size: 12px;
	color: red;
}

input#form_button {
	background: #000000;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	border: 0;
	padding: 8px;
	cursor: pointer;
}

embed {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0;
}

