/* All style reset */
@import "reset.css";
/* Elements */
@import "elements.css";	

html {height:100%}

body{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
	color: #000;
	font-size:0.8em;
	margin:8px 0 0 0;
	padding:0;
	}
	
#wrapper{
	width: 991px;
	margin:5px auto;	 
	}
	
/* layout elements */	
#rightBar{
	width:208px;
	height:690px;
	float:right;
	}
	
#mainContent{
	width:783px;
	float:left;
	position:relative;
	}
	
#topMain{
	width:783px;
	height:167px;
	background: url(../media/top-stream.png) right;
	position:relative;
	}	
	
#logo{
	width:120px;
	height:120px;
	position:absolute;
	top:20px;
	left:22px;
	}
	
#logoType{
	width:381px;
	height:36px;
	position:absolute;
	top:20px;
	left:183px;
	border:none 0;
	}
	
#leftNav{
	width:120px;
	height:315px;
	float:left;
	margin:10px 2px 10px 24px;
	background:url(../media/leftnav-bg.png);
	position:relative;
	}	
	
#largeContent{
	width:418px;
	height:315px;
	background: #fff;
	float:left;
	margin:10px 0 10px 19px;
	z-index:1;
	}
	
.indexThumb{
	background:#ccc;
	width:132px;
	height:98px;
	float:left;
	margin:0 10px 10px 0;
	}
	
.indexThumbRight{
	margin-right:0;
	}		
	
#smallContent{
	width:185px;
	height:315px;
	background: url(../media/small-content-bg.png);
	float:right;
	margin:10px 0 10px 0;
	}
	
#smallContentExtended{
	width:185px;
	height:492px;
	background: url(../media/extended-small-content-bg.png);
	float:right;
	margin:10px 0 10px 0;
	}	
	
#lowerContent1{
	width:185px;
	height:156px;
	background: #efefef;
	float:right;
	margin:10px 0 10px 0;
	background:url(../media/small-lower-bg.png) top no-repeat;
	position:relative;
	}
#lowerContent1 img{	
	/*margin: 0;*/
	}
	
#lowerContent2{
	width:201px;
	height:156px;
	background: #efefef;
	float:right;
	margin:10px 16px 10px 0;
	background:url(../media/other-lower-bg.png) top no-repeat;	
	}
#lowerContent2 img{	
	/*margin: 0;*/
	}	
	
#lowerContent3{
	width:201px;
	height:156px;
	background: #efefef;
	float:right;
	margin:10px 15px 10px 0;
	background:url(../media/other-lower-bg.png) top no-repeat;		
	}
#lowerContent3 img{	
	/*margin: 0;*/
	}	
	
#lowerContentExtended{
	width:418px;
	/*height:156px;*/
	background: #efefef;
	float:right;
	margin:10px 16px 10px 0;
	background: #fff url(../media/extended-lower-bg-top.png) top no-repeat;		
	}	
	
/*#clientLogos{
	width: 616px;
	margin-left: 165px;
	}
#clientLogos img{
	margin:0 10px;
	}*/
	
#footer{
	background: #FC6;
	width: 991px;
	margin:0 auto;
	}
	
.overViewBtm{
	margin-top: 8px;
	}
	
#overViewTitle{
	font-weight:900;
	color:#ed0d6c;
	display:block;
	}
	
#overViewTitle a:link, #overViewTitle a:visited{
	border:none 0;
	display:inline;
	color:#ed0d6c;
	padding:0 15px 0 0;
	background:url(../media/externalLink.png) center right no-repeat;
	}	
	


