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

/*****Universal Style*****/
*{
	margin:0px;
	padding:0px;

}

body {
background-image:url(images/Pattern.png);
background-repeat: repeat;
font:Arial, Helvetica, sans-serif;

}

::root body {
background-image:url(images/Pattern.jpg);
background-repeat: repeat;
color:#b2b2b2;
font: Arial;
overflow:hidden;
}
img {
	border: hidden;
	
}

a:link {
	color:#b2b2b2;
	text-decoration:none;
	border: hidden;
	}
a:hover{
	color:#ff3300;
	}
a:visited{
	color:#b2b2b2;
	}
/*******Primary Structure******/
#container{
position: absolute;
width: 100%;
}

#wrapper{
position: relative;
width:1105px;
margin-left:50%;
left:-580px;
height:920px;
margin-top: 4%;
}


/******Content Layout*******/

#content{
position:relative;
width:100%;


}


#midsection{
position:relative;
height:776px;
background-image:url(images/frame.png);
}


#colomn1{
	position: absolute;
	width:70px;
	left: 124px;
	top: 119px;
	font: Arial;
	height: 536px;
}

#column2{
	height:365px;
	width:473px;
	position: absolute;
	z-index:4000;
	left: 196px;
	top: 119px;
}

#column3{
	height:534px;
	width:249px;
	position: absolute;
	z-index:4000;
	left: 671px;
	top: 119px;
}

#colomn4{
	position: absolute;
	width:70px;
	line-height: 25px;
	left: 919px;
	top: 119px;
	height: 534px;
}



#apDiv1 {
	position:absolute;
	width:597px;
	height:368px;
	top:83px;
	left:65px;
	z-index:5000;
	}
	
#footer{
margin-top: 0px;
position:relative;
height:70
px;
width:1105px;
clear:both;
}

#footer ul{
text-align:center;
list-style:none;
}
#footer ul li{
display:inline;

}


/* dock2 - bottom 
#dock2 {
	width: 100%;
	bottom:100px;
	position: relative;
	right: 5px;
	}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: ;
	padding-left: 20px;
	}
a.dock-item2 {
	display: block; 
	font:16px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #cccccc; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

*/
#endlink {
padding:0px 0px 0px 0px;

}
