/*
-----------------------------------------------
Style Sheet

Site: jamaalearningcenter.org
Author: R. Shawn Williams   www.consultwill.com
Version:  2009.08
----------------------------------------------- */



html, body, div, p {
	font-family:Gill sans, sans-serif; 
	color: #444444;
	margin: 0 0 0 0px;
	font-size:100%;
}


body {
	
margin: 0 0 0 0; 
}


img {  
border-style: none;
}

html{
	background:#fff;
	background-image: url(../images/main-bg.gif);
	background-repeat:repeat;

}

/*wrap

_____________________________________________*/

#mainbox{
	margin:0pt auto;
	position:relative;
	width:960px;
	
	

}

/*header
--------------------------------------------------------------*/

h1 {

	background: #993761 url(../images/header.jpg) repeat-x scroll center top;
	width:960px;
	height:400px;
	display:block;
	margin: 0 0 0 0px;
	padding:0px;
	text-indent:-9999em;
	float:right;
	clear:left;
	border-color:#fff;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	
}




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


#info{
	width:300px;
	float:left;
	padding:10px;
	margin:-400px 0 0 0;
	

	
}

#info p{
	color:#fff;
	line-height: 1.5em;

}

#rightBox{
	width:343px;
	height:361px;
	background:#1F4C35;
	float:left;
	margin:0px 0 0 0;
	border-color:#fff;
	border-style:solid;
	border-width:0px 1px 0px 0px;

}

#rightBox p{
	color:#fff;
	line-height: 1.5em;
	padding: 50px 20px 15px 20px;
	text-align:center;
	letter-spacing:.1em;
	font-size:15px;
}
	
	
	
/*Contact Form
--------------------------------------------------------------*/



#contact-area {
	width: 551px;
	height:301px;
	float:right;
	clear:both;
	margin:0px 0 0 0;
	padding:20px 35px 40px 30px;
	background:#666;	
}


#contact-area p {
	color:#fff;
	font-size:1.1em;
	letter-spacing:0.1em;
	padding: 2px 0 25px 0;
	font-size:15px;
	text-align:center;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 320px;
	font-family: arial,Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 15px;
	border: 2px solid #666;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	padding: 5px;
	width: 335px;
	font-family: arial,Helvetica, sans-serif;
	font-size: 1.2em;
	border: 2px solid #666;
	margin-left:130px;
}

td.left {
	width: 80px;
	text-align: left;
	margin-top:0px;
	padding:0px 0 0 30px;
	font-family:Gill Sans;
	font-size:1.1em;
	letter-spacing:0.1em;
	color:#FFF;
	margin:0px;
}

#catpcha-area {
	margin-left:200px;
}

	
	
/*Footer
--------------------------------------------------------------*/	
	
#footer{
	width:960px;
	height:60px;
	float:left;
	clear:both;
	background:#081B2D;
	border:solid;
	border-color:#fff;
	border-width:1px 0 1px 0;

}

.leftFooter{
	float:left;
	margin: 0px 0px 0 30px;
	



}

#footer p{
	font-size:12px;
	text-align:right;
	padding: 20px 30px 0 0;
	letter-spacing:.09em;
	font-weight:normal;
	color: #666;
	font-family:georgia,times,'Times New Roman',serif;
	font-size:11px;
	font-style:italic;
	text-align:right;

}

#footer a{
	color: #666;
	text-decoration:none;
}



#footer a:hover{
	color:#fff;
	text-decoration:none;
	border-bottom: 1px dashed #666;
}



