/* courserewards.css */
/* styles used in main website */

body {
	margin: 0;
	padding: 0;
	background-color: #245B2D;
	background-image: url(/images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-weight: normal;	
	font-size: 11px;
	color: #245B2D;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

span {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #29B410;
	margin-left:0;
	margin-top:7px;
	margin-bottom:5px;
	background-color: transparent;
}

h1 {
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
}

h4 {
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
}

h5 {
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
}

h6 {
	font-size: 12px; 
	font-style: normal; 
	text-decoration: none; 
	margin-top:0px;
	margin-bottom:0px;
}

td, tr, ul, ol,  p, .txt, form {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #245B2D;
}


a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #29B410;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;	
}


/*  container */ 
#bodycenter {
	width: 760px; 
	margin:auto; 
	padding-left:10px;
	padding-right:10px;
	background-color:#3A6C42;
	background-image: url(/images/bodybg.gif); 
	background-repeat: repeat-x; 
	background-position: top; 
} 

/*  header */ 
#header {
	/* changing height from 150px to 170px for more space */
	height: 170px; 
	width: 760px; 
	margin:auto; 
} 

#headerbar {
	float: left; 
	width: 760px; 
	height: 130px;
	/* not sure why we were using background image instead of color */
	/* background-image: url(/images/headerbarbg.gif);
	background-repeat: repeat-x; */
	background-color: #ffffff;
	text-align: left; 
	padding-top:11px; 
}


/*  menus */
#toprightmenu {
	float: left;
	width: 760px;
	height: 24px;
	text-align: right;
	padding-top: 7px;
	background-image: url(/images/bodybg.gif);
	background-repeat: repeat-x;
}

a.topmenu {
	font-size: 10px;
	font-weight: normal;
	color: #245B2D;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;	
}

a.topmenu:hover { 
	text-decoration: underline;
}

#nav {
	width: 760px;
	height: 32px;
	margin: 0;
	padding:0;
	float: left;
	background-image: url(/images/navbg.gif);
	background-repeat: repeat-x;
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

#navkiosk {
	width: 760px;
	height: 42px;
	margin: 0;
	padding:0;
	float: left;
	background-image: url(/images/navbg2.gif);
	background-repeat: repeat-x;
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

table.menubar {
	border: none;
}

table.menubar td {
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	cursor: pointer; /* makes it look like an anchor to click */
}

td.highlighted {
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	background-image: url(/images/bodybg-solid.gif);
	background-repeat: repeat-x;
}

td.highlightedkiosk {
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	background-image: url(/images/bodybg-solid2.gif);
	background-repeat: repeat-x;
}

table.menubar td a:link, table.menubar td a:visited, table.menubar td a:hover {
	text-decoration: none;
	color: #ffffff;
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

table.text {
	border: none;
}

table.text td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


td.boxed {
	font: 11px verdana, arial, helvetica, sans-serif;
	text-align: left;
	border-left: 1px #5C8608 solid;
	border-bottom: 1px #5C8608 solid;
}

td.boxedRt {
	font: 11px verdana, arial, helvetica, sans-serif;
	text-align: center;
	border-left: 1px #5C8608 solid;
	border-right: 1px #5C8608 solid;
	border-bottom: 1px #5C8608 solid;
}

td.boxedImg {
	background: url(/graphics/check_ok.gif) no-repeat center center;
	border-left: 1px #5C8608 solid;
	border-bottom: 1px #5C8608 solid;
}

td.boxedImgRt {
	background: url(/graphics/check_ok.gif) no-repeat center center;
	border-left: 1px #5C8608 solid;
	border-right: 1px #5C8608 solid;
	border-bottom: 1px #5C8608 solid;
}

/*  body */

#bodycontain {
	width: 740px;
	/* could be 760 with no padding */
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	float:left;
}

/*  homecontent */
/*  if using divs to frame content */
#homecontent
{
	width: 355px;
	text-align: left;
	padding-top:10px;	
	padding-right:20px;	
	float:left;
}
#homecol
{
	width: 365px;
	text-align: left;	
	padding-top:10px;
	float:left;
}
#homesearch
{
	width: 345px;
	height: 245px;
	text-align: left;	
	padding:10px;
	float:left;
	background-image: url(/images/homesearchbg.gif);
	background-repeat: repeat-x;
}

.separate {
	border-bottom: 2px #F7B512 solid;
}

ul.bulletlist {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 11px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px; 
	color: #2DB30D;
}

li.bulletlist {
	padding-left: 20px;
	margin-top: 15px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bulletlist li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px; 
	text-decoration: none;
	color: #2DB30D;
}

.bulletlist li a:hover {
	text-decoration: underline;
	color: #F7B512;
}

.bulletitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px; 
	text-decoration: none;
	color: #2DB30D;
}

.sublist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px; 
	color: #486551;
}

/*  footer */

#footer {
	width: 760px;
	height: 30px;
	margin: auto;
	clear:both;
	background-color: #F7B512;
}

#footerinner {
	width: 760px;
	height: 23px;
	margin: auto;
	padding-top: 7px;	
	text-align: center;
}

.footerlink {
	font-size: 10px;
	color: #577026;
	text-decoration: none;
}

a.footerlink {
	font-size: 10px;
	color: #577026;
	text-decoration: underline;
}

a.footerlink:hover { 
	color: #577026;
	text-decoration: none;
}

