/* index.css - home page styles */

/* primary heading font */
h1
{
	font-size: 15px;
	font-weight: bold;
	font-family: arial, sans-serif;
	margin-bottom: 2px;
	padding: 0;
	color: rgb(153,0,0);
}

/* secondary heading text */
h2
{
	clear: both;
	margin-top: 6px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: rgb(153,0,0);
}

/* paragraph one style */
#pg1
{
	margin: 0 30px 0 30px;
	padding: 30px 170px 20px 0;
	background: url(images/enter_light.jpg) no-repeat right top;
}

/* paragraph two style */
#pg2
{
	clear: both;
	float: right;
	width: 40%;
	padding: 20px 10px 0 0;
	margin-right: 20px;
}

/* news box div */
#news_div
{
	float: left;
	width: 320px;
/*	height: 200px; */
	margin: -20px 10px 20px 20px;
	padding: 4px 6px 6px 6px;
	font-size: 10px;
	font-family: arial, sans-serif;
	color: rgb(0,51,102);
	text-align: left;
	border: 1px solid rgb(128,128,128);
/*	border: 2px solid rgb(153,0,0); */
	background-color: rgb(255,255,153);
}

/* news div list */
#news_div li
{
	padding-top: 4px;
}

/* catering section */
#cater
{
	clear: both;
	padding: 0 70px 3px 30px;
}

/* tv section */
#tv
{
	margin: 16px 0 0 100px;
}

#tv td
{
	text-align: center;
}

/* highlight font */
.hilite_font
{
	font-size: 13px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: rgb(153,0,0);
}

/* Mobile button */
#mobile
{
	text-align: center;
	margin-top: 20px;
}

/* Pats/Sox box */
#sports_box
{
	width: 220px;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	border: thick solid rgb(0,51,102);
	color: rgb(153,0,0);
	background-color: white;
}

