@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color: #42C6F3;
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, sans-serif;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/foot_4x82.jpg) repeat-x left bottom;
	}
	
	#header {
	width: 960px;
	height: 93px;
	
	background-image: url(images/top-header_776x93_3.png);
	}
	
		#logo
		{
				width: 460px;
				height: 75px;
				background: url(images/SA_Logotransparant6-white.png) no-repeat left top;
				text-indent: -5000px;
				display:block;
				float:left;
			}
			
	#navigation {
	width: 960px;
		display:block;
	}
	
	#content {
	display:block;
	background:#FFFFFF;
	height: auto;
	margin-top: 29px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	#content h2 {
			font-size: 15px;
			color: #F3781F;
			background: url(images/bullet_17x21.gif) no-repeat left top;
			padding-left: 19px;
		
			line-height: 24px;
			}
			
				#content A{
				color: rgb(243, 120, 31);
				}

			#content A:hover	
			{
				background-color: rgb(243, 120, 31);
				color: #FFFFFF;
				}		
			
			#main {
			width: 590px;
			margin: 10px;
			float:left;
			}
			
	#right {
	float:right;
	width: 295px;
	margin: 40px 5px;
	padding: 0 5px 0 0;
	
	}
		.newsitem_right {
		padding: 5px;
		
		border-bottom: 1px solid #638D8D;
		}
		
		
		.box{
		padding: 5px;
		margin: 10px 0 50px 0;
		border: 1px solid  #42C6F3;
		}
			.box h3 {
			width: 150px;
			background: #42C6F3;
			color: #fff;
			margin: -23px 0 0 -6px;
			padding-left: 5px;
			}
			
			/* Tweets */
			#tweets .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#tweets .twittLI{list-style:none;margin:0 0 10px 0;padding:5px 0 5px 0;border-bottom:solid 1px #42C6F3;clear:both;} 
#tweets .twittList SPAN.time{color:#777;font-size:0.9em}
#tweets .twittList A{} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#tweets .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}

#tweets.jRM{float:right;clear:both} /*read it on twitter link*/

#tweets .extLink{} /*CSS for the external links*/

#tweets .hashLink{} /*CSS for the hash links*/

/*end of Tweets */

			
			
	.clearfloat {
	clear:both;
	height: 1px;
	}