.invisible {
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}
.floatimageright{
	float:right;
	margin:0 0 10px 10px;
}

*{
	margin:0;
	padding:0;
}
img {
	border: 0;
}
body{
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	padding-top:0px;
	background-color: #666;
}
#container{
	width:940px;
	background:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/************    HEADER STYLES        ****************/

#header{
	height:118px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	position:relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/trinity_banner_logo.jpg);
}

#header form{
	display: inline;
	float:right;
	width: 320px;
	text-align:right;
	margin:50px 70px 0 0; 
	
}

#header input{
	width:220px;
	height:24px;
	margin-right:10px;
}

#header input#searchformsubmitbutton{
	width:60px;
	height:26px;
	margin:0 10px -4px 0;
	position:absolute;
	
}


/************    top right nav styles        ****************/


#toprightnav{
	clear:both;
	position: absolute;
	top: -14px;
	right:0px;
}
#toprightnav ul{
	float: right;
	display:inline;
	text-align:right;
	
}
#toprightnav li{
	margin: 0 5px;
	height:26px;
	float:left;
	list-style: none;
	text-align:center;
	background: url(../images/corner_bg_grey_black.png) top right no-repeat #000000;
}
#toprightnav li.language{
	background: url(../images/corner_bg_grey_red.png) top right no-repeat #990000;
}
#toprightnav li a{
	display:block;
	padding: 4px 10px;
	height:26px;
	background: url(../images/corner_bg_grey_black.png) top left no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
}
#toprightnav li.language a{
	background: url(../images/corner_bg_grey_red.png) top left no-repeat;
}
#toprightnav li a:hover{
	/*background: url(../images/toprightnavbg_hover.gif) no-repeat center center;*/
	text-decoration:underline;
}
#toprightnav li a.current{
	/*background: url(../images/toprightnavbg_hover.gif) no-repeat center center;*/
}



/************    topnav styles        ****************/

#topnav{
	background:#010101;
	clear:both;
	width: 100%;
}
#topnav ul{
	display:inline;
}
#topnav li{
	display:inline;
	height: 31px;
	list-style: none;
}
#topnav li a{
	height: 17px;
	text-align:center;
	padding:6px 15px 5px 16px;
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 110%;
	border-right: 1px solid #FFFFFF;
}
#topnav li a.first{
	padding:6px 17px 5px 17px;
}
#topnav li a.last{
	border-right: none;
	padding:6px 17px 5px 17px;
}

#topnav li a:hover{
	background:#003366;
	color:#FFFFFF;
	text-decoration:none;
}


/************    BREADCRUMB STYLES        ****************/

#breadcrumb{
	background: #cccccc;
	height:21px;
	padding-top:7px;
	padding-left:14px;
}

#breadcrumb ul{
	display:inline;
}
#breadcrumb li{
	display:inline;
	list-style: none;
}
#breadcrumb li a{
	color:#000000;
	text-decoration:none;
}

#breadcrumb li a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}

/************    COLUMN STYLES        ****************/

#col1{
	width:200px;
	margin:0 10px 40px;
	float:left;
	display: inline;
}
#col2{
	width:500px;
	margin:0 10px 40px;
	float:left;
	display: inline;
}
#col2.col2wide{
	width:700px;
	margin:0 10px 40px;
	float:left;
	display: inline;
}
#col3{
	width:180px;
	margin:0 10px 40px;
	float:left;
	display: inline;
}

/************    LEFTNAV STYLES        ****************/


#leftnav{}

#leftnav li{
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	
}
#leftnav li a{
	color:#000000;
	text-decoration:none;
	padding: 5px;
	display:block;
	width: 190px;
}
#leftnav li li a{
	padding: 5px;
}
#leftnav li a:hover{
	background:#003366;
	color:#FFFFFF;
}
#leftnav li li a:hover{
	background:none;
	color:#333333;
	text-decoration:underline;
}
#leftnav li li{
	border-bottom: none;
}
#leftnav li ul{
	background: url(../images/leftnav_bg.jpg) repeat-y left center;
}

/************    RELATED LINKS STYLES        ****************/


#relatedlinks ul li{
	list-style: circle url(none);
	margin:0 0 0 20px;
}
#relatedlinks ul a{
	color:#000000;
	text-decoration:none;
}
#relatedlinks ul a:hover{
	text-decoration:underline;
}

/************    CONTENT STYLES        ****************/


#col2 ul.contentboldlist li{
	font-weight:bold;
	padding: 10px 0;
	list-style: none;
}

#col2 ul.contentboldlist li a{
	color:#003366;
	text-decoration: none;
}
#col2 ul.contentboldlist li a:hover{
	text-decoration: underline;
}

h1{
	color:#003366;
	font-size:180%;
	padding: 20px 10px;
}

#col3 h2, #col1 h2, #col2 h3{
	color:#003366;
	font-size:115%;
	margin:20px 0 10px 0;
}

#col2 h2{
	color:#003366;
	font-size:140%;
	margin-bottom:10px;
}

#col2 p{
	margin:10px 0;
}
#col2 a{color:#003366;}
#col2 a:hover{color:#9a0000;}
#col3 h2.col3boxtop{
	background: #003366 url(../images/col3boxtop.jpg) no-repeat center top;
	color:#FFFFFF;
	padding:5px;
	margin:0;
}
.col2largeimg{
	margin-bottom:15px;
}
.col3box {
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
}
.col3boxbottom{
	background: url(../images/col3boxbottom.jpg) no-repeat center top;
	height:6px;
	margin-top:0;
	margin-bottom:10px;
}
.col3box p{
	margin:0 10px;
	padding: 10px 0 5px;
	font-size:110%;
	
}

/************    FOOTER STYLES        ****************/

#footer{
	background:#000000 url(../images/footerbg.jpg) repeat-x left top;
	clear:both;
	color:#FFFFFF;
	padding:0 10px 5px ;
	margin:0 0 0 0;
	width:920px;
	/*position:relative;*/

}
#footer p{
	clear:both;
	padding:10px 0;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}


/************    FOOTER LEFT NAV STYLES        ****************/

#footerleftnav {
	clear:both;
	/*position:absolute;
	top:-14px;
	left:10px;*/
	
}
#footerleftnav ul{
	display:inline;
	text-align:right;
	
}

#footerleftnav li{
	margin: 0 5px;
	height:26px;
	float:left;
	list-style: none;
	text-align:center;
	background: url(../images/corner_bg_white_blue.png) top right no-repeat #003366;
}
#footerleftnav li a{
	display:block;
	padding: 4px 10px;
	height:26px;
	background: url(../images/corner_bg_white_blue.png) top left no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
}

#footerleftnav li a:hover{
	background: url(../images/footerleftnavbg_hover.gif) no-repeat center center;
	text-decoration:underline;
}
#footerleftnav li a.current{
	background: url(../images/footerleftnavbg_hover.gif) no-repeat center center;
}

/************    FOOTER TOOLS        ****************/

#footertools ul li.alignright {
	text-align: right;
}

#footertools {
	text-align: right;
	float:right;
	width:160px;
	padding:20px 10px 0 0;
}
#footertools ul {
	margin: 0 0 5px 0;
}
#footertools ul li{
	text-align: left;
	list-style:none;
}
#footertools ul li.twitter{
	list-style:none;
	background: url(../images/twitter_logo_small.png) no-repeat left center;
	padding:8px 0 8px 25px;
}
#footertools ul li.facebook{
	list-style:none;
	background: url(../images/facebook_logo_small.png) no-repeat left center;
	padding:8px 0 8px 25px;
}
#footertools ul li.rss{
	list-style:none;
	background: url(../images/rss_logo_small.png) no-repeat left center;
	padding:8px 0 8px 25px;
}
#footercontact{
	float:left;
	width:500px;
}
#footercontact ul{
	margin:7px 0 0 0;
}
#footercontact li{
	display:inline;
	background: url(../images/footerbar.gif) no-repeat right center;
	list-style: none;
	padding-right: 10px;
}

#footercontact li.last{
	background: url(none);
}

.alignright {
	text-align: right;
}

/************    'PURPLE' STYLES  - USES CLASS  'color-purple' ON BODY TAG     ****************/


.color-purple #col3 h2.col3boxtop{
	background: #660099 url(../images/col3boxtop_purple.jpg) no-repeat center top;
	color:#FFFFFF;
	padding:5px;
	margin:0;
}
.color-purple .col3box {
	border-right: 1px solid #660099;
	border-left: 1px solid #660099;
}
.color-purple .col3boxbottom{
	background: url(../images/col3boxbottom_purple.jpg) no-repeat center top;
	height:6px;
	margin-top:0;
	margin-bottom:10px;
}
.color-purple h1, .color-purple #col1 h2, .color-purple #col3 h2, .color-purple #col2 h2{
	color:#660099;
}

.color-purple #leftnav li a:hover{
	background:#660099;
}
.color-purple #leftnav li li a:hover{
	background:none;
	color:#333333;
	text-decoration:underline;
}

/*********   HOME PAGE SPECIFIC STYLES   ************/

/************    MOST USE CLASS  'home' ON BODY TAG     ****************/

#noticestrip {
clear: both;
	background: #cccccc;
	height:27px;
	padding-top:8px;
	/*text-align:center;*/
	margin: 0 0 0 220px;
	color:#003366;
	font-size:130%;
}
.home #col1{
	margin-left:0;
}
.home #col2.col2wide{
	width:720px;
	margin:0 0 40px 10px;
	float:left;
	display: inline;
}

.home #container{
	background:#cccccc;
}
.home #footer{
	background:#000000 url(../images/homefooterbg.jpg) repeat-x left top;
}

.home #leftnav {
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
}
.home #leftnav ul{

}
.home #leftnav li{
	border-bottom: none;
	list-style: none;
}
.home #leftnav li a{
	color:#003366;
	text-decoration:none;
	padding: 5px;
	display:block;
	width: 160px;
	font-size:130%;
}
.home #leftnav li a:hover{
	background:#ffffff;
	color:#003366;
	text-decoration:underline;
}
.home ul li.twitter{
	list-style:none;
	background: url(../images/hometwitter_logo_small.png) no-repeat left center;
	padding:8px 0 8px 25px;
}
.home ul li.facebook{
	list-style:none;
	background: url(../images/homefacebook_logo_small.png) no-repeat left center;
	padding:8px 0 8px 25px;
}
.home ul li.rss{
	list-style:none;
	background: url(../images/homerss_logo_small.png) no-repeat left center;
	padding:8px 0 8px 25px;
}

.home .socialnetwork a{
	font-size:130%;
	color:#003366;
	text-decoration:none;
}
.home .socialnetwork a:hover{
	text-decoration:underline;
}
.home h1{
	color:#000000;
	font-size:140%;
	padding: 10px 0px 15px;
}
.home h1.red{
	color:#9a0000;
}

.home img.imageleft {
	float: left;
	padding: 0 20px 20px 0;
}

.col2-thirds{
	width:210px;
	float:left;
	display: inline;
	margin-right:15px;
	margin-left:10px;
	font-size:110%;
}
.col2-thirds a{
	color:#003366;
	text-decoration:none;
	
}
.col2-thirds a:hover{
	color:#003366;
	text-decoration:underline;
}
.col2-thirds-container{
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	clear:both;
	margin: 15px 0 0 0;
}

.col2-thirds li{
	list-style: none;
	margin: 4px 0;
}

.whitebgcornerswide .col2-thirds li{
	margin-bottom:10px;
}

.whitebgcorners-top {
	background: #ffffff url(../images/whitebgcorners_top.png) no-repeat center top;
	height: 6px;
}
.whitebgcorners{
	background:#FFFFFF;
}

.whitebgcorners-bottom {
	clear: both;
	background: url(../images/whitebgcorners_bottom.png) no-repeat center top;
	height: 6px;
	margin-bottom:5px;
}

.whitebgcornerswide-top {
	background: url(../images/whitebgcornerswide_top.png) no-repeat center top;
	height: 6px;
}
.whitebgcornerswide{
	background:#FFFFFF;
	margin: 0;
}
.whitebgcornerswide-bottom {
	background: url(../images/whitebgcornerswide_bottom.png) no-repeat center top;
	height: 6px;
}


.home  #leftnav, .home ul.socialnetwork {
	font-size: 85%;
	padding: 2px 10px;
}

.home #leftnav li {
	margin: 4px 0;
}
.home  ul.socialnetwork li.twitter{
	list-style:none;
	background: url(../images/twitter_logo_home.jpg) no-repeat left center;
	padding:12px 0 12px 35px;
}

.home  ul.socialnetwork li.facebook{
	list-style:none;
	background: url(../images/facebook_logo_home.jpg) no-repeat left center;
	padding:12px 0 12px 35px;
}
.home  ul.socialnetwork li.rss{
	list-style:none;
	background: url(../images/rss_logo_home.jpg) no-repeat left center;
	padding:12px 0 12px 35px;
}





/***************************************
Homepage Main Banner pic + text overlays
***************************************/

#homemainpic {
	position: relative;
	height: 300px;
	margin: 0 0 20px 0;

}

img.mainpic {
	height: 300px;
	width: 550px;
	position: absolute;
	top: 0;
	left: 0;
}

.cornerpiece {
	height: 6px;
	width: 6px;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/cornerpiece.png) no-repeat left top;
}

#righttext {
	height: 301px;
	width: 170px;
	float: right;
	background: url(../images/righttext_bg.jpg) no-repeat;
}

#righttext p {
	color: #ffffff;
	padding: 5px 15px;
}

#bottomtext {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 550px;
	background: url(../images/bottomtext_bg.png) no-repeat left bottom;
}

#bottomtext h1 {
	margin: 5px 0;
	padding: 0 10px;
	color: #ffffff;
}
#bottomtext p {
	padding: 0 10px;
	color: #ffffff;
}

.home #footerleftnav li{
	margin: 0 5px;
	height:26px;
	float:left;
	list-style: none;
	text-align:center;
	background: url(../images/corner_bg_grey_blue.png) top right no-repeat #003366;
}
.home #footerleftnav li a{
	display:block;
	padding: 4px 10px;
	height:26px;
	background: url(../images/corner_bg_grey_blue.png) top left no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
}


/***************************************
Innerpage Main Banner pic + text overlay
***************************************/

#innermainpic {
	position: relative;
	height: 250px;
	margin: 0 0 20px 0;

}

#innermainpic img.mainpic {
	height: 250px;
	width: 500px;
	position: absolute;
	top: 0;
	left: 0;
}

.topcorners {
	height: 6px;
	width: 500px;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/topcorners.png) no-repeat center top;
}

#innermainpic #bottomtext {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500px;
	background: url(../images/bottomtext_bg_inner_blue.png) no-repeat center bottom;
}

.color-purple #innermainpic #bottomtext {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500px;
	background: url(../images/bottomtext_bg_inner_purple.png) no-repeat left bottom;
}
