body { 
	margin: 0; padding: 0; 
	background-color: #FFF; color: #333333;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 13px;
	background: #00622f url(../../images/agc/bg.png) top repeat-x;
	line-height: 1.5em;
}

img { border:  0;}

#wrap {
	width:927px;
	margin: 0 auto;
}
/* ------------------------- LAYOUT ------------------------- */  
.top {
	margin: 0px;
}
.box {
	float: left;
	width: 250px;
}
.pleft {
	margin-left: 25px;
} 
.banner {
	margin: 10px 0 0 0;
}
/* CONTENT */  
.content {    
    background: url('../../images/agc/mid-mid.png') repeat-y;
	margin: 0 0 20px 0;
	padding: 0;
}   
.content-top {
	height: 25px;
    background: url('../../images/agc/mid-top.png') no-repeat;  
}
.content-bot { 
	height: 25px; 
	background: url('../../images/agc/mid-bot.png') no-repeat; 
}  
.footer {   
	color: #fff;
    background: url('../../images/agc/btm-mid.png') repeat-y;
}   
.footer-top {
	height: 15px;
    background: url('../../images/agc/btm-top.png') no-repeat;  
}
.footer-content {
	padding: 0 20px 0 20px;
}
.footer-bot { 
	height: 14px; 
	background: #006633 url('../../images/agc/btm-bot.png') no-repeat; 
}

/* TEMPLATE CONTENT */
.template-content {    
    background: url('../../images/agc/body-mid.png') repeat-y;
	margin: 20px 0 20px 0;
}   
.template-content-top {
	height: 25px;
    background: url('../../images/agc/body-top.png') no-repeat;  
}
.template-content-bot { 
	height: 21px; 
	background: url('../../images/agc/body-bot.png') no-repeat; 
}
.template-content-left {
	width: 230px;
	height: 139px;
	background: url('../../images/agc/body-left.png') bottom left no-repeat; 
}

.clear {
	clear: both;
}        
input, textarea, select { border: 1px solid #999999; margin: 1px;}
input.submit, submit.input { font-size: 24px; background-color:  #006633; color:  #ffffff; border: 2px solid #74b64a; margin: 1px;}

/* ------------------------- COLOURS ------------------------- */
.orange { color: #FF6600; }
.lightorange { color: #FF9933; }
.green 	{ color: #006633; }
.lightgreen { color: #74b64a; }
.white 	{ color: #FFF; }
.grey 	{ color: #999999; }
.red 	{ color: #FF0000; }

/* ------------------------- SIZES + STYLES ------------------------- */
.S { font-size: 9px; }
.M { font-size: 12px;  line-height: 1.3em; }
.L { font-size: 14px;  line-height: 1.5em; }
.XL { font-size: 18px; }
.XXXL { font-size: 30px; } 
.bold { font-weight: bold; }
.pad01 { padding: 0.2em 10px; }
.tab { padding-left: 10px; } 
.tab2 { padding-left: 24px; } 
.just { text-align:  justify;}
.right { text-align:  right; } 
p { line-height:  1.4em; }
h1 { font-size: 21px; color: #74b64a; }
h2 { font-size: 18px;  color: #006633; }
h3 { font-size: 16px;  color: #006633; font-weight:  bold;}
a, a:visited, a:active { color: #006633; text-decoration:none; }
a:hover { color: #FF9933;  }
input { padding 2px;}

/* ------------------------- CONTENT ------------------------- */
#content { padding: 24px 45px 24px 24px; text-align: left; vertical-align:  top;}
#content a { text-decoration:  none;}
.content-image { /* border: 2px solid #FF9933; */ margin:  0px 24px 24px 0px; padding: 0;}
.detail-image { border: 2px solid #EBF6E3;  margin:  0px 24px 0px 0px; padding: 0;}
.content-image-right { /* border: 2px solid #FF9933; */ margin:  0 24px 24px 24px; padding: 0;}
#content p { text-align: justify; }
#content ul { padding-left: 16px; list-style-position:outside;}
#content li { line-height:  1.6em; text-align: justify; }

/* ------------------------- BOX DECORATION ------------------------- */
.greentop { background: #669933 url('../../images/agc/h1bar.png') top right no-repeat; }
.greenbox { border: 1px solid #006633; border-top: none; vertical-align: top; }


/* ------------------------- NAGATION ------------------------- */

/* TOP */
ul.nav {
	clear:both;
	list-style: none;
	padding:  0; 
	margin:  0;
}
ul.nav li { float:left; margin: 0;  }


#TN01 { width:  130px;}
#TN02 { width:  120px;}
#TN03 { width:  170px;}
#TN04 { width:  120px;}

ul#topnav a, ul#topnav a span { display:block; float:left; }
/* Commented backslash hack hides rule from IE5-Mac \*/
ul#topnav a, ul#topnav a span { float:none; }
/* End IE5-Mac hack */

ul#topnav a:hover { background:#FF9933;  }
ul#topnav a:hover span { background:#FF9933; }		


/* TOP SELECTED */

ul#topnav a.selected { background:#FF9933; }		
ul#topnav a.selected span { background:#FF9933; }
ul#topnav a.selected, ul#topnav a.selected span { display:block; float:left; }
/* Commented backslash hack hides rule from IE5-Mac \*/
ul#topnav a.selected, ul#topnav a.selected span { float:none; } 
/* End IE5-Mac hack */
ul#topnav a.selected:hover { background:#FF6600;}
ul#topnav a.selected:hover span { background:#FF6600;}



/* ------------------------- SUBNAV ------------------------- */
.subnav_bg { background: #EBF6E3 url(../../images/subnav_bg.gif) bottom left no-repeat;}
.subnav_bg_top { background: #EBF6E3; }

ul#subnav {
	clear:both;
	list-style: none;
	padding:  5px 0 0 24px;
 	margin:  0;
}
ul#subnav li { 
	padding: 5px 30px; 
	border-bottom: 1px dotted #fff;
	background:  url('../../images/agc/arrow-button.png') no-repeat center left;
	text-transform:  capitalize;
	font-size:  16px;
	color: #fff;
}
ul#subnav li.selected, ul#subnav li:hover { 
	background:  url('../../images/agc/arrow-button-dark.png') no-repeat center left;
}
ul#subnav li:hover a { 
	color: #006633;	
}
ul#subnav li a {
	color: #fff;
	text-decoration:  none;
}
ul#subnav li:hover a, ul#subnav li.selected a {
	color: #006633;
	text-decoration:  none;
}
ul#subnav img { 
	vertical-align: text-bottom;
}


.airstrip { color:  #ffffff; text-decoration:none; }
a:hover.airstrip { color:  #006633;}

.loading {
	background: url(../../images/agc/loading.gif) center center no-repeat;
}    

blockquote {     
   width: 300px;
   margin:0;
   color: #fff;
   font-size: 16px;
   background: #74b64a url(../../images/agc/block-top.png) top left no-repeat; 
} 
blockquote p {
  background: url(../../images/agc/block-bot.png) bottom left no-repeat;
  padding:20px 0 40px 20px; 
} 

.arrowlink {
   	background: url(../../images/agc/arrow-button-white.png) center left no-repeat;
	padding-left: 30px; 
	font-size: 14px;
	min-height:25px; 
}   
.arrowlink a {
	text-decoration: none;
}      

table.flower-info {
	background: #fff; 
   	border-left: 1px solid #333; 
	border-top: 1px solid #333; 
} 
table.flower-info td {
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333;
	margin: 1px;
}

