
body,td,th {
font-size: 9px;
color: #000;
}
body {
background-color: #FFF;
}

/********************************/
/* LINKS */
/********************************/
.home #containerContentGroup a, 
.home #containerContentGroup a:active, 
.home #containerContentGroup a:link, 
.home #containerContentGroup a:visited,
#containerFooterGroup a, 
#containerFooterGroup a:active, 
#containerFooterGroup a:link, 
#containerFooterGroup a:visited {
color: #0081be;
}
.home #containerContentGroup a, 
#containerFooterGroup a {
text-decoration: none;
}

/********************************/
/*DEFAULT TAGS*/
/********************************/
.home #containerContentGroup h1, 
.home #containerContentGroup h2, 
.home #containerContentGroup h3, 
.home #containerContentGroup h4, 
.home #containerContentGroup h5, 
.home #containerContentGroup h6 {
color:#000;
}


/********************************/
/*ACCESSIBILITY*/
/********************************/
.skipped a, .skipped a:hover, .skipped a:visited
{
	display:none;
}

/********************************/
/* LAYOUT CONTAINERS */
/********************************/

/* IE6 PAGE CONTAINER */
#alertBar {
	display:none;
}
/* PAGE CONTAINER */
#containerPage,
#container404 {
width:745px;
}

/* CONTAINER GLOBALS */
/* #containerBannerGroup, */
#containerNavGroup,
#containerBreadcrumbGroup,
#containerContentGroup,
#containerHomeContentGroup,
#containerFooterGroup {
width:745px;
}
#containerNavGroup {
	display:none;
}


/********************************/
/* BANNER */
/********************************/
#containerBannerGroup {
height:100px;
background-color:#FFF;
}
#containerBanner {
position: relative;
background-image:none;
height:100px;
}
#logo {
}
p#tagline {
	display: block;
	position:absolute;
	top:49px;
	left:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.8em;
	line-height:1.1em;
	color:#949599 !important;
	margin:0;
}
.home p#tagline {
	display:none;
}

/********************************/
/* DEFAULT PAGE - CONTENT AREA */
/********************************/

/* DEFAULT PAGE - LAYOUT */
#containerContentGroup {
background-image:none;
border-bottom:1px solid #949599;
}
#containerSidebar {
	display:none;
}
#containerBodyContent {
float: none;
}





/********************************/
/* HOME PAGE - CONTENT AREA  */
/********************************/

.home #containerContentGroup {
background-color:#FFF;
border-bottom:1px solid #949599;
color:#000;
}
#homeFeaturedPict img {
border:1px solid #000;
width:745px;
height:auto;
}
#homeColumns #columnLeft {
width:415px;
border-top:1px solid #949599;
}
#homeColumns #columnRight {
border-top:1px solid #949599;
}


/********************************/
/* FOOTERS */
/********************************/
#footerLeft, #footerRight {
float:none;
}
#footerLeft {
width:100%
}
#footerRight {
	display:none;
}
#containerFooter {
color:#000;
}
	


/********************************/
/* GLOBAL BLOCKS */
/********************************/

/* FEATURED PROJECT */
.home .featuredProject .projectPict a {
	border:1px solid #000;
}
