/* CSS Document */

body {
	background: #4C4C4C url(images/main-background.gif) 50% repeat-y;
	text-align:center;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}


#everything{
	position:relative;
	margin:auto;
	text-align:left;
	width:738px;
	left: 0px;
}

a{
	color: #71458B;
}

a img{
	border-color:#FFEACA;
	border-width:0px;
}
a:hover{
	color: #333333;
	text-decoration: none;
}
a:hover img{
	border-color:#333;
}
li.pdf{
	list-style-image: url(images/pdf-icon.gif);
}

li.word{
	list-style-image: url(images/word-icon.gif);
	margin-bottom: 4px;
}

span.small {
	font-size:.8em;
}

#homelink {
	position: absolute;
	z-index: 250;
	top: 11px;
	left: 45px;
	width: 231px;
	height: 91px;
}

/*drop down menu*/
#topnav {
	position: absolute;
	width: 644px;
	font-size: 12px;
	z-index:200;
	height: 54px;
	left: 90px;
	top: 35px;
}

#topnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
  
#topnav ul li {
	float: right;
	position: relative;
	width: 85px;
	padding: 0px 1px;
}

#topnav ul li ul {
  display: none;
  position: absolute; 
  top: 21px;
  font-weight:normal;
  left:0px;
  }


/*hide from IE*/
div.topnav > ul > li > ul {
	top: auto;
	left: auto;
	}

#topnav ul li:hover ul, #topnav ul li.over ul{ display: block; }

#topnav ul li a, #topnav ul li ul li a {
	background-color: #4C4C4C;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size:10px;
	padding:3px 0px;
	width:90%;
	border: 1px solid #fff;
	padding-left: 5px;
}

#topnav ul li a:hover, #topnav ul li ul li a:hover {
	color: #FFFFFF;
	background-color: #9572A8;
}
#topnav ul li ul li a{
	border-top-width:0px;
}
#topnav ul li ul li a:hover{
}
#topnav ul li.over ul{
}

/* Fix IE. Hide from IE Mac \*/
* html div.topnav ul li a { height: 1%; }
/* End */
/*end drop down menu*/


#main {
}

#centerContent1 {
	padding-right: 210px;
	margin-bottom: 20px;
	padding-left: 180px;
}

#TwoSectionContentMajor {
	padding-right: 10px;
	padding-left: 178px;
	margin-bottom: 20px;
}

/*this is the main text style*/
.generalText H1 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
	padding:0px;
}

.generalText h2 {
	font-size: 14px;
	color: #72448C;
	line-height: 17px;
	margin: 2px 0px 10px 0px;
}

.generalText h3 {
	font-size: 12px;
	color: #4C4C4C;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
}

.generalText p {
	font-size: 12px;
	color: #4C4C4C;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
}
.generalText OL.multi, .generalText UL.multi{
	font-size: 11px;
	color: #4C4C4C;
}
.generalText OL.multi LI, .generalText UL.multi LI{
	line-height: 17px;
}

.generalText OL.single, .generalText UL.single{
	font-size: 13px;
	color: #4C4C4C;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 20px;
}
.generalText OL.single LI, .generalText UL.single LI{
}

.generalText em{
	font-style: normal;
	color: #71458B;
}

/*end main text style*/

/* this if for the leftside nave bar */
#leftSide1 {
	width: 150px;
	margin-right: 0px;
	padding-right: 0px;
	position: absolute;
	left: 9px;
	top: 127px;
}

#leftSide1 h1 {
	font-size: 16px;
	color: #72448C;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0px;
}

#leftSide1 ul#leftNav {
	list-style:none;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
}

#leftSide1 p{
	font-size: 90%;
	color: #72448C;
	text-align: center;
}
ul#leftNav LI{
	display:block;
	margin-left:15px;
	background-color: #FFFFFF;
}

ul#leftNav a, div.navSelected{
	display:block;
	padding-left:12px;
	text-decoration: none;
	color: #4C4C4C;
	background-color: #FFFFFF;
}

ul#leftNav a:hover, div.navSelected {
	background: #fff url(images/leftnavSelected.gif) left center no-repeat;
	color:#9471A7;
}

/* Fix IE. Hide from IE Mac \*/
* html div#everything div#main div#leftSide1 ul#leftNav li a { height: 1%; }
/* End */

ul#leftNav #Upper {
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-top: 1px solid #888;
	margin: 0px;
	line-height: 3px;
}

ul#leftNav #Lower {
	border-right: 1px solid #888;
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	margin: 0px;
	line-height: 3px;
}

/*left nav is done*/

.contactbutton {
	margin-top: 5px;
}

em.firestorm {
	text-transform:none;
	font-style: normal;
	vertical-align: super;
	font-weight: bold;
	font-size: 8px;
}

/*right side*/
#rightSide1 {
	width: 175px;
	margin-right: 10px;
	position: absolute;
	left: 547px;
	top: 99px;
}

.mainrightimage {
	border: 1px solid #71458B;
}

#rightSide1 h1{
	color: #71458B;
	font-size: 17px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#rightSide1 h2{
	color: #71458B;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 20px;
}

#rightSide1 p{
	color: #4C4C4C;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 3px;
}

#rightSide1 OL.single, #rightSide1 UL.single{
	font-size: 12px;
	color: #4C4C4C;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 20px;
}
#rightSide1 OL.single LI, #rightSide1 UL.single LI{
}

/*end right side*/


/*footer */
#footer {
	clear: both;
	margin-top: 8px;
	padding-top: 10px;
	border-right: #71458B;
	border-bottom: #71458B;
	border-left: #71458B;
	padding-bottom: 50px;
	background-image: url(../images/trinity_footer.jpg);
	background-repeat: no-repeat;
}

#footer H2{
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #999999;
	clear: left;
	margin-top: 0px;
	padding-top: 23px;
	padding-left: 15px;
	font-weight: normal;
}
#footer p{
	border-color: #4C4C4C;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 15px;
	color: #999999;
}

#footer #links{
	float:left;
	padding-right:10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 15px;
}

#footer #links a{
	color: #999999;
	text-decoration: none;
}

#footer #links a:hover{
	color: #71458B;
	text-decoration: underline;
}

/*contact buttons*/
#contact150 {
	margin: 10px 0px;
	padding: 10px 5px;
	border: 1px solid #71458B;
	color: #72448C;
	background-color: #FFFFFF;
}

#contact150 H2{
	font-size: 12px;
	margin: 0;
	font-weight: normal;
}

#contact150 H3{
	font-size: 17px;
	margin: 0;
	margin-top: 2px;
}

#contact150 p{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-top: 5px;
}

#contact150 a{
	font-weight: bold;
	color: #72448C;
}

#contact150 a:hover{
	color: #333333;
}

/*end contact*/

/*start home*/
#HomeLeft{
	background-color: #D4C5E6;
	border: 1px solid #754A8F;
	background: #E0D8E7;
	width: 230px;
	position: absolute;
	left: 14px;
	top: 219px;
	height: 235px;
	color: #482D57;
}
#HomeCenter{
border: 1px solid #754A8F; 
width: 226px; 
position: absolute; 
left: 258px; 
top: 219px; 
height: 234px; 
background: #fff;
}

#HomeRight{
border: 1px solid #754A8F;
background: #FFFFFF;
width: 226px;
position: absolute;
left: 500px;
top: 219px;
height: 233px;
}


.darker {
	color: #333333;
}
.sectionhighlight {
	border-top: 1px solid #C2A4D2;
	padding: 10px 15px 10px 12px;
	background-color: #F1EDF3;
	margin-bottom: 10px;
	border-bottom: 1px solid #C2A4D2;
}

.sectionhighlight h1.norm{
	background-color: #72448C;
	padding: 5px 5px;
	color: #FFFFFF;
}

#contact150 p{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-top: 5px;
	color:#72448C;
	text-align:left;
}


.sectionhighlight div.iefix{
	padding: 5px 5px;
	color: #FFFFFF;
	background: url(images/purple.gif) #72448C;
}

.sectionhighlight p{
	color:#333333;
}


#signoff {
	color: #745799;
	font-size: .95em;
}

.homefloat img{
	margin: 5px 6px;
}

.homefloat{
	color: #666666;
}

.homefloat h1{
	margin: 5px 6px;
	font-size: 14px;
	font-weight: bold;
}

.homefloat p{
	margin: 5px 3px 5px 6px;
	font-size: 13px;
	line-height: 17px;
}


.advantageborder {
	border: 1px solid #754A8F;
}
.generalText em.red {
	color: #FF3300;
}

.homePageFloatLower {
float: left;
width: 230px;
margin-right:0px;
	position: absolute;
	left: -3px;
	top: 547px;
}


.homepageLower{
padding: 0px;
margin: 0px 0px 10px 10px;
font: 12px;
}

.homeAboveImages{
padding:10px 0 20px 14px;
}
.featuresList{
margin-left:230px;
padding:0 10px 10px 0;
}

.besi{margin-left:5px;
}

.homeMain{
 backgorund: #eeeeee;
	padding: 135px 0px 0px 0;
border: #000000 1px solid;
BACKGROUND:#eeeeee;
	}

.homePageFloatLower #contact150{
margin:0px 0px 0px 14px; 
text-aling: center;
}

#homequote {
	background: #FFFFFF;
	padding: 10px 74px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #754A8F;
	border-bottom: 1px solid #754A8F;
	color: #666666;
	text-align: center;
}
