/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid black;
	padding: 0px 0px;
}

DIV.csc-textpic-imagewrap { padding: 0; }

DIV.csc-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
DIV.csc-textpic-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

/* Center (above or below) */
DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }


html,body { margin:0; padding:0 }

body { 
	font: 13px/19px Georgia,"Times New Roman",Times,serif;
	text-align:center;
	background: #CED4B0 url(images/background-fade.jpg) repeat-x scroll 0 0;
}

p { margin: 10px 0; }
hr { color: #BDBDBD; background-color: #BDBDBD; border-width: 0; height: 1px; width: 100%; }
.clear { clear: both; }

.image-left {
	float: left;
	margin: 8px 8px 8px 0;
}

.image-right {
	float: right;
	margin: 8px 0 8px 8px;
}

.align-center { text-align: center; }

td p { margin: 0 0; }

/* ---------- Centered Block FCE -------------- */

.centered-block { width: 100%; text-align: center; }

/* ---------- Fonts and Headings -------------- */

a { color: #E94D00; }
a:visited { color: #F0824C; }

a img { border-width: 0; }

h1, h1 a, h1 a:visited { 
	font-size: 18px; 
	line-height: 24px;
	font-style: italic;
	margin-top: 0;
}

h1.plain {
	font-style: normal;
	margin-bottom: 0px;
}

h2, h2 a, h2 a:visited { 
	font-size: 16px;
	line-height: 22px;
	color: #6B1501;
	margin: 5px 0;
}
h3,h5,h3 a, h5 a, h3 a:visited, h5 a:visited { 
	font-size: 14px;
	line-height: 20px;
	color: #6B1501;
	margin: 4px 0;
}

h3.plain, h3.plain a, h3.plain a:visited {
	color: #000000;
}

h4,h6, h4 a, h4 a:visited, h6 a, h6 a:visited { 
	font-size: 13px;
	line-height: 18px;
	color: #6B1501;
	font-style: italic;
	margin: 4px 0;
	font-weight: normal;
}
h5, h6, h5 a, h5 a:visited, h6 a, h6 a:visited { color: #000; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

.deductions { color: #6B1501; }

/* ---------- Side bar fonts and headings -------------- */

div#navcolumn h2, div#extra h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	background: transparent url(images/greenblob.jpg) no-repeat scroll 0 0;
	width: 209px;
	height: 35px;
	margin-left: -10px;
	padding-left: 17px;
	padding-top: 7px;
}
div#navcolumn h2 a, div#navcolumn h2 a:visited,
div#extra h2 a, div#extra h2 a:visited {
	color: #FFFFFF;
	font-size: 14px;
}

div#navcolumn h3 a, div#navcolumn h3 a:visited, div#extra h3 a, div#extra h3 a:visited {
	font-family: Georgia,"Times New Roman",Times,serif; 
}

div#navcolumn h3, div#extra h3, div#navcolumn h4, div#extra h4, div#navcolumn h5, div#extra h5, div#extra p, div#navcolumn p {
	padding-left: 8px;
}

div#navcolumn h3 {
	line-height: 17px;
	margin: 0;
}

div#navcolumn h5 {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial,Helvetica,sansserif; 
	margin: 0;
	font-style: italic;
	color: #555555;
}

div#navcolumn p, div#extra p, div#extra a, div#extra a:visited, div#navcolumn a, div#navcolumn a:visited {
	font-family: Arial,Helvetica,sansserif;
	margin-top: 0;
	margin-bottom: 0;
}

div#navcolumn, div#extra { color: #555555; }


/* ---------- Page Layout -------------- */

div#container{ position: relative; text-align:left; background: transparent url(images/body-strip.jpg) repeat-y scroll 0 0; }

div#innercontainer { height: 100%; width: 965px; background: transparent url(images/main-body.jpg) no-repeat scroll 0 0; }

div#siteheader{display: none;}

div#container{width:965px;margin:0 auto; }

div#wrapper{float:left;width:965px; margin-top: 260px; min-height:250px;}

div#content{margin: 0 255px 0 254px; padding-top: 10px; }

div#navcolumn{float:left;width:202px;margin-left:-945px; margin-top: 270px; padding-left:10px; }

div#extra{float:left;width:190px;margin-left:-231px; margin-top: 270px; padding-left: 10px; }


/* make margins work in IE 6 */
* html div#wrapper, * html div#navcolumn, * html div#extra {
	 margin-top: 270px;
}
*:first-child+html div#wrapper,
*:first-child+html div#navcolumn,
*:first-child+html div#extra { margin-top: 270px; }


/* ---------- Footer -------------- */
div#footer {
	clear:left;
	width:900px;
	background: transparent url(images/footer.jpg) no-repeat scroll bottom left;
	height: 66px; 
	padding-left: 70px; 
	padding-top: 120px; 
	color: #FFF; 
	font-family: Arial,Helvetica,sansserif; 
}
div#footer h2 {
	background: transparent url(images/usda.gif) no-repeat scroll 0 0;
	height: 46px;
	width: 46px;
	float: left;
	margin: 0 13px 0 0;
	padding: 0;
}

div#footer h2 span {
	display: none;
}
div#footer hr {
	display: none;
}

*:first-child+html div#footer {
	height: 60px;
	padding-top: 126px;
}
* html div#footer {
	height: 60px;
	padding-top: 126px;
}

div#footer ul { 
	
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 3px;
	list-style: none;
}
div#footer ul li {
	display: inline;
	background: transparent url(images/pipe.gif) no-repeat scroll center right;
	margin-right: 4px;
	padding: 3px 8px 4px 0;
}
* html div#footer ul li {
	padding-right: 4px;
	margin-right: 6px;
}

div#footer ul li.last {
	background-image: none;
}

div#footer a, div#footer a:visited { color: #FFF; }
div#footer a:hover { color: #E94D00; }
div#footer p { margin-left: 58px; margin-top: 0;}


/* ---------- Header Swoosh -------------- */
div#headergraphics { 
	position: absolute; 
	left: 15px; 
	top: 72px; 
	display: inline; 
	z-index: 1;
}
#logo, #headphoto1, #headphoto2, #headphoto3 { float: left; }
#headergraphics div { padding: 0px 2px; }

#number_farmers {
	position: absolute;
	top: 90px;
	left: 38px;
	font-weight: bold;
	color: #4D6B2B;
	font-style: italic;
	font-size: 14px;
}
#number_farmers span { font-style: normal; }

div#headergraphics div div { padding: 0; margin: 0; }

#small_logos { margin-left: 16px !important;}

/* ---------- Info and Resources Box -------------- */

div.inforesourcebox {
	margin: 10px 0;
}

div.inforesourcebox span.inforesourceboxtop {
	background: transparent url(images/inforesource.gif) no-repeat scroll 0 0;
	height: 32px;
	width: 180px;
	display: block;
}

div.inforesourcebox span.inforesourceboxmid {
	border: 1px solid #BDBDBD;
	border-top: 0 solid #FFF;
	width: 170px;
	display: block;
	padding: 5px 0;
	padding-right: 8px;
}

/* ---------- Meet Owners -------------- */

div.meetownerbox {
	margin: 10px 0;
}

div.meetownerbox span.meetownerboxtop {
	background: transparent url(images/meetowners.gif) no-repeat scroll 0 0;
	height: 32px;
	width: 180px;
	display: block;
}

div.meetownerbox span.meetownerboxmid {
	border: 1px solid #BDBDBD;
	border-top: 0 solid #FFF;
	width: 170px;
	display: block;
	padding: 5px 0;
	padding-right: 8px;
}

div.meetownerbox img {
	margin-left: 8px;
}

div.meetownerbox a.seeprofile {
	width: 163;
	height: 40px;
	background: transparent url(images/seeprofiles.jpg) no-repeat scroll 0 0;
	display: block;
	margin-left: 8px;
	margin-bottom: 2px !important;
}

div.meetownerbox a.seeprofile span {
	display: none;
}

/* ---------- Plain box -------------- */

div.plainbox {
	border: 1px solid #BDBDBD;
	padding: 8px 8px 8px 0;
	margin: 10px 0;
}

/* ----------- Site Search -------------- */

#sitesearch {
	position: absolute;
	top: 6px;
	right: 30px;
	width: 250px;
	height: 40px;
}

#sitesearch legend, #sitesearch label {
	display: none;
}

#sitesearch fieldset {
	border-width: 0;
	margin: 0;
	padding: 0;
}

#sitesearch input {
	display: block;
	float: left;
	border: 1px solid #BDBDBD;
	color: #555555;
}

#sitesearch input.sjbutton {
	border-width: 0;
	margin-left: 5px;
}

#sitesearch input.hidden {
	display: none;
}

/* Search Results and form */

.tx-indexedsearch-searchbox {
	margin-top: 15px;
}

.tx-indexedsearch { color: #666666; }

.tx-indexedsearch-searchbox p.note {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: .84em;*/
}

.tx-indexedsearch-whatis {
	color: #6B1501;
	font-size: 1em;
	font-weight: bold;
}

.tx-indexedsearch-browsebox {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: .8em;*/
	color: #666666;
	width: 100% !important;
}

ul.browsebox {
	width:180px;
	float:right;
	padding:5px 5px 0 0;
	margin: 5px 0 0 0;
	text-align:right;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.tx-indexedsearch-browsebox ul.browsebox li {
	display: inline;
	margin: 0 0 0 5px;
}
.tx-indexedsearch-browsebox p {
	float: left;
}

div.tx-indexedsearch-res {
	border-top: 1px solid #BDBDBD;
	padding-top: .5em;
}

div.tx-indexedsearch-res div.tx-indexedsearch-res {
	border-top: 0px solid #BDBDBD;
	/*font-size: .9em;*/
	border-bottom: 1px solid #BDBDBD;
	margin: 0 0 .5em 0;
	color: #666666;
	padding-top: 0;
}

.tx-indexedsearch-res h3 {
	float: left;
	font-weight: normal;
}

.tx-indexedsearch-res h4 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.tx-indexedsearch-res p {
	clear: both;
	padding-top: .5em;
}

/* ------------ Login stuff -----------*/

#loggedin { 
	position: absolute;
	top: 6px;
	left: 30px;
	width: 500px;
	height: 40px;
	color: #555555;
}

#loggedin p { margin: 0; }

/* ------------ Navigation ------------*/

#sitenav { 
	position: absolute;
	top: 34px;
	left: 23px;
	z-index: 10;
	width: 1000px;
	height: 33px;
}

#main_nav {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
    display: block;
    height: 33px;
    vertical-align: middle;
}

#main_nav li {
    float: left;
    position: relative;
    padding-right: 0px;
    height: 33px;
    color: #C9B582;
    font-weight: bold;
}

#main_nav li a {
	overflow: hidden;
	height: 33px;
	float: left;
	margin-right: 15px;
}

* html #main_nav li a {
	margin-right: 8px;
}


#main_nav li ul {
	display: none;
	position: absolute;
	top: 33px;
	left: -10px;
	list-style: none;
	padding: 0 4px 0 3px;
	margin: 0;
	width: 114px;
	z-index: 20;
	background-color: #6B1501;
}

/*
#main_nav li.last ul {
	left: -47px;
}
*/
#main_nav li ul li {
	display: block;
	float: none;
	font-family: Arial,Helvetica,sansserif; 
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	padding: 0;
	height: 100%;
	clear: both;
	padding-right: 5px;
	margin: 0;
}

#main_nav li ul li:hover {	
	color: #FFFFFF
}

#main_nav li ul li a:hover {
	background-color: #4B1001;
	color: #FFFFFF;
}

#main_nav li ul li a {
	color: #FFFFFF;
	text-decoration: none;
	height: 100%;
	width: 100%;
	padding: 4px 0 4px 5px;
	/*padding-left: 5px;*/
	display: block;
	margin: 0;
	border-bottom: 0px solid #000000;
}

#main_nav li ul li.sub-last a {
	border-bottom: none;
	margin-bottom: 4px;
}

li > ul {
	top: auto;
	left: auto;
}

#main_nav li:hover ul, #main_nav li.over ul {
	display: block;
}


a.gt-menu{display:block;text-decoration:none;background-repeat:no-repeat;background-position: top left;vertical-align:bottom;}
a.gt-menu span{display:block;height:1px;width:1px;overflow:hidden;}
a.gt-d65e29aa5b{background-image:url(/typo3temp/menu/a2ba4bd67f.gif);width:100px;height:66px;}
a.gt-0b36397ad2{background-image:url(/typo3temp/menu/d48a782ade.gif);width:100px;height:66px;}
a.gt-7c12fc2658{background-image:url(/typo3temp/menu/c76cbad526.gif);width:100px;height:66px;}
a.gt-3146d10632{background-image:url(/typo3temp/menu/76995857ce.gif);width:100px;height:66px;}
a.gt-0d9b463e78{background-image:url(/typo3temp/menu/69c325e489.gif);width:100px;height:66px;}
a.gt-65b0df15a7{background-image:url(/typo3temp/menu/40ca9abb74.gif);width:100px;height:66px;}
a.gt-5116db8c0f{background-image:url(/typo3temp/menu/4d97e195c7.gif);width:100px;height:66px;}
a.gt-cceda17021{background-image:url(/typo3temp/menu/87e81d4ad9.gif);width:100px;height:66px;}

/* -------------- Sub navigation --------------- */

div#navcolumn h2.subnav {
	background-image: none;
	color: #000;
	font-family: Georgia,"Times New Roman",Times,serif;
	height: auto;
	width: auto;
	margin: 15px 0 5px 0;
	padding: 0;
	
}

div#navcolumn h2.subnav a {
	text-decoration: none;
	color: #000;
	font-family: Georgia,"Times New Roman",Times,serif;
}

/* Left - Submenu */


div#navcolumn #navigation p{
	font-family:Georgia, "Times New Roman", Times, serif;

	
	color:#6B1501;
	text-transform:uppercase;
	margin:0; padding:0 0 2px 0;
}
div#navcolumn #navigation p a {
	text-decoration: none;
}
div#navcolumn #navigation ul p{
	
	color:#333333;
	list-style:none;
}
div#navcolumn #navigation ul{
	margin:0px 0px 0px 20px;
	padding:0;
}
div#navcolumn #navigation ul ul{
	margin-left:15px;
	padding:3px 0 0 0;
}
div#navcolumn #navigation ul li{
	font-family:Georgia, "Times New Roman", Times, serif;
	

	list-style:url(images/bullets/bullet_sqblack.gif) outside none;
	padding:0 0 3px 0;
}
div#navcolumn #navigation ul li.selected{
	font-family:Georgia, "Times New Roman", Times, serif;
	

	list-style:url(images/bullets/bullet_sqred.gif) outside none;
}
div#navcolumn #navigation ul li.close{
	font-family:Georgia, "Times New Roman", Times, serif;
	

	list-style:url(images/bullets/arrow_off.gif) outside none;
}
div#navcolumn #navigation ul li.open{
	font-family:Georgia, "Times New Roman", Times, serif;
	

	list-style:url(images/bullets/arrow_on.gif) outside none;
}
div#navcolumn #navigation ul li.active{
	font-family:Georgia, "Times New Roman", Times, serif;
	

	list-style:url(images/bullets/arrow_active.gif) outside none;
}
div#navcolumn #navigation ul li.open_active{
	font-family:Georgia, "Times New Roman", Times, serif;

	list-style:url(images/bullets/arrow_active_open.gif) outside none;
}
div#navcolumn #navigation ul ul li{

	font-family:Georgia, "Times New Roman", Times, serif;

	margin-bottom: 2px;
	list-style:url(images/bullets/bullet_grey.gif) outside none;
}
div#navcolumn #navigation ul ul li.active{

	font-family:Georgia, "Times New Roman", Times, serif;

	list-style:url(images/bullets/bullet_red.gif) outside none;
}
div#navcolumn #navigation ul.ul_nobullet{
margin-left:0px;
}
div#navcolumn #navigation ul li.nobullet{
	list-style-image:none;
	list-style-type:none;
}
div#navcolumn #navigation ul ul ul ul { margin-top: 0; padding-top: 0; margin-left: 7px; }
div#navcolumn #navigation ul ul ul ul li,div#navcolumn #navigation ul ul ul ul li.active { list-style-image:none; list-style-type:none; }

/* Submenu List Links */
div#navcolumn #navigation ul li a {color:#333333; text-decoration:none;font-family:Georgia, "Times New Roman", Times, serif;}
div#navcolumn #navigation ul ul li a,  div#navcolumn #navigation ul li.open_active ul li a {color:#666666; text-decoration:none;}
div#navcolumn #navigation ul ul li.active a, div#navcolumn #navigation ul li.open_active a,div#navcolumn #navigation ul li.selected a {color:#6B1501; text-decoration:none;}
div#navcolumn #navigation ul li a:hover, div#navcolumn #navigation ul ul li a:hover, div#navcolumn #navigation ul ul li.active a:hover, div#navcolumn #navigation ul li.selected a:hover,
div#navcolumn #navigation ul li.open_active a:hover, div#navcolumn #navigation ul li.open_active ul li a:hover {text-decoration:underline;}


/* ------------- Newsroom ----------------- */

.newsroom-overview h3, .newsroom-overview h3 a, .newsroom-overview h3 a:visited { 
	font-size: 12px; 
	margin-bottom: 0;
}

div.newsroom-overview {
	padding: 5px 0 5px 0px;
}

div.newsroom-overview p {
	margin: 0;
}

.newsroom-overview h6, .newsroom-overview h6 a, .newsroom-overview h6 a:visited {
	color: #6B1501;
	margin: 0;
	font-size: 12px;
}

.tx-ttnews-browsebox {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sansserif;
}

.tx-ttnews-browsebox .results_next { padding: 0; }

.tx-ttnews-browsebox-strong { color: #6B1501; }
.tx-ttnews-news-item p {
	margin: 5px 0 0 0;
}
.tx-ttnews-news-item h3 {
	margin-top: 15px;
}

/* ----------- Form styles ------------ */


div.form-container { margin: 0; padding: 0; border: #EEE 0px solid; }


div.form-container p.legend { margin-bottom: 1em; }

div.form-container p.legend em { color: #6B1501; font-style: normal; }


div.form-container div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #4D6B2B 1px solid; background-color: #E1E4D2; }
div.form-container div.errors p { margin: 0; }

div.form-container div.errors p em { color: #6B1501; font-style: normal; font-weight: bold; }


div.form-container form p { margin: 0; }

div.form-container form p.note { margin-left: 170px; font-size: 90% !important; color: #555555 !important;  padding-top: 2px; padding-bottom: 0; /*line-height: 90% !important;*/}

div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }

div.form-container form legend { font-weight: bold; color: #6B1501; }

div.form-container form fieldset div { padding: 0.25em 0; }

div.form-container label, 
div.form-container span.label { color: #555555; font-size: 90%; margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }

div.form-container td label { display: none; }

div.form-container th { color: #555555; font-size: .88em; font-weight: normal; }

div.form-container label.error, 
div.form-container span.error { color: #6B1501; }

div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #6B1501; }

div.form-container input.error { border-color: #6B1501; background-color: #FEF; }

div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	}

div.form-container div.controlset label, 
div.form-container div.controlset input,
div.form-container div.widecontrolset label, 
div.form-container div.widecontrolset input { display: inline; float: none; }

div.form-container div.controlset div { margin-left: 170px; }

div.form-container div.buttonrow { margin-left: 180px; }


div.form-container div.widecontrolset div { margin-left: 0px; }

div.form-container div.widecontrolset label, 
div.form-container div.widecontrolset span.label { margin-right: 0; padding-right: 0; width: 100%;	float: none; margin-bottom: 5px; text-align: left; }

div.form-container div.widecontrolset p.note { margin-left: 0px; }

div.form-container div.widecontrolset span.label em,
div.form-container div.widecontrolset label em { position: relative; }


/* ------------- Login box ----------------- */

div.loginpod {
	margin-top: 15px;
	background-color: #E1E4D2;
	padding: 1px 0 7px 0;
}

div.loginpod fieldset {
	border-width: 0;
}

div.loginpod form fieldset legend {
	color: #4D6B2B;
	font-size: 14px;
	font-weight: strong;
}
div.loginpod label, div.loginpod span.label {
	width: 65px;
	font-size: 12px;
	padding-right: 5px;
	margin-right: 5px;
}
div.loginpod div.buttonrow {
	margin-left: 83px;
}
div.loginpod form fieldset { padding-bottom: 0px; }

/* Two column with image element */
div.two-col-with-image {
	margin-bottom: 13px;
}


div.two-col-with-image .tcwi-html {
	margin-left: 75px;
}


div.two-col-with-image .tcwi-html .bodytext {
	padding-top: 1px;
	margin-top: 1px;	
}


div.two-col-with-image .tcwi-html h3 {
	margin-bottom: 0px;	
	font-style: normal;
	font-size: .88em;
}

div.two-col-with-image .tcwi-clear {
	clear: both;	
}


div.two-col-with-image .tcwi-image {
	float: left;
	display: inline;	
}


div.two-col-with-image .tcwi-image img {
	border: 0;	
}

div.tcb-one {
    width: 48%;
    float: left;
    margin-right: 15px;
}

div.tcb-two {
    width: 48%;
    float: left;
}
div.tcb-footer { 
    clear: left;
}


