@charset "utf-8";
/* CSS Document */
/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style:square; 
}
img {
  border: 0;
}
/* end reset browser styles */ 
h1 {
	color:yellow;
	font-size:1.9em;
	
	}
body {
	background-image:url(../images/backgrnd/Dark%20Grill.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-color:black;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em
}
a:link {
	color:white;
	text-decoration:underline;
}

a:hover {
	color:yellow;
	text-decoration:none;
}
a:visited {
	color:white;
	text-decoration:underline;
}

#wrapper {
	margin:0 auto;
	width:1000px;
	background-image:url(../images/backgrnd/wrapper_bg.jpg);
	background-repeat:repeat-x;
}
#masthead {
	width:1000px;
	height:200px;
	position:relative;
	text-align:center;
	background-image:url(../images/slices/test_r1_c1.png)
}
#abacast, abacast2 {
	cursor:pointer;
	
}
#masthead object {
	height:200px;
	width:751px;
}
#nav_list li {
	display:inline;
	padding-right:25px;
	padding-left:25px;
	border-right:thin gray groove;	
	line-height:1.9em;
}

#nav_list li a:link {
	 color:white;
	 text-decoration:underline;
	 
}
#top_nav #nav_list li a:hover {
	color:yellow;
	text-decoration:none;
	
}
#nav_list li a:visited {
	 color:white;
}
#nav_list li.last_nav {
	border-right:0;
}	
#nav_list li.first_nav {
	margin-left:55px;	
}
.listen {
	position:absolute;
	left:767px;
	top:-3px;
	z-index:10;
	height: 27px;
	width: 180px;
}
#top_nav {
	width:1000px;
	height:25px;
	
	/*background-image:url(../images/slices/test_r2_c1.jpg);*/
	font-size:.9em;
	border-top:gray medium groove;
	border-bottom:gray medium groove;
}
	

#left_col {
	width:215px;
	float:left;
    height:auto;
	text-align:center;
	overflow:hidden;
}

#left_col h2 {
	color:#F00;
	font-weight:bold;
	font-size:130%;
	margin-left:15px;
	
}
#left_col p {
	margin:10px;
	line-height:1.2em;
	
}

#lc_top {
	width:210px;
	height:50px;
	background-image:url(../images/slices/test_r3_c1.png);
	background-repeat:no-repeat;
	margin:0;
}
#lc_mdl {
	width:210px;
	height:auto;
	background-image:url(../images/slices/test_r4_c1.png);
	background-repeat:repeat-y;
	margin-top:-10px;
	

}	
#lc_mdl p{
	margin-left:20px;		
}
#lc_mdl img {
		
}
#lc_btm {
	width:210px;
	height:47px;
	background-image:url(../images/slices/test_r8_c1.png);
	margin-top:-10px;
}


#right_col {
	width:785px;
	float:right;
	height:auto;
	backgroun-color:#333;

	
}
#top_rc {
	width:780px;
	height:150px;
	background-image:url(../images/slices/test_r3_c2.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	
}
#top_rc img {
	margin-top:10px;
			 }

.deals {
	padding: 0 0 0 15px;
	margin-left:12px;	
}
.jobs {
	margin-left:7px;
}
#left_rc {
	width:365px;
	height:auto;
	float:left;
	margin-left:12px;

}
#right_rc {
	width:365px;
	height:auto;
	float:left;
	margin-left:20px;

}	
#bottom_rc {
	margin:0 auto;
	width:780px;
	clear:both;
	height:auto;
	
	
}
#footer {
	width:1000px;
	clear:both;
	height:150px;
	text-align:center;
	background-image:url(../images/slices/test_r10_c1.png);
	background-repeat:no-repeat;
	padding:25px 0px;
	
}

