@charset "utf-8";
/* CSS Document */

/*********************** Main ***************************/
* {
	margin:0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	}
  
a { outline: none; } /* Removes dotted line in firefox */

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #696458;
	background-color: #dcd9d2;
}

hr {
	border:0px;
  border-bottom:1px solid #ad967d;
	background-color: #ad967d;
	clear:both;
	height: 1px;
  width: 92%;
  margin: auto;
	}

a			    {font-weight:normal; text-decoration: underline;}
a:link		{color:#883a11;}
a:visited	{color:#883a11;}
a:hover		{color:#f76a1c;}
 
table {
  border: 0px;
}
td {
  border: 0px;
	padding: 6px;
}

table.mytable {
	width: 100%;
	padding: 0;
	margin: 0;
  border-left: 1px solid #84684a;
}
table.mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #69402b;
  border-right: 1px solid #84684a;
	border-bottom: 1px solid #84684a;
	border-top: 1px solid #84684a;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #ac9c85 url(../gfx/table_header_bkg.gif) repeat-x;
}
table.mytable td {
	border-right: 1px solid #84684a;
	border-bottom: 1px solid #84684a;
	background: #fcf7ef;
	padding: 6px 6px 6px 12px;
	color: #69402b;
  vertical-align: top;
}
table.mytable td.alt {
	background: #e8dbc9;
	color: #69402b;
}

/*********************** Header ***************************/
#container {
	position: relative;
  width: 913px;
  margin:0 auto;
  border: 0px solid #000;
	}
#header {
	background: #bf6c3f;
	}
#header h1, #header h2 {
	display: none;
	}
#homelink {
  position: absolute;
  left: 56px;
  top: 16px;
  border: 0px solid #000;
  width: 190px;
  height: 160px;
  }


/*********************** Menus ***************************/

#menu {
	height: 39px;
  width: 913px;
	position: relative;
  background: #bb5d29 url(../gfx/nav_bkg.gif) no-repeat;
  border: 0px solid #ffff00;
  z-index:50;
	}
  
/************* mainMenu *************/
.mainMenu {
	position:relative;
	z-index:100;
	top: 1px;
	left: 24px;
  width: 626px;
  border: 0px solid #00ff00;
	}
.mainMenu ul {
  padding:0;
  margin:0;
  list-style-type:none;
  }
.mainMenu ul ul {
  width: 149px;
  border: 0px solid #fff;
  }
.mainMenu li {
	float:left;
	position:relative;
	}  
.mainMenu a, .mainMenu a:visited {
	display:block;
	margin-right: 16px;
  margin-top: -2px;
	padding: 11px 5px 11px 5px;
	font-weight: normal;
  border: 1px solid transparent;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
	}
.mainMenu ul ul {
  visibility: hidden;
	position:absolute;
	height:0;
	top:40px;
	left:0;
	width:100px;
	border: 0px solid #ff00ff;
	z-index: 500;
	}
.mainMenu ul ul li {
	margin-top: -3px;
	margin-left: -1px;
	}
.mainMenu ul ul a, .mainMenu ul ul a:visited {    /* style the second level background */  
  background-image: none;
  text-decoration: none;
  }
.mainMenu a:hover, .mainMenu ul ul a:hover { /* style the second level hover */
	color:#fb955d;
  background-image: none;
	border: 1px solid #89441e;
  text-decoration: none;
	} 
.mainMenu a:hover, .mainMenu :hover > a {  /* style the top level hover */
  color:#fb955d; 
  background: #89441e url(../gfx/nav_hover_bkg.gif) repeat-x;
  margin-top: -2px;
  border: 1px solid transparent;
  text-decoration: none;
  }
.mainMenu ul li.Selected a, .secondaryMenu ul li.Selected a {  /* style the top level hover */
  color:#fb955d; 
  }
.mainMenu ul ul a, .mainMenu ul ul a:visited { /* style the second level links */
	background-color:#bb5d29;
	color:#fcdac7;
	height:auto;
	line-height:1em;
	padding:5px 10px 10px 10px;
	width:100px;
	border: 1px solid #89441e;
  text-decoration: none;
	} 
.mainMenu ul ul a:hover, .mainMenu ul ul :hover > a { /* style the second level hover */  
  color:#fb955d;
  background-color: #9f4e22;
  text-decoration: none;
  }
/* make the second level visible when hover on first level list OR link */
.mainMenu ul li:hover ul, .mainMenu ul a:hover ul {visibility: visible; }

/************* secondaryMenu *************/
.secondaryMenu {
	position:absolute;
	z-index:100;
	top: 1px;
	left: 680px;
  width: 220px;
	}
.secondaryMenu ul {
  padding:0;
  margin:0;
  list-style-type:none;
  }
.secondaryMenu ul ul {
  width: 149px;
  border: 0px solid #fff;
  }
.secondaryMenu li {
	float:left;
	position:relative;
	} 
.secondaryMenu a, .secondaryMenu a:visited {
	display:block;
	margin-right: 10px;
  margin-top: -2px;
	padding: 11px 5px 11px 5px;
	font-weight: normal;
  border: 1px solid transparent;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
	}
.secondaryMenu ul ul {
  visibility: hidden;
	position:absolute;
	height:0;
	top:40px;
	left:0;
	width:100px;
	border: 0px solid #ff00ff;
	z-index: 500;
	}
.secondaryMenu ul ul li {
	margin-top: -3px;
	margin-left: -1px;
	}
.secondaryMenu ul ul a, .secondaryMenu ul ul a:visited {    /* style the second level background */  
  background-image: none;
  text-decoration: none;
  }
.secondaryMenu a:hover, .secondaryMenu ul ul a:hover { /* style the second level hover */
	color:#fb955d;
  background-image: none;
	border: 1px solid #89441e;
  text-decoration: none;
	} 
.secondaryMenu a:hover, .secondaryMenu :hover > a {  /* style the top level hover */
  color:#fb955d; 
  background: #89441e url(../gfx/nav_secondary_hover_bkg.gif) repeat-x;
  margin-top: -2px;
  border: 1px solid transparent;
  text-decoration: none;
  }
.secondaryMenu ul ul a, .secondaryMenu ul ul a:visited { /* style the second level links */
	background-color:#bb5d29;
	color:#fcdac7;
	height:auto;
	line-height:1em;
	padding:5px 10px 10px 10px;
	width:100px;
	border: 1px solid #89441e;
  text-decoration: none;
	} 
.secondaryMenu ul ul a:hover, .secondaryMenu ul ul :hover > a { /* style the second level hover */  
  color:#fb955d;
  background-color: #9f4e22;
  text-decoration: none;
  }
/* make the second level visible when hover on first level list OR link */
.secondaryMenu ul li:hover ul, .secondaryMenu ul a:hover ul {visibility: visible; }


/*********************** Content ***************************/
#content {
	width: 913px;
  background: #cfc0ac url(../gfx/bkg_main.gif) repeat-x;
  border: 0px solid #00ff00;
	}
#content p {
	margin-bottom: 14px;
	line-height: 16px;
	}	
#content h2, #contentPop h2 {
	font-size: 16px;
  color: #c56f42;
  padding: 9px 0px 0px 0px;
	}
#content h3 {
	color: #c56f42;
	font-size: 12px;
	margin-bottom: 10px;
  margin-top: 28px;
	} 

/************* Home Page Content *************/
#promos {
  float: left;
  width: 215px;
  margin: 24px 0px 20px 30px;
  background-color: #bc6b3e;
  }
#promos h2 {
  font-size: 16px;
  color: #fff;
  padding: 9px 9px 9px 9px;
  }
#promos img {
  border: 0px;
  padding: 3px 9px 10px 9px;
  }
#copy {
  width: 350px;
  float: left;
  margin: 24px 30px 20px 30px;
  }
#copy h2 {
  padding: 9px 0px;
  }
#copy p {
  font-size: 16px; 
  line-height: 20px; 
  color: #b76438;
  }
#columnLeft {
  float: right;
  width: 215px;
  margin: 24px 30px 20px 0px;
  }
#columnLeft h2 {
  padding: 0px 0px 10px 0px;
  }
#columnLeft img {
  margin-top: 0px
  }
#subscribe {
  margin-top: 15px;
  width: 205px;
  background-color: #e2dbd1;
  }
#subscribe h2 {
  font-size: 16px;
  color: #898966;
  padding: 9px;
  }
#subscribe form input {
	background-color: #e2dbd1; 
	border: 2px solid #afaf97;
	padding: 3px 6px;
  margin: 3px 10px;
	width: 170px;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
  color: #898966;
	} 
#subscribe form input.submit {
	border: 0px;
  text-align: right;
  width: 190px;
  color: #c26e40;
  font-weight: bold;
	} 
   
#QFL {
  clear:both;
  width: 854px;
  margin-left: 30px;
  background: #d6c9b9 url(../gfx/quickFacts_bkg.gif) repeat-x;
  margin-bottom: 0px;
  padding-bottom: 15px;
  }
#quickFacts {
  float: left;
  width: 570px;
  margin: 0px 15px 0px 15px;
  }
#quickFacts h2 {
  font-size: 16px;
  color: #3d7204;
  padding: 12px 0px;
  }
#quickFacts a {
  color: #696458;
  }
#quickFacts a:hover {
  color: #f76a1c;
  }
#qfLinks {
  float: right;
  width: 218px;
  }  
#qfLinks .inside {
  margin-top: 30px;
  margin-left: 0px;
  } 
.clear {
	clear:both;
	height: 1px;
	}


/************* Internal Page Content *************/
#subNav {
  float: left;
  width: 215px;
  margin: 30px 0px 20px 30px;
  }
#subNav h2 {
  padding-bottom: 10px;
  }
#subNav h2 a {
  color: #416207;
  text-decoration: none;
  font-weight: bold;
  }
#subNav h2 a:hover {
  color: #c56f42;
  text-decoration: none;
  }
#subNav ul li, #subNav ul li a {
  color: #5c8a09;
  font-weight: bold;
  border: 0px solid #000;
  text-decoration: none;
  margin-left: 1px;
  margin-bottom: 10px;
  }
#subNav ul ul {
  margin-left: 12px;
  }
#subNav ul ul li, #subNav ul ul li a {
  color: #8a8d85;
  font-weight: normal;
  margin-left: 0px;
  padding-bottom: 6px;
  text-decoration: none;
  margin-bottom: 0px;
  }
#subNav ul li a:hover, #subNav ul ul li a:hover		{
  color:#f76a1c;
  }
#subNav ul {
  padding: 6px 0px;
  }
.promos {
  border: 0px;
  margin-top: 9px;
  }
#mainCopy {
  width: 550px;
  float: left;
  margin: 30px 30px 0px 30px;
  padding-bottom: 15px;
  }
#mainCopy.fullWidth {
  width: 750px;
  float: left;
  margin: 30px 50px 0px 50px;
  padding-bottom: 15px;
  }
#mainCopy ol, #mainCopy ul {
  padding: 0px 0px 20px 0px;
	} 
#mainCopy ol li {
  line-height: 17px;
  margin-left:36px; 
  padding-left:6px;
  list-style: decimal;
  margin-bottom: 10px;
	}
#mainCopy ul li {
  line-height: 17px;
  margin-left:36px; 
  padding-left:6px;
  list-style: disc;
  margin-bottom: 10px;
	} 
#mainCopy ol ol, #mainCopy ul ul{
  padding-bottom: 0px;
	}
#breadcrumbs {
  margin: 5px 0px -10px 0px;
  }
#breadcrumbs ul li, #breadcrumbs ul li a {
  color: #696458;
  border: 0px solid #000;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  padding-right: 5px;
  list-style-type:none;
  }  
#breadcrumbs li {
	float:left;
	position:relative;
  
	}
#breadcrumbs a, #breadcrumbs a:visited {
	font-weight: normal;
  color: #696458;
  font-size: 11px;
  text-decoration: none;
	}
#breadcrumbs a:hover {
  text-decoration: none;
  color: #f76a1c;
  } 
  
  
/************* Promotion banners *************/ 
#promoEnvironmentalReview {
  margin-top: 9px;
  background: url(../gfx/promos/promo_EnvironmentalReview.gif) no-repeat 0 0;
  display: block;
  width: 215px;
  height: 72px;
  }
#promoLaunchDVD {
  margin-top: 9px;
  background: url(../gfx/promos/launchDVD_homebutton.gif) no-repeat 0 0;
  display: block;
  width: 215px;
  height: 72px;
  }
#promoFlyThrough {
  margin-top: 9px;
  background: url(../gfx/promos/Collie_FlyThrough.gif) no-repeat 0 0;
  display: block;
  width: 215px;
  height: 72px;
  }
#promoFlyThrough2 {
  margin-top: 9px;
  background: url(../gfx/promos/urea_side.gif) no-repeat 0 0;
  display: block;
  width: 215px;
  height: 72px;
  }
#promoManagementTeam {
  margin-top: 9px;
  background: url(../gfx/promos/promo_ManagementTeam.gif) no-repeat 0 0;
  display: block;
  width: 215px;
  height: 72px;
  }
#promoNamingPres {
  margin-top: 9px;
  background: url(../gfx/promos/promo_namingpres.jpg) no-repeat 0 0;
  display: block;
  width: 215px;
  height: 72px;
  }
#promoUrea {
  margin-top: 9px;
  background: url(../gfx/promos/promo_WhatIsUrea.jpg) no-repeat 0 0;
  display: block;
  width: 215px;
  height: 72px;
  }
#promoFlyThrough:hover, #promoFlyThrough2:hover, #promoManagementTeam:hover, #promoNamingPres:hover, #promoUrea:hover, #promoLaunchDVD:hover, #promoEnvironmentalReview:hover {
  background-position: 0 -72px;
  }
#promoCommunity {
  margin-top: 9px;
  background: url(../gfx/promos/promo_community.jpg) no-repeat 0 0;
  display: block;
  width: 215px;
  height: 136px;
  }
#promoCommunity:hover {
  background-position: 0 -136px;
  }
#promonews2 {
  margin-top: 9px;
  background: url(http://www.perdaman.com/media/10582/1.jpg) no-repeat 0 0;
  display: block;
  width: 220px;
  height: 90px;
  } 
#promonews2:hover {
  background-position: 0 -100px;
  }
/************* Our People *************/ 
.staff {
  clear: both;
  margin-bottom: 40px;
  margin-top: 30px;
  }
.staff img {
  float: left;
  margin-right: 24px;
  margin-bottom: 18px;
  }
  
/************* Our Operations *************/ 
#ourOperations {
  background: #bf6a3d url(../gfx/operations_bkg.gif) repeat-x;
  color: #fff;
  width: 800px;
  padding: 16px 0px;
  margin: 30px 0px 20px 26px;
  }
.operationType {
  float: left;
  margin: 0px 66px;
  width: 257px;
  }
.operationType p {
  text-align: left;
  margin-top: 10px;
  width: 257px;
  }
.operationDivider {
  background: url(../gfx/operations_divider.gif) no-repeat 0 0;
  float: left;
  width: 18px;
  height: 314px;
  }
#ourOperations h3 {
  padding: 0px 16px 20px 16px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  }    
#ourOperations a {
  color: #fff;
  text-decoration: none;
  }
#ourOperations a:hover {color:#fda372;}
#processOverview p, #processOverview h3 {
  margin-left: 50px;
  width: 700px;
  }
#processOverview h3 a {
  text-decoration: none;
  }
/*********************** News ***************************/
.date {
  margin-top: 20px;
  margin-bottom: -24px;
  padding: 0px;
  color: #416207;
	}
.newsItem {
  padding-bottom: 10px;
  border-bottom: 1px solid #c2b4a1;
  }
/************* Resources *************/ 
.resourceItem {
  margin: 20px 0px 10px 0px;
  clear: both;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2b4a1;
  }
.resourceItem img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  }
.resourceItem p a {
  color: #5c8a09;
  font-weight: bold;
  text-decoration: none;
  }
.resourceItem p a:hover {
  color: #f76a1c;
  }
  
/************* Contact Us *************/ 
.column2Copy {
  width: 410px;
  float: left;
  margin: 30px 0px 20px 30px;
  padding-bottom: 15px;
  }
.column2Copy h2 {
	font-size: 16px;
  color: #c56f42;
  padding: 0px;
  margin-top: -20px;
  clear: both;
	}
.column2Copy #breadcrumbs {
  margin: 5px 0px 0px 0px;
  }
  
.column2Copy #breadcrumbs ul li, .column2Copy #breadcrumbs ul li a {
  margin: 0px;
  padding: 0px;
  }

.contactForm {
	padding:30px 30px 0 0px;
  color: #696458;
}
.contactForm p {
	line-height:16px;
	margin-bottom:16px;
  color: #696458;
}
.contactForm span {
	float:left;
	width:100%;
	clear:both;
	padding-bottom:7px;
}
.contactForm label {
	float:left;
	text-align:right;
	width:110px;
	padding:2px 15px 0 0;
}
.contactForm span input,
.contactForm textarea {
	float:left;
	font-size:11px;
	width:220px;
	padding:6px 0 6px 5px;
  margin-left: 1px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:11px;
	border:1px solid #ad967d;
	background:#e8dbc9;
  color: #696458;
}
.contactForm textarea {
	overflow:auto;
	height:95px;
}
.contactForm select {
	width: 230px;
	height: 30px;
	border: 1px solid #ad967d;
	padding: 4px;
	background: #e8dbc9;
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  color: #696458;
	}
.contactForm .button {
	float:right;
	margin:18px 80px 0 0;
}
.contactForm input.imputbutton{
	width: 70px;
	height: 20px;
	border: 0px;
	color: #FFF;
	font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:10px;
  padding: 4px;
	cursor: pointer;
  letter-spacing: 1px;
	margin-top:10px;
  margin-right:10px;
	background: #b3531f;
	}

.contactForm input.imputbutton:hover{
	background: #87a22b;
	}
   
/*********************** Footer ***************************/

#footer {
	width: 913px;
  height: 38px;
  background: url(../gfx/footer_bkg.gif) no-repeat;
	}

#copyright {
  float: left;
  margin-top: 14px;
  margin-left: 32px;
  font-size: 10px;
  }
#copyright ul li, #copyright ul li a {
  color: #7d786b;
  border: 0px solid #000;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  padding-right: 5px;
  list-style-type:none;
  }  
#copyright li {
	float:left;
	position:relative;
	}
#copyright a, #copyright a:visited {
	font-weight: normal;
  color: #7d786b;
  font-size: 10px;
  text-decoration: none;
	}
#copyright a:hover {
  text-decoration: none;
  color: #b0a596;
  }  
  
  
  
#clarity {
  float: right;
  margin-top: 10px;
  margin-right: 32px;
  }
#clarity img a {
  border: 0px;
  }
  
/*********************** Popup Window ***************************/
#contentPop {
	width: 550px;
	}
#contentPop #mainCopy {
  width: 550px;
  margin: 10px 20px;
  padding-bottom: 0px;
  }
  
.resources_alignWithImage
{
	margin-left: 120px;
}


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
