/*  
Site Name: NZTE Investment
Description: ---
Version: 1.0

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: 10 Feb 2010

CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*04: Forms
*06: Common Containers & Subclasses
*07: Custom Containers & Subclasses

*/

/* *01: Reset -----------------------------------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table                                           {border-collapse:collapse;border-spacing:0;}
fieldset,img                                    {border:0;}
img                                             {display:block;}
address,caption,cite,code,dfn,em,strong,th,var  {font-style:normal;font-weight:normal;}
li                                              {list-style:none;}
caption,th                                      {text-align:left;}
h1,h2,h3,h4,h5,h6                               {font-size:100%;font-weight:normal;}
q:before,q:after                                {content:"'";}
abbr,acronym                                    {border:0;font-variant:normal;}
sup,sub                                         {line-height:-1px;vertical-align: text-top;}
sub                                             {vertical-align:text-bottom;}
input, textarea, select                         {font-family:inherit;font-size:inherit;font-weight:inherit;}

/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/

.center 				{ text-align: center; }
.right 					{ text-align: right !important; }
.left 					{ text-align: left !important; }
/* infra call 27746 need to increase font size
.small 					{ font-size: 11px !important;}
#ie6 .small, #ie7 .small{ font-size: 11px !important;}
*/
.small 					{ font-size: 1.2em !important;}
#ie6 .small, #ie7 .small{ font-size: 1.2em !important;}
.float-right 			{ float: right; }
.float-left 			{ float: left;}
.clear 					{ clear: both; }
.uppercase 				{ text-transform: uppercase; }
.nowrap 				{ white-space: nowrap; }
.offscreen				{ position: absolute; left: -9999px; top: -9999px; }
.hidden					{ display: none; }
.self-clear 			{ zoom: 1; }
.self-clear:after 		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.no-right-margin		{ margin-right: 0 !important; }
.no-left-margin			{ margin-left: 0 !important; }
.no-top-margin			{ margin-top: 0 !important; }
.no-bottom-margin		{ margin-bottom: 0 !important; }
.hot					{ cursor:pointer; }
:focus                  { outline: none; }
img, a, .transparent-bg { behavior: url(../scripts/iepngfix.htc); }

/* *02a: Phrase Elements -------------------- */
strong, .bold 			{ font-weight: bold !important; /*letter-spacing:1px;*/ }
em, .italic				{ font-style: italic; }
code					{ font-family: Courier, serif; color: #999; font-size: 0.5em; }
cite					{ font-style: italic; }
abbr, acronym			{ border-bottom: 1px dotted; cursor: help; }
q						{ color: #fff; }
blockquote				{ color: #fff; font-size: 1.1em; margin: 0 0 0.5em 0; }

/* *03: Default Styles --------------------------------------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 Verdana, arial, helvetica, sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	color: #000;
	background: #F4F0F0 url(../images/interface/bg/bg-body.jpg) center top no-repeat;
}

.con-gen h1 { font-size: 2.4em; margin: 0 0 14px 0; font-weight: bold; }
.con-gen h2 { font-size: 1.8em; margin: 0 0 10px 0; }
.con-gen h3 { font-size: 1.5em; margin: 0 0 6px 0; }
.con-gen h4 { font-size: 1.3em; font-weight: bold; margin: 0 0 9px 0; }

/* new code for Firefox issue - RM */
.con-gen-ff h1{font-size: 2.4em; margin: 0 0 14px 10px; font-weight: bold; }
/* issue 157 change p in content */
.con-gen p { font-size: 1.2em; line-height: 1.4em; margin: 0 0 20px 0; }

/*
infra call 27746 need to increase font
p { font-size: 1.1em; line-height: 1.4em; margin: 0 0 20px 0; }
*/
p { font-size: 1.2em; line-height: 1.4em; margin: 0 0 20px 0; }

p.abstract { font-size: 1.4em; color: #333; }

/* new style to cover up content for contact us in FF  */
p.abstract_new { font-size: 1.4em; color: #333; margin-left:10px; }

a { color: #3E878E; text-decoration: none; }
    a:hover, a:active { text-decoration: underline; }

.con-gen ul, .con-gen ol {
    margin: 0 0 15px 15px;
}

/* issue 157 - extra request: change the li on con-gen from 1.1 to 1.2 */
.con-gen ul li, .con-gen ol li {
    font-size: 1.2em;
	margin: 5px;
}

.con-gen ul li { list-style-type: disc; }
.con-gen ol li { list-style-type: decimal; }


.con-gen ul li ul li {
    font-size: 1.0em;
    list-style-type: circle;
}

dl {
	font-size: 1.1em;
}

dt {
	float: left;
	clear: both;
}

dd {
	float: left;
	margin: 0 0 0 5px;
}

blockquote {
    background: #28A0AB url(../images/interface/bg/bg-detail-caption.gif) top left repeat-x;
	margin: 25px 0 45px 0;
	padding: 20px;
}

blockquote, p.caption {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 1.4em;
	font-style: italic;
	color: #FFF;
}

.quote-src {
	text-align: right;
}

.btn {
    border: none;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    cursor: pointer;
}


/* *04: Structure -------------------------------------------------------------------------------------------------------------*/
/*    : NOTE: only structural css here - widths, heights, floats, margins etc. any styling code to go in '05: Common Containers & Subclasses' */

#master {
	margin: 0;
	padding: 13px 0 0 0;
}

#header, #homepage-content, #page-content {
	width: 960px;
	margin: 0 auto;
}

#page-content { background-color: #FFF; }

#sidebar {
    width: 217px;
    margin: 0;
}

#footer {
	background-color: #000;
	padding: 15px 0;
}

/* *05: Forms -----------------------------------------------------------------------------------------------------------------*/


.con-gen span.required { color: #F00; }

.form-wrapper ol { margin: 0; }

.con-gen li.form-field {
    list-style-type: none;
    margin: 0 0 15px 0;
}

.form-wrapper legend {  
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    padding: 5px 0 15px 40px;
}

.form-wrapper .form-field {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.form-wrapper .form-field label {
    width: 135px;
    margin-right: 15px;
    margin-left: 50px;
    float: left;
}

.form-wrapper .form-field .textfield {
    width: 150px;
    font-size: 1.1em;
    padding: 2px;
    float: left;
}

.form-wrapper .form-field select {
    font-size: 1.1em;
    padding: 2px;
}

.form-wrapper .form-field textarea {
    width: 300px;
    height: 100px;
}

.form-field p {
    width: 200px;
    font-size: 0.9em;
    color: #999;
    margin: -5px 0 0 10px;
    float: left;
}

.form-wrapper button {
    width: 122px;
    height: 32px;
    background: url(../images/interface/btn/btn-form-submit.gif) left top no-repeat;
    color: #FFF;
    margin-left: 150px;
}
    .form-wrapper button:hover { background-position: left bottom; }
    
 /* new style added for server side asp:Button Terabyte didn't supplied */
 
 .buttonStyle

{
    border: none;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    cursor: pointer;
    width: 122px;
    height: 32px;
    background: url(/images/interface/btn/btn-form-submit.gif) left top no-repeat;
    color: #FFF;
    margin-left: 200px;
}
.buttonStyle:hover { background-position: left bottom; }

/* *06: Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

/***** Header *****/

#nz-logo {
    width: 159px;
    height: 138px;
	margin-left: 25px;
	display: inline-block;
	float: left;
}

#invest-logo {
    margin-top: 55px;
    float: right;
}


/***** Site Search *****/

#site-search {
    width: 244px;
    height: 34px;
    background: url(../images/interface/bg/bg-site-search.png) 0 0 no-repeat;
    margin: 15px 0 0 708px;
    padding: 4px;
    clear: both;
}

/* added new style for Sever control TextBox & Button - RM */

 #site-search 
 .text-field {
    width: 202px;
    height: 18px;   /*AG Issue 116 Change height from 16 to 18 */
    border: 0px;
    font-size: 1.4em;
    padding: 9px 5px;
}

 #site-search 
  .GoButton {
    border: none;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    cursor: pointer;
    width: 32px;
    height: 34px;
    margin-left:210px;
    
    background: url(/images/interface/btn/btn-search-go.gif) right top no-repeat;
    color: #FFF;
}  
    #site-search .GoButton:hover { background-position: right bottom; } 

#site-search fieldset { background: #FFF; }

#site-search legend,
#site-search label { display: none; }

#site-search input {
    width: 202px;
    height: 18px;   /*AG Issue 116 Change height from 16 to 18 */
    border: 0;
    font-size: 1.4em;
    padding: 9px 5px;
}
    #ie6 #site-search input,
    #ie7 #site-search input { padding: 2px 5px 8px 5px; }

#site-search button {
    width: 32px;
    height: 34px;
    background: url(../images/interface/btn/btn-search-go.gif) right top no-repeat;
    color: #FFF;
}
    #site-search button:hover { background-position: right bottom; }


/* adding server-side  */
#site-search .btnServer {
    width: 32px;
    height: 34px;
    background: url(../images/interface/btn/btn-search-go.gif) right top no-repeat;
    color: #FFF;
    border: none;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    cursor: pointer;
}
    #site-search .btnServer:hover { background-position: right bottom; }
/* end adding server side  */       

/***** Navigation *****/

#navigation {
	margin-top: 24px;
	float: left;
}
    #ie6 #navigation { margin-right: -3px; }

#navigation li {
    background: url(../images/interface/bg/bg-navigation-li.gif) left top no-repeat;
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	padding-left: 1px;
	display: block;
	float: left;
}

#navigation li a {
	height: 26px;
	background: #289EA9;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 12px 10px 8px 10px;
	display: block;
	behaviour: none;
}

#navigation li.home 		    { width: 82px; background-image: none; padding-left: 0; }
#navigation li.why  	        { width: 225px; }
#navigation li.opportunities	{ width: 201px; }
#navigation li.contact		    { width: 111px; }
#navigation li.research 	    { width: 186px; }
#navigation li.events		    { width: 150px; }

#navigation li a.selected       { background: #000; }

#navigation li a:hover,
#navigation li a:focus {
	background: #247D84;
}


/***** Breadcrumbs *****/

p.breadcrumbs {
    background: #000;
    color: #B6B6B6;
    margin: 0;
    padding: 10px 20px;
}

p.breadcrumbs a             { color: #2BBFCD; }
p.breadcrumbs span.selected { color: #FFF; }


/***** Subnavigation *****/

div.sub-navigation {
    width: 217px;
    background: #2C929B url(../images/interface/bg/bg-sub-navigation.gif) left bottom no-repeat;
    padding: 25px 0;
}

div.sub-navigation img.title { margin-left: 25px; }

div.sub-navigation ul {
    border-top: 1px solid #FFF;
    margin-top: 23px;
    padding: 20px 0 0 20px;
}

div.sub-navigation ul li {
    font-size: 1.3em;
    line-height: 1.2em;
    list-style-type: none;
    margin: 10px 0;
}
    #ie6 div.sub-navigation ul li { margin: 0; }

div.sub-navigation ul li a.selected,
#ie6 div.sub-navigation ul li a.selected {
    background-position: 0 -25px;
    color: #000;
}

/***** Social Networks *****/

#social-networks {
    width: 183px;
    background: url(../images/interface/bg/bg-social-networks.png) left top no-repeat;
    margin: 18px auto;
    padding-top: 66px;
}

#social-networks img { margin-left: 20px; }

#social-networks ul {
    background: url(../images/interface/bg/bg-social-networks.png) right bottom no-repeat;
    margin-top: 17px;
    padding-bottom: 45px;
}

#social-networks ul li {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding-left: 15px;
}

#social-networks ul li a {
    height: 43px;
    background: url(../images/interface/ico/ico-social-networks.png) 0 0 no-repeat;
    color: #999;
    padding: 3px 0 0 44px;
    display: block;
}

#social-networks ul li a:hover { color: #3E878E; }

#social-networks a strong {
    font-size: 1.091em;
    color: #3E878E;
    display: block;
}

#social-networks ul li a.twitter    { background-position: 0 -225px; }
#social-networks ul li a.linkedin   { background-position: -45px -180px; }
#social-networks ul li a.rss        { background-position: -90px -135px; }

/***** General Content Div *****/

div.con-gen {
    width: 679px;
    margin-right: 32px;
    padding-top: 32px;
    display: inline;
    float: right;
}

div.con-gen ul.links {
    color: #28A0AB;
    margin: 0 0 30px 0;
}

div.con-gen ul.links li {
    font-size: 1.2em;
    font-weight: bold;
    list-style-type: none;
    margin: 4px 0;
}

p.more-link {
    color: #4B76A3;
    margin-top: -10px;
}

#homepage-content p.more-link {
    font-size: 1.0em !important;
    text-transform: uppercase;
}


/***** Landing Page Content *****/

div.landing p.abstract {
    background: #28A0AB;
    color: #FFF;
    margin-bottom: 45px;
    padding: 20px 25px;
}

/* change for Contact Us form in FF - RM*/

div.landing p.abstract_new {
    background: #28A0AB;
    color: #FFF;
    margin-bottom: 45px;
    padding: 20px 25px;
}

/***** Detail Page Content *****/

div.feature {
    background: #28A0AB url(../images/interface/bg/bg-detail-caption.gif) top left repeat-x;
    color: #FFF;
    margin-bottom: 35px;
    padding-left: 20px;
}

div.feature img {
    margin-left: 20px;
    float: right;
}

div.feature h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    padding: 20px 0;
    margin: 0;
}
    div.feature h2 strong { font-size: 1.6em; }
    div.img-exc h2 { width: 150px; float: left; }
    
div.feature p { margin: 0 20px 0 0; padding-bottom: 20px; }
    div.img-exc p { width: 469px; margin: 20px 0 0 20px; float: left; }


/***** Page Top Link *****/

#page-top-wrapper {
	height: 165px;
	background: #FFF url(../images/interface/bg/bg-skyline.gif) left bottom no-repeat;
	padding-top: 25px;
	clear: both;
}

#page-top-wrapper p {
    margin: 0;
}

a.page-top {
    background: url(../images/interface/ind/ind-page-top.gif) left center no-repeat;
    margin: 110px 30px 0 0;
    padding-left: 15px;
    float: right;
}


/***** Footer *****/

p.footer {
	font-size: 1.0em;
	color: #FFF;
	letter-spacing: -0.04em;
	margin: 0;
	padding-top: 0.15em;
}

p.footer a,
#footer-navigation a { color: #2BBFCD; }

#footer-navigation {
	width: 930px;
	background: #000 url(../images/interface/bg/bg-footer.gif) left top no-repeat;
	margin: 0 auto;
	padding: 25px 15px 15px 15px;
}

#footer-navigation ul li {
	border-right: 2px solid #FFF;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	margin-right: 12px;
	padding-right: 12px;
	display: block;
	float: left;
}

#footer-navigation ul li.last {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

#footer p {
    width: 930px;
    margin: 0 auto;
    padding: 0 15px;
}


/* *07: Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

/***** Homepage Feature *****/

#homepage-feature {
	background: transparent url(../images/interface/bg/bg-homepage-feature.png) left top repeat-y;
	   margin-bottom: 24px;
	padding: 0 0 0 30px;
	clear: both;
}

#homepage-feature-content {
	width: 260px;
	margin-top: 25px;
	float: left;
}

#homepage-feature-content h1 {
    border: none;
    font-size: 2.8em;
	color: #FFF;
	line-height: 1.2em;
	margin: 5px 0;
	padding: 0;
}

#feature-intro {
	width: 250px;
	border-bottom: 1px solid #444;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.6em;
	font-style: italic;
	color: #FFF;
	margin: 20px 0 17px 0;
	padding-bottom: 25px;
}

p.follow 
{
    /* Change apply for requirement issue- 122 RM*/
    /* width: 50px; */
    width: 90px;
    font-size: 1.0em;
    color: #FFF;
    text-transform: uppercase;
    margin-right: 10px;
    padding-top: 3px;
    float: left;
}

#homepage-feature-content ul li {
    margin-right: 10px;
    float: left;
}

#homepage-feature-content ul li a {
    width: 45px;
    background: url(../images/interface/ico/ico-social-networks.png) 0 0 no-repeat;
    color: #2BBFCD;
    text-align: center;
    padding: 33px 0 0 0;
    display: block;
}

#homepage-feature-content ul li a.follow-twitter  { background-position: -225px 0; }
#homepage-feature-content ul li a.follow-linkedin { background-position: -180px -45px; }
#homepage-feature-content ul li a.follow-rss      { background-position: -135px -90px; }

#flash-rotator { float: right; }


/***** Homepage Pods *****/

.homepage-pod {
	width: 304px;
	/* Change made by RM as purple color pad was repeating at
        bottom of each pod
    */
	background: #33B3BE url(../images/interface/bg/bg-homepage-pod.gif) no-repeat;
	margin: 0 24px 24px 0;
	padding-bottom: 20px;
	float: left;
}

div.last { margin-right: 0; }

h2.pod-title a {
	width: 304px;
	height: 65px;
	background-image: url(../images/interface/bg/bg-pod-titles.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0;
	display: block;
}

#pod-title-why a      	    { background-position: left top; }
#pod-title-opportunities a	{ background-position: left -65px; }
#pod-title-contact a        { background-position: left -130px; }
#pod-title-research a       { background-position: left -195px; }

.homepage-pod img {
	border: 1px solid #FFF;
	border-width: 1px 0;
}

.homepage-pod h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 20px;
}

.homepage-pod .first-subtitle {
    border-top: 1px solid #82CCD3;
    margin-top: 20px;
    padding-top: 20px;
}

.homepage-pod p {
    font-size: 1.2em;
	padding: 0 20px;
	margin: 23px 0 0 0;
}

.homepage-pod p.small {
    margin: 8px 0 20px 5px;
}

a.more-link {
    height: 21px;
	background: url(../images/interface/ind/ind-more-link.png) -25px top no-repeat;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 2px 0 2px 32px;
	display: block;
}
    #ie6 a.more-link { background: url(../images/interface/ind/ind-more-link.gif) -25px top no-repeat; }
    #ie6 a.more-link:hover { background-position: left -25px; }

a.more-link:hover {
	background-position: left -25px;
	color: #000;
	text-decoration: underline;
}
	
.homepage-pod ul {
	margin: 15px 15px 0 15px;
}

.homepage-pod li {
	font-size: 1.4em;
	list-style-type: none;
	margin-bottom: 12px;
}
    
.homepage-pod a.more-link {
    height: auto;
}

#research-pod a.more-link {
    height: 21px;
    font-size: 1.4em;
    margin: 20px 0 0 15px;
    padding: 2px 0 2px 32px;
}
/*
.sub-navigation a.more-link {
    height: auto;
    padding: 4px 0 5px 32px;
}
*/
/* RM */
.sub-navigation a.more-link {
    height: auto;
    padding: 4px 10px 5px 32px;
}


#ie6 .homepage-pod a.more-link {
    height: 21px;
	padding: 2px 0 2px 32px;
}

/***** News And Events Listing *****/

#latest-updates {
    background-color: #FFF;
    margin-top: 30px;
    clear: both;
}
    #ie6 #latest-updates,
    #ie7 #latest-updates { margin-top: 0; }

#news-title {
	width: 304px;
	height: 47px;
	background: url(../images/interface/bg/bg-updates-title.gif) right top no-repeat;
	text-indent: -9999px;
	margin: 34px 24px 0 0;
	clear: both;
	float: left;
}

#latest-updates ul.news-list {
	width: 614px;
	margin: 29px 0 10px 0;
	float: left;
}

ul.news-list li.news-item {
	border-bottom: 1px solid #CACACA;
	font-size: 1.0em;
	list-style-type: none;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#ie6 ul.news-list li.news-item { height: 1%; }
#ie7 ul.news-list li.news-item { height: 1%; }

ul.news-list li.last { border-bottom: none; }

ul.news-list li.news-item img {
	background: url(../images/interface/bg/bg-news-item-img.gif) top left no-repeat;
	margin-right: 10px;
	padding: 8px;
	float: left;
}

#ie6 ul.news-list li.news-item .wrapper { float: left; }
#ie7 ul.news-list li.news-item .wrapper { float: left; }

ul.news-list li.news-item ul { margin: 0; }

ul.news-list li.news-item ul li {
    font-size: 1.0em;
	color: #808080;
	list-style-type: none;
	display: inline;
}

ul.news-list li.news-item h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #20757D;
	margin: 0 0 5px 0;
}

ul.news-list li.news-item p {
	margin: 0 0 5px 0;
}


/***** Contact Us Pod *****/

div.contact-pod {
    width: 267px;
    height: 72px;
    background: url(../images/interface/bg/bg-contact-pod.png) left top no-repeat;
    color: #FFF;
    margin-top: 40px;
    padding: 12px 15px 0 55px;
}

div.contact-pod h3 {
    font-size: 1.6em;
    font-weight: bold;
    margin: 0;
}

div.contact-pod p { margin: 0; }
div.contact-pod a { color: #FFF; }


/***** Detail Table *****/

table.wide { width: 100%; }

table.financial {
    font-size: 1.1em;
    margin-bottom: 45px;
}

table.financial thead th {
    background: #89D8DF;
    font-weight: bold;
    padding: 5px 15px;
}

table.financial tbody td {
    background: #F7F7F7;
    border-bottom: 1px solid #E9E9E9;
    padding: 5px 15px;
}

/* new style for issue - 112 */
table.financial_new 
{
    font-size: 1.1em;
    margin-bottom:5px;
    
}

table.financial_new thead th {
    background: #89D8DF;
    font-weight: bold;
    padding: 5px 15px;
}

table.financial_new tbody td {
    background: #F7F7F7;
    border-bottom: 1px solid #E9E9E9;
    padding: 5px 15px;
}

/***** Search Results *****/

div.keyword_search {
    border: 1px solid #F2F2F2;
    background: #F7F7F7;
    margin-bottom: 35px;
    padding: 20px 15px;
}

div.keyword_search legend { display: none; }

div.keyword_search label {
    font-size: 1.4em;
    margin-right: 15px;
    padding-top: 0.5em;
    float: left;
}

.search-wrapper {
    width: 457px;
    border: 1px solid #666;
    background: #FFF;
    float: left;
}

div.keyword_search .textfield {
    /* width: 395px; */
    width:407px;
    height: 18px;  /*AG increased from 16 to 18 to accommodate issue 116 in FF3  */
    border: 0;
    font-size: 1.4em;
    padding: 9px;
    float: left;
}

/* For Serverside button */

/* adding server-side RM  */
div.keyword_search .btnKey {
    width: 32px;
    height: 34px;
    background: url(../images/interface/btn/btn-search-go.gif) right top no-repeat;
    color: #FFF;
    border: none;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    cursor: pointer;
}
    #site-search .btnServer:hover { background-position: right bottom; }
/* end adding server side  */       

div.keyword_search button {
    width: 32px;
    height: 34px;
    background: url(../images/interface/btn/btn-search-go.gif) right top no-repeat;
    color: #FFF;
    float: right;
}
    div.keyword_search button:hover { background-position: right bottom; }

div.search-results h2 { margin-bottom: 5px;
                         margin-left: 10px; } /* add 10 px left margin */

div.search-results p.search-page {
    width: 50px;
    font-size: 1.3em;
    margin: 0 0 0 10px; /* add 10 px left margin */
    float: left;
}

/* new code -- RM -- */

div.search-results p.search-page-new {
    width: 350px;
    font-size: 1.3em;
    margin: 0;
    float: left;
}

ul.search-pagination {
    margin: 0 0 5px 0;
    float: left;
}

ul.search-pagination li {
    font-size: 1.3em;
    display: inline;
}

ul.search-pagination li a.selected {    
    color: #000;
    text-decoration: underline;
}

ol.search-results {
    border: 1px solid #CCC;
    border-width: 1px 0;
    color: #3E878E;
    margin: 0 0 10px 10px; /* left margin increased by 10 px  */
    padding: 15px 0 45px 0; /* top margin reduced by 20 px  */
    clear: both;
}

ol.search-results li {
    font-size: 1.2em;
    list-style-type: none;
}

a.search-previous, a.search-next {
    height: 22px;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 3px;
    display: block;
}

a.search-previous {
    background: url(../images/interface/ind/ind-search-prev.gif) left top no-repeat;
    padding-left: 30px;
    float: left;
}
    a.search-previous:hover { background-position: left bottom; }

a.search-next {
    background: url(../images/interface/ind/ind-search-next.gif) right top no-repeat;
    padding-right: 30px;
    float: right;
}
    a.search-next:hover { background-position: right bottom; }
    

/***** CSS 3 Rounded Corners *****/

.round-top {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.round-bottom {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.round-tl {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

.round-tr {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}