/* CSS Document */

/* CSS Document */

body{
	background-image:url(images/slices/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

/*anchor rules */

a{
	color:#fff;
	text-decoration:underline;
}

a:hover{
	color:#FF0000;
	text-decoration:none;
	
}


a img{
	border:4px solid #fff;
	margin:4px;
}



/*anchor rules */
	
#container{
	position:absolute;
	width:716px;
	left:50%;
	margin:0 0 0 -358px;
	background-image:url(images/slices/container_bg.jpg);
	background-repeat:repeat-y
	
}

#container h1{
	background-image:url(images/slices/header.jpg);
	background-repeat:no-repeat;
	height:207px;
	margin:0;
}

#container h2{
	background-repeat:no-repeat;
	height:52px;
	margin:0;
}

#ttlHome{background-image:url(images/slices/main/ttl_home.jpg);}
#ttlAbout{background-image:url(images/slices/main/ttl_about.jpg);}
#ttlNews{background-image:url(images/slices/main/ttl_news.jpg);}
#ttlServices{background-image:url(images/slices/main/ttl_services.jpg);}
#ttlContact{background-image:url(images/slices/main/ttl_contact.jpg);}
#ttlGames{background-image:url(images/slices/ttl_games.jpg);}


#container h1 span, #container h2 span{
	display:none;
}

#nav{
	background-image:url(images/slices/main/nav_right.jpg);
	background-repeat:no-repeat;
	height:34px;
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li{
	float:left;
	height:34px;
}




/*nav elements */
#nav a{
	background-repeat:no-repeat;
	display:block;
	height:34px;
	background-position:0px -34px;
	text-decoration:none;
}

#nav a:hover{
	background-position:0px 0px;
}

#nav a span{
	display:none;
}

#home{background-image:url(images/slices/btnHome_full.jpg);width:68px;}
#about{background-image:url(images/slices/btnAbout_full.jpg); width:76px;}
#news{background-image:url(images/slices/btnNews_full.jpg); width:53px;}
#services{background-image:url(images/slices/btnServices_full.jpg); width:76px;}
#contact{background-image:url(images/slices/btnContact_full.jpg); width:87px;}


/*nav elements */

/*content container */
#mainContent{
	left:0px;
	top:0px;
	background-image:url(images/slices/main/content.jpg);
	background-repeat:repeat-y;
}

#mainContent #middle{
	background-image:url(images/slices/main/content2.jpg);
	background-repeat:no-repeat;
	min-height:209px;
}

*html body #mainContent #middle{
	height:209px;
}

#middle #contentWrite{
	float:left;
	width:600px;
	margin:0 34px 5px 50px;
}


*html body #middle #contentWrite{
	margin:0 24px 5px 40px;

}

#middle #contentWrite h3{
	font-size:14px;
	margin-top: 30px;
	font-weight:bold;
	border-bottom:1px solid #fff;
}


#middle #newsModule{
	float:right;
	width:209px;
	height:165px;
	margin:0 56px 44px 44px;
	overflow:auto;
	color:#4c655d;
}

*html body #middle #newsModule{
	width:215px;
	clear:left;
	height:165px;
}

/*content elems */

#contentWrite p{
	margin:5px 5px 15px 5px;
}	

#contentWrite h4{
	color:#fff4f1;
	font-size:14px;
	font-weight:bold;
	margin:4px 10px;
	padding:5px 10px;
	background-image:url(images/h4_arrow.jpg);
	background-repeat:no-repeat;
	background-position:0px 10px;
}

/*content elems */


#mainContent #footer{
	background-image:url(images/slices/footer.jpg);
	background-repeat:no-repeat;
	color:#4c655d;
	padding:40px 23px 10px 24px;
	clear:both;
	background-color:#fff;
}
/*footer rules */
#footer a{
	color:#4c655d;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}


/*footer rules */

acronym{
	font-weight:bold;
	cursor:help;
}

img{
	margin:0 1px;
}

.imgLink{
	clear:both;
	font-size:12px;
	font-style:italic;
}

.imgLink img{
	cursor:pointer;
	/*for IE*/
	cursor:hand;
}

div.newsBlock{
	background-image:url(images/news_contain_bg.gif);
	border:1px solid #9fa488;
	padding:5px;
	margin:5px;
	color:#4c655d;
	
}

.newsBlock a{
	color:#4f665e;
}

.newsBlock a:hover{
	text-decoration:none;
}



div.newsBlock:after{
	content: "."; 
	display: block; 
	height: 0; 
	overflow:hidden; 
	clear: both; 
	visibility:hidden;
}

*html body .clearDiv{
	clear:both;
}



#contactFrm{
	float:right;
	background-image:url(images/news_contain_bg.gif);
	border:1px solid #9fa488;
	padding:5px;
	color:#4c655d;
	width:auto;
	margin:10px;
}

#contactFrm h5{
	font-size:14px;
	color:#4f665e;
	font-weight:bold;
	border:0;
	margin:0;
	padding:3px;
}

#contactFrm label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#4f665e;
	font-weight:bold;
	font-size:12px;

}

input, textarea {
	border:1px solid #9fa488;
	background-color:#FFF;
	padding:2px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9fa488;
}

*html body textarea{
	width: 100%;
}

input.submit{
	background-color:#9fa488;
	padding:3px;
	color:#fff;
}

*htmkl body input.submit{
	padding:1px;
}

.timeStamp{
	margin:-24px 10px 0 0;
	color:#fff4f1;
	font-size:12px;
	font-style:italic;
	text-align:right;
	
}


.floatRight{
	float:right;
	width:50%;
}

*html body .floatRight{
	float:right;
	width:45%;
}



.floatLeft{
	float:left;
	width:50%;
}

/*content container */
