@charset "utf-8";
/* HTML specific tags */
body	{
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

p	{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	}

blockquote	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

a img	{
	border: none;
	text-decoration: none;
	}

a	{
	font-style: normal;
	color: #006;  /*#306600; */
	}

a:hover	{
	text-decoration: none;
	}

a:visited	{
	color: #660000;
	}

ul, li, ol	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

table	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

tr	{
	vertical-align: top;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* Classes */
.allLowerCase	{
	text-transform: lowercase;
	}

.allUpperCase	{
	text-transform: uppercase;
	}

.anchor_links	{
	text-transform: uppercase;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.bold_text	{
	font-weight: bold;
	text-transform: capitalize;
	}

.center	{
	text-align: center;
	}

.clear_both	{
	clear: both;
	}

.content_header	{
	font-size: larger;
	color: #000;
	font-weight: bold;
	padding: 10px 0px;
	margin: 10px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.content_header_2	{
	font-size: small;
	color: #000;
	font-weight: 600;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.error_text	{
	font-style: normal;
	color: #990000;
	}

.float_left	{
	float: left;
	}

.float_right	{
	float: right;
	}

.foot_note	{
	font-size: x-small;
	}

.gocd_head	{
	width: 100%;
	margin: 0px 0px 5px;
	}

.gocd_head_coa	{
	margin: 10px 0px 0px;
	}

.img_float_left	{
	float: left;
	margin-right: 10px;
	}

.img_float_right	{
	float: right;
	margin-left: 10px;
	}

.img_no_border	{
	border: 1px solid #fff;
	}

.leftgovheader1_margin	{
	margin-left: 15px;
	}

.ol_roman	{
	list-style-type: lower-roman;
	}

.table	{
	text-align: left;
	width: 100%;
	}

.tableRowColoured	{
	background: #d2edba /*#e9ffd0;*/
	}

.text_strike_out	{
	text-decoration: line-through;
	}

.ul_no_bullet	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

.upperCase_bold	{
	text-transform: uppercase;
	font-weight: 600;
	}

/* Contact Form */
.form_error	{
	font-weight: bold;
	}

.contactleft	{
	width: 52%;
	float: left;
	text-align: left;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-right: 1px solid #e9e9e9;
	}

.contactleft p	{
	padding: 0px 10px;
	}

.contactright	{
	width: 40%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	margin-left: 57%;
	}

.centre_contact	{
	width: 350px;
	margin: 0 auto;
	padding: 0px 0px;
	}

.error_text	{
	color: #c00;
	font-weight: bold;
	border: 2px dashed #CC0000;
	}
/* End Contact Form */


/* Specific Divs */
#wrapper	{
	width: 900px;
	margin:0px auto;
	}

#header	{
	background-color: #FFF;
	}

#breadcrumb	{
	width: 100%;
	background: none;
	font-size: small;
	padding: 0px 0px;
	margin: 0px;
	}

#breadcrumb p	{
	color: #000;
	font-size: x-small;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 15px;
	}

#breadcrumb a	{
	color: #600;
	font-size: x-small;
	background: url(images/page_images/bread_crumb.jpg) center right no-repeat;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px;
	}

#search	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: right;
	width: 260px;
	}

#menu	{
	float: left;
	width: 175px;
	background: #FFF url(images/page_images/menu_header_bg_1.jpg) repeat-x;
/*	padding: 'Top' 'Right' 'Bottom' 'Left' ; */
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #489a48;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	display: inline; /* IE6 Fix: Duplicate Characters & Doubled Float Margin */
	}

#menu ul	{
	list-style: none;
	padding: 25px 0px 0px 0px;
	margin: 0px;
	}

#menu li	{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#menu li a	{
	color: #006600; 
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	display: block;
	background: transparent;/* url(images/page_images/menu_link.png) repeat-x top;*/
	}

#menu li a:hover	{
	background: #306630 url(images/page_images/menu_link.png) repeat-x bottom;
	color: #fff;
	border-bottom: 1px solid #306630;
	}

* html #menu li a	{ /*IE6 only. */
width: 165px;
}

#content	{
	float: none;
	width: 700px;
	background: #FFF url(images/page_images/menu_header_bg_1.jpg) repeat-x;
	margin-left: 185px;
/*	padding: 'Top' 'Right' 'Bottom' 'Left' ; */
	padding: 0px 5px 5px 5px;
	border: 1px solid #489a48;
	line-height: 17px;
	}

#content ul, li	{
	padding-bottom: 5px;
	}

#content img	{
	border: #489a48 1px solid;
	padding: 1px;
	}

#footer	{
	width: 100%;
	clear: both;
	background: #FFF;
	float: left;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0px 10px 0px;
	border-top: 1px #489a48 solid;
	}

#footer p	{
	color: #000;  /* #306600; #489a48; */
	font-size: x-small;
	text-align: center;
	}


/*------------------------------------
----------- Search Results -----------
------------------------------------*/

#common_report	hr	{
	
	}

#query	{
	
	}

#results	{
	width: 100%;
	}

#results .url	{
	color: #090;
	margin-left: 0px;
	width: 570px;
	}

#result_report	{
	text-align: left;
	font-size: x-small;
	color: #666666;
	margin: 0px 0px 15px 0px;
	}

#results .title	{
	font-weight: normal;
	}

#results .description	{
	margin-left: 0px;
	}

#did_you_mean	{
	margin: 10px 0px;
	}

.idented	{
	width: 100%;
	float: left;
	}

.number	{
	width: 30px;
	float: left;
	clear: right;
	}

.dis_result	{
	margin-left: 35px;
	}

/*------------------------------------
------- End Search Results -----------
------------------------------------*/
