html {
	font: normal normal normal 12px/20px Arial, Helvetica, sans-serif;
	color:#666666;
}



body { background: url('../images/internal-bg.jpg') left top repeat-x; }
body #all { background: url('../images/internal-all-bg.jpg') center top no-repeat; }

body.featured { background: url('../images/home-bg.jpg') left top repeat-x; }
body.featured #all { background: url('../images/home-all-bg.jpg') center top no-repeat; }


a {
	color:#71aa14;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

#all {
	width:780px;
	margin:0 auto;
	padding:20px 0;
}

#top {
	width: 100%;
	height: 25px;
	background:#666666 url(../images/topbg.gif) repeat-x;	
}

#top #topcont {
	with: 780px;
	margin:0 auto;
	color: #FFFFFF;
}

#top #topcont form p {
	margin:0;
}

#top #topcont form label {
	
	margin:0;
}

#top #topcontform p {
	margin-bottom:5px;
}


#top #topcont form input.text {
	border:1px solid #cccccc;
	background: #CCCCCC;
	padding:5px 5px;
	font-size:12px;
	width:140px;
	margin-bottom:5px;
	margin-right: 10px;
}


#top #topcont form p.button {
	padding:0;
	margin:0;
}

#top #topcont form li {
	list-style: inline	;
}

#top #topcont form button {
	
	color:#ffffff;
	font: normal normal bold 14px/40px Arial, Helvetica, sans-serif;
	width: 50px;
	height: 22px;
	text-align:center;
	text-decoration:none;
	background:url('../images/button.gif') top center no-repeat;
	border:0;
}




.table {
	padding: 0px;
}

/**************************************************************************************************** HEADER */

#header h1 a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:320px;
	height:100px;
	margin-left: 10px;
	background: url('../images/logo.jpg') center center no-repeat;
}

/* MENU */

#header ul  {
	float:right;
	text-align:right;
	margin-top:-60px;
	padding-right: 15px;
}

#header ul li { display:inline; }

#header ul li a {
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px 5px;
	margin:10px 10px;
	_padding:7px 5px; /*IE 6 hack */
	*padding:7px 5px; /*IE 7 hack */
	background:url('../images/menu-bg.jpg') 200px 22px no-repeat;
	font-weight:normal;
}

#header ul li a:hover, #header ul li a.current { color:#000000; }
#header ul li a.current { background:url('../images/menu-bg.jpg') 0 22px no-repeat; }

/**************************************************************************************************** FEATURED */

#content #featured {
	margin-top: -20px;
	margin-left: -10px;
	width:780px;
	height:290px;
	
	overflow:hidden;
	font: normal normal normal 14px/20px Arial, Helvetica, sans-serif;
}

span#prevBtn {
	display:block;
	width:20px;
	height:20px;
}

span#prevBtn a {
	display:block;
	width:20px;
	height:20px;
	text-indent:-9990px;
	overflow:hidden;
	background:url('../images/left-arrow.jpg') center center no-repeat;
	position:relative;
	top:-140px;
}

span#nextBtn {
	display:block;
	width:20px;
	height:20px;
}

span#nextBtn a {
	display:block;
	width:20px;
	height:20px;
	text-indent:-9990px;
	overflow:hidden;
	background:url('../images/right-arrow.jpg') center center no-repeat;
	position:relative;
	top:-160px;
	left:740px;
}

#content #featured ul {

}

#content #featured ul li {
	display:block;
	width:620px;
	height:220px;
	overflow:hidden;
	list-style:none;
	margin-left:0;
}

#content #featured ul li strong {
	font: normal normal bold 24px/40px Arial, Helvetica, sans-serif;
	color:#444444;
}

#content #featured ul li a.button {
	margin-top:20px;
	color:#ffffff;
	font: normal normal bold 14px/40px Arial, Helvetica, sans-serif;
	display:block;
	height:40px;
	width:122px;
	text-align:center;
	text-decoration:none;
	background:url('../images/button.gif') top center no-repeat;
}

#content #featured ul li a.button:active { background:url('../images/button.gif') bottom center no-repeat; }

#content #featured ul li a.button:hover { text-decoration:underline; }

#content #featured #left {
	background: url('../images/loginBG.gif') top left no-repeat;
	width: 240px;
	height: 220px;
	float: left;
	border-right: #cccccc 1px solid;
	margin-left: 25px;
	
}


#content #featured #right {
	width: 510px;
	height: 220px;
	float: left;
	border: #cccccc 1px solid;
}

#content #featured {
	margin-bottom: -60px;
}

#content #featured span{
	font-size: xx-small;
	margin-left: 35px;
}

#login_mini {
	padding-left: 16px;
	margin: 0 auto;
	text-align: center;
	
}

#login_mini a {
color:#0066FF;
text-decoration: none;

}

#login_mini a:hover, a:focus {
color:#999999;
text-decoration: none;
}

#login_mini label {
width: .5em;
float: left;
text-align: right;
margin-right: 0.5em;
margin-top: .05em;
display: block
}

#login_mini .submit input {
margin-left: -1.45em;
margin-top: .5em;
background:url(../images/submitBtn.gif) no-repeat;
border: none;
width: 50px;
height: 20px;
}

#login_mini input{
width: 8em;
background: url(../images/miniLoginField.gif) no-repeat;
margin-left: 2em;
border: none;
width: 90px;
height: 16px;
padding-left: 5px;
padding-top: 2px;
padding-right: 5px;
border-bottom: none;
color: BLACK;
font-weight: bold;

}

#login_mini fieldset {
	border: none;
	margin-top: 35px;
	margin-left: 20px;
	padding-bottom: 0px;
	
}

#login_mini legend {
color: #006600;
font-weight: bold;
} 

#login_mini .first {
	margin-top: 10px;
}
	
	
#login_mini .mini_enroll {
	margin-top: -10px;
	
}



/**************************************************************************************************** WHY GRID */

#content #why-grid * {
	margin-bottom:0;
	
	
}

#content #why-grid h2 {
	color:#444444;
	font: normal normal bold 24px/40px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

#content #why-grid h3 {
	color:#666666;
	font: normal normal bold 14px/20px Arial, Helvetica, sans-serif;
}

#content #why-grid div {
	width:780px;
	margin-left: -20px;

	margin-bottom:40px;
	color:#666666;
}

#content #why-grid img {
	margin: 0px;
	margin-top: 20px;
}




/**************************************************************************************************** CONTENT */

#content {
	margin-top:20px;
	margin-left: 20px;
	width:800px;
}

#content p {
	margin-bottom:20px;
}

#content img {
	margin:20px;
}

#content h2 {
	font: normal normal bold 25px/85px Arial, Helvetica, sans-serif;
	margin-bottom:40px;
	color:#444444;
}

#content h3 {
	font: normal normal bold 22px/40px Arial, Helvetica, sans-serif;
	color:#444444;
}

#content h4 {
	font: normal normal bold 18px/40px Arial, Helvetica, sans-serif;
	color:#444444;
}

#content h5 {
	font: normal normal bold 16px/40px Arial, Helvetica, sans-serif;
	color:#444444;
}

#content h6 {
	font: normal normal bold 14px/40px Arial, Helvetica, sans-serif;
	color:#444444;
}

#content ul, #content ol {
	margin-bottom:20px;
}

#content ul li {
	list-style-image:url('../images/bullet.jpg');
	margin-left:40px;
}

#content ol li {
	list-style-type:decimal;
	margin-left:40px;
}

table {
 	border-collapse: collapse;
	width: 100%;
	margin-bottom:20px;
}
caption {
	text-align: left;
	font: normal normal bold 18px/40px Arial, Helvetica, sans-serif;
	color:#333333;
}
thead th {
	border-right: 2px solid #ffffff;
	font: normal normal bold 16px/20px Arial, Helvetica, sans-serif;
	color:#333333;
	padding:5px 2px;
	background-color: #dddddd;
}
tfoot {
	font: normal normal normal 12px/20px Arial, Helvetica, sans-serif;
	color:#999999;
	text-align:right;
}
tbody tr {
	background-color:#fff;
	border-bottom: 1px solid #dddddd;
}
tbody td {
	padding:5px;
	text-align:left;
}
tbody th {
	text-align:left;
	padding: 5px;
}

/**************************************************************************************************** FORM */

#content form p {
	margin:0;
}

#content form label {
	display:block;
	margin:0;
}

#content form p {
	margin-bottom:5px;
}

#content form p.success {
	font-weight:bold;
	color:#92ad12;
}

#content form p.error,
#content form p span.error {
	font-weight:bold;
	color:#ff0000;
}

#content form input.text {
	border:1px solid #cccccc;
	padding:5px 5px;
	font-size:16px;
	width:280px;
	margin-bottom:5px;
}

#content form textarea {
	background:white;
	border:1px solid #cccccc;
	padding:5px 5px;
	width:480px;
	height:200px;
	margin-bottom:0;
}

#content form p.button {
	padding:0;
	margin:0;
}

#content form li {
	list-style: none;
}

#content form button {
	margin-top:20px;
	color:#ffffff;
	font: normal normal bold 14px/40px Arial, Helvetica, sans-serif;
	display:block;
	height:40px;
	width:122px;
	text-align:center;
	text-decoration:none;
	background:url('../images/button.gif') top center no-repeat;
	border:0;
}

#content form button2 {
	margin-top:20px;
	color:#ffffff;
	font: normal normal bold 14px/40px Arial, Helvetica, sans-serif;
	display:block;
	height:40px;
	width:122px;
	text-align:center;
	text-decoration:none;
	background:url('/images/submitBtn.gif') top center no-repeat;
	border:0;
}

#content form button:active { background:url('../images/button.gif') bottom center no-repeat; }

/**************************************************************************************************** FOOTER */

#footer {
	clear:both;
	font: normal normal  12px/20px Arial, Helvetica, sans-serif;
	border-top:1px dotted #dddddd;
	margin:20px 0;
	padding:20px 0;
	color:#666666;
}


#content .info {
	background: url(../images/breaker.gif) top no-repeat;
	clear: both;
	padding: 0 0 0 0;
	margin-top: -15px;
	
}



#content .info p {
	color: #666;
	line-height: 1.8;
}

#content .info H2 {
	margin-bottom: -15px;
}

#content .info img {
float:right;
left:20px;
margin:20px 0 15px;
border: 0;
position:relative;
}

#content .info img a {
	border: 0;
}

#tiny {
	font-size: 8px;
	line-height: 8px;
	font-weight: 400;
}

#legal {
	font-size: xx-small;
	text-align: center;
	margin-bottom: 10px;
}	













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


