/* */


html, body {
	height: 100%;
}


body
{
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

p  
{ 
	color: #666; 
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial, Sans-Serif; 
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h1
{
	color: #666666; 
	font-weight: normal; 
	font-size: 24px;  
	font-family: "Trebuchet MS", Verdana, Sans-Serif; 
	margin: 10px 0px 5px 0px;
	border: 0px;
}


h2
{
	color: #666666;
	font-family: Tahoma, Verdana, san-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin: 0px; 
}

h3
{
	color: #666666;
	font-family: Tahoma, Verdana, san-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

h4
{
	color: #666666;
	font-family: Tahoma, Verdana, san-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

ul
{
	margin-top: 0px;
	margin-bottom: 10px;
}


hr
{
	height: 1px;
	color: #2B6A00;
}

form
{
	margin: 0px;
}
.linkFeatured
{
	background-image: url(/images/interface/link_arrow_beige.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	margin: 0px;
}

.centerOut /*this is the area that centerIn sits in*/
{
	background-color: #fff;
	text-align: center;
}

.centerIn /*this is the area that the main content would sit in, i.e. head, main, foot*/
{
	background-color: #fff;
	text-align: left;
	min-height: 100%!important;
	margin: auto;
	height: 665px;
	_height: auto !important;
	width: 750px;
	background-image: url(../images/interface/vert_line.gif);
	background-repeat: repeat-y;
	background-position: 483px 0px;
}


.header
{
	position: relative;
	height: 98px;
	padding: 0px 12px 0px 10px;
}

/****Bread Crumbs****/

.breadcrumbs
{
	width: 470px;
	height: 20px;
	color: #999;
	padding: 6px 15px 0px 2px;
	font-family: tahoma, Verdana, Arial, san-serif;
	font-size: 10px;
	margin-bottom: 0px;
}

.breadcrumbs a
{
	color: #666;
}

.imgcrumb
{
	padding-bottom: 6px;
	_padding-bottom: 0px;
}

/* Page Stuff */


.toparea
{
	width: 750px;
	height: 100px;
	float: left;
	background-color: #fff;
}

.flashlogo
{
	width: 200px;
	height: 100px;
	float: left;
	margin: 0px; 
	padding: 0px;
}

.topnavcontainer
{
	margin: 0px;
}

.leftnav
{
	width: 241px;
	float: right;
	padding: 0px 0px 0px 18px;
	background-image: url(../images/interface/top_dots.gif);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	background-color: #fff;
	position: relative;
	left: 0px;
	top: -26px;
	background-color: transparent;
	
}
.content
{
	width: 472px;
	float: left;
	padding: 0px 15px 0px 0px;
	background-color: transparent;
}


.rightpanel
{
	min-height: 100px;
	_height: 100px;
	width: 241px;
	float: right;
	padding: 0px 0px 20px 18px;
	background-color: #fff;
	/*position: inherit;
	left: 0px;
	top: -35px;*/
	background-color: transparent;
}

/*.rightpanel
{
	min-height: 100px;
	_height: 100px;
	width: 241px;
	float: right;
	padding: 0px 0px 20px 18px;
	background-color: #fff;
	position: relative;
	left: 0px;
	top: -35px;
	background-color: transparent;
}*/

/* Footer Stuff */

.footerleft /*mavada link usually sits here*/
{
	width: 131px;
	height: 8px;
	float: left;
	text-align: center; 
	padding: 45px 0px 0px 0px;
	
}
.footermain /*contact number and copyright info usually sits here*/
{
	width: 750px;
	height: 73px;
	_height: 33px;
	float: left;
	background-color: #fff;
	background-image: url(../images/interface/footer_bg.gif);
	background-position: 0px 10px;
	background-repeat: repeat-x;
	color: #666; 
	font-size: 9px; 
	font-family: FontName, verdana;
	text-align: left; 
	padding: 0px 0px 0px 0px;
	_padding: 0px;
	margin-bottom: 10px;
	_margin-bottom: 0px;
}

.btmlinks
{
	width: 619px;
	height: 36px;
	float: right;
	color: #9F9F9F; 
	font-size: 11px; 
	font-family: Tahoma, verdana;
	text-align: right;
	text-decoration: none; 
	padding: 16px 0px 10px 0px;
}

.btmlinks a:link /*required for links*/
   { color: #666666; 
   	 text-decoration: none;
   }
  
.btmlinks a:visited /*required for links*/
   { color: #666666;
     text-decoration: none;
   }

.btmlinks a:hover /*required for links*/
   { color: #9F8548;
     text-decoration: none;
   }
 
.btmlinks a:active /*required for links*/
   { color: #9F8548; 
     text-decoration: none;
   }

/* Tabs */

/* search box */
.searcharea
{
	width: 160px;
	height: 15px;
	float: right;
	padding-top: 10px;
	padding-bottom: 16px;
	/*_padding-top: 16px;
	_padding-bottom: 10px;*/
}



 /*
 	navigation menu at the top of the site
	- position absolutely on the page, the position doesn't need to change!
*/
.nav
{ 
	float: right;
	background-color: white;
	height: 18px;
	margin: 0; 
	padding: 0;
	width:420px;
	position:absolute:
	right:0px;
	top:42px;
	/*_width: 420px;
	_clear: both;
	white-space: nowrap;
	display: block;*/
}

.nav ul     
{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	text-align: center; 
	list-style-type: none; 
	clear: none; 
	margin: 0; 
	padding: 0; 
	display: block-inline;
}

.nav ul li   
{ 
	text-align: center; 
	list-style-type: none; 
	float: right; 
	padding: 0; 
	display:block;
	width: 10%;
}

.nav ul li a  
{
	color: #A8A8A8;
	font-weight: bold; 
	font-size: 11px; 
    	height: 18px;
	text-decoration: none; 
	float: left; 
	text-align: center; 
	padding: 0px 15px 0px 15px; 
	border-bottom: 7px solid #E1E1E1;
	display: block;
}

/* Mac IE backslash hack - this is ignored by mac IE \*/
.nav ul li   
{ 
	text-align: center; 
	list-style-type: none; 
	float: left; 
	padding: 0; 
	border: 0; 
	display:block; 
	width: auto;
}

.nav ul li a  
{
	color: #666;
	font-weight: normal; 
	font-size: 11px; 
	float:left; 
	line-height: 2em; 
	text-decoration: none; 
	text-align: center; 
	padding: 0px 15px 0px 15px; 
	height: 2em;  
	display: block; 
	width: auto;
}
/* end hack */

/*.nav ul li a    
{ 
	font-weight: bold; 
	font-size: 10px 
}*/

.nav ul li a:hover      
{ 
	color: #000; 
	/*border-color: #ABABAB;*/
	border-color: #ABABAB;
}

.nav a:active	  
{ 
	color: #666; 
	padding: 0px 15px;  
}

.nav a.topnavon   
{ 
	color: #333; /*text colour when in section*/
	font-weight: bold; 
	border-color: #D4BC83; 
	margin: 0; 
	padding: 0px 15px; 
}

.nav a:hover.topnavon  
{ 
	color: #333; 
	font-weight: bold; 
	border-color: #D4BC83; 
	margin: 0; 
	padding: 0px 15px; 
}


.utilheader
{
	background-image: url(/images/interface/additional_information.gif);
	background-repeat: no-repeat;
}


.colour
{ 
	color: #D4BC83; 
	background-color: #D4BC83;
}

/*web poll*/

.pollheader
{ 
	color: #666;
	background-color: #fff;
	font-family: tahoma, Verdana, Arial, san-serif;
	font-size: 12px;
	text-transform: uppercase;
	height: 26px;
	border-bottom: #E1E1E1 solid 7px;
	margin-bottom: 4px;
	width: 100%;
	padding: 0px;
}

.colourBorder
{
	border: 0px;
	padding: 5px 0px 5px 0px;
}




#centralcontent a
{
color: #260B96;
}

/*.fieldtxt, memo
{ 
	color: #343434; 
	font-size: 11px; 
	font-family: Verdana, Arial, Sans-Serif;  
	margin: 0px; 
	padding-left: 10px;
}

.fieldtitle
{ 
	color: #fff;
	padding-left: 10px;
}*/

.fieldtop   
{ 
	color: #7f7f7f; 
	font-size: 10px; 
	font-family: verdana, arial, Sans-Serif; 
	background-color: white; 
	margin: 0px 5px 0px 0px; 
	padding: 1px 2px 0px 2px; 
	width: 120px; 
	height: 14px; 
	border: solid 1px #d3d3d3;
}

.searchtext
{
	color: #666666;
	margin-left: 30px;
	margin-top: 5px;
}

/*.searchbtn
{
	width: 26px;
	height: 17px;
	margin-top: 1px;
	background-color: pink;
}

.searchbtn a:hover
{
	background-color: #000000;
}

input[type="submit"]:hover
     {
         color:      HighlightText;
         background: Highlight;
         border:     2px groove Highlight;
         outline:    1px solid #000;
     }


input[type="image"]
{ 
	width: 26px;
	height: 17px;
	background: #FF9900; 
} 

input[type="image"]:hover
{ 
	background: #999; 
}*/




/*#centralcontent h1 { color: #426b00; line-height: 26px; font-size: 22px; font-family: Times, serif; font-weight: 100; line-height: 28px; text-transform: uppercase; margin-top: 20px; margin-bottom: 5px }
#centralcontent h2 { color: #426b00; font-size: 18px; font-family: "Trebuchet MS", Arial, Sans-Serif; font-weight: 100; line-height: 24px; margin-top: 0; margin-bottom: 0; padding-top: 5px }
#centralcontent p, #centralcontent li    { color: #333; font-size: 11px; line-height: 16px; font-family: Verdana, Arial, Sans-Serif; margin: 0px 0px 10px }
#centralcontent p.list { color: #000; font-size: 11px; font-family: verdana; margin: 0px }*/

#centralcontent ul li { color: #666; font-size: 11px; font-family: Tahoma, Verdana, Arial, Sans-Serif; line-height: 16px; padding: 0px; margin-left: 0px; }
#centralcontent li { color: #666; font-size: 11px; font-family: Tahoma, Verdana, Arial, Sans-Serif; line-height: 16px; padding: 0px; margin-left: 0px; }
#centralcontent a:link  { color: #9F8548; font-weight: bold; text-decoration: none;}
#centralcontent a:visited  { color: #9F8548; font-weight: bold; text-decoration: none;}
#centralcontent a:hover  { text-decoration: underline; }

.rightpanel a:link  { color: #9F8548; text-decoration: underline; }
.rightpanel a:visited  { color: #9F8548; text-decoration: underline; }
.rightpanel a:hover  { text-decoration: underline; }

#polls { color: #666; font-size: 10px; font-family: Tahoma, verdana, Sans-Serif; line-height: 15px; margin: 20px 0px 10px 0px;}

tr.formpanelbar    { color: #666666; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: #E8E8E8; text-indent: 6px }
.formpanelbar    { color: #666666; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: #E8E8E8; text-indent: 6px }
.formlabel { color: #666666; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, sans-serif }
.formlabelbold  { color: #666666; font-style: normal; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-indent: 10px }
.help { text-align: right; padding-right: 0px;}
.help2 { text-align: right; padding-right: 41px;}

.formtext
{ 
	padding-left: 0px;
}

.formtext td
{ 
	color: #393939; 
	font-size: 11px; 
	font-family: Verdana, Arial, Sans-Serif;  
	line-height: 12px; 
	padding: 5px 0 5px 15px; 
}

.formtitle
{ 
	color: #393939; 
	font-size: 12px; 
	font-family: Verdana, Arial, Sans-Serif; 
	font-weight: bold; 
	line-height: 16px; 
	padding: 5px 0 5px 15px; 
	margin: 0 0 10px 0;
}


.fieldarea
{
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 11px; 
	color: #333;
	padding: 0px 2px 0px 2px;
}

.formtext input, .formtext textarea
{
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 10px; 
	color: #333; 
	padding: 0px 2px 0px 2px;
}

.formtext select,.formtext option
{
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 10px; 
	color: #333;
	width: 128px;
}

.fieldtxt
{ 
	color: #343434; 
	font-size: 11px; 
	font-family: Verdana, Arial, Sans-Serif; 
	line-height: 16px; 
	margin: 0 0 10px; 
	padding-left: 15px;
}

.fieldtxt2
{ 
	color: #343434; 
	font-size: 11px; 
	font-family: Verdana, Arial, Sans-Serif; 
	line-height: 16px; 
	margin: 0 0 10px; 
	padding-left: 5px;
}

.fieldstd  
{ 
	color: #333; 
	font-size: 11px; 
	font-family: verdana, Arial, Sans-Serif;  
	background-color: white;
	padding: 0px 2px 0px 2px; 
	width: 194px; height: 20px;
	_width: 194px; height: 16px; 
	border: 1px solid #A5ACB2;	
}

.fielderr   
{ 
	color: #fff; 
	font-size: 11px; 
	font-family: verdana, Arial, Sans-Serif; 
	background-color: #D4BC83;
	padding: 0px 2px 0px 2px;
	width: 194px; height: 20px; 
	_width: 194px; height: 16px; 
	border: 1px solid #A5ACB2;

}

.field  
{ 
	color: #333; 
	font-size: 11px;
	line-height: 10px; 
	font-family: verdana, Arial, Sans-Serif;  
	background-color: white;
	width: 200px; height: 18px !important; 
	_width: 200px; height: 18px; 
	border: 1px solid #A5ACB2;
	
}

.dropfielderr   
{ 
	color: #fff; 
	font-size: 11px; 
	font-family: verdana, Arial, Sans-Serif; 
	background-color: #D4BC83;
	width: 200px; height: 20px; 
	_width: 200px; height: 18px; 
	border: 1px solid #A5ACB2;

}

.chkfielderr   
{ 
	background-color: #D4BC83; 
}

