html,body,table,tr,td,div,p,a,img{
    /* margins etc. off for layout */
	margin: 0;
	padding: 0;
	border: 0;
	/* Why, oh why the defaults are always to be overridden? ;) */
}
html{
	/* force scrollbar, reduces "jumpyness" between pages holding variable sized content*/
	height:101%;
	text-align:left;
}
body, div, input, textarea{
   font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
html>body{
    /* IE6 does NOT see this */
}

body
{
    background: #EEEEEE url(../img/bg.jpg) repeat-x;
    text-align: center;
}




img{
	-ms-interpolation-mode:bicubic;
}

#Container, #Header, #Columns, #Footer   {
	width: 960px;
}

.Banner
{
position: relative;
display: inline;
margin: 0;
padding: 0;
float:left;
background: transparent;
width: 960px;
height: auto;

}

/* Set cross-browser minimum content height */

#MinHeight 
{
	position: relative;
	display: block;
	height: 500px;
	width: 1px;
}

#Fader
{
    
	position: relative;
	display: block;
	margin-top: 0; 
	margin-right: auto; 
	margin-bottom: 0; 
	margin-left: auto;
	padding: 0;
	height: auto;
	text-align: center;
	width: 980px;
	background: url(../img/fader.jpg) no-repeat;
}

#Container 
{
	position: relative;
	display: block;
	margin-top: 0; 
	margin-right: auto; 
	margin-bottom: 0; 
	margin-left: auto;
	padding: 0;
	height: auto;
	text-align: left;	
	
}

/*html>body #Fader {
	border-bottom: 1px transparent;	
}*/

html>body #Container {
	border-bottom: 1px transparent;	
}

/* This is needed for clearing floats  inside container */

#Container:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}



#Header 
{
	position: relative;
	display: inline;
	height: 121px;
	background-color: transparent;
	float:left;
	clear:both;
}

#HeaderContent
{
	position: relative;
	display: inline;
	margin: -113px 0 0 653px;
	height: auto;
	width: 230px;
	background-color: transparent;	
	float:left;	
	overflow:visible;
	
}

*html #HeaderContent
{
	
	margin: -113px 0 0 645px;
	width: 230px;
	
}


#Columns {
	position: relative;
	display: block;
	margin: 0;
	padding: 23px 0 0 0;
	height: auto;
	background: #FFFFFF url(../img/ContentBG.jpg) top repeat-x;
	float:left;
	
}

/* This is needed for clearing floats  inside container */

#Columns:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#C1 {
	position: relative;
	display: inline;
	float: left;	
	width: 240px;
	background-color: transparent;
	margin:0;
	padding:0;	
	text-align: left;	
	clear:both;

	
}

#C2 {
	position: relative;
	display: inline;
	float: left;
	width: 523px;
	height: auto;
	background: transparent;
	margin: 0;
	padding: 0 0 20px 0;
	
}

#C3 {
	position: relative;
	display: inline;
	float: left;
	width: 150px;
	background-color: #EEEEEE;
	margin: 0 0 0 20px;
}

#C4 {
	position: relative;
	display: inline;
	float: left;
	width: 1px;
	overflow:hidden;
}

#SAContent1
{
    position: relative;
	display: inline;
	float: left;	
	clear:both;
	overflow:visible;
	width: 220px;
	height: 100px;
	margin: 10px 0 10px 20px;
	padding: 0;
	
}
#SAContent2
{
    position: relative;
	display: block;
	overflow:visible;
	width: 520px;
	height: auto;
	margin: 10px 0 10px 0;
	padding: 0;
}

#Footer {
	position: relative;
	display: block;
	clear: both;
	background-color: #FFFFFF;	
	height: 48px;	
	margin:0;
	padding:0;
}	

#FooterContent
{
	position: relative;
	display: block;
	clear: both;
	height: auto;
	background-color: #FFFFFF;
	border-top: solid 5px #A63B3E;
	height: 5px;	    
	width:940px;
	margin:0 0 0 10px;
	padding:0;
	color: #999999;
	text-align: center;
	font-size: 12px;
	
}

.Title
{
    position: relative;
	display: block;	
	clear:both;
	float:left;
	height: auto;		
	margin:0;
	padding:0;
	width: auto;
	background: transparent;	
	font-size: 14px;
	font-weight: normal;
	color: #000000; 
}

.News
{
	position:relative;
	display:block;
	width: 500px;
	height: auto;	
	margin:10px 0 0 0;
	padding:0;	
}

.NewsItemDate
{
    position: relative;
	display: block;	
	clear:both;
	float:left;
	height: auto;		
	margin:0;
	padding:0;	
	background: transparent;	
	font-size: 12px;
	font-weight: normal;
	color: #666666; 
	width: 480px
}


.NewsItemText
{
    position: relative;
	display: block;	
	clear:both;
	float:left;
	height: auto;		
	margin: 10px 0 0 0;
	padding:0;
	width: auto;
	background: transparent;	
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
}


.NewsReadMoreLink
{
    position: relative;
	display: block;		
	clear:both;
	float:left;
	height: auto;		
    margin: 0 0 10px 0;
	padding:0;
	width: auto;
	background: transparent;	
	font-size: 12px;
	font-weight: normal;
	color: #A63B3E; 
	text-decoration: none;
}


.NewsImage
{
    position: relative;
	display: block;	
	clear:both;
	float:left;
	height: auto;		
	margin:0;
	padding:0;
	width: 500px;	
	
	}
	
.NewsBorder

{
    position: relative;
	display: inline;
	clear: both;
	float:left;
	height: 2px;		
	margin:0 0 2px 0;
	padding:0;
	width: 500px;
	background: transparent;	
	border-bottom: 1px dotted #000000;
}
	