/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
}

a { color: #6A9E2F; font-weight: bold;}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 950px;
	height: 75px;
}

#logo {
	height: 75px;
	width: 330px;
	float: left;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}

#logo h1 {
	height: 75px;
	width: 330px;
}

#logo h1 a {
	height: 75px;
	width: 330px;
	display:block;
}

#logo span {
	display:none;
}

#topLinks {
	width: 620px;
	height: 25px;
	float: right;
	text-align:right;
	color: #bb2020;
	font-weight:bold;
	line-height: 25px;
}

#navigation {
	width: 482px;
	height: 27px;
	float: right;
	margin: 13px 0 0 40px;
	line-height: 27px;
	font-size:12px;
	text-transform:uppercase;
	text-align:right;
}

#navigation a {
	height: 27px;
	display:block;
	float:right;
	color: #636363;
	padding: 0 12px 0 12px;
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #f4f4f4;
	text-decoration:none;
	line-height: 27px;
	background-image:url(images/navBg.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
}

#navigation a:hover {
	color: #6c9d32;
	
}

#navigation a.first {
	background-image:url(images/navFirst.jpg);
	background-repeat:no-repeat;
	padding: 0 12px 0 16px;
	border-left: 0px solid #f4f4f4;
}

#navigation a.last {
	background-image:url(images/navLast.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding: 0 16px 0 12px;
	border-right: 20px solid #ffffff;
}

#join {
	width: 98px;
	height: 27px;
	float: right;
	margin: 13px 0 0 0;
}

#join a {
	
}

#feature {
	width: 948px;
	height: 245px;
	margin: 0 0 20px 0;
	background-color: #e4fab2;
	padding: 1px;
	background-image:url(images/featureBg.jpg);
	background-repeat:no-repeat;
}

#feature ul {
	font-size:24px;
	color: #4b4b4b;
	margin: 0 0 0 100px;
	font-weight:bold;
}

#leftOuter {
	width: 680px;
	float: left;
	/*background-image:url(images/leftTop.jpg);*/
	background-repeat:no-repeat;
	font-size: 12px;
	color: #4b4b4b;
}

#left {
	width: 298px;
	font-size: 12px;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background-image:url(images/colBg.jpg);
	background-repeat:repeat-x;
	margin: 3px 0 0 0;
	padding: 1px 0px 1px 0px;
	color: #4b4b4b;
}

#left h2 {
	color: #2e2d2d;
	font-size:14px;
	font-weight:bold;
	margin: 10px 10px 0 10px;
}

#left h2 span {
	color: #e79624;
}

#left p {
	margin: 10px 10px 0 10px;
}

#left ul {
	color: #5c7f33;
}

#frontContent {
	width: 360px;
	float: left;
	margin: 0 20px 0 20px;
	padding: 0px;
	font-size: 11px;
	color: #4b4b4b;
}

#frontContent h2{
	clear: both;
	text-align:left;
	color: #417307;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

#frontContent div.headerText {
	border-bottom: 1px solid #999;
	padding: 8px 0 5px 0;
	font-size: 12px;
	font-weight: bold;

}

#rightOuter {
	width: 250px;
	float: right;
	background-image:url(images/rightTop.jpg);
	background-repeat:no-repeat;
}

#right {
	width: 228px;
	float:right;
	font-size: 12px;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background-image:url(images/colBg.jpg);
	background-repeat:repeat-x;
	margin: 3px 0 0 0;
	padding: 10px 10px 1px 10px;
	color: #4b4b4b;
}

#rightFeat {
	clear:both;
}

#rightfeat img {
	margin: 0 10px 20px 0;
}

#right h2 {
	color: #e79624;
	font-size:14px;
	font-weight:bold;
	margin: 0;
}

#right p {
	margin: 10px;
}

#right ul {
	color: #5c7f33;
}

#content {
	width: 950px;
	float: left;
	font-size: 12px;
	color: #4b4b4b;
}

#content h2 {
	width: 930px;
	height: 50px;
	padding: 10px;
	margin: 0 0 10px 0;
	color: #4b4b4b;
	font-size: 30px;
}

#content h2.blue {
	background-image:url(images/h2Blue.jpg);
	background-repeat:no-repeat;
}

#content h2.green {
	background-image:url(images/h2Green.jpg);
	background-repeat:no-repeat;
}

#content h2.orange {
	background-image:url(images/h2Orange.jpg);
	background-repeat:no-repeat;
}

#content h2.yellow {
	background-image:url(images/h2Yellow.jpg);
	background-repeat:no-repeat;
}

#clear {
	clear:both;
}

#footer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	color: #4b4b4b;
	font-size:10px;
	text-align: center;
	line-height: 1.5em;
}

#footer table{
	color: #4b4b4b;
	font-size:10px;
}

#footer a{
	color: #4b4b4b;
	font-size:10px;
}
div.scriptList { background: url(/styles/images/outline.png) 0 100% no-repeat; margin-bottom: 15px; }
div.scriptListLeft { float: left; width: 600px; padding: 8px; }
div.scriptListRight { float: right; width: 220px; padding: 4px 15px 8px 8px; }
div.scriptListLeft span.scriptTitle { font-weight: bold; font-size: 16px;}

div.joinBox { background: url(/styles/images/outline.png) 0 100% no-repeat; margin-bottom: 15px; }
div.joinBoxLeft { float: left; width: 420px; padding: 8px; border-right: 1px solid #999; margin: 12px;}
div.joinBoxRight { float: right; width: 400px; padding: 4px 15px 8px 8px; margin: 12px;}

div.cbLeft { float: left; width: 350px; }
div.cbRight { float: right; width: 600px; }

div.greyBox { background-color: #EFEFEF; border: 1px solid #999; padding: 8px; font-size: 12px;}

div#anotherBox { border-bottom: 1px solid #333; border-top: 1px solid #333; padding: 8px; background-color: #6C9D32; color: white; }
p.highlight { background-color: #FFFFCC; padding: 7px; font-weight: bold; border: 1px solid #999; }

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
  
ul.programList, ul#rssList { list-style-type: none; margin-left: 0px; padding-left: 0px;} 
ul.programList li, ul#rssList li { line-height: 1.5em; margin-bottom: 4px;}

/*input.inputFields, select.selectFields, textarea.inputFields { font:100% Verdana,sans-serif;padding:5px 5px 5px 5px;line-height:1em;background:#fdfcfb url(images/form-back.gif) repeat-x;border:1px solid #999;color:#333;margin-bottom:5px}						
.inputFields, .selectFields { font:100% Verdana,sans-serif;padding:5px 5px 5px 5px;line-height:1em;background:#fdfcfb url(images/form-back.gif) repeat-x;border:1px solid #999;color:#333;margin-bottom:5px}
*/
.inputFields, .selectFields { border: 1px solid #CCC; background-color: #F3F3F3; padding: 6px; color: #666; font-weight: bold; }
.inputFieldsSubmit { border: 1px solid #333; background-color: #F3F3F3; padding: 6px; color: #333; font-weight: bold;}
div.membersBox { background: url(/styles/images/outline.png) 0 100% no-repeat; margin-bottom: 15px; }
div.membersBoxInside { padding: 8px; }
div#leftMembersBox {  float: left; width: 290px; height: 820px; padding-left: 10px; padding-right: 10px; border-right: 1px solid #DFDFDF; margin-bottom: 25px; }
div#centerMembersBox { float: left; width: 290px; padding-left: 20px; padding-right: 10px; border-right: 1px solid #DFDFDF; height: 820px; margin-bottom: 25px; }
div#rightMembersBox { float: left; width: 290px; padding-left: 20px; height: 820px; margin-bottom: 25px;}
.box { background: url(/styles/images/outline.png) 0 100% no-repeat; overflow: hidden; }

ul#upclist { list-style-type: none; margin-left: 0px; padding-left: 0px; }
ul#upclist li { line-height: 1.5em; }

span.upc { font-weight: bold; color: #aa383a; }

.roundbox 					{ margin-bottom:1.5em; height:1%;}

.roundbox .topleft, 
.roundbox .topright,
.roundbox .bottomright,
.roundbox .bottomleft 		{ background:url(/styles/images/roundbox-bg.png) 0 0 no-repeat;}

.roundbox .topright 		{ margin-left:1.5em; padding-top:1.5em; background-position:100% 0;}
.roundbox .bottomright 		{ background-position:100% 100%;}
.roundbox .bottomleft 		{ margin:0 1.5em 0 -1.5em; padding:0 0 1.5em 1.5em; background-position:0 100%;}

.roundbox_grey .topleft,
.roundbox_grey .topright,
.roundbox_grey .bottomright,
.roundbox_grey .bottomleft	{ background-image:url(/styles/images/roundbox_grey-bg.png);}