/*======================================================*/
/*                                                      */
/*   Style sheet for Grasslands Entertainment site      */
/*   By Tyler Fawcett - Ideaca Knowledge Services       */
/*                                                      */
/*======================================================*/


body {
	color: #555;
	font-family: tahoma;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

table, tr, td {
	color: #555;
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.6em;
}

table.container {
	width: 100%;
	height: 100%;
}

td.containerCell {
	background: url(../images/bg_body.gif) repeat-y left;
}

/*======================================================*/
/*   Styles for top tables                              */
/*======================================================*/

table.top {
	width: 100%;
	height: 123px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
}

td.topFeature {
	width: 280px;
}

td.topBlank {
	width: 80%;
	background: url(../images/bg_top.gif) repeat-x bottom;
}

td.topLogo {
	width: 185px;
	padding-right: 35px;
}

table.slogan {
	width: 100%;
	padding-right: 35px;
}


/*======================================================*/
/*   Styles for content container                       */
/*======================================================*/


table.content {
	width: 100%;
	margin-top: 0px;
}

td.menuBox {
	width: 175px;
}

table.menuBoxTable {
	width: 100%;
}

td.contentBox {
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
}

table.contentContainer {
	margin-top: 0px;
	width: 95%;
}

table.contentBoxTable {
	width: 100%;
}


td.featureBox {
	width: 220px;
}

table.featureBoxTable {
	width: 100%;
	margin-top: 20px;
}

td.featBoxTop {
	width: 100%;
}

td.featBoxContent {
	padding-left: 16px;
	padding-right: 50px;
}

td.featBoxBottom {
	width: 100%;
}

p.indent {
	padding-left: 10px;
}

img.subtitle {
	margin-bottom: 10px;
}

a:link.brown {
	color: #7A7A56;
	text-decoration: underline;
}

a:visited.brown {
	color: #7A7A56;
	text-decoration: underline;
}

a:hover.brown {
	color: #A9A98B;
	text-decoration: underline;
}


a:link.normal {
	color: #3A5E13;
	text-decoration: underline;
}

a:visited.normal {
	color: #3A5E13;
	text-decoration: underline;
}

a:hover.normal {
	color: #B2B272;
	text-decoration: underline;
}


a:link.blue {
	color: #68788A;
	text-decoration: underline;
}

a:visited.blue {
	color: #68788A;
	text-decoration: underline;
}

a:hover.blue {
	color: #8493A3;
	text-decoration: underline;
}
/*
----------------------------------------------- Used on home page*/
#news-items {
	font-size: 110%;
	list-style: none;
	margin: 0 0 10px 15px;
	padding: 0;
}
#news-items li {
	background: url(../images/icon-acrobat.gif) no-repeat 0 50%;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
}
#news-items li a {
	color: #3a5e13;
	text-decoration: none;
}
#news-items li a:hover {
	color: #3a5e13;
	text-decoration: underline;
}

img.float-right {
	border: 1px solid #dbdb9e;
	float: right;
	margin: 25px 0 0 10px;
	padding: 4px;
}