@import url("Fonts.css");
@import url("Report.css");
@import url("general.css");

body#home #contentWrapper {
	position:relative;
	width:758px;
	height:367px;
	background: url(../_images/home/contentWrapperBg.gif) no-repeat;
	padding:0 5px 4px 3px; 
}


body#home #mainApps {
	position:absolute;
	top: 45px;
	left:0px;
	width:451px;
	z-index: 5;
	display: block;
	padding-top: 0px;
	padding-left: 50px;
	background-image: url(../_images/contentWrapperBkg.gif);
	background-repeat: repeat-y;
	clip:  rect(auto auto auto 3px);	
}

/* -- header
------------------------------------------------------------------------*/

body#home #header {
	position:relative;
	width:758px;
	height:105px;
	background:url(../_images/headerBg.gif);
	}


/* -- Main Column
------------------------------------------------------------------------*/

body#home #main {
	position:absolute;
	top: 5px;
	left:3px;
	width:228px;
	height:348px;
	padding:0px;
	}

body#home #mainCopy {
	position:absolute;
	top: 5px;
	left:230px;
	width:255px;
	height:348px;
	padding:0px;
	z-index: 1;
	}


body#home #mainForm {
	position:absolute;
	top: 15px;
	left:125px;
	width:440px;
	height:348px;
	padding:0px;
	z-index: 1;
}
	
body#home #mainFormTitle {
	position:absolute;
	top: 25px;
	left:20px;
	width:440px;
	height:348px;
	padding:0px;
	z-index: 1;
	}

body#home #mainCopy h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7a96ab;
	}

body#home #mainCopy ul {
	left: 5px;
	position: relative;
	}
	
body#home #mainCopy li {
	list-style-position: outside;
	list-style-image: url(../_images/smallH.png);
	list-style-type: circle;
	display: block;
	z-index: 3;
	}

body#home #main h3 span {
	margin-left:-5000px;
	
	}

body#home #main p {
	width:218px;
	height:174px;
	background:  url(../_images/home/p.gif);
	margin-top:12px;
	}

body#home #main p span {
	margin-left:-5000px;
	}
	

	
/* -- Navigation
------------------------------------------------------------------------*/

#homeNav {
	position:absolute;
	top:40px;
	left :550px;
	width:100px;
	height:348px;
	/* background:url(../_images/test.gif); */
	}

#homeNav a {
	display:block;
	width:239px;
	height:58px;
	}

a#homeNavAbout {
	background:url(../_images/nav_01.jpg) no-repeat;
	display: block;
	}

a#homeNavWhy {
	background:url(../_images/nav_03.jpg) no-repeat;
	display: block;
	}

a#homeNavJoin {
	background:url(../_images/nav_05.jpg) no-repeat;
	display: block;
	}
	
a#homeNavContact {
	background:url(../_images/nav_07.jpg) no-repeat;
	display: block;
	}

a#homeNavHome {
	background:url(../_images/nav_09.jpg) no-repeat;
	display: block;
	}


a#homeNavAbout:hover {
	background:url(../_images/navO_01.jpg) no-repeat;
	display: block;
	}

a#homeNavWhy:hover {
	background:url(../_images/navO_03.jpg) no-repeat;
	display: block;
	}

a#homeNavJoin:hover {
	background:url(../_images/navO_05.jpg) no-repeat;
	display: block;
	}

a#homeNavContact:hover {
	background:url(../_images/navO_07.jpg) no-repeat;
	display: block;
	}

a#homeNavHome:hover {
	background:url(../_images/navO_09.jpg) no-repeat;
	display: block;
	}


a#homeNavAboutF {
	background:url(../_images/navO_01.jpg) no-repeat;
	display: block;
	}

a#homeNavWhyF {
	background:url(../_images/navO_03.jpg) no-repeat;
	display: block;
	}

a#homeNavJoinF {
	background:url(../_images/navO_05.jpg) no-repeat;
	display: block;
	}

a#homeNavContactF {
	background:url(../_images/navO_07.jpg) no-repeat;
	display: block;
	}

a#homeNavHomeF {
	background:url(../_images/navO_09.jpg) no-repeat;
	display: block;
	}
/* -- Capabilities
------------------------------------------------------------------------*/

#capabilities {
	position:absolute;
	left:3px;
	bottom:4px;
	padding:5px;
	width:485px;
	height:19px;
	}

#capabilities li {
	display:inline;
	float:left;
	}

#capabilities a {
	height:19px;
	display:block;
	}

a#homeCapBranding {
	width:112px;
	background:url(../_images/home/capabilities/branding.gif);
	}

a#homeCapWebDe {
	width:67px;
	background:url(../_images/home/capabilities/webDe.gif);
	}

a#homeCapPrint {
	width:74px;
	background:url(../_images/home/capabilities/print.gif);
	}

a#homeCapAdvertising {
	width:71px;
	background:url(../_images/home/capabilities/advertising.gif);
	}

a#homeCapAnimation {
	width:60px;
	background:url(../_images/home/capabilities/animation.gif);
	}

a#homeCapWebAp {
	width:101px;
	background:url(../_images/home/capabilities/webAp.gif);
	}

	
/* -- Copyright
------------------------------------------------------------------------*/

body#home #copyright {
	width:758px;
	}
