/* the home page varies in some signifcant ways from the rest of the site.
This style sheet contains directives for those features that only appear on the hme page*/

#headerHome {
	position:absolute;
	left:0;
	top:0;
	width:950px;
	height:200px;
}

#headerHome h1 {
	width:100%;
	height:100%;
	position:relative;
}

#headerHome h1 span {
	background:url(/images/home/headerHome.jpg) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

#mainNav.homeMenu {
	top:200px;
}

#content.homeContent {
	padding-top:235px;
}

.logo {
	float:left;
	margin:0 10px 10px 0;
	border:none;
}

.fragImgHolder {
	position:absolute;
	width:126px;
	height:206px;
	top:5px;
	left:770px;
}

.fragImgHolder img {
	border:none;
}

#bsp {
	float:right;
	padding:2px;
	margin:5px;
	border:1px solid #999;
}

#homeSub {
	width:100%;
	margin-top:35px;
	background:transparent;
	overflow:hidden;
}
#sub1 {
	width:45%;
	float:left;
	overflow:hidden;
	padding:10px;
	background:transparent;
}

#sub1 p, #sub2 p {
	font-size:1.2em;
	text-align:left;
	line-height:1;
	margin:0.5em 1em;
	color:#666;
}
#sub2 {
	width:45%;
	float:right;
	overflow:hidden;
	padding:10px;
	background:transparent;
}




/*UI tabs*/

#fragment-1 p, #fragment-2 p, #fragment-3 p, #fragment-4 p {
	text-align:left;
	font-size:1.25em;
	margin-right:225px;
}

#fragment-1, #fragment-2, #fragment-3, #fragment-4 {
	height:15em;
	margin:5px 10px 0;
	border:1px solid #999;
	background:#fff;
	overflow:hidden;
}

.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	margin-top:-1px;
	margin-left:50px;
	font-family: Verdana, Arial, sans-serif;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #999;
	/*bottom: -1px;*/
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #999;
	border-right: none;
	/*border-left-color:#666;
		border-bottom-color:#999;*/
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555;
	/*background:#fff url(/images/ui/tabBG.gif) top left no-repeat;*/
	background: #e6e6e6 url(/images/ui/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-tabs-nav-item a:hover {
	/*background: #dadada url(/images/ui/tabHover.gif) 0 50% repeat-x;*/
	background: #dadada url(/images/ui/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-selected {
	border-top-color: #ffffff;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: #ffffff url(/images/ui/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff;
	color: #222222;
	padding: 1.5em 1.7em;	
}
.ui-tabs-hide {
	position: absolute; left: -99999999px;
}

