html, body {
	margin: 0; padding: 0 0 20px 0;
	font-size: 11px;
	font-family: 'Verdana', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

ul, ol {
	margin: 0; padding: 0;
	
}

.section{
	overflow:hidden;
	float:left;
}

*html #content{
	float:left;
}

#holder {
	width: 760px;
	margin: auto;
}

#header {
	overflow: hidden;
	padding: 0 15px 11px 15px;
	position: relative;
	zoom: 1;
	background: url('../images/header_repeat.png') repeat-y center bottom;
}

#brand {
	float: left;
}

#logo {
	float: left;
}
#logo h1 {
	padding: 27px 0 7px 0
}
#logo h1 a {
	width: 134px;
	height: 66px;
	background: url('../images/procureweb.png') no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
#logo h2 {
	width: 207px;
	height: 14px;
	background: url('../images/slogan.png') no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#topnav {
	float: right;
	width: 50%;
}
#topnav ul {
	float: right;
	clear: right;
	padding: 11px 0;
	list-style-type: none;
}
#topnav li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #000000;
}
#topnav li.last {
	padding-right: 0;
	border: 0;
}
#topnav a {
	color: #000000;
	text-decoration: none;
}
#topnav form {
	float: right;
	clear: right;
}
#topnav label {
	padding: 3px 10px 0 0;
	float: left;
	display: block;
}
#topnav .textbox {
	border: 1px solid #808080;
	width: 100px;
	float: left;
	padding: 2px 3px;
	font-size: 1em;
	font-family: 'Verdana', sans-serif;
	background: url('../images/input_back.png') no-repeat;
	
}
#topnav .submit {
	padding: 0;
	width: auto;
	background: 0;
	border: 0;
	font-size: 1em;
	font-family: 'Verdana', sans-serif;
	margin: 0 0 0 5px;
}

#sponsor {
	float: right;
	width: 57px;
	height: 43px;
	overflow: hidden;
	text-indent: -5000px;
	background: url('../images/jisc.png') no-repeat;
	margin: 17px 0 0 0;
}
#navigationTop
{
	padding-top:15px;
}

#navigation {
	zoom: 1;
	padding: 0px 0 15px 0;
	margin: 0 0 10px 0;
	
	border-bottom:1px solid #45A0D9;
}
#navigation ul {
	border-left: 1px solid #000000;
	width: 100%; overflow: hidden;
	list-style-type: none;
}
#navigation li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #000000;
}
#navigation a {
	color: #010101;
	position: relative;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration:underline;
}

#breadcrumb {
	margin: 0 0 10px 0; 
	padding: 0;
}

#page {
	width: 100%; overflow: hidden;
}
#page h3 {
	background: #45a0d9;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 18px;
	padding: 6px 10px;
	font-weight: normal;
	letter-spacing: -0.2px;
	line-height: 1em;
}

#leftnav {
	float: left;
	width: 167px;
	overflow: hidden;
}

#leftnav a:hover
{
	text-decoration:underline;
}

#rightnav {
	float: right;
	width: 167px;
	overflow: hidden;
}

#rightnav .box a
{
	color:#45A0D9;
	margin-top:3px;
	display:block;
}

ul#groupsnav li a
{
	font-weight:bold;
	color:#45A0D9;
	margin:3px 0;
	display:block;
	text-decoration:none;
}

ul#groupsnav li a:active
{
	color:#666666;
	text-decoration:underline;
	}



#content {
	overflow: hidden;
	/* Would prefer this in a CC'd stylesheet */
	height: auto !important;
	height: 1%; 
	padding: 0 16px 0 15px !important;
	padding: 0 13px 0 12px;
}

#content ul
{
margin:10px 30px;
}


#content h1
{
font-size:1.4em;
}

#content h2
{
font-size:1.2em;

}

#content span.warning
{
color:red;

}

#content span.highlight
{
background:yellow;
}



#content a
{
	color:#45A0D9;
}

#content a:visited
{
	color:#E6BA95;
}

#content p {
	margin: 1.3em 0;
	line-height: 1.6em;
}
#content blockquote {
	margin: 1em 0;
	padding: 7px 9px;
	background: #bfe4fc;
	color: #404040;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}

#content p img
{
	padding:0px 10px;
}

.box {
	width: 100%; overflow: hidden;
	padding: 0 0 17px 0;
	clear: both;
}

dl.list {
	margin: 0; padding: 0;
	line-height: 1.25em;
}
dl.list dt {
	margin: 14px 0 3px 0;
}
dl.list dd {
	margin: 0; padding: 1px 0 0 0;
}
dl.list a {
	color: #45a0d9;
	font-weight: bold;
}
dl.list .date {
	color: #acacac;
}


#tools {
	margin: 1px 0 0 0;
}
#tools li {
	padding: 0 0 1px 0;
}
#tools a {
	display: block;
	border-left: 2px solid;
	border-color: #0042c7;
	color: #000000;
	text-decoration: none;
	padding: 7px 8px;
	background: #e5f5fd;
	line-height: 1em;
}

#tools .xE8172D a {
	border-color: #e8172d;
	background-color: #feeef2;
}
#tools .x2E1689 a {
	border-color: #2e1689;
	background-color: #f2f0fa;
}
#tools .x001092 a {
	border-color: #001092;
	background-color: #e8effa;
}
#tools .x0042C7 a {
	border-color: #0042c7;
	background-color: #e5f5fd;
}
#tools .x007176 a {
	border-color: #007176;
	background-color: #e5f8f8;
}
#tools .x0A9531 a {
	border-color: #0a9531;
	background-color: #edfaea;
}
#tools .xFF7F00 a {
	border-color: #ff7f00;
	background-color: #fef8e5;
}
#tools .xF5270E a {
	border-color: #f5270e;
	background-color: #fef0eb;
}
#tools .xB68F68 a {
	border-color: #b68f68;
	background-color: #fbf0e5;
}
#tools .xFFA95F a {
	border-color: #ffa95f;
	background-color: #f5eee8;
}

#footer {
	padding: 10px 0 0 0;
	background: url('../images/barline_repeater.png') 0 top repeat-x;
}
#footer ul {
	float: right;
	list-style-type: none;
}
.site1 #footer ul 
{
	background: transparent url(../images/logo-jisc_advanced.png) top right no-repeat;
	height: 34px;
	padding: 3px 140px 0 0;
}
#footer li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #000000;
}
#footer .copy {
	padding-right: 0;
	border: 0;
}
#footer a {
	color: #000000;
	text-decoration: none;
}


div#login-box.section {
	padding-bottom: 2em;
}
div#login-box.section .submit {
	margin: 0 0 0.5em 0;
	display: block;
}

ul.newslist {
	margin: 0; padding: 0;
	list-style-type: none;
	color: #666666;
}

ul.newslist li {
	margin: 1.5em 0 1.5em 0;
	display: block;
	line-height: 1.3em;
}

ul.newslist .date {
	color: #000000;
}

ul.newslist h3 {
	font-weight: bold;
}


ul.newslist a {
	text-decoration: none;
}

ul.newslist a:hover {
	text-decoration: underline;
}

ul.newslist p {
	margin: 0 !important; padding: 0 !important;
}

ul#resource-list {
	margin: 0; padding: 0.5em 0;
	width: 100%; overflow: hidden;
}

ul#resource-list li {
	width: 100%; overflow: hidden;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #E3E3E3;
}

ul#resource-list li img {
	float: left;
	margin: 0 1em 0 0;
}

ul#resource-list li a {
	display: block;
	text-decoration: none;
	margin: 0 0 0.2em 0;
}

ul#resource-list li a:hover {
	text-decoration: underline;
}

ul#resource-list li span {
	overflow: hidden;
	height: auto !important;
	height: 1%;
	display: block;
}

ul#resource-list li span span {
	color: #666666;
}



div#contact-form .contactform {
	padding-top: 1em;
	width: 100%; overflow: hidden;
	margin: 0 0 1.5em 0;
}

div#contact-form .bar {
	width: 100%; overflow: hidden;float:left;
	padding: 0.2em 0;
}

.contactform label {
	float: left;
	width: 135px;
	padding: 4px 0 0 0;
	
}

div#contact-form .textbox, div#contact-form select {
	width: 200px;
}

div#contact-form textarea {
	width: 350px;
	height: 100px;
}

div#contact-form .submit {
	/*float: right;*/
	/*margin-right: 63px;*/
}

div#contact-form .other {
	width: 230px;
	float: left;
	margin-right: 1em;
}

div#contact-form .other ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

div#contact-form .other ul li {
	padding: 0.15em;
}

div#contact-form .other strong {
	margin-right: 0.5em;
}

div#footer {

	color: #999999;
	padding: 10px 0 15px 11px;
	font-size: 1em;
	margin: 14px 11px 0 0px;
}

/*******DEV Stuff *********************/

/**** For Aboutus nav ***************/

ul#navAboutUs {
	margin: 0; padding: 0 0 10px 0;
	list-style-type: none;
	

}

ul#navAboutUs li {
	margin: 4px 0;
	display: block;	
}

ul#navAboutUs li a {
	text-decoration: none;
	color: #45A0D9;
	font-weight:bold;
}

ul#navAboutUs li a:hover {
	text-decoration: underline;
}

ul#navAboutUs li.active a {
	font-weight: bold;
	color:#666666;
}

/**** For INstitutes nav ***************/

ul#Institutes {
	margin: 0; padding: 0 0 10px 0;
	list-style-type: none;
}

ul#Institutes li {
	margin: 2px 0;
	display: block;	
}

ul#Institutes li a {
	text-decoration: none;
	color: #349B34;
	font-weight: bold;
}

ul#Institutes li a:hover {
	text-decoration: underline;
}

ul#Institutes li.active a {
	font-weight: bold;
}



.validateerror
{
	color:Red;
}

/* Goggle */
.GoogleMap {padding: 0;width: 500px;height: 250px;}
* html .GoogleMap { width: 500px; }
* html .GoogleMap #map { width: 450px; }
.GoogleMap #map {	width: 500px;	height: 250px;	}
.GoogleMap, .GoogleMapWide {border: 1px solid #979797;padding: 8px 9px 8px 9px;	margin: 1em 0 1em 0;float:left;}
.GoogleMapWide {margin: 1em 0 1em 0;}	
.GoogleMapWide #map {width: 540px;	height: 350px;}

.GoogleMap, .GoogleMapEdit {border: 1px solid #979797;padding: 8px 9px 8px 9px;	margin: 1em 0 1em 0;}
.GoogleMapEdit {margin: 0 0 1em 0;}	
.GoogleMapEdit #googlemap {width: 637px;	height: 350px;}


/***********Survey ***********************/

div#survey ul
{
	list-style-type: none;
	margin: 0; padding: 0;
}

div#survey ul li 
{
	padding: 1em;
	margin: 1em 0;
	border: 1px dotted #AAAAAA;	
	overflow: hidden;
	height: auto !important; height: 1%;
}

div#survey ul li div 
{
	font-weight: bold;
	padding: 0.2em 0;
}

div#survey ul li table 
{
	margin: 0.8em 0 0 0;	
}

div#survey ul li input 
{
	float: left;
	margin: 0 5px 0 0;
	padding: 0;	
}

/*************************** Login ************************/

.pagecontentlabel{ clear:both;float:left;width: 120px;margin-right: 15px;text-align: left;}
.textBox {display:block; font-weight:bold; padding-bottom: 5px;}
.loginenter{ padding-top:10px;}

/************** Captcha ******************************/

#divCapcha img
{
	margin-left:50px;
}

/****************** Related Aricles *************************/

.resimage
{
	margin-left:35px;
}


/***************** News Letters ********************************/

.newsletteritem
{
	padding-top:10px;	

}

/***************** News RSS ***********************************/

.rssfeed {
            float:right;
padding-top:5px;
}

.rssfeed a {
            display:block;
	float:left;
	font-weight:bold;
	padding:2px 24px 5px 0;
	position:relative;
	text-decoration:none;
}


.rssfeed img {
position:absolute;
right:0;
top:0;
}


/* SITE 2 */

.site2 #page h3{
	background:#003867;
}

.site2 #page #content h3.mainTitle{
	background:#003867;
}

.site2 #page #content h3{
	background:#8ca5bb;
}

.site2 #header {
	background: url('../images/header_site2.png') no-repeat center bottom;
	height: 115px;
}

.site2 #topnav .textbox{
	background: url('../images/search_site2.png') no-repeat center bottom;
	width:95px;
	border:none;
	padding:3px;
}

.site2 #logo{
	display:none;
}
.site2 #sponsor {
	height: 78px;
}
.site1 #main {
	display: none;
}
.site2 #main {
	display: block;
	width: 505px;
	height: 125px;
	position: absolute;
}

.site2 .homepage #leftnav {
	display: none;
}
.homepage #content {
	padding: 0 !important;
}
.homepage #rightnav {
	margin-left: 16px;	
}
#sponsor{
visibility:hidden;
}
