/* CSS Document */

html, body {
	height: 100%;         /* required */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #a7a9ac;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg-2.gif);
	background-repeat: repeat-y;
	background-position: top center;
	letter-spacing: 1px;
}

a:link { color: #fff; text-decoration: underline; }
a:visited { color: #fff; text-decoration: underline; }
a:hover { color: #ccc; text-decoration: underline; }
a:active { color: #ccc; text-decoration: underline; }

#wrap { margin: 0 auto; width: 1000px; height:100%; background: #101010; }



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


#header {
	width: 900px; 
	height: 170px; 
	margin: 0 auto; 
	position: relative; 
	text-align: left;
	background-image: url(images/Trinity-header-bg.gif);
}

#TopNavContainer {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/trinity-topNav.gif);
	background-repeat: no-repeat;
}

#TopNav {
    width: 840px; height: 42px;
    background: url(images/trinity-topNav.gif);
    margin: 0; padding: 0;
    position: relative;
}

#TopNav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#TopNav li a { height: 0px; display: block; padding-top: 42px; overflow: hidden; }

#TopNav1 { left: 0; width: 100px; }
#TopNav2 { left: 100px; width: 100px; }
#TopNav3 { left: 650px; width: 90px; }
#TopNav4 { left: 740px; width: 100px; }

#TopNav1 a:hover { background: transparent url(images/trinity-topNav.gif) 0 -42px no-repeat; }
#TopNav2 a:hover { background: transparent url(images/trinity-topNav.gif) -100px -42px no-repeat; }
#TopNav3 a:hover { background: transparent url(images/trinity-topNav.gif) -650px -42px no-repeat; }
#TopNav4 a:hover { background: transparent url(images/trinity-topNav.gif) -740px -42px no-repeat; }

#TopNav1 a.selected { background: transparent url(images/trinity-topNav.gif) 0 -42px no-repeat; }
#TopNav2 a.selected { background: transparent url(images/trinity-topNav.gif) -100px -42px no-repeat; }
#TopNav3 a.selected { background: transparent url(images/trinity-topNav.gif) -650px -42px no-repeat; }
#TopNav4 a.selected { background: transparent url(images/trinity-topNav.gif) -740px -42px no-repeat; }


#TopHLContainer {
	width: 250px;
	margin: 0 auto;
	padding: 0;
}

#TopHL {
    width: 250px; height: 128px;
    margin: 0; padding: 0;
    position: relative;
}

#TopHL li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#TopHL li a { height: 0px; display: block; padding-top: 128px; overflow: hidden; }

#TopHL1 { left: 0; width: 250px; }


/*-------------------------------------------
	page structure
-------------------------------------------*/

#mainContent {
	width: 840px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

#subContent {
	width: 840px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-color: #000;
}

#xsubContent p {
	padding: 0 10px 10px 10px;
}

.homeCopy {
	letter-spacing: 1px;
	font-size: 13px;
}

#HomeNavContainer {
	width: 840px;
	margin: 0;
	padding: 0;
	background-image: url(images/trinity-home-nav.jpg);
	background-repeat: no-repeat;
}

#HomeNav {
    width: 840px; height: 270px;
    background: url(images/trinity-home-nav.jpg);
    margin: 0; padding: 0;
    position: relative;
}

#HomeNav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#HomeNav li a { height: 0px; display: block; padding-top: 270px; overflow: hidden; }

#HomeNav1 { left: 10px; width: 270px; }
#HomeNav2 { left: 285px; width: 270px; }
#HomeNav3 { left: 560px; width: 270px; }

#HomeNav1 a:hover { background: transparent url(images/trinity-home-nav.jpg) -10px -270px no-repeat; }
#HomeNav2 a:hover { background: transparent url(images/trinity-home-nav.jpg) -285px -270px no-repeat; }
#HomeNav3 a:hover { background: transparent url(images/trinity-home-nav.jpg) -560px -270px no-repeat; }


#MainNav {
    width: 840px; height: 55px;
    background: url(images/trinity-mainNav.gif);
    margin: 0; padding: 0;
    position: relative;
}

#MainNav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#MainNav li a { height: 0px; display: block; padding-top: 55px; overflow: hidden; }

#MainNav1 { left: 10px; width: 270px; }
#MainNav2 { left: 285px; width: 270px; }
#MainNav3 { left: 560px; width: 270px; }

#MainNav1 a:hover { background: transparent url(images/trinity-mainNav.gif) -10px -55px no-repeat; }
#MainNav2 a:hover { background: transparent url(images/trinity-mainNav.gif) -285px -55px no-repeat; }
#MainNav3 a:hover { background: transparent url(images/trinity-mainNav.gif) -560px -55px no-repeat; }

#MainNav1 a.selected { background: transparent url(images/trinity-mainNav.gif) -10px -110px no-repeat; }
#MainNav2 a.selected { background: transparent url(images/trinity-mainNav.gif) -285px -110px no-repeat; }
#MainNav3 a.selected { background: transparent url(images/trinity-mainNav.gif) -560px -110px no-repeat; }


#MainNavb {
    width: 840px; height: 55px;
    background: url(images/trinity-mainNavb.gif);
    margin: 0; padding: 0;
    position: relative;
}

#MainNavb li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#MainNavb li a { height: 0px; display: block; padding-top: 55px; overflow: hidden; }

#MainNavb1 { left: 10px; width: 270px; }
#MainNavb2 { left: 285px; width: 270px; }
#MainNavb3 { left: 560px; width: 270px; }

#MainNavb1 a:hover { background: transparent url(images/trinity-mainNavb.gif) -10px -55px no-repeat; }
#MainNavb2 a:hover { background: transparent url(images/trinity-mainNavb.gif) -285px -55px no-repeat; }
#MainNavb3 a:hover { background: transparent url(images/trinity-mainNavb.gif) -560px -55px no-repeat; }

#MainNavb1 a.selected { background: transparent url(images/trinity-mainNavb.gif) -10px -110px no-repeat; }
#MainNavb2 a.selected { background: transparent url(images/trinity-mainNavb.gif) -285px -110px no-repeat; }
#MainNavb3 a.selected { background: transparent url(images/trinity-mainNavb.gif) -560px -110px no-repeat; }


#mainDivider .column {
	position: relative;
	float: left;
}


#twoCol_left {
	width: 410px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#features_container {
	height: 390px;
	overflow: hidden;
}

.feature_item {
	width: 400px;
	float: left;
	height: 390px;
	position: relative;
}

#twoCol_right {
	width: 350px;
	padding: 20px;
	margin: 0;
	text-align: left;
}

#twoCol_right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#twoCol_right li {
  padding: 0 0 5px 0;
  line-height: 12px;
}

#twoCol_right p {
  line-height: 16px;
}


#threeCol_left {
	width: 260px;
	padding: 0;
	margin: 0 0 0 25px;
	text-align: left;
}

#threeCol_left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#threeCol_left li {
  padding: 0 0 5px 0;
  line-height: 12px;
}

#threeCol_left br {
  line-height: 20px;
}

#threeCol_mid {
	width: 260px;
	padding: 0 0 0 5px;
	margin: 0;
	text-align: left;
}

#threeCol_mid ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#threeCol_mid li {
  padding: 0 0 5px 0;
  line-height: 12px;
}

#threeCol_mid br {
  line-height: 20px;
}

#threeCol_right {
	width: 260px;
	padding: 0 0 0 5px;
	margin: 0;
	text-align: left;
}

#threeCol_right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#threeCol_right li {
  padding: 0 0 5px 0;
  line-height: 12px;
}

.thirteen { font-size: 13px; }






#threee-Col_left {
	width: 200px;
	padding: 0;
	margin: 0 0 0 150px;
	text-align: left;
}

#threee-Col_left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#threee-Col_left li {
  padding: 0 0 10px 0;
  line-height: 12px;
}

#threee-Col_left br {
  line-height: 20px;
}

#threee-Col_mid {
	width: 200px;
	padding: 0 0 0 5px;
	margin: 0;
	text-align: left;
}

#threee-Col_mid ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#threee-Col_mid li {
  padding: 0 0 10px 0;
  line-height: 12px;
}

#threee-Col_mid br {
  line-height: 20px;
}

#threee-Col_right {
	width: 200px;
	padding: 0 0 0 5px;
	margin: 0;
	text-align: left;
}

#threee-Col_right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#threee-Col_right li {
  padding: 0 0 10px 0;
  line-height: 12px;
}




/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer {
	width: 840px;
	height: 80px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	text-align: center;
	font-size:10px; font-weight:normal; color:#666;
}

.footerlink:link { color: #666; text-decoration: underline; }
.footerlink:visited { color: #666; text-decoration: underline; }
.footerlink:hover { color: #fff; text-decoration: underline; }
.footerlink:active { color: #fff; text-decoration: underline; }

