@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
a {
	color: #0D8C47;
}

#mainbody {
	background-image: url(../images/page_bkgrd_06.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #125202;
}
#content {
	width: 950px;
    margin-left: auto;
    margin-right: auto;
	background-color: #FFFFFF;
}
#bodycontent {
	padding: 15px;
	width: 651px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}
#pagetitle {
	font-family:'Lucida Grande',Arial,Helvetica,sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #0D8C47;
	padding-bottom: 10px;
}
.redtext {
	color: #CC0000;
}
.smalltext {
	font-size: 11px;
}
.textfield {
	border: solid 1px #999999;
	margin-top: 1px;
	font-size: 13px;
	height: 18px;
}
.selectfield {
	font-size: 13px;
	border: solid 1px #333333;
}
.paragraphheader {
	font-size:13px;
	font-weight:bold;
	color: #333333;
}
.sectiontitle {
	font-size: 130%;
	font-weight:bold;
}
.successmessage {
	padding: 10px;
	border: solid 3px #63C738;
	background-color: #DCFAD0;
	margin-bottom: 5px;
	color: #000000;	
}
.errormessage {
	padding: 15px;
	background-color: #FFB7BA;
	border: solid 3px #990000;
	margin-bottom: 5px;
	color: #000000;	
}

/*********************************************************/
/* Header Styles */
#headerwrapper {
	background-image: url(../images/page_bkgrd_06.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #125202;
	padding:0px;
}
#headercontent {
	width: 950px;
    margin-left: auto;
    margin-right: auto;	
	padding:0px;
}
#loginbar {
	font-size: 11px;
	color: #FFFFFF;
}
#loginbar a {
	color: #FFFFFF;
}
#headercart {
	padding-right: 10px;
	font-size: 11px;
}
/*********************************************************/


/*********************************************************/
/* Footer Styles */
#footerwrapper {
	background-color: #000000;
	height: 210px;
}
#footer {
	width: 950px;
    margin-left: auto;
    margin-right: auto;	
}
.footercolumnhead {
	font-weight: bold;
	font-size: 11px;
}
.footercolumnhead a {
	text-decoration: none;
	color: #B9D973;
}
.footercolumn {
	padding-top: 5px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
}
.footercolumn a {
	color: #FFFFFF;
	text-decoration: none;
}
.footercolumn a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/*********************************************************/


/*********************************************************/
/* Homepage Styles */
.homesearchfield {
	border: none;
	background-color: #dedede;
	font-size: 16px;
	margin-top: 13px;
	margin-left: 18px;
	width: 192px;
}
.twittertweet {
	padding-left: 25px;
	padding-right: 34px;
	padding-top: 68px;
}
.twitterbyline {
	font-size: 11px;
	padding-left: 25px;
	padding-top: 15px;
}
/*********************************************************/


/*********************************************************/
/* Left Column Styles */
#leftcolumn {
	width: 239px;
	background-image: url(../images/leftcol_bkgrd_14.jpg);
	background-repeat: repeat-y;
	padding: 15px;
	border-right: solid 1px #D6D0B0;
}
#leftcolumn ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
}
#leftcolumn li {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-weight: bold;
	font-size: 110%;
}
#leftcolumn li a {
	text-decoration: none;
	color: #333333;
}
#leftcolumn li a:hover {
	text-decoration: underline;
}
/*********************************************************/


/*********************************************************/
/* Other Styles */
.tableheader {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #0D8C47;
	border-bottom: solid 1px #333333;
}
.tablebox {
	border:solid 1px #333333;
}
.gridheader {
	background-color: #2E8400;
	color: #FFFFFF;
	font-size: 120%;
	font-weight:bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gridcolumnheader {
	background-color: #CCCCCC;
	font-size: 110%;
	font-weight: bold;
	padding: 3px;	
}
.gridcell {
	padding: 5px 4px 5px 4px;
}
.partDetailGridLabel {
	font-size: 115%;
	font-weight: bold;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.partDetailGrid {
	font-size: 115%;
}
/*********************************************************/


/*********************************************************/
/* Nav Dropdown Styles */
#storeNav {
	position: absolute;
	top: 246px;
	text-align: left;
	background-color: #F1F1F1;
	width: 170px;
	padding: 4px 8px 4px 8px;
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;
	border: solid 2px #0D8C47;
	line-height: 22px;
	display: none;
	z-index: 10000000;
}
#courseNav {
	position: absolute;
	top: 246px;
	text-align: left;
	background-color: #F1F1F1;
	width: 170px;
	padding: 4px 8px 4px 8px;
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;
	border: solid 2px #0D8C47;
	line-height: 22px;
	display: none;
	z-index: 10000000;
}
#banquetNav {
	position: absolute;
	top: 246px;
	text-align: left;
	background-color: #F1F1F1;
	width: 170px;
	padding: 4px 8px 4px 8px;
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;
	border: solid 2px #0D8C47;
	line-height: 22px;
	display: none;
	z-index: 10000000;
}
.navDropdown {
	text-decoration: none;
}
.navDropdown:hover {
	color: #000000;
	text-decoration:underline;
}
/*********************************************************/

