/* Little - Style Sheet */

/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page Style
*/

BODY { 
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	border: 0px;
	text-align:center;
}
	
#container {
	position:relative;
	width: 960px;
	height: 750px;
	margin: 25px auto;
	text-align: left; /* resets text back to left align due to IE 5.x fix */
	z-index:0;
}
/*------------------------------------------*/
#footerDiv {
	position:absolute;
	top:700px; left:0px;
	margin:0 0 0 0;
	width: 990px;
	height: 45px;
	background-color:#d9d9d9;
}
#loginDiv {
	position:absolute;
	top:250px; left:0px;
	margin:0 0 0 0;
	width: 990px;
	height: 20px;
	background-color:#fff;
	text-align:center;

	font-family:  "Arial", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height:12px;
	letter-spacing:.5px;
	margin-top: 15px;
	color: #333;
}

#linkDivB {
	position:absolute;
	top:785px; left:0px;
	margin:0 0 0 0;
	width: 990px;
	height: 20px;
	background-color:#fff;
	text-align:center;

	font-family:  "Arial", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height:12px;
	letter-spacing:.5px;
	margin-top: 15px;
	color: #333;
}

#linkDiv {
	position:absolute;
	top:525px; left:0px;
	margin:0 0 0 0;
	width: 990px;
	height: 20px;
	background-color:#fff;
	text-align:center;

	font-family:  "Arial", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height:12px;
	letter-spacing:.5px;
	margin-top: 15px;
	color: #333;
}

#linkDiv a{
	text-decoration:none;
	color: #333;
}

#linkDivB a{
	text-decoration:none;
	color: #333;
}

#copyrightDivB {
	position:absolute;
	top:840px; left:0px;
	margin:0 0 0 0;
	width: 990px;
	height: 20px;
	background-color:#fff;
	text-align:center;
	margin-bottom:50px;
}
#copyrightDiv {
	position:absolute;
	top:600px; left:0px;
	margin:0 0 0 0;
	width: 990px;
	height: 20px;
	background-color:#fff;
	text-align:center;
}
#footerFull {
	position:absolute;
	top:700px; left:0px;
	margin:0 0 0 0;
	width: 100%;
	height: 45px;
	background-color:#d9d9d9;
	z-index:-500;
}
#copyright{
	font-family:  "Arial", Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height:12px;
	letter-spacing:.5px;
	margin-top: 15px;
	color: #333;
}
#copyright a{
	text-decoration:none;
	color: #333;
}
#copyrightB{
	font-family:  "Arial", Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height:27px;
	letter-spacing:.5px;
	margin: 10px 0 0 40px;
	float:left;
}

		.slides_container {
			width:960px; 
			/*display:none;*/
		}

		.slides_container div {
			width:960px;
			height:720px;
			display:block;
		}