@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	text-align: justify;
	/*behavior: url(iepngfix.htc);*/
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
} img, div, input { behavior: url("iepngfix.htc") }
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	background-image: url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#0B3801;
}
#maincontainer{
	width:940px;
	height:100%;
	margin:0 auto;
	overflow:hidden;
	padding:10px;
}
#topspace{
	width:940px;
	height:140px;
}
#logo{
	width:198px;
	height:50px;
	float:left;
	background-image:url(images/acheiverschronicle.png);
}
#imagemenu-container{
	width:940px;
	margin:auto;
	height:333px;
	margin-bottom:10px;
}
#topmenu{
	width:250px;
	height:50px;
	float:right;
	padding-top:35px;
}
#left-container{
	width:620px;
	height:auto;
	float:left;
	overflow:hidden;
	clear:both;
}
#rightmenu-condainer{
	width:300px;
	height:442px;
	float:right;
	background-image:url(images/right-menu.png);
	background-position:top;
}
	
#footer-container{
	width:100%;
	background-color:#000;
	clear:both;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#footer{
	width:940px;
	margin:0 auto;
	padding-top:15px;
	height:210px;
}

	
.line{
	background-image:url(images/line.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:5px;
	behavior: url("iepngfix.htc");
	display:block;
	overflow:hidden;
}
#contact{
	width:250px;
	height:200px;
	float:right;
	padding-top:10px;
}
#devp{
	width:300px;
	height:50px;
	float:left;
	
}
	

h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size:14px; color:#fffc99; line-height:20px; padding:10px 0px 10px 0px;letter-spacing:.01em; }
h2{ font-family: 'Cardo',Georgia, "Times New Roman", Times, serif; }
h3{font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; color:#F90; text-align:left;}
.text1{font-family: 'Cardo',Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#F90;
padding:16px 15px 0px 14px;
cursor:pointer;

}
.text1:hover{
	color:#FFF;
}
	

#menu {
	width: 250px;
	margin:auto;
	padding-top:27px;
	
	}
	
#menu li a {
	height: 28px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	font-family: 'Cardo',Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration: none;
	outline:none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #999933;
	display: block;
	
	padding: 8px 0 0px 25px;
	}
	
#menu li a:hover {
	color: #ffffff;

	padding: 8px 0 0 25px;
	}
	
#menu li a:active {
	color: #ffffff;

	padding: 8px 0 0 25px;
	}
#topmenubg{
	background-image:url(images/top-menu.png);
	background-repeat:repeat-x;
	width:250px;
	height:50px;
	
}
	
	
.wrap{
	float:left;
	padding:5px 10px 2px 0px;
}
	
	img{border:none;}
	
	
		#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:620px;
		height:auto;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}	
