/*
	Filename         :home.css
	Created by       :Mark Thomas
	Last modified by :Mark Thomas
	Created          :20 January 2005 15:37:10
	Last Updated     :25 January 2005 11:29:45
	Comments         :
*/


@import url(shared.css);
@import url(navigation.css);

/*************************************************************
homepage image text
*************************************************************/
div#homeText {
	position:absolute;
	margin:0;
	padding:0;
}

div#homeText h1, 
div#homeText p {
	color:#fff;
	margin:0;
	padding:0;
	font-weight:normal;
}
div#homeText h1 {
	width:450px;
	margin:30px 0 0 30px;
	font-size:150%;
}
div#homeText p {
	width:230px;
	margin:.5em 0 0 30px;
	padding:0;
}
p.image {
	width:728px;
	height:191px;
	/*overflow:hidden;*/
}
p.image img {
	width:728px;
	height:191px;
}


/*************************************************************
subNavigation links
*************************************************************/
ul#subNavigation {
	float:right;
	border-top:1px solid #fff;
	width:100%;
	position:relative;
	background-repeat:repeat-y;
	list-style-type:none;
	background-position:0 0;
	background-image:url(../images/subNavigation_line.gif);
	background-color:#D5DDE1;
	
}

ul#subNavigation li{
	float:left;
}
ul#subNavigation li a {
	font-weight:bold;
	color:#333;
	float:left;
	padding:.4em 6px .4em 20px;
	background-repeat:no-repeat;
	background-position:6px .7em;
	background-image:url(../images/bg_nav_home.gif);
}

ul#subNavigation li.first {
	width:240px;
}
ul#subNavigation li.middle {
	width:137px;
}
ul#subNavigation li.events {
	width:115px;
}
l#subNavigation li.last{
	padding-right:0;
}


ul#subNavigation li a:hover {
	color:#0D2B88;
	text-decoration:none;
}

div#content{
	clear:both;
	padding-top:10px;
}

/*************************************************************
presence
*************************************************************/
div#presence{
	float:left;
	width:360px;
	#margin: 0.5em 0 0 0;
	padding-left:20px;
	border-right:1px solid #fff;
}
ul#presence{
	list-style-type:none;
	background:url(../images/libg_globe.gif) no-repeat 90px 20px;
	margin:0px;
	position:relative;
	height:230px;
}
ul#presence li h2{
	color:#fff;
	position:absolute;
	height:24px;
	font-size:110%;
}
	ul#presence li h2 a{
		color:#fff;
		display:block;
	}
	ul#presence li h2 a:hover{
		color:#bbb;
		
	}
ul#presence li.blue h2{
	background:url(../images/libg_blue.gif) no-repeat;
	top:60px;
	padding:4px 0 0 4px;
}
	ul#presence li.blue p{
			top:65px;
	}
ul#presence li.red h2{
	background:url(../images/libg_red.gif) no-repeat 0 0px;
	top:45px;
	left:200px;
	padding:3px 0 0 40px;
	position:absolute;
}
	ul#presence li.red p{
		top:-35px;
		left:200px;
	}
ul#presence li.turquoise h2{
	background:url(../images/libg_turqoise.gif) no-repeat 0 0;
	top:105px;
	left:210px;
	padding:4px 0 0 40px;
}
	ul#presence li.turquoise p{
		top:110px;
		left:210px;

	}
ul#presence p{
	position:absolute;
	border:1px solid #ccc;
	width:120px;
	background:#fff !important;
	margin: 30px 0 0 0;
	padding:.5em !important;
	font-weight:bold;
}
ul#presence li a{
	color:#666;
}
ul#presence li a:hover{
	color:#0D2B88;
	text-decoration:none;
}
/*************************************************************
testimonials
*************************************************************/
div#testimonials {
	#clear:right;
	#margin:.5em 60px 0 186px;
	margin:.5em 0 0 400px;
	padding:0 20px 1em 20px;
	position:relative;
}
div#testimonials h2, div#presence h2 {
	position:relative;
	font-size:130%;
	padding:.5em 0 0 0;
	width:250px;
	height:1em;
}
div#testimonials p {
	color:#333;
	margin:.5em 0;
	position:relative;
}
div#testimonials p span {
	#position:absolute;
	#left:-190px;
	#width:160px;
	#text-align:right;
}
div#testimonials p em {
	color:#0D2B88;
	display:block;
	font-size:90%;
}
div#testimonials div {
	position:absolute;
	visibility:hidden;
	#width:400px;
	width:250px;
	
}
div#testimonials img, div#presence img{
	padding:10px 0;
}

/****************************************************
	progress bar
*******************************************************/
span#progress {
	display:block;
	position:absolute;
	bottom:10px;
	border:1px solid #ccc;
	background:#fff;
	height:10px;
	font-size:1px;
	width:300px;
	visibility:visible;
	overflow:hidden;
	filter:alpha(opacity=50);
	opacity:.5;
}
span#progress span#bar {
	visibility:visible;
	position:absolute;
	top:0;
	width:150px;
	display:block;
	height:10px;
}
span#bar span {
	height:8px;
	margin:1px;
	width:6px;
	float:left;
	background:#798E9A;
	font-size:1px;
}
.progressBarHandle-0 {
	filter:alpha(opacity=20);
	opacity:0.20;
}
.progressBarHandle-1 {
	filter:alpha(opacity=40);
	opacity:0.40;
}
.progressBarHandle-2 {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.progressBarHandle-3 {
	filter:alpha(opacity=80);
	opacity:0.8;
}
.progressBarHandle-4 {
	filter:alpha(opacity=100);
	opacity:1;	
}

/****************************************************
	career opportunities
*******************************************************/

#careeropps {
	width:400px;
	clear:left;
	padding:10px 0 10px 0;
	margin:10px 0 0 185px;
	background:url(../images/bg_dotted_line.gif) repeat-x top;
	font-weight:bold;
}

#careeropps a {
	background:url(../images/bg_nav_home.gif) no-repeat left 4px;
	color:#333;
	padding-left:18px;
	display:block;
}	

/****************************************************
	feature links
*******************************************************/
div#featurelinks{
	background-color:#eaeef0;
	background:url(../images/bg_dotted_line.gif) repeat-x top;
	width:440px;
	clear:left;
	padding:10px 0 35px 0;
	margin:10px 0 0 185px;
}

#featurelinks ul{
	font-weight:bold;
	list-style-type:none;

}

#featurelinks li{
	float:left;
	display:inline;
	width:220px;

}	


#featurelinks a{
	background:url(../images/featurelink.gif) no-repeat left 4px;
	color:#01308a;
	padding-left:35px;
	padding-right:5px;
	sfloat:left;
	sdisplay:inline;

}	
