@charset "UTF-8";
/* CSS Document */

html {
	/*background: url(../img/html-bg-y.png) repeat-y center;*/
	/*background-image: url(../img/backgrnd.jpg) ;
	background-position:right top;
	background-repeat:no-repeat;

	background-color: #666666;	*/
	/*background-image:url(../img/testback.jpg);
	background-color: #6C6565;	
	background-position: left 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
}


.newblock {  width:1280px; }
.newblock .r1 { background:url(../img/tright_t1.jpg) right top repeat-y;}
/*.newblock .b1{ background:url(../img/b.gif) left bottom repeat-x;} - none*/
.newblock .l1 { background:url(../img/tleft_3.jpg) left top repeat-y;}
/*.newblock .t1 { background:url(../img/t.gif) left top repeat-x;} - none*/
.newblock .l_t1 { background:url(../img/tleft_3.jpg) no-repeat left top;}
.newblock .r_t1 {  background:url(../img/tright_t1.jpg) no-repeat right top;}
.newblock .r_b1 { background:url(../img/bright_t1.jpg) no-repeat right bottom;}
.newblock .l_b1 { background:url(../img/bleft_t1.jpg) no-repeat left bottom;}
.newblock .ind1 { padding:0px 5px 0px 255px;}
.newblock .margintop1 { margin-top:3px; }

body {
	/*width: 960px;*/
	background-color:#666666;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

.header {
	width:960px;
	height:98px;
	margin:0 auto;
	padding:0;
}

.Masterbody
{
width:100%;
height:100%;
margin:0;
padding:0;

}

.header a {
	background: url(../img/header.jpg) no-repeat top left;
	width:960px;
	height:98px;
	margin:0;
	padding:0;
	display: block;
	text-indent: -9999px;
}


.navbar {
	width:960px;
	height:30px;
	margin:0 auto;
	padding:0;
}

.navbar ul {
	width:960px;
	height:30px;
	margin:0;
	padding:0;
	overflow: hidden;
	position: relative;
}

.navbar li {
	width:160px;
	height:30px;
	margin:0;
	padding:0;
}

.navbar li a {
	background:url(../img/newmenustyle.jpg) no-repeat top left;
	width:160px;
	height:30px;
	margin:0;
	padding:0;
	display: block;
	text-indent: -9999px;
}


#home a {
	position: absolute;
	background-position: 0 0;
	top: 0;
	left: 0;
}

#home a:hover {
	background-position: 0 -30px;
}

#about a {
	position: absolute;
	background-position: -160px 0;
	top: 0;
	left: 160px;
}


#about a:hover {
	background-position: -160px -30px;
}


#programs a {
	position: absolute;
	background-position: -320px 0;
	top: 0;
	left: 320px;
}

#programs a:hover {
	background-position: -320px -30px;
}

#faq a {
	position: absolute;
	background-position: -480px 0;
	top: 0;
	left: 480px;
}

#faq a:hover {
	background-position: -480px -30px;
}

#news a {
	position: absolute;
	background-position: -640px 0;
	top: 0;
	left: 640px;
}

#news a:hover {
	background-position: -640px -30px;
}

#contact a {
	position: absolute;
	background-position: -800px 0;
	top: 0;
	left: 800px;
}

#contact a:hover {
	background-position: -800px -30px;
}

.mainContent {
	background: url(../img/mainContent-top-x.jpg) repeat-x top left;
	background-color:#FFFFFF;
	text-align:left;
	width:960px;
	margin:0;
	padding:0;
}

/* insert leftCol and rightCol specific styles here */

.pad20 { padding: 20px 0 0 20px;}

.pad20Full {padding:20px 20px 0 20px;}

/*.leftCol img, .rightCol img { border: 1px solid #CCC; }*/

.contactForm input{
	border:1px solid #666666;
	color: #069;
	font-size: 13px;
	line-height: 16px;
	margin-bottom:10px;
	overflow:auto;
	padding:3px;	
}

.full {width:290px;}

.contactForm textarea {
	border:1px solid #666666;
	color: #069;
	font-size: 13px;
	line-height: 16px;
	margin-bottom:10px;
	overflow:auto;
	padding:3px;
	width:290px;
}

.contactForm td {
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}

.contactForm tr {
	vertical-align: top;
}

.submitButton input {
	cursor:pointer;
	font-size: 14px;
}

.submitButton input:hover {
	background: #069;
	color: #FFF;	
	cursor:pointer;
	font-size: 14px;
}

.footer {
	background: url(../img/footer-bg-top-x.jpg) repeat-x top left;
	background-color: #CCC;
	width:960px;
	margin:0;
	padding:20px 0 0 0;
	text-align:center;
	}
	
.footer p {

	padding: 10px;
	margin: 0;
	line-height: 14px;
}

.footerspan
{
background: url(../img/newFooter.jpg) repeat top left;
}

