/*Styles*/
html{height: 100%;}
a{color:#6B8912;  text-decoration:none;}
a:hover{color:#6B8912;  text-decoration:none;}
a:visited{color:#6B8912; text-decoration:none;}
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#58084d;
	margin-top:20px;
	height: 100%;
	color:#333;
	}
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -187px; /* the bottom margin is the negative value of the footer's height */
	width:980px;
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#58084d;
	}
	
	#wrapper-home{
	margin: 0 auto;
	width:980px;
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#58084d;
	}
#masthead{
	width:980px;
	
	}
	
	/*MENU*/
	#menu{
	float:left;
	width:auto;
	height: 60px;
	padding-bottom: 15px;
		
		}
	#menu ul{
			}
	#menu ul li{
		display: block;
		float:left;
		color:#FFF;
		height: 60px;
		width:122px;
		font-size:12px;
		text-align:center;
		}
		#menu ul li a{
			font-size: 12px;
			display:block;
		    color:#FFF; 
			text-decoration:none;
			padding-top: 15px;
			}
			
			#menu ul li:hover,
			#menu ul li.active,
			#menu ul li a:hover{
				background-color:#7E0c6e;
				}
				
				#menu ul li.active{
					}
		/*END MENU*/
	#logo{
	padding-bottom: 15px;
	text-align: right;

		}
		
	#content-box{
		margin: 0 auto;
		width: 980px;
		clear: both;
		
		
		}
	#home{
		width:980px;
		height: 568px;
		background-image:url(../images/home-img.jpg);
		}
	#about{
		width:980px;
		background-color:#FFF;
		}
	.title{
	width: 950px;
	padding: 30px 0px 5px 30px;
}	
	
	.col{width: 440px; float: left; padding: 20px 0px 0px 30px; }
	.title h1{font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; font-size:28px; color:#4B4A4D;}
	.col p{ font-family:Tahoma, Geneva, sans-serif; font-size:12px; line-height:20px;}
	.col p a{color:#6B8912;}
	.col p a:hover{color:#6B8912;}
	.col p a:visited{color:#6B8912;}
	.list{padding-left:20px;}
	.list li{ list-style:square outside; font-family:Tahoma, Geneva, sans-serif; font-size:12px; line-height:24px;}
	.olist{padding-left:20px;}
	.olist li{ list-style:decimal outside; font-family:Tahoma, Geneva, sans-serif; font-size:12px; line-height:24px;}
	.col h2{ font-family:Georgia, "Times New Roman", Times, serif; color:#3b6e8e; font-weight:normal; font-size: 14px; line-height: 20px;}
	.col h3{ font-family:Tahoma, Geneva, sans-serif; font-size:14px; line-height:18px;}
	.welcome{
	width: 930px;
	color:#4B4A4D;
	line-height: 24px;
	position:relative;
	top: 240px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:left;
	padding:25px;
	background-image: url(../images/bg-box.png);
	
}	
   .push {
	height: 187px; /* .push must be the same height as .footer */
	clear: both;
	}
	.push-home {
	height: 187px; /* .push must be the same height as .footer */
	}
	#footer-box{
		width: 100%;
		background-image: url(../images/footer-box.png);
		background-position:top left;
		background-repeat:repeat-x;
		height:187px;
		}	
	#footer-home{
		margin: 0 auto;
		width: 980px;
		height:187px;
		background-image:url(../images/footer-home.jpg);
		background-repeat: no-repeat;
		}
		
	#footer-about{
		margin: 0 auto;
		width: 980px;
		height:187px;
		background-image:url(../images/footer-about.jpg);
		background-repeat: no-repeat;
		_padding-right:30px;
		_background-repeat: repeat-x;
		}
		
	#footer-text{padding-top:160px; text-align:right;}
	#footer-text ul li{ font-size:10px; display:inline; color:#FFF; padding: 0 10px; border-right: 1px solid #FFF;}
	#footer-text ul li a{color:#FFF; text-decoration:none;}
	#footer-text ul li.last{border: none;}
	
	

