<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*******************************************
**************CSS RESET*********************
*******************************************/
/* v2.0 | 20110126

http://meyerweb.com/eric/tools/css/reset/

  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*******************************************
********************************************
*******************************************/

section, header, footer, aside, article, nav {
	display: block;
}

html {
    overflow-y: scroll;
    /*overflow-x: hidden;*/
}

#wrapper { 
	margin: 0 auto; 
	width: 980px; 
	text-align:left; }
#inner { 
	width:980px; 
	float:left; 
	background:#ffffff url(../img/bodyBg.jpg) repeat-y top center;
}

body {
	background: #fffed9;
}

/*h1,h2,h3,h4,h5,h6 {
	font-family: arial, helvetica, sans-serif;
	font: 14pt;
	font-weight: bold;
	color: #0097c5;
}*/

/*h3 {
	color: #3da2b4;
	text-shadow: 0 -1px 0;
	font-size: 24px;
	line-height: 24px;
}*/

h1, h2, h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0097c5;
}
h1 {
	font-size:   1.5em;
	
}
h2 {
	font-size:  1.25em;
	
}
h3 {
	font-size:     1em;
}
p {
	font-size: 0.875em;
	line-height: 18px;
	/*16px=1em, therefore 0.875em x 16 = 14px*/
}
h1, h2, h3, p {
	margin-bottom: 5px;
}
a:link    {text-decoration:none     ; color: #0097c5;}
a:visited {text-decoration:none     ; color: #0097c5;}
a:hover   {text-decoration:underline; color: #0097c5;}
a:active  {text-decoration:none     ; color: #0097c5;}

li {
	margin-left: 0;
	list-style: none;
}

/*.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}*/

/*******************************************
**********HEADER****************************
*******************************************/
header nav {
	width: 960px;
	height: 44px;
	clear: both;
	margin: 0 auto;
	background: url(../img/navBg.gif) repeat-x top left;
}
	header nav ul li {
		float: left;
	}

	header nav ul li:first-child {
		float: left;
		margin-left: 40px;
	}

		header nav ul li a {
			display: block;
			float: left;
			height: 43px;
			width: 150px;
			line-height: 43px;
			text-decoration: none;
			font-family: arial, sans-serif;
			text-align: center;
			font-size: 12pt;
		}
		header nav ul li a:link    {text-decoration:none     ; color: #e2e2e2;}
		header nav ul li a:visited {text-decoration:none     ; color: #e2e2e2;}
		header nav ul li a:hover   {text-decoration:none     ; color: #e2e2e2;}
		header nav ul li a:active  {text-decoration:none     ; color: #e2e2e2;}

			header nav li .current {background: url(../img/navBgHover.gif);}
			header nav li :hover   {background: url(../img/navBgHover.gif);}

		header #current {
				color: #e2e2e2;
				background: url(../img/navBgHover.gif);
			}
			

/*SLIDESHOW*/

#slideshow {
	position: relative;
	width: 960px; 
	height: 270px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	float:left; 
	padding: 0px 10px;
}
	#slideshow img {
		position:absolute;
		/*top: 0;
		left: 0;*/
		z-index: 8;
	}

	#slideshow img.active {
		z-index: 10;
	}

	#slideshow img.last-active {
		z-index: 9;
	}

/*TASC LOGO ABOVE SLIDESHOW*/	

#logo {
		position: absolute;
		left: 34px;
		top: 24px;
		z-index: 11;
}
#logo img {
			-webkit-box-shadow: 0px 0px 30px 3px #000000;
	           -moz-box-shadow: 0px 0px 30px 3px #000000;
	                box-shadow: 0px 0px 30px 3px #000000;
}

/**********************************************
**********************MAIN*********************
**********************************************/

/*3 COLUMNS OF INFO*/

#column1, #column2, #column3 {
	margin-top: 10px;
	margin-bottom: 10px;
	/*padding: 10px;*/
}

#column1 {
	margin-top: 0px;
}

#main #breadCrumb.grid_9 {
	/*margin: 10px;*/
	height: 50px;
}
#main #breadCrumb.grid_9 p {
	/*margin: auto 10px;*/
	line-height: 50px;
}

#column1.grid_8 {
	float: left;
	/*width: 620px;*/
}
	.fboServices {
		display: block;
		height: 140px;
		margin: 15px auto;
		overflow: hidden;
	}
	.fboServices img {
		float: left;
		padding-right: 10px;
		/*-webkit-border-radius: 12px;*/
     	/*-moz-border-radius: 12px;*/
             /*border-radius: 12px;*/
	}
	.fboServices h2 {
		padding-bottom: 5px;
	}
	



#column3.grid_4 {
	float: right;
	/*width: 300px;*/
}

.greyBox {
	background: #dcdcdc;
	padding: 10px;
	clear: both;
	border: 2px solid #a4a4a4;

  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}
	.greyBox img {
		display: block;
		margin: 0 auto;
	 -webkit-border-radius: 12px;
     	-moz-border-radius: 12px;
             border-radius: 12px;

     -webkit-box-shadow:  -2px 2px 20px .5px #000000;
        -moz-box-shadow:  -2px 2px 20px .5px #000000;
        	 box-shadow:  -2px 2px 20px .5px #000000;
	}
#column3 .greyBox {
	padding: 0px;
}

/*APPLE OVERLAY EFFECT ON IMAGES*/

.apple_overlay {
 
    /* initially overlay is hidden */
    display:none;
 
    /* growing background image */
    background-image: url(../img/white.png);
   
 
    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:640px;
 
    /* some padding to layout nested elements nicely  */
    padding:35px;
 
    /* a little styling */
    font-size:11px;
}
 
/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image: url(../img/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}

/* black version of the overlay. simply uses a different background image */
.apple_overlay.black {
background-image: url(../img/transparent.png);
color: #fff;
}


	/****************************************
	------------SOCIAL ICONS-----------------
	*****************************************/
	#socialMedia {
		display: block;
		float: right;
		margin-top:    10px;
		margin-bottom: 10px;
	}
		
		#headSocial li {
			display: inline;
			float: right;
			margin-left: 5px;
		}

	#headSocial img {
		/*float: left;
		margin-left: 23px;*/
		-webkit-transition: -webkit-border-radius .2s;
		-moz-transition: -moz-border-radius .2s;
		transition: border-radius .2s;
	}

	#headSocial img:hover {
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		border-radius: 13px;
		-moz-box-shadow: 0 0 0 2px #0097c5;
		-webkit-box-shadow: 0 0 0 2px #0097c5;
		-moz-box-shadow: 0 0 0 2px #0097c5;
	}

	#headSocial a {
		text-decoration: none;
	}

#blankSpace {
	display: block;
	clear: both;
	width: 960px;
	height: 70px;
}

/***********************************************
*******************FOOTER***********************
***********************************************/

footer {
	position: relative;
	clear: both;
	width: 960px;
	height: 33px;
	/*float: left;*/
	
	margin: 0 auto;
	/*overflow: hidden;*/
	/*list-style: none;*/
	background: #0070a7 url(../img/footerBg.jpg) repeat-x top left;
	/*padding: 0px 10px;*/
	/*padding-right: 50px;*/
}
	footer img {
		position: absolute;
		bottom: 15px;
		right: 25px;
		z-index: 3;
	}
	footer #flower {
		position: absolute;
		top: -10px;
		right: -120px;
		z-index: 2;
	}
#pearls {
	display: inline;
	float: right;
	/*bottom: 20px;
	right: 20px;*/
	z-index: 1;
	width: 252px;
	height: 144px;
}

#base {
	position: absolute;
	bottom: 35px;
	display: block;
	width: 960px;
	height: 30px;
	margin: 0px auto 0px;
	z-index: 4;
}
#base nav{
	/*display: block;*/
	/*width: 960px;
	height: 30px;*/
	/*margin: 30px auto 0px;*/
	text-align: center;
}

#base nav ul li { display: inline; }
#base a:link    {text-decoration: none;      color: #aeafb4;}
#base a:visited {text-decoration: none;      color: #aeafb4;}
#base a:hover   {text-decoration: underline; color: #0070a7;}
#base a:active  {text-decoration: none;      color: #aeafb4;}

#base nav li:before {
 content: '|';
 color: #aeafb4;
 padding: 5px;
}

#base nav li:first-child::before {
 content: '';
}

  /* tooltip styling */
.tooltip.lrg {
    display:none;
    background:url(../img/tooltip_lrg.png);
    height:163px;
    width:310px;
    padding:25px;
    font-size:14px;
    color:#eee;
    z-index: 4;
}
	.tooltip.lrg img {
		position: absolute;
		left: 30px;
		top: 30px;
		display: inline;
		float: left;
		 -webkit-border-radius: 12px;
	     	-moz-border-radius: 12px;
	             border-radius: 12px;
	}
	.tooltip.lrg p {
		position: absolute;
		width: 180px;

		left: 160px;
		top: 60px;
	}
 
.tooltip {
    display:none;
    background:transparent url(../img/tooltip_sml.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#eee;
}

	

  


	
	





		


</pre></body></html>