/* CSS Document */

/**********************************************************
GENERAL STYLES 
**********************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	background-color: #9C97B5;
	font-size: 70%;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}


h1 {
	color: #320065;
	font-size: 150%;
	padding-top: 0px;
	margin-top: 0px;
}


h2 {
	color: #67428D;
	font-size: 130%;
	line-height: 100%;
}


h3 {
	color: #9189B0;
	font-size: 110%;
	line-height: 100%;
}


form {
	margin: 0px;
}



a:link {
	color: #7D9B5E;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #7D9B5E;
	text-decoration: underline;
	font-weight: bold;
}
	
a:hover {
	color: #49048E;
	text-decoration: underline;
	font-weight: bold;
}

	
ul {
	font-size: 100%;
	text-indent: 0px;
}


li {
	text-indent: 0px;
}


.imagefloatright {
	padding: 0px 0px 5px 10px;
	float: right;
}

.extramargin {
	margin-top: 10px;
}	

.inputfield {
	margin-top: 2px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.grey {
	color: #999999;
}


a.smalllink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}

a.smalllink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}
	
a.smalllink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #7D9B5E;
	text-decoration: underline;
	font-weight: normal;
}


/**********************************************************
LAYOUT DIVS 
**********************************************************/

#stylenav, #areanav, #job1nav, #divider, #accesskeynav, #printlogo {
	display: none;
}


#container {
	margin: auto;
	text-align: left;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	width: 770px;
}


#header	{
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-align: left;
	padding-bottom: 3px;
	background-color: #E2E2E2;
	padding-top: 7px;
	padding-left: 25px;
}


#topbar {
	background-image: url(../images/header_top.gif);
	background-repeat: no-repeat;
	height: 69px;
	padding-right: 22px;
	padding-top: 23px; 
	text-align: right;
}


#anchorlinks {
	background-color: #E8ECE8;
	margin-top: 10px;
}


#anchorlinks p {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}


.backtotop {
	float:right;
	font-size: 65%;
}


/*Div to give some space for anchor links to work properly*/
#anchorspace {
	background: none;
	height: 300px;
}

/**********************************************************
LEFTCOL STYLES 
**********************************************************/

#leftcol {
	float: left;
	padding-left: 15px;
	padding-right: 0px;
	margin-right: 0px;
	padding-bottom: 25px;
}

#leftcol h3 {
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0px;
	line-height: 150%;
}


#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #749452;

}

#navigation ul {
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
	font-size: 100%;
	
}

#navigation li {
	background-image: url(../images/menuarrw.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
	padding-bottom: 4px;
}

#navigation a:link {
	text-decoration: none;
	color: #49048E;
}

#navigation a:visited {
	text-decoration: none;
	color: #49048E;
}

#navigation a:hover {
	text-decoration: underline;
	color: #749452;
}


#contact {
	margin-left: 0px;
	padding-left: 15px;
	line-height: 110%;
	padding-top: 47px;
}


#contact p {
	margin: 0px;
	padding-bottom: 5px;
	color: #3A0392;
	padding-top: 10px;
}

#left_text {
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	line-height: 120%;
	padding-left: 15px;
	padding-top: 10px;
}

#left_image {
	padding-top: 10px;
}

.leftcontent p {
	line-height: 150%;
}

#partner_logos {
}



/**********************************************************
RIGHTCOL STYLES 
**********************************************************/

#rightcol {
	float: right;
	width: 537px;
	padding-left: 0px;
	padding-right: 22px;
	padding-bottom: 25px;
}


#rightcol ul {
	list-style-type: none;
	margin-left: 0px;
	padding:0px;
}

#rightcol li {
	background-image: url(../images/purplearrw.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
	padding-bottom: 5px;
}


#printfriendly {
	padding-left: 405px;
}



#content {

}

#rightcontent {
	padding-right: 0px;
}

#rightcontent p {
	
}

#rightcontent_member {
	padding-right: 10px;
}

.logo {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

.news_events {
	line-height: 130%;
}

.news_events p {

}


.features {
}


.formbox {
	font-size: 100%;
	background-color: F3F2DE;
	margin-right: 5px;
}





/**********************************************************
FOOTER STYLES 
**********************************************************/

#bottom_features {
	height: 129px;
	width: 770px;
	padding-left: 15px;
}

.imagefloatleft {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}


.tenderlogos {
	padding: 0px;
	margin: 0px 5px 20px 0px;
	float: left;
	clear: both;
}

.padding_left_10 {
	padding-left: 10px;
}

.padding_right_10 {
	padding-right: 10px;
}

.padding_left-10 {
	padding-left: -10px;
}

#footer	{
	clear: both;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/footer.gif);
	height: 50px;
}

#footer p {
	color: #818080;
	font-size: 100%;
	padding-top: 10px;
	padding-left: 30px;
}


hr {
	background-color: #CCCCCC;
	height: 1px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 8px;
	border: 0px;
}

.backlink {
	float: right;
}
.smalltxt {
	font-size: 85%;
}

#guestbook {

}

#guestbook p {
	background-color: #F4F4F4;
	padding: 4px;
	margin-bottom: 1px;
	font-size: 85%;
	border: 1px solid #cccccc;
}

.redtxt {
	color: #FF0000;
}

.whitetxt {
	color: #FFFFFF;
}