@charset "utf-8";
/* CSS Document */


/*/////////////////////////////////////// Layout Style///////////////////////// */

body{
	background:url(../images/backgrounds/body-bg.jpg) top center no-repeat #1c1c1c;
	margin:0;
}

	div.site-container{
		width:796px;
		margin:0 auto;
	}
		div.top-content{
			width:796px;
			height:37px;
		}
		
		div.header{
			width:796px;
			height:103px;
			margin:8px 0 8px 0;
			position:relative;
		}
		
		div.front-page-slide{
			width:796px;
			height:330px;
		}
		
		div.mid-content{
			margin:2px 0 0 0;
			width:796px;
			height:216px;
		}
		
		div.footer{
			margin:13px 0 0 0;
			width:796px;
			height:26px;
		}
		
		/*/////////////Content Styling////////////////////////////////////////////*/
		
		/* Search Style */
		div.moduletable-search{
			float:left;
			margin:9px 8px 0 0;
		}
			
			div.search-search{
			padding:0;
			}
			.inputbox-search{
				background:url(../images/logos/search_google.gif) center no-repeat #FFF;
				border:1px solid #626262;
				width:114px;
				height:16px;
				vertical-align:top;
			}
			
			.button-search{
				background:url(../images/search/go.png) no-repeat;
				height:20px;
				width:20px;
				border:0;
				cursor:pointer;
				vertical-align:top;
				margin:0 0 0 2px;
			}
		
		/* Icons Style*/
		div.moduletable-icons{
			margin:13px 0 0 0;
			float:left;
		}
		
		/*Quick Links Style */
		div.moduletable-quick-links{
			margin:10px 0 0 0;
			float:right;
			z-index:600;
		}
		
		/* Header Nav Style */
		div.moduletable-h-nav{
			position:absolute;
			width:367px;
			top:9px;
			right:16px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#FFFFFF;
			text-align:right;
		}
			a.mainlevel-h-links{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#FFFFFF;
				text-decoration:none;
				font-weight:bold;
			}
			
			a.mainlevel-h-links:hover{
				text-decoration:underline;
			}
			
		/* Buttons Style */
		div.moduletable-buttons{
			width:520px;
			float:left;
		}
		
		/* Divider */
		div.divider{
			width:2px;
			background:url(../images/backgrounds/dividers.gif) repeat-y;
			height:214px;
			margin:8px 8px 0 8px;
			float:left;
		}
		
		/*News Style */
			div.moduletable-news{
				float:left;
				margin:8px 0 0 0;
				position:relative;
			}
			
			div.moduletable-news img{
				display:block;
			}
			
			div.news-links{
				position:absolute;
				bottom:0px;
				left:22px;
				line-height:12px;
				height:32px;
			}
				div.news-links a{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					color:#aa8622;
					font-size:10px;
					text-decoration:none;
				}
				
				div.news-links a:hover{
					text-decoration:underline;
				}

		
		/* Rss Style */
		div.moduletable-rssfeed{
			background:url(../images/backgrounds/news-bg.jpg) repeat-x center;
			height:185px;
			margin:3px 0 0 3px;
			width:249px;
		}
		
		/* Content in Footer Style */
		div.moduletable-footer{
			clear:both;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:9px;
			color:#707070;
		}
			div.moduletable-footer-nav{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#707070;
			}
				a.mainlevel-footer-nav-links{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:10px;
					color:#707070;
					text-decoration:none;
				}
				
				a.mainlevel-footer-nav-links:hover{
					text-decoration:underline;
				}
