/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Verdana,Helvetica, sans-serif;
		color: #ffffff;
		background: #000000 url(../img/bg.png) 0 0 repeat-x;
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	


/* =HEADER */
	/* Logo and Site Title */
	h1{
		text-indent: -9999px;
		margin-top: 12px;
		height: 50px;
		width: 100px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		background: url(../img/logo.png) 0 0 no-repeat;
		float: left;
	}

	.nav{		
		padding-top: 32px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-left: 5px;
		margin-right: 0px;
		background: url(../img/bg-nav.png) 0px 0px repeat-x;
		width: 835px;
		float: left;
	}

	.nav ul {
		margin-left: 8px;	
		margin-bottom: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		display: inline;
	} 

	.nav ul li {
		margin-left: 0;		
		margin-bottom: 0;
		padding: 2px 0px 5px 0px;		
		list-style: none;
		display: inline;
	}
	
	.nav ul li a,.nav ul li a:visited{
		letter-spacing: 2px;		
		margin-top: 36px;
		color: #a13129;
		font-family: Trebuchet MS, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		text-transform: uppercase;		
	}
	
	#maincontent {
		margin-top: -5px;
		background: url(../img/main-content-bg.png) 0 0 no-repeat;
		height: 500px;
		padding-top: 0px;
	}

	#phone{
		margin-left: 4px;
		display: block;
		font-family: Trebuchet MS, sans-serif;
		font-weight: bold;
		text-indent: 0px;
		letter-spacing: 1.8px;
		width: 100px;
		margin-bottom: 5px;
		
	}
	
	p.meatlist{
		font-family: Times New Roman, Times, serif;
		line-height: 12px;
	}
	
	ul.meatlist {
		list-style: none;
		margin-left: 0;
		padding-left: 0px;
		text-indent: -1em;
	}
	
	ul.meatlist li{
		text-indent: 0px;
		margin-left:0px;
		padding-left: 0px;
		font-family: Times New Roman, Times, serif;
		font-size: 12px;
		font-style: italic;
		line-height: 14px;
	}

	#toprow{
		background: transparent url(../img/top-pane-bg.png) 0 0 no-repeat;
		height: 16px;
		margin-top: 10px;	
	}
	
	#botrow{
		background: transparent url(../img/bot-pane-bg.png) 0 0 no-repeat;
		height: 16px;
		margin-top: 0px;	
	}
	
	#centercol{
		background: transparent url(../img/content-pane-bg.png) 0 0 repeat-y;
		color: #000;
		
			
	}
	
	#actualcontent{
		font-family: Times New Roman, Times, serif;
		margin: 25px;
		font-size: 12px;
		margin-top: 0px;	
	}

	#actualcontent img{
		/*max-width: 450px;
  		width: expression(this.width > 450 ? 450: true);*/
	}
	
	#mastbanner{
		background:  url(../img/banner-bg.png) 105px 10px no-repeat;
	}
	
	#sidebar{
		margin-top: 12px;
	}

	#sidebar img{
		border: 2px #fff solid;
		margin-left:3px;
		margin-bottom: 10px;
	}
	
	