@import url(global.css);

/* CONTENT SLIDER */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 900px; /*width of featured content slider*/
height: 220px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 900px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 220px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 880px; /*Width of pagination DIV. Total width should equal slider's outer width */
text-align: right;
padding:0 10px;
}

.pagination a{
text-decoration: none;
padding:0;
margin:0; 
}

.pagination a.toc {
	background-image:url(../../images/flash_buttonOff.gif);
	background-repeat:no-repeat;
	padding-top:8px;
	}

.pagination a:hover, .pagination a.selected{
	background-image:url(../../images/flash_buttonOn.gif);
	background-repeat:no-repeat;
}

	
/* FLASH */			
				
	#flash {
		width:900px;
		height:270px;
		background-image:url(../../images/flash.jpg);
		background-repeat:no-repeat;
		position:relative;
		}	
		
		#flash #welcome {
			position:absolute;
			top:20px;
			left:20px;
			width:400px;
			height:102px;
			
			background-color:#FFFFFF;
			border:1px solid #dadada;
			}
		
			#flash #welcome #welcomeInside {
				background-color:#e4e4e4;
				padding:10px;
				margin:1px;
				height:80px;
				}
			
			#flash #welcome h1 {
				color:#e85105;
				font-size:20px;
				margin-bottom:2px;
				}
			
			#flash #welcome p {
				color:#135c9c;
				font-size:18px;
				}
		
		#flash .textArea {
			position: absolute;
			top:140px;
			left:80px;
			width:320px;
			text-align:right;
			}		
			
			#flash .textArea h1 a {
				color:#0fa6cc;
				background-image:url(../../images/dotted_ltBlue.gif);
				background-repeat:repeat-x;
				background-position: bottom;
				width: auto;
				display:inline;
				font-size:20px;
				background-color:#edeceb;
				text-decoration:none;
				}
			
				
			#flash .textArea p, #flash .textArea a {
				color:#8a8a8a;
				font-size:15px;
				background-color:#edeceb;
				text-decoration:none;
				}
			
			#flash a:hover {
				text-decoration:none;
				}
				
		#flash .imageArea {
			position:absolute;
			top:28px;
			left:512px;
			}
			
/* MAIN CONTENT AREA */
		
		#content #leftContent, #content #rightContent {
			float: left;
			width:400px;
			padding: 10px 25px;
			height:350px;
			}
		
		#content #leftContent {
			color:#135c9c;
			}
		
		#content #rightContent {
			background-image:url(../../images/bg_hp_team.jpg);
			background-repeat:repeat-y;
			background-color:#f4f3f2;
			}	
	
		#content h1 {
			background-image:url(../../images/dotted_ltBlue.gif);
			background-repeat:repeat-x;
			background-position: bottom;
			font-size:18px;	
			float:left;
			margin:12px 0px 35px 10px;
			color: #104d82;
			}					
	
		#content h2 {
			font-size:13px;
			color:#38b3d2;
			}
		
		#content h3 {
			font-size:12px;
			}
		
		#content p {
			margin:0 0 10px 0;
			}
			
		.homeIcons {
			float:left; 
			width:51px;
			} 		

