/* ---------- Mega Styles ----------*/

img, div { 
 	behavior: url(iepngfix.htc);
}
body, h1, h2, h3, h4, p, form, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #747474;
	display: block;
	
}
body {
	font-size:62.5%;
	background: #000000;
}
.hide {
	display: none;
	font-size: 1px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #ffffff;
}
a {
	color:#D2492A;
}
a img{
	border:0px;
}
.blue {
	color: #7faad4;
}
.green {
	color: #A5A981;
}



/* header */
#headerBg {
	display: block;
	height: 64px;
	background: url(../images/headerBg.gif) top repeat-x;
}
#header {
	display: block;
	width: 900px;
	margin: 0 auto;
	height: 64px;
	position: relative;
}
#homeID {
	position: absolute;
	top: 0px;
	right: 0px;
}
#homeButton {
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 30;
}



/* footer */
#footerBg {
	display: block;
	height: 64px;
	background:  url(../images/footerBg.gif) top repeat-x;
}
#footer {
	height: 64px;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#footer #agile {
	position: absolute;
	top: 0px;
	right: 0px;
}
#footer p {
	padding-top: 15px;
	font-size: 1.1em;
}



/* container */
#container {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0 20px 0;
	position: relative;
}


/* ----------- STYLES ---------- */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3.7em;
	color:#7faad4;
	font-weight:normal;
	width:700px;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.8em;
	color:#7faad4;
	font-weight:normal;
	margin-top: .5em;
	}

.intro {
	width:100%;
	float:left;
	margin-bottom:50px;
	}
.intro p {
	color:#fff;
	margin-top:20px;
	font-size:1.3em;
	}

a.linkBox {
	padding:10px;
	/*width:210px;
	height:275px;*/
	overflow:hidden;
	background-color:#5b5b5b;
	display:inline-block;
	float:left;
	margin:0px 20px 20px 0;
	text-decoration: none;
	position: relative;
	}
.end {
	
	}

a.linkBox:hover {
	background-color:#d2492a;
	}
a.linkBox img:hover {
	background-color:#d2492a;
	cursor:pointer;
	}

.linkBox span {
	font-size:1.2em;
	display:block;
	color:#fff;
	cursor:pointer;
	width:190px;
	height:40px;
	text-decoration: none;
	overflow: hidden;
	clear: both;
	float: none;
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}

	
	
.links {
	margin:20px 0 60px 0;
	}
ul.linkList {
	padding-left:10px;
	margin:15px 0;
	}
.linkList li {
	background:url(../images/bullet-red.gif) no-repeat left 5px;
	list-style-type:none;
	padding:0 0 0 20px;
	margin-bottom:15px;
	font-size:12px;
	color:#CCCCCC;
	width:600px;
	}	
.linkList li a {
	color:#fff;
	text-decoration:none;
	font-size:1.4em;
	font-weight:bold;
	display: block;
	margin-bottom: 5px;
	}
.linkList li a:hover {
	color:#d2492a;
	}

.linkBox .tip {
	display: none;
	
}
a.linkBox:hover .tip {
color: #ffffff;
font-size: 12px;
	line-height: 16px;
	behavior: url(iepngfix.htc);
	position: absolute;
	left: 10px;
	width: 170px;
	padding: 10px;
	bottom: 10px;
	*bottom: 13px;
	_bottom: 11px;
	background: url(../images/trans.png) top left no-repeat;
	display: block;
}

.containerHolder {
	background: #000000 url(../images/mainBg.gif);
	margin: 0;
}
.navNext {
	position: absolute;
	z-index: 29;
	font-size: 100px;
	right: -40px;
	bottom: 215px;
	font-weight:bold;
	
}
#welcome1 {
	position: absolute;
	left: 0px;
	top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3.7em;
	color:#7faad4;
	font-weight:normal;
}
.big {
	font-size: 1.5em;
}
.navPrev {
	position: absolute;
	z-index: 29;
	font-size: 100px;
	left: -40px;
	bottom: 215px;
	font-weight:bold;
}
.containerHolder #container .end {
margin:0px 0px 20px 0;
}
.externalLink 
{
	text-decoration: none;
}
.externalLink:hover
{
	text-decoration: underline;
}