/* -- Default "_RESET_" Rules -- */

* {margin: 0px; padding: 0px;}

body { color: #000;	text-align: center;	font-family: arial, sans-serif;	font-size: 12px; background: url(../images/body_inner.gif) top left repeat-x; 	}

a { color: #40ade2; text-decoration: none; outline: none; }
a img { text-decoration: none; border: none; cursor: pointer; }

img { margin: 0px; }

.img_right {
float:right
}


h1, h2 {
	margin: 0px 0;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 35px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #40ADE2;

}

h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #0B82C6;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	background-color: #EFF7FE;
	border-top-style: solid;
	border-top-color: #0B82C6;
	margin-bottom: 4px;
	line-height: 20px;
}

p { margin: 5px 0 5px 0; padding: 5px 0 5px 0; }

li { margin-left: 15px; }

table { border-collapse: collapse; border-spacing: 0; }

/* -- Standard Helpers -- */

.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

.fl { float: left; }
.fr { float: right; }
.fn { float: none; }

.fw { width: 100%; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.wrapper { width: 766px; text-align: left; margin: auto; }

/* -- Your Site Starts Here -- */

.header {
	background: url(../images/header-new.jpg) top left no-repeat; 
	height: 95px;
	padding-right: 4px;
}
	.header .logo {
		float: left;
	}
	
	.newsletter_bar {
		background: url(../images/newsletter_inner.gif) center left no-repeat; 
		float: right;
		margin: 33px 0 3px;
		padding: 0px 7px 10px 80px;
	}
		.newsletter_bar .text {
			background: url(../images/search_inner.gif) top left no-repeat; 
			border: 0 none;
			float: left;
			height: 20px;
			margin-right: 7px;
			width: 165px;
		}
		.newsletter_bar .submit {
			float: left;
		}
		
		div.nnv {
			width: 612px;
			float: right;
			margin-top: -14px;
		}
	ul.nav { 
		float: right;
		margin: 0;
		padding: 0; 
	}
		ul.nav li {
			float: left;
			display: inline-block;
			list-style-type: none;
			margin: 0 0 0 4px;
			padding: 0;
		}

.pre {
	height: 38px;
	margin: 5px 0 8px;
	padding: 11px 0;
}
	.pre a {
		float: left;
		height: 38px;
	}
		.pre a.ssp { background: url(../images/product_planning.gif) center left no-repeat; width: 160px; }
		.pre a.pm { background: url(../images/project_management.gif) center left no-repeat; width: 158px; }
		.pre a.sp { background: url(../images/submission_preparation.gif) center left no-repeat; width: 171px; }
		.pre a.audits { background: url(../images/audits.gif) center left no-repeat; width: 147px; }
		.pre a.tt { background: url(../images/technology_transfer.gif) center left no-repeat; width: 116px; }


.content {
	margin-bottom: 15px;
}

.left {
	float: left;
	padding-right: 5px;
	width: 451px;
}
	.left p {
		line-height: 18px;
		padding-right: 20px;
	}
	

.right {
	float: left;
	width: 309px;
}	
	.box {
		margin-bottom: 22px;
	}
		.box .title {
			background: #4a4a4a;
			padding: 9px 0 2px 24px;
		}
		.box_content {
			background: url(../images/gradient.gif) top left repeat-x;
			padding: 11px 8px 0; 
		}
			.box_content img {
				border: 1px solid #616161;
				float: left;
			}
			
			.box_content p {
				font-size: 10px;
				float: left;
				padding: 0 0 0 10px;
				margin: 0;
				width: 152px;
			}
				.box_content p span {
					color: #fc0303;
					display: block;
					font-size: 11px;
					margin-bottom: 7px;
				}
				.box_content a.more {
					color: #fc0303;
				}
				
	ul.upcoming li {
		list-style-type: none;
		list-style-image: url(../images/li.gif);
		list-style-position: inside;
		padding: 2px 0;
	}
		ul.upcoming li a {
			color: #000;
		}
	
.bottom {
	background: #fef7e4;
	float: left;
	margin-left: -10px;
	padding: 5px;
}
	.bottom p {
		border: 1px solid #adadac;
		font-style: italic;
		font-weight: bold;
		margin: 0;
		line-height: 20px;
		padding: 8px;
		width: 432px;
	}

.footer {
	background: #4a4a4a;
	padding: 15px 0;
}
	.foot {
		text-align: center;
		font-weight: bold;
		color: #fff;
		font-size: 12px;
	}
		.foot a {
			color: #fff;
		}
		
		.foot .top {
			padding-bottom: 10px;
		}
		.foot .top a {
			margin: 0 8px;
		}
