body {
	margin: 0;
	padding: 0 25px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
	background-image: url(/templates/default/images/page/shadowRight.png);
	background-position: right top;
	background-repeat: no-repeat;
	min-width: 760px;
}

* html body {
	margin: 0;
	width: 760px;
	background-position: 760px top;
}

body.bodyPop {
	padding: 25px;
	background-image: url(none);
	background-color: #EEEEEE;
}

h1 {
	margin: 10px 0 0 20px;
	padding: 0;
	display: block;
	width: 300px;
}

h1 a {
	text-decoration: none;
}

h1 img {
	border: none;
}

a {
	color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	padding-left: 25px;
	background-image: url(/templates/default/images/page/shadowLeft.png);
	background-position: 0px 0;
	background-repeat: no-repeat;
	border-right: 1px solid #ddd;
	margin: 25px 0 0 0px;
	width: auto;
}

* html #content {
	width: 740px;
}

#header {
	background-color: #fff;
	width: 100%;
	border-top: 1px solid #ddd;
}

#logo {
	float: left;
	width: 300px;
	margin-left: 0px;
}

#logo a {
	background-color: #000000;
}

#chatbox {
	float: right;
	width: 166px;
	height: 52px;
	vertical-align: bottom;
	margin: 0px;
	position: relative;
}
	
#chat {
	float: right;
	width: 166px;
	height: 52px;
	position: absolute;
	bottom: 4px;
}

#chat a {
	background-color: #000000;
}

#nav {
	background-color: #8F0000;
	margin: 0 20px;
	padding: 0;
	background-image: url(/templates/default/images/page/navBack.png);
	background-position: left;
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	clear: both;
}

#nav span {
	float: left;
	margin: 0;
	padding: 5px;
}

#pageContainer {
	width: 100%;
	float: left;
	background-color: #fff;
}

#left {
	width: 202px;
	float: left;
	background-color:#fff;
	padding: 0;
	margin: 65px 0 20px 20px;
	clear: both;
}

/* #leftContent {
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
} */

.leftNav a, .leftNav a:link {
	color: #c90000;
	text-decoration: none;
}

.leftNav a:hover {
	color: #c90000;
}

.leftNav {
	border: 1px solid #e3dede;
	padding: 10px 10px 10px 10px;
}

/* \*/
* html .leftNav { height: 1%; }
/* */

.leftNav h2 {
	font-size: 1.6em;
	margin: 20px 0 0 0;
	padding: 0;
	color: #414141;
	text-align: right;
}

/* \*/
* html .leftNav h2 { margin-top: 30px; }
/* */

.leftNav h2 img {
	margin-top: -20px;
	margin-right: 10px;
	float: left;
}

.leftNav p {
	font-size: 1.2em;
}

.leftNav img {
	border: 1px solid #e3dede;
}

.leftImgBox {
	margin-top: 20px;
	border: 1px solid #e3dede;
	padding: 0;
}

.leftImgBox img {
	margin: 0;
	padding: 0;
}

.leftImgBox .imgCaption {
	padding: 10px;
	font-size: 1em;
	font-style: italic;
	/* background-color: #e3dede; */
}


.leftFeature {
	margin-top: 20px;
	border: 1px solid #e3dede;
	padding: 10px 10px 10px 10px;
}

.leftFeature h4 {
	font-size: 1.5em;
	margin: 0 0 0 0;
	padding: 5px;
	/* border-bottom: 1px solid #e3dede; */
	color: #FFF;
	font-style: oblique;
	line-height: 1.4em;
	background-color: #9fbfcc;
}

.leftFeature ul {
	border: 2px solid #9fbfcc;
	margin: 0;
	padding: 10px 0px 10px 20px;
	list-style: square;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #116699;
}

.tagLine {
	border: 2px solid #9fbfcc;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0;
	padding:10px;
	background-color: #FFF;
	color: #116699;
}

.tagLine a {
	color: #113366;
	text-decoration: none;
}

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

.leftSpacer {
	height: 20px;
}

#main {
	background-color: #fff;
	color: #4d4141;
	margin: 20px 20px 20px 240px;
	padding: 0;
}

/* \*/
* html #main { height: 1%; }
/* */

#main a {
	color: #c00;
}

#mainBottom {
	height: 20px;
	background-image: url(/templates/default/images/page/mainShadowBottomWide.png);
	background-position: right top;
	background-repeat: no-repeat;
	clear: left;
}

#groupMastHead {
	font-size: 1.2em;
	margin: 1em;
	float: left;
}

.mainFeature {
	font-size: 1.2em;
	margin: 5px;
	background-color: #fff;
}

#flashContentMain {
	margin: 20px 30px 0 30px;
	border: 1px solid #e3dede;
	z-index: 10;
}

#flashContent {
	margin: 0 30px;
	border: 1px solid #e3dede;
	z-index: 10;
}

.featureLeft {
	
}

.featureLeft img {
	float: right;
}

#breadCrumb {
	color: #CC0000;
	background-image: url(/templates/default/images/page/regRight.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 25px
}

#breadCrumb img {
	top: 0px;
	left: 0px;
	margin-right: 10px;
}

#breadCrumb a, #breadCrumb a:link {
	color: #CC0000;
	text-decoration: none;
}

#breadCrumb a:hover {
	text-decoration: underline;
}

.nugget {
	margin: 1em 0 0 0.5em;
}

.mainFeature h3 {
	border: 1px solid #e3dede;
	font-size: 1.4em;
	color: #414141;
	padding: 30px 10px 10px 10px;
	margin: 20px 30px 0 30px;
}

/* \*/
* html .mainFeature h3 {
	height: 1%;
}
/* */

.mainFeature h3 img {
	margin: -20px 10px 10px 0;
	float: left;
}

.mainFeature .flashObject {
	padding: 0em;
}

.mainFeature h4 {
	padding: 0 0 0 30px;
	color: #8f0000;
}

.mainFeature h5 {
	padding: 0 0 0 30px;
	color: #113366;
	font-size: 1em;	
}

/* \*/
* html .mainFeature h4 {
	margin-top: 10px;
}
/* */

.mainFeature .burst {
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
	border: 2px dashed #8f0000;
	background-color: #e3cdcd;
}

.mainFeature .burst h4 {
	size: 2em;
	margin: 0 0 10px 0;
	padding: 0;
	color: #8f0000;
}

.mainFeature .burst p {
	color: #000000;
	line-height: 1.3em;
}

.mainFeature .divider {
	border-top: 1px solid #e3dede;
	height: 1px;
	margin: 0 30px;
}

.cropsBtm {
	margin: 20px 0;
	height: 20px;
	
}

.cropLeft {
	float: left;
	width: 20px;
	background-image: url(/templates/default/images/page/regLeftBtm.png);
	background-repeat: no-repeat;
	height: 20px;
}

.cropCenter {
	text-align: center;
	background-image: url(/templates/default/images/page/colorBars.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
}

* html .cropCenter {
	background-position: 10px 0px;
}

.cropCenter img {
	float: right;
}

.cropRight {
	float: right;
	width: 20px;
	background-image: url(/templates/default/images/page/regRightBtm.png);
	background-repeat: no-repeat;
	height: 20px;
}

.mainImgLeft, .mainImgRight {
	border: 1px solid #e3dede;
	padding: 0;
	background-color: #fff;
}

.mainImgLeft {
	float: left;
	margin: 0 10px 10px 0;
	/* margin: 0 10px 10px 0; */
}

.mainImgRight {
	float: right;
	margin: 0 0px 10px 10px;
	/* border: 1px solid #e3dede; */
	/* margin: 0 0 10px 10px; */
}

.mainFeature p {
	font-size: 1.1em;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.3em;
}

.mainFeature ul li {
	list-style-type: none;
}

.mainFeature  ul.sectionList {
	margin-bottom: 20px;
}

.mainFeature ul.sectionList li {
	padding: 0 0 10px 0;
	margin: 10px 30px 10px 0;
	border-bottom: 1px solid #e3dede;
}

.mainFeature ul.sectionList li img {
	margin: 0px 10px 10px 0;
	padding: 0;
	/* float: left; */
}

.mainFeature ul.bulletList {
	margin: 10px 0 10px 14px;
	list-style-type: disc;
	list-style-image: url(/templates/default/images/page/rosette16Blue.png);
}

.mainFeature ul.bulletList ul {
	/* list-style-type: square; */
	list-style-image: none;
}

.mainFeature .bulletList li {
	margin: 5px 0 8px 0;
	padding: 0px 0 0 0;
	color: #113366;
}

/* \*/
* html ..mainFeature ul.bulletList li {
	margin-left: 35px;
	padding-left: 10px;
}
/* */

.mainFeature ul.bulletList li li {
	
	color: #113366;
}

.pseudoList {
	margin: 0px 30px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #e3dede;
}

#firstPseudo {
	margin-top: 20px;
	border-top: 1px solid #e3dede;
}

.pseudoList p {
	margin: 0;
	padding: 0;
}

.pseudoList img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	display: block;
}

table.frontTable {
	margin: 10px 30px;
	border: 1px solid #8f0000;
	/* width: 100%; */
}

.floatContainer {
	margin: 10px 20px 10px 30px;
}

.float, .float260 {
	float: left;
	border: 1px solid #e3dede;
	margin: 0 10px 10px 0;
}

.float {
	width: 195px;
}

.float260 {
	width: 260px;
}

.float260 img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}


.float img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	display: block;
}

.float img.bigImg {

}
  
.float p {
	font-size: 0.9em;
	margin: 10px;
	padding: 0;
}

.float p.bigP {
	
}

.float h4, .float260 h4 {
	margin: 10px;
	padding: 0;
	border-bottom: 1px solid #e3dede;
}


.imageLink {
	text-decoration: none;
	
}

.mainSpace {
	margin-top: 20px;
}

.messageBox {
	margin: 60px 100px;
	padding: 50px;
	background-color: #99aacc;
	border: 1px solid #113366;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}

.padder {
	height: 2em;
}

.mainSpacer {
	height: 2em;
	margin: 0;
	background-repeat: repeat-x;
	border-top: 1px dashed #796464;
	background-position: bottom;
	clear: both;
}

.clearing {
	height: 0;
	clear: both;

}

.clearRight {
	clear: right;
	height: 0;
}

#footer {
	font-size: 1.2em;
	height: 2em;
	text-align: center;
	margin: 1em 0 0 0;
	padding: 0.4em;
	border-top: 1px dashed #bdb3b3;
	color: #796464;
	clear: both;
	border-bottom: 1px solid #aaa;
}

#footer a, #footer a:link {
	color: #796464;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer span {
	padding: 0 1em 0 1em;
}

#bottom {
	clear: both;
	background-color: #eee;
	margin: 0;
}

#footShadowLeft {
	float: left;
	height: 5em;
	width: 50%;
	background-image: url(/templates/default/images/page/shadowBottomLeftNew.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #eee;
}

#footShadowRight {
	float: left;
	height: 5em;
	width: 50%;
	background-image: url(/templates/default/images/page/shadowBottomRightNew.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #eee;
}

#popUp {
	margin: 0;
	background-color: #E3DEDE;
	color: #4d4141;
	padding: 0;
}

/* Message box.  Define your own container and include this in it. */

div.message
{
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  padding: 5px;
}


/* Displaying tables.  To change width or margins, define your own container and include this in that. */

.listOpenJobsContainer {
	border: 1px solid #8f0000;
	margin: 20px 30px;
}

table.box {
	width: 100%
	border-collapse: collapse;
   font-size: 12px;
}

table.boxLeft {
	width: 40%;
	float: left;
}

table.box tr {
	margin: 0;
	padding: 0;
}

table.box th {
	background-color: #8F0000;
	color: #FFFFFF;
	padding: 0.3em;
	font-size: 12px;
	text-align: left;
	border: 1px solid #8f0000;
}

table.box th.noborder {
	background-color: #8F0000;
	color: #FFFFFF;
	padding: 0.3em;
	font-size: 12px;
	text-align: left;
	border: 1px solid #8F0000;
}

table.box th .right {
   text-align: right;
   width: 100%;
}


table.box td {
	font-size: 1em;
	padding: 0.3em;
	border-bottom: 1px solid #8F0000;
	border-right: 1px solid #8F0000;
	line-height: 1.4em;
	background-color: #FEFCFC;
	vertical-align: top;
}

table.box td.fieldTitle {
	text-align: right;
	background-color: #E3DEDE;
	color: #4D4141;
	border-left: 1px solid #4d4141;
	width: 150px;
}

table.box td.fieldDesc {
	text-align: left;
	background-color: #FEFCFC;
}

table.box td.fieldDesc img {
	float: right;
	border: 1px solid #4d4141;
	background-color: #8F0000;
}

table.box td.radioCell {
	background-color: #BDB3B3;
}

table.box td.radioCell input {
}


/* Title box same as top of box table */

.boxTitle
{
	background-color: #8F0000;
	color: #FFFFFF;
	padding: 0.3em;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #8f0000;
	/* border: 1px solid #4d4141; */
}


/* Classes for listing data */

.boxFieldTitle
{
   font-size: 12px;
   font-weight: bold;
   background: #CCCCCC;
   color: #000000;
   padding: 3px;
}

.boxField
{
   font-weight: bold;
   background-color: #DBECF5;
   font-size: 12px;
   font-color: #FFFFFF;
   height: 24px;
}

.boxValue
{
   font-size: 12px;
   font-color: #000000;
   height: 24px;
}

.listRow
{
   border: 1px solid #EFECEC;
   color: #000000;
   font-size: 12px;
   padding: 2px;
   margin: 2px;
}

.listRow:hover
{
   background: #FFFFFF;
   border: 1px solid #8F0000;
   color: #000000;
   font-size: 12px;
   margin: 2px;
}

.listRow a { color: #000000; text-decoration: none; }
.listRow a:hover { color: #cc0000; text-decoration: underline; }
.listRow td a { color: #000000; text-decoration: none; }
.listRow td a:hover { color: #cc0000; text-decoration: underline; }

.listOpenProofsContainer {
	margin: 20px 30px;
	border: 1px solid #8f0000;
}

.logDiv {
	margin:  20px 30px 20px 30px;
	padding: 10px;
	border: 1px dashed #8f0000;
}

.logDiv h4 {
	text-align: center;
	font-size: 1.2em;
	color: #414141;
}

.logDiv p {
	margin: 10px 0;
	padding: 0;
}

.logDiv td.logTitle {
	text-align: right;
	width: 5.5em
}

.logDiv td.logInput {
	border: 1px solid #8F0000;
	width: 10em;
}