/* // PAGE STRUCTURE // */

html {height:100%;}

body {
  margin:1;
  padding:1;
  height:100%;
  font-family: arial, helvetica, sans-serif;
  color: #000;
  background-color:#E9E9E9;
  
  
}

img {
	z-index:-1;


}

a img {
border:none;
}

.ts_main {

border:1px solid #F1D898;
padding:.5em;

padding-bottom:none;

}

/* BREADCRUMBS */
.breadcrumb {

	color: #727651;
	font-size:11px;

	margin-bottom: 15px; 

}

.breadcrumb a:link, .breadcrumb a:visited {

	background-color: transparent;
	color: #BE0027;
	text-decoration: none;
	font-size:11px;

}

.breadcrumb a:active, .breadcrumb a:hover {

	background-color: transparent;
	color: #BE0027;
	text-decoration: none;

}

.bold {
	font-weight:bold;
}

.strong{
font-family: Arial, Helvetica, sans-serif; 

}
	
/* // links // */

/* // TEST NAVIGATION MENU STYLING // */



.topMenu  {	
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration:none;
	padding-top:1px;
	text-decoration: none;
}


/* // TEST NAVIGATION MENU STYLING 2// */


.imageHeading {
	background: url(/images/background_table.jpg);
	border-bottom: 1px #666666 solid;
	border-right: 1px #CCCCCC solid;
	color: white; font-weight:bold; font-size:12px;
	text-align: left;
	padding-left: 0.4em;
	padding-bottom:0.1em;
	height: 20px;
	vertical-align: middle;
}
	
	
.imageHeadingrightp {
	
	
	color: black; font-weight:bold; font-size:12px;
	background-image:url(/images/map.jpg);
	background-repeat:no-repeat;
	margin-bottom:0.3em;	
	text-align: left;
	padding-left: 0.4em;
	padding-bottom:0.1em;
	padding-top:0.3em;
	height: 200px;
	width:150px;
	vertical-align: middle;	
	padding-top:0.3em;
	font-size:12px;
	
}

.imageHeadingrightpmember {
	
	
	color: black; font-size:11px;
	background-image:url(/images/member.jpg);
	background-repeat:no-repeat;
	margin-bottom:0.3em;	
	text-align: left;
	padding-left: 0.4em;
	padding-bottom:0.1em;

	height: 200px;
	width:150px;
	vertical-align: middle;	
	padding-top:0.3em;
	font-size:12px;
	
}

/* // Common HTML Elements// */

* { margin: 0; padding: 0; }


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding-left: 0px;
	padding-right: 0px;
	padding-top:3px;
}

hr {
 	color: #B8DDF0;
	height: 1px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.menuLi {
	line-height:0px ;
}

ul{
 list-style-type: disc;
}

li{
 	list-style: url(/images/folder.gif);		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;	
	font-weight:bold;
	margin-top:0em;
}
#outer_wrapper {
/* because "min-width" is not supported by IE, these pages use a script from PVII */
min-width:740px;
/* this is to "minimize" an IE bug related to background painting, but because it creates a gap below the footer, the same declaration is also added to #footer */
width:100%;
/* faux-column technique, this is the left one */
background:#fff url(/images/left.gif) repeat-y left;
margin-top: 0;
margin-left: 0;
}
#wrapper {
/* faux-column technique, this is the right one */
background:url(/images/right.gif) repeat-y right;
height: 100%;
}
#header {

/* this is to "give layout" to the element and fix some peek-a-boo bug in  IE (v6 sp2) */
width:100%;
/* the above declaration creates an horizontal scroll bar in IE, this is to get rid of it */
background-image:url(/images/m_banner.jpg);
background-repeat: repeat-x;
margin-bottom:0;

}

#logoHeader {
	background-image:url(/);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	width: 100%;	
	position: absolute;
	margin-top:3em;
}

#insideHeader {
	background-image:url(/images/r_banner.jpg);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;	
	width: 100%;
}

#intructions{
margin-bottom: 2px;
font-family:Arial, Helvetica, sans-serif; font-size: 1.0em;

}

.left {
	float: left;
}

.right {
	float: right;i
}

.center {
	folat: center;
}
.noPad {
	padding: 0px;
}


.leftMenu {
width:171px;
border-right:solid #EEEEEE 0px; 
height: 400px;
display:in-line;
vertical-align: top;
background-color:black;
background:url(/images/menu.jpg) no-repeat;
padding-top:20px;
padding-right:10px;
margin-left:10em;



}

.main {
/* the width from #left (150px) + the negative margin from #container (200px) */
padding-top: 0em;
padding-left: 0.8em;
font-size: 0.78em;
padding-right:7px;
vertical-align: top;
text-align: left;
width: 100%;
background-image: url(/images/watermark.jpg);
background-repeat: no-repeat;
background-position:center;

}

#mainWrapper {
	width: 100%;
}

ul#navmenu {
	margin: 0 0 20px 0;
	z-index: 1000;
	top: auto;
	
}

ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  
  border: 0 none;
  z-index: 1000;
  padding-left: 3;
  width: 171px; /*For KHTML*/
  list-style: none;
  
  
}

ul#navmenu li,
ul#navmenu ul {
  margin: 0;
}

ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  border-right-color: white; 
  padding: 1.5 6px;
  display: block;
  color: black;
  font-weight:bold;
  font: 0.8em/2em Arial, Helvetica, sans-serif ; 
  margin-left:0.2m;
    background: url(/images/b-image.gif);
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#navmenu a.expand {
  
}

ul#navmenu a.darkerbg { 
	background: #5B6F14  no-repeat; 
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
 background-image: url(/images/menuimage4.jpg);  
  color: black;
}

ul#navmenu a.expand:hover,
ul#navmenu li:hover a.expand,
ul#navmenu li.iehover a.expand,
ul#navmenu a.darkerbg:hover,
ul#navmenu li:hover a.darkerbg,
ul#navmenu li.iehover a.darkerbg {
  background-image: url(/images/menuimage.jpg);
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background-image: url(/images/menuimage3.jpg);
  border-bottom:#FFFFFF; 
  color: black	;
  width:170px;
  border-bottom:#F1D595 solid 1px;
  position:relative;
  z-index:-300;

  
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
   color: black; 
   background-image: url(/images/menuimage2.jpg);
}

/* 3rd Menu */
ul#navmenu li:hover li ul li a:hover,
ul#navmenu li:hover li:hover ul li a,
ul#navmenu li.iehover li ul li a:hover,
ul#navmenu li.iehover li.iehover ul li a {
	background-image: url(/images/menuimage3.jpg);
	background-repeat:repeat-x;  
	border-bottom:#FFFFFF; 
	color: black;
	width:220px;
	border-bottom:#EED7B4 solid 1px;
	border-left:#EED7B4 solid 1px;
	position:relative;
	z-index:-100;
	margin-left:7em;
	*margin-left: 6.2em;
}

ul#navmenu li li ul li:hover a:hover,
ul#navmenu li li ul li:hover a,
ul#navmenu li li ul li.iehover a:hover,
ul#navmenu li li ul li.iehover a {
  background-image: url(/images/menuimage2.jpg);
  color: black; 
  
   
}


ul#navmenu ul {
  display: none;
  position: absolute;
  top: 0;
  left: 165px;
}

/* Do Not Move - Must Come Before display:block for Gecko */

ul#navmenu li:hover ul,
ul#navmenu li.iehover ul {
  display: block;
}

/* 3rd Menu*/	

ul#navmenu li:hover ul li ul,
ul#navmenu li.iehover ul li ul {
  display: none;  
}

ul#navmenu li:hover ul li:hover ul,
ul#navmenu li.iehover ul li.iehover ul {
  display: block;
  left: 225px;
}

/* Do Not Move - Must Come Before display:block for Gecko */

ul#navmenu li:hover ul,
ul#navmenu li.iehover ul {
  display: block;
}


/* 3rd Menu*/	

ul#navmenu li:hover ul li ul,
ul#navmenu li.iehover ul li ul {
  display: none;  
}

ul#navmenu li:hover ul li:hover ul,
ul#navmenu li.iehover ul li.iehover ul {
  display: block;
  left: 60px;
}

/* Do Not Move - Must Come Before display:block for Gecko */

ul#navmenu li:hover ul,
ul#navmenu li.iehover ul {
  display: block;
}



.indent {
	margin-left: 1.3em;
	 }
.indentemployment {
	margin-left: 0.7em;
	 }

.detailTable {
	width: 100%;
}

.cpTitleColumn ul{
	margin-left: 0.5em; margin-bottom:0px;
	font: bold 0.9em Arial, Helvetica, sans-serif;	
	border: none;
	padding-bottom: 0px;

}

.cpTitleColumn li{
	font-weight: bold;
	margin-left: 2em;
	list-style: url(/images/icons/bullet.gif);
}

.main table {
	width: 80%;
}


.main td {
	padding-left: 0.5em;
}

.main #heading {
	background: #FFF8C6;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


.right  {
	font-size:14px;
	font:Geneva, Arial, Helvetica, sans-serif;
	color: black;
	border-right:solid #FFCC7F 1px; 
	height: 300px;
	display:in-line;
	vertical-align: top;
	width: 200px;
}

.right ul {
	margin-top: 1em;
	list-style: none;
	list-style: outside;
	width: 200px;	
}

.right li {
	margin-left: 2em;
	list-style: url(/images/icons/small-arrow.gif);	
}


.rightPannel {
	
	vertical-align: top;
}

/* // fonts// */

b  {  font-weight: bold; color: #000000;}

a 			{color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; }
a:link		{color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; }
a:visited 	{color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; }
a:hover 	{color: #EE6225; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; }
a:action 	{color: #EE6225; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; }

a#home			{color: #EE6225; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: underline; }
a#home:link		{color: #EE6225; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: underline; }
a#home:visited 	{color: #EE6225; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: underline; }
a#home:hover 	{color: #9F6248; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: none; }
a#home:action 	{color: #EE6225; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: none; }




#bottomMenu  {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	
	text-decoration:none;
	
}
	
h1 {  font-weight: bold; color: #EB5E25; margin: 0px; font-size: 1.3em; font-family: Arial, Helvetica, sans-serif;}
h2 {  font-weight: bold; color: #333333; margin: 0px; font-size: 1.1em; font-family: Arial, Helvetica, sans-serif;}
h3 {  font-weight: bold; color:  #333333; margin: 0px; font-size: 1.3em; border: 1px none #0185CA; margin-top:0px; font-family:Arial, Helvetica, sans-serif}
h4 {  font-weight: bold; color: #FDAA61; margin: 0px; font-size: 1.1em; border: 1px none #0185CA; margin-top:0px; font-family:Arial, Helvetica, sans-serif}
h5 {  font-weight: bold; color: #EB5E25; margin: 0px; font-size: 1.1em; border: 1px none #0185CA; margin-top:0px; font-family:Arial, Helvetica, sans-serif}
h6 {  font-weight: bold ; color: #666666; margin: 0px; font-size: 1em; font-family: Arial, Helvetica, sans-serif;}
h7 {  font-weight: lighter ; color: #666666; margin: 0px; font-size: 0.9em; font-family: Arial, Helvetica, sans-serif;}




.smallText{
	margin-top:2px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #666666;
}
.smallRedText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#990000;
	font-weight:normal;	
}

.formTitleCell {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

/* // Table Classes // */
.formTable {
	width: 100%;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Table Classes */
.adminTableWrapper {
	margin-bottom: 1em;
}
#adminTable{
	width: 98%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding:0;
	border-right:;
	
	margin-left: 0.4em; 
	margin-right: 0.4em; 
	margin-top: 0.4em; 
}

#adminTable th{
	background: url(/images/background_table.jpg);
	border-bottom: 1px #666666 solid;
	border-right: 1px #CCCCCC solid;
	color: white;
	text-align: left;
	padding-left: 0.4em;
	height: 20px;
	vertical-align: middle;
}

#adminTable caption {
	text-align: left;
	font: bold;
	color: black; font-size:14px; font-weight:bold;
	
}

#adminTable a {text-decoration:none;}
#adminTable a:link {text-decoration:none;}
#adminTable a:visited {text-decoration:none;}
#adminTable a:hover {text-decoration:none; color: black;}
#adminTable a:action {text-decoration:none; color: #CCCCCC;}

#adminTable .titleColumn {
 width: 50%;
}

#adminTable .dateColumn {
	width: 11%;
}

#adminTable .actionColumn {
	width: 10%;
}

#adminTable .pageColumn {
	width: 30%;
}

#adminTable .cpTitleColumn {
	width: 50%;
}

#adminTable .cpActionColumn {
	width: 50%;
}

#adminTable td {	
	border-right: 1px #CCCCCC solid;
	padding-left: 0.7em;
	padding-left: 0.4em;
	height:20px;
}

#adminTable td p {
	margin: 0px;
}

table.adminMenu {
	margin-top: 0px;
	margin-bottom: 1em;
}


.pageHeading {	
	width:100%; 	
	height:23px;
	margin-bottom: 0.5em;
}

.border {
	border-bottom:1px solid #cccccc;
}

.pageHeadingCell {
	
	padding-bottom: 0px;
	padding-top:0px;
	height: 23px;
}

.PageHeadingImageCell {
	text-align:left; 
	height:23; 
	width:39; 
	margin-left:0; 
	padding-left:0;
	padding-bottom: 0px;
}

#adminMenuItems {
	margin-top: 0px;
	text-align:right; 
	vertical-align: bottom; 
	width:100%;
}


	

/* Layout the forms */
form.layout {
	width:100%;
	margin-top:1em;
	clear: both;
}

form.layout p { 
	text-align:left;	
	clear:both;
	margin-bottom: 1.5em;
	margin-left: 0.5em;
}

form.layout div{
	padding: 0.2em;
}

form.layout p .label {		
	float: left;
	text-align:left;
	margin-right: 0em;
	width: 15%;
	display:inline
}

form.layout p .mandatory {
	font-size: 0.8em;
	color:#990000;
	
}

.warning {
	font-size: 0.8em;
	color:#990000;
	
}


form.layout p .input{
	width: 100%;   
	text-align:left;
	vertical-align: middle;
	margin-left: 2.5em;
}

form.layout .field {
	border:  1px solid #251053;
	font: Verdana, Arial, Helvetica, sans-serif;	
	background:url(/images/background_action.gif);	
	width: 20em;}

form.layout p .input textarea { 
	border:  1px solid #251053;
	font: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	background: url(/images/gradient_yellow.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width: 78%;
}


fieldset {
	width: 100%;
	border: solid 1px #cccccc;
	margin-right: 20px;
	clip: rect(auto,auto,0px,auto);
}

#submitButtonWrapper {
	width: 100%;
	text-align: center;
	font-size: 100%
}

.submitButton { 
	border-width:1px;
	border-style:solid;	
	padding:.15em .25em;
	font-size:94%;
	font-weight:bold;
	vertical-align:middle;
	border-color:#ddd #aaa #aaa #ddd;
	color:#333;
	background-image:url(/images/background_button.gif)
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#993300;
}

* html .publications ul {
margin-left:0em;}

.publications ul {
margin-left:2em;
	
	
	list-style: inside;
}
.publications li {
	list-style: url(/images/publications.gif);		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: lighter;
	margin-top:0.5em;
	margin-left:2em;
		
}



/* // Form Classes // */

.field {
	border:  1px solid #251053;
	font: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 0px;
	background:url(/images/background_action.gif);
	margin-right: 20px;
}

.submitButton { 
	border-width:1px;
	border-style:solid;	
	padding:.15em .25em;
	font-size:94%;
	font-weight:bold;
	vertical-align:middle;
	border-color:#ddd #aaa #aaa #ddd;
	color:#333;
	background-image:url(/images/background_button.gif)
}


.wbProjection {
	margin-bottom: 1em;
	padding-bottom:1em;
	color: black;
	width: 100%;
	
}

.wbProjection div {
	margin-top: 0px;
	margin-bottom: 0px;
	
}

.wbProjection ul {
	margin-left: 0em;
	padding-left: 1em;
	width: 80%;
	list-style: inside;
}
.wbProjection li {
	list-style: url(/images/bullet1.gif);		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: lighter;
	margin-top:0.5em;
	margin-left:1em;
		
}

.wbProjection h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #E6845B;
	margin-bottom:0.1em;
}

.wbProjection h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	margin-bottom: 0em;
}

.wbProjection h3 {
	margin-bottom: 5px;
	color: #666666;
}

.wbProjection h4 {
	margin-bottom: 0px;
	color: #FDAA61;
	font-size:1.1em;
}

.wbProjection p {
	margin-top: 0px;
	margin-bottom:0px;
}

.wbProjection .metaInfo {
	margin-top: 1em;
	margin-bottom: 1em;
}

.wbProjection #subHeading {
	margin-bottom: 0.4em;
	font-family:Arial, Helvetica, sans-serif; font-size:13px;
	
}

.wbProjection #title {
	margin-bottom: 0.4em;
	font-family:Arial, Helvetica, sans-serif; font-size:13px;
	font-weight:bold;
	color:#1F81A8;
	
}
.wbProjection #topicInfo {
	margin-bottom: 1.0em;
}

.wbProjection #timestamp {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px;
	
}
.wbProjection #contributor {
	display: block;
}

.wbProjection #author {
	display: block;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}


#underBanner {
	width: 100%; 
	height: 30px;
	background: url(/images/under_banner_background.gif) repeat-x top left;
	text-align: right;
	padding-bottom: 0px;
}

#mainTable {
	width:100%;
	padding:0;
	margin-top:0px; 
	margin-left:0; 
	margin-right:0px; 
	clear:both;
}

#mainTable .navColumn {
	vertical-align: top; 
	width: 200px; 
	background: url(/images/under_banner_background.gif) repeat-x top left;
}

#mainTable .contentColumn {
	vertical-align: top;
	min-height: 300px;
}

#contents p {
	width: 90%;
}

#contents ul {
	list-style: none;
}



#quickLink {
float:none;
display:inline;
}


.fullWidth {
	width: 70%;
}

.normalWidth {
	width: 55%;
}

.adminNormalWidth {
	width: 60%;
}

.adminTableLayout {
border: 1px solid #ffcc00; 
padding-left: 4px;
}

/* good to know: if #sidebar is to be shorter than #, then there is no need for this rule */
#sidebar {
/* this is to keep the content of #sidebar to the right of # even if the content of " is shorter */
/*padding-left:100%;*/
/* this is to "bring back" the #sidebar that has been moved out of the viewport because of the padding value */
/*margin-left:-260px;
margin-top:-25px;*/

width: 15%;
float: left;
margin-left: 20px;
list-style:inside;
background-image:url(/images/heading.jpg);
background-repeat:no-repeat;
margin-top: 10px;
}

#sidebar p {
/* this is to make sure IE (v6 sp2) *displays* this element (same problem as #header, but using a different fix) */
position:relative;
float: left;
width: 200px;
color: #333333;
text-align: left;
 
}

#footer {
/* see #outer_wrapper  */
/* this is to clear #container */
clear:both;
border-top:1px solid #cccccc;
background-repeat: repeat;
margin-bottom:0.5em;
background: url(/images/background_table.jpg);
border-bottom: 1px #666666 solid;
border-top: 1px #666666 solid;
border-right: 1px #CCCCCC solid;
color: white;
text-align: left;
padding-left: 0.4em;
height: 17px;
vertical-align: middle;
		
}

/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {height:0;clear:both}


/* // RESOURCES // */
#resourcesdiv {
	width: 100%;
}

#resourcesdiv .description {
	float:left;
	width: 80%;
  	padding: 10px 10px 10px 0;
}

#resourcesdiv metaInfo {
	float: right;
}

#resourcesdiv .icon {
	float: left; 
	width: 80px;
	padding: 10px 5px 10px 5px;
	text-align: center;
}

#flip1 {
	background: url(/images/gradient_silver.gif) repeat-x;
}

#flip2 {
	background: url(/images/gradient_silver.gif) repeat;
}

.resflip {
	_height: 100%;
	border-bottom: 1px solid #CFCE9B;
}


.borderFrame {
	border-right: 1px #333333 solid;
	border-bottom: 2px #333333 solid;
}

.curlcontainer{
border: 1px solid #FDAA61;
background: url(/images/form_gradient.gif);
margin-bottom: 1em;
width:200px;

}

.curlbox{
background: url(/images/corner4.gif) bottom right no-repeat;
position: relative;
left: 1px;
fo

top: 2px;
padding: 1px 4px 9px 7px;
}

.curlcontainerOrange{
border: 1px solid #FDAA61;
background: url(/images/gradient_orange.gif);
margin-bottom: 1em;
width:200px;

}

.curlboxOrange{
background: url(/images/corner4.gif) bottom right no-repeat;
position: relative;
left: 1px;
top: 2px;
padding: 1px 4px 9px 7px;
}

.curlcontainerhome{
border: 1px solid #FDAA61;
background: url(/images/gradient_orange.gif);
margin-bottom: 1em;
width:100%;

}

.curlboxhome{
background: url(/images/corner4.gif) bottom right no-repeat;
position: relative;
left: 1px;
top: 2px;
padding: 1px 4px 9px 7px;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


