/*
      Created: 	Jonathan Smith	  
	  E-Mail: 	jonathan.smith@southampton-city.ac.uk	  
	  Info:		Stylesheet information for basic layout & background	  	  
	  Created:	30-April-2009
	  
	  Version:	1.0
	  Updated:	...		  
	  Notes:	...
*/


/* reset padding & margins */
* { 
	padding: 0; 
	margin: 0; 
}

@media print {
	.noprint { display: none; }
}
img{
	border:none;
	}

/* background graphics (start) */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #fff; /* background color - appears below upbg bg image */
	padding: 35px 0px 35px 0px;	
}
#upbg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 767px;
	background: #fff url('../_images/IN_Background.png') repeat-x;
	z-index: -1;
}
/* background graphics (start) */



/* design layout (start) */
#wrapper { 
	margin: 0 auto;
	width: 958px;
}

#header {
	color: #333;
	width: 950px;
	float: left;
	padding: 0em;
	height: 153px;
	margin: 0px 0px 10px 0px;
	background: url('../_images/scc_logo_wht.png') no-repeat top left;
}
	#header_menu {
		position: relative;
	    top: 118px;		
		height: 37px;
		padding: 0em 0em 0em 0em;
		font-size: 1.0em;
		font-weight: bold;
		z-index: 1000;				
	}

#leftcolumn { 
	 color: #333;
	 border: 0px solid #ccc;
	 background: #fff;
	 margin: 0px 0px 0px 0px;
	 padding: 8px;
	 								/*height: 554px;*/								
	 width: 712px; 
	 float: left;
}
#leftcolumnFull { 
	 color: #333;
	 border: 0px solid #ccc;
	 background: #fff;
	 margin: 0px 0px 0px 0px;
	 padding: 8px;
	 								/*height: 554px;*/
	 width: 934px; 
	 float: left;
}

	#leftColumn_main {
		float: right; 
		width: 513px; 
		height: 100%; 
		margin-left: 8px;
		border: 0px dotted #000; 
	}
	#leftColumn_mainFull {
		float: right; 
		width: 735px; 
		height: 100%; 
		margin-left: 8px;
		border: 0px dotted #000; 
	}

	
	#leftColumn_menu {
		float: right; 
		width: 189px; 
		height: 100%; 
		border: 0px dotted #000;
	}


#rightcolumn { 
	 float: right;
	 color: #333;
	 border: 0px solid #ccc;
	 background: #fff;
	 margin: 0px 8px 0px 0px;
	 padding: 8px;	 
 height: 565px; /* 554 */
	 width: 196px;	 
	 /* removed this line to get "noprint" to work
	 display: inline;
	 */
	}
	#rightColumn_top {
		background: transparent url('../_images/IN_CDE.png') no-repeat; 		
height: 213px; /* 194px */
		margin-bottom: 8px; 
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 8px;
		padding-bottom: 8px;	
	}
	#rightColumn_Home {
		background: transparent url('../_images/IN_CDE.png') no-repeat; 
height: 213px; /* 194 */
		/*margin-bottom: 8px; */
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 8px;
		padding-bottom: 8px;	
	}
		
	#rightColumn_news {
		background: #fff url('../_images/IN_NEWSbg.png') no-repeat;
		height: 148px; 
		margin-bottom: 8px; 
		padding: 8px;
	}
	#rightColumn_brochure {
		background: #fff; 
		height: 148px; 
		padding: 0px;
		position:  relative;
	}
	#rightColumn_brochure_bottom {
		font-size: 1.3em;
		position: absolute; 
		bottom: 0.4em;
	}	
	#rightColumn_brochure_bottom a {
		color: #fff;
	}
	#rightColumn_brochure_bottom a:hover {
		color: #0A566C;
	}		

	#course_search_table {
		width: 100%; 
		border: 0px;
	}	


#footer { 
	width: 950px;
	clear: both;		
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 0.85em;
	color: #000;		
}
#footer a { 
	color: #000;		
}
/* design layout (end) */




