/*-------------------------------------------------------
	Colors
---------------------------------------------------------

Dark Purple		#79288D
Light Purple	#BC94C6

(direct sample)
Green			#126A4F

(web corrected)
Green			#467F38
Light Green		#A3BF9C


Yellow			#E6DE17
Light Yellow	#F3EF8B


-------------------------------------------------------*/



/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;   
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #126A4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
#container {
	background: #fcfafc;
	border: 1px solid #79288D;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 940px;
}
	
#mast-nav {
	background: url(../images/layout/nav-bg.gif) repeat-x;
	clear: both;
	float: left;
	width: 940px;
}

#header {
	clear: both;
	float: left;
	width: 940px;
}

	
#main-content {
	float: left;
	margin: 0 10px;
	width: 920px;
}
	
#footer {
	background: url(../images/layout/footer.jpg) no-repeat #79318a;
	clear: both;
	float: left;
	height: 150px;
	padding: 70px 10px 0;
	width: 920px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color: #79288D;
	font-size: 150%;
	margin: 7px auto 6px auto;
	text-align: center;
}

h2 {
	color: #126A4F;
	font-size: 125%;
	font-family: comic sans;
	margin: 7px auto 6px auto;
	text-align: center;
}

h3 {
	color: #79288D;
	margin: 15px auto -5px auto;
}

p {
	line-height: 125%;
	margin: 7px auto 6px auto;
}

td {
	vertical-align: top;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #79288D;
	font-weight: bold;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}

/*-------------------------------------------------------
	Mast Nav
-------------------------------------------------------*/

#mast-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mast-nav li {
	float: left;
}

#mast-nav a {
	background: url(../images/layout/nav-bg.gif) repeat-x;
	border-left: 1px solid #6c1987;
	border-right: 1px solid #943da8;
	color: #fff;
	float: left;
	font-size: 12pt;
	font-weight: bold;
	line-height: 40px;
	padding-left: 38px;
	padding-right: 38px;
	text-decoration: none;
}

#mast-nav a.first {
	border-left: none;
}

#mast-nav a.last {
	border-right: none;
}

#mast-nav a:hover {
	background-position: center -40px;
}

#mast-nav a:active, #mast-nav a.down {
	background-position: center -80px;
	border-right: 1px solid #fff;
	color: #126A4F;
	cursor: default;
}

#mast-nav ul ul {
	border: 1px solid #943da8;
	border-top: none;
}

#mast-nav ul ul a, #mast-nav ul ul a.down {
	border: none;
}

#mast-nav .dd {
	cursor: default;
}

#mast-nav a.dd:hover {
	background-position: center 0px;
}
	
	/*-------------------------------------------------------
		LEVEL TWO
	-------------------------------------------------------*/


	#mast-nav ul ul {
		clear: both;
		float: left;
		left: 0;
		top: 40px;
		position: absolute;
		visibility: hidden;
	}

	#mast-nav ul li.hover,
	#mast-nav ul li:hover {
		position: relative;
	}

	#mast-nav li li {
		font-weight: normal;
		color: #000;
		float: none;
		clear: both;
	}

	#mast-nav li li a {
		line-height: 25px;
		padding-left: 5px;
		padding-right: 5px;
	}	
										  
	/* IE 6 & 7 Needs Inline Block */
	#mast-nav li li a {
		width: 190px;
		display: inline-block;
	} 
	
	#mast-nav li:hover > ul {
		visibility: visible;
	}
	

/*-------------------------------------------------------
	Main Content
-------------------------------------------------------*/

#main-content p, #main-content ul {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}

#main-content img {
	background: #A3BF9C;
	border: 1px solid #79288D;
	padding: 5px;
}

#main-content img.no-border {
	border: none;
	padding: 0;
}

#main-content a img:hover {
	background: #79288D;
}

.testimonial {
	background: url(../images/content/open-quote.gif) no-repeat;
	font-style: italic;
	margin: 20px 100px;
	padding: 2px 20px 0 20px;
}

.testimonial .cred {
	font-style: normal;
	margin-left: 50px;
}

.supp-content {
	float: right;
	margin-left: 15px;
	width: 35%;
}

.thumbs {
	list-style: none;
	margin: auto 0;
}

.thumbs li {
	float: left;
	list-style: none;
	margin: 5px 5px 15px 5px;
	text-align: center;
	width: 290px;
}

.caption {
	font-style: italic;
	text-align: center;
}

ul.two-col {
	margin: 10px;
	padding:0;
}

ul.two-col li {
	float: left;
	width: 45%;
}

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/

#contact-form * {
	list-style-type: none;
}

#contact-form {
	border: solid 1px #fff;
	float: right;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	width: 500px;
	height: auto;
}

#contact-form td {
	padding: 5px 0;
}

#contact-form ul {
	margin: 0;
}

#contact-form li {
	float: left;
	font-size: 9pt;
	margin: auto 5px;
	width: 45%;
}

#contact-form label { 
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 110px; 
}

#contact-form h2 { 
	clear: both;
}

#contact-form input, #contact-form textarea {
}

#contact-form .checkbox {
	margin: 5px 0 0 5px;
	padding: 0px;
	width: auto;
}

.reload {
	font-variant: small-caps;
	padding: 3px;
	text-size: 90%;
}

#contact-form #submit, #contact-form #submit {
	width: auto;
	padding: 5px;
	margin: 5px auto;
	border: 1px solid #265c8c;
	color: #fff;
	background: url(../images/page-bg-bottom.gif) repeat-x center -30px ;
	font-weight: bold;
}

#contact-form #submit:hover {
	background: url(../images/page-bg-bottom.gif) repeat-x center -60px ;
	cursor: pointer;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

#animation {
	float: left;
	height: 262px;
	overflow: hidden;
	margin: 0px 0px 10px 5px;
	text-align: center;
	width: 912px;
}

.contact-info {
	margin: 25px;
}

.contact-info ul, .contact-info li {
	list-style: none;
}

.contact-info p {
	margin: 10px;
}

#footer, #footer a {
	color: #fff;
}

#footer a {
	
}

#footer p {
	text-align: center;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	