ing/* CSS Document */
img, div, a, input { behavior: url(iepngfix.htc) }

* {
	margin:0; padding:0;
	font-size:100%;
}

html{
	background:#000;
}

.left { float:left;}
.right {float:right; margin-left: 2em; margin-bottom: 1em;text-align:center;}
.clear  { clear:both;}
.center { text-align: center; }
.red { color: #ff0000; font-weight: bold; }
.small { font-size: 75%; }
.smaller {font-size: 50%; }

html, input, textarea
	{
		font-family:Tahoma;
		font-size:12px;
		line-height:1.417em;
		color:#000011;
		text-align:left;
	}

a {color:#00f; text-decoration: none;}
a:hover{text-decoration:none;}
p {margin-bottom: 10px; text-align: left; line-height: 1.3em}
h1 { font-size: 130%; font-weight: bold; }
h2 { text-transform: uppercase; font-size: 150%; margin: 7px 0 10px 0; }
h3 { margin: 15px 0 7px 0; text-align: left; font-weight: bold;font-size: 14px; color: #fff;}
ul { margin-bottom: 1em; }

/* ============================= home layout ====================== */
#home {
	text-align:left;
	position: absolute;
	width: 100%;
	height:100%;
	!margin-left: -50%;
}
#homecenter {
	position: absolute;
	height: 350px;
	width: 500px;
    top: 50%;
    left: 50%;
    margin-left: -250px;
	margin-top: -175px;
}
#home_red {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 35%;
	background: url('images/home/home_red.png') bottom right no-repeat;
}
#home_red a{
position: absolute;
bottom: 20%;
right: 10%;
}
#home_green {
	position: absolute;
	top: 0;
	left: 25%;
	width: 30%;
	height: 25%;
	background: url('images/home/home_green.png') bottom left no-repeat;
}
#home_green a{
position: absolute;
bottom: 35%;
left: 25%;
}
#home_purple {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 50%;
	background: url('images/home/home_purple.png') bottom left no-repeat;
}
#home_purple a{
position: absolute;
bottom: 45%;
left: 35%;
}
#home_orange {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 40%;
	background: url('images/home/home_orange.png') top left no-repeat;
}
#home_orange a{
position: absolute;
top: 30%;
left: 30%;
}
#home_sky {
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 55%;
	height: 40%;
	background: url('images/home/home_sky.png') top center no-repeat;
}
#home_sky a{
position: absolute;
top: 50%;
left: 35%;
}
#home_blue {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
	height: 55%;
	background: url('images/home/home_blue.png') top right no-repeat;
}
#home_blue a{
position: absolute;
top: 50%;
right: 28%;
}
/* ========================== individual page layout ===================== */
#pagetitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 35%;
}
#pagetitle img {
	position: absolute;
	top: 8%;
	left: 10%;
}
.greentitle {
	background: url('images/green_title.png') bottom right no-repeat;
}
.redtitle {
	background: url('images/red_title.png') bottom right no-repeat;
}
.skytitle {
	background: url('images/sky_title.png') bottom right no-repeat;
}
.purpletitle {
	background: url('images/purple_title.png') bottom right no-repeat;
}
.orangetitle {
	background: url('images/orange_title.png') bottom right no-repeat;
}
.bluetitle {
	background: url('images/blue_title.png') bottom right no-repeat;
}
/* ============================= inner page layout ====================== */
#inside {
	text-align: left;
	position: absolute;
	width: 100%;
	height:100%;
	!margin-left: -50%;
}
#insidecenter {
	z-index: 100;
	text-align: left;
	position: absolute;
	height: 95%;
	width: 80%;
	top: 20px;
	right: 0;
}
#menu {
	position: absolute;
	left: 1%;
	height: 200px;
	width: 15%;
	top: 50%;
	margin-top: -100px;
	z-index: 200;
}
#menu ul {
	position: absolute;
	left:45px;
}
#menu li {
	margin-bottom: 1em;
}
#menu a {
	color: #effdff;
}

/* ============================= global ====================== */
.caps {
	width:98%;
	margin: 0 auto;
	height: 31px;
}
#slideshow {
	background:#fff;
	width: 98%;
	margin: 0 auto 0 auto;
	padding: 0;
}

#innerslide {
	margin: 0 auto;
	width:94%;
	padding: 0 2% 2em 2%;
}
#contact {
	width: 600px;
}
#contact td {
	vertical-align: top;
	text-align: center;
	padding-bottom: 1em;
}
#quotes {
	position: absolute;
	top: 5%;
	z-index:500;
	right: 5%;
	width: 25%;
	height: 23%;
	color:#fff;
	text-align: right;
	font-style:italic;
}
.attrib {
	text-align: right;
}
#partnertable {
	width: 100%;
}
#partnertable td {
	text-align:center;
	padding: 10px 0 10px 0;
}
#arrow {
	position: absolute;
	left: 10px;
}
#footer {
	color: #fff;
	margin-top:10px;
	text-align: center;
}
#footer a {
	color: #fff;
}

