/*@charset "utf-8"; */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
#ConceptGrayBox {
	border-style:solid;
	border-width:2px;
	border-color:#CCC;
	height:545px;
	padding:15px;
	margin: 16px 12px 12px 12px;
	width:360px;
	position:relative;
}
.ConceptImgSeparator10 {
	height:35px;
}
.ConceptP {
	padding-right:35px;
	line-height:1.7em;
	font-size:13px;
	color:#4B4B4B;
	line-height:17px;
}
#ConcepttriniSignature {
	position:absolute;
	bottom:10px;
	width:92%;
}
.mainbody {
	background: url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#B1B1B1;
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#BioTable {
	display:block;
	margin:90px auto 200px auto;
}
#ProdTable {
	display:block;
	margin:90px auto 200px auto;
}
#CorpTable {
	display:block;
	margin:30px auto 200px auto;
}
/* Commonly used to style page titles. */
h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
h2.modttlblue {
	text-transform: uppercase;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.08em;
	margin:0;
	padding:0;
}
h2.modttlblue, h2.modttlblue a, h2.modttlblue a:link, h2.modttlblue a:visited, h2.modttlblue a:hover, h2.modttlblue a:active {
	color:#000;
	text-decoration:none;
}
h3.modhdgblue {
	font-size:14px;
	letter-spacing:0.05em;
	margin:0 0 7px 0;
	padding:0;
}
h3.modhdgblue, h3.modhdgblue a, h3.modhdgblue a:link, h3.modhdgblue a:visited, h3.modhdgblue a:hover, h3.modhdgblue a:active {
	color:#729FC5;
	text-decoration:none;
}
h4.bioSubComment {
	margin:4px 0 0 5px;
}
.bioUL {
	line-height:20px;
}
h4.modhdgblue {
	font-size:12px;
	letter-spacing:0.05em;
	margin:0 0 7px 0;
	padding:0;
}
h4.modhdgblue, h4.modhdgblue a, h4.modhdgblue a:link, h4.modhdgblue a:visited, h4.modhdgblue a:hover, h4.modhdgblue a:active {
	color:#729FC5;
	text-decoration:none;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #729FC5;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #729FC5;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #729FC5;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #729FC5;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #729FC5;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 996px;
}
/*HEADER*/
#outerWrapper #header {
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	height:97px;
	padding: 8px 10px 5px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #header #logo {
	margin: -4px 0 0 -40px;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/logo_trini.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#outerWrapper #header #logo a {
	display:block;
	height: 97px;
	width: 186px;
	overflow:hidden;
	text-indent:-9999px;
}
#globalnav {
	height:94px;
	margin:0;
	padding:0;
	width:70%;
	float:right;
}
/*
#globalnav #3flags {
	margin:0;
	padding:0;
	width:150px;
	float:right;
	clear:both;
}
*/
ul#flags {
	float:right;
	margin:0;
	padding-left:10px;
	font-size: 12px;
}
ul#flags li {
	float:left;
	margin:0;
	padding-left:10px;
	display:inline;
	font-size: 11px;
	font-weight: bold;
	color: #14293F;
}
ul#flags li a {
	height:11px;
	width:16px
}
ul#flags li img {
	border: 0;
}
.subtitle {
	margin:0;
	padding-top:1px;
	width:800px;
	float:right;
	clear:both;
}
.subtitle h1 {
	margin:0;
	padding:0;
	height:97px;
	display:block;/*background: url(../images/subtitle.gif) no-repeat left top;*/
}
.subnavigation {
	margin:auto;
	padding:15px 0 0 0;
	width:750px;
	float:right;
	clear:both;
	display:inline;
	height:30px;
}
.subnavigation ul, .subnavigation li, .subnavigation li.facebook {
	margin: 0;
	padding:0;
	display: inline;
	list-style-type: none;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}
.subnavigation li.facebook {
	margin: 0;
	padding:15px 0 0 0;
	display: inline;
	list-style-type: none;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}
.subnavigation a:link, .subnavigation a:visited {
	float: right;
	line-height: 14px;
	font-weight: bold;
	margin-left:17px;
	text-decoration: none;
	color: #729FC5;
}
.subnavigation a:link#current, .subnavigation a:visited#current {
	border-bottom: 4px solid #729FC5;
	padding-bottom: 2px;
	background: transparent;
	color: #729FC5;
}
.subnavigation a:hover {
	color: #000;
	border-bottom: 4px solid #000;
}
.subnavigation li.facebook a:hover {
	border-bottom: 0px solid #FFF;
}
#outerWrapper #topNavigation {
	background-color: transparent;
	border-top: solid 2px #CCC;
	border-bottom: solid 2px #CCC; /* Sets the bottom border properties for an element using shorthand notation */
	height: 40px;
	padding:0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top:20px;
}
#outerWrapper #homeimage {
	height: 300px;
	width: 996px;
	border-bottom: solid 2px #CCC; /* Sets the top border properties for an element using shorthand notation */
	margin-top:20px;
	padding-bottom:20px;
}
#outerWrapper #homeimage #trinihome {
	height: 300px;
	width: 351px;
	float:left;
	display:block;
}
#outerWrapper #homeimage #flashcollection {
	height: 300px;
	width: 645px;
	float:right;
	display:block;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #content #collection, #outerWrapper #contentWrapper #content #franchise, #outerWrapper #contentWrapper #content #academy {
	background-image: url(../images/3col_backg.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin: 1px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 332px;
	height:197px;
}
#content {
	border-bottom: solid 2px #CCC; /* Sets the top border properties for an element using shorthand notation */
}
#outerWrapper #contentWrapper #content #press {
	float: left;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 498px;
}
#outerWrapper #contentWrapper #content #products {
	float: right;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 498px;
}
#outerWrapper #footer {
	margin:0;
	padding:5px 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image:url(../images/photopie.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
}
#outerWrapper #footer a {
	color:#3C3C3C;
	font-weight: normal;
}
div.navfooter {
	margin-top:17px;
	text-align:center;
}
div.copyright {
	margin-top:12px;
	text-align:center;
}
.story332 {
	padding:10px 10px 10px 20px;
}
.story332 .mod-hdr {
	height:30px;
	width:100%;
}
.mod-story332 .mod-hdr .modttlhldr {
	float:left;
}
.story332 p {
	padding-top:5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
.story332 .more {
	font-size:11px;
	text-decoration:none;
	margin-top:1em;
	margin-bottom:1em;
	text-align:right;
}
.story332 .more a, .story332 .more a:link, .mod-story332 .more a:visited {
	text-decoration:none;
	font-weight: normal;
}
.story332 .more a:hover {
	text-decoration:none;
}
.story332 .more a:active {
	text-decoration:none;
}
.story332 .more .makingof {
	padding:2px;
	background-image: url(../images/film.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	border:1px solid #FF8282;
	color:#C00;
}
.story332 .more .makingof a {
	color:#C00;
}
.subcolumns {
	margin-left: 10px;
	margin-bottom:7px;
	background-image: url(../images/subcolumns.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 160px;
	width: 478px;
}
.subcolumns img {
	margin:10px 0 0 20px;
	padding:0;
	/*width:120;*/
	float:left;
}
.subcolumns h1 {
	margin:10px 0 0 0;
	padding:0;
	font-size:16px;
	letter-spacing:0.05em;
	color:#729FC5;
	float:right;
	width:320px;
}
.subcolumns p {
	margin:10px 0 0 0;
	padding:0 10px 0 0;
	font-size:14px;
	letter-spacing:0.05em;
	color:#000;
	float:right;
	width:320px;
}
.horzMargin15 {
	margin:13px 0px 20px 0px;
}
.SideBySideBtn {
	width:80px !important;
}
.corpPadding {
	margin:15px 15px 5px 15px;
}
#Contact {
	color:#666;
}
#Contact textarea, #Contact input, #Contact select {
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
}
#Contact input {
	width:205px;
	height:21px;
}
#Contact textarea {
	width:673px;
	height:127px;
}
#Contact ol {
	margin-left:0px;
	padding-left:0px;
}
.finePrint {
	font-size:10px;
}
#head_right {
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	position:relative;
}
.AlRight {
	text-align:right;
}
#signupMenu {
	width:252px;
	height:2px;
	background-color:#fff;
	position:absolute;
	left:494px;
	top:23px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	z-index:10000;
	height:180px;
	text-align:center;
	overflow:hidden;
	padding:10px;
}
#signupEmail {
	background-color:#D8D8D8;
	height:15px;
	border: 1px solid #D8D8D8;
	margin-top:1px;
	position:relative;
	text-indent:4px;
}
#signupMenuOff {
	display:none;
	position:absolute;
	top:-1000px;
}
#signupMenu input {
	color:#999;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	width:228px;
	font-size:14px;
	margin:0px 0px 8px 0px;
	background-color:#E4E4E4;
	text-indent:4px
}
#JoinNewsletter {
	background-color:#BABABA;
	color:#FFF;
	margin-left:-7px;
	width:30px;
	height:20px;
	position:relative;
	border:none;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	border: 1px solid #D8D8D8;
}
.eventbox {
	margin:0;
	padding:0;
}
.eventbox h1 {
	margin:20px 0 10px 0;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:16px;
	color:#729FC5;
}
.eventbox .eventcontent {
	margin:0 0 10px 0;
	padding:0;
	height:80px;
	border-bottom:1px solid #ccc;
	clear:both;
}
.eventbox .eventcontent img {
	float:left;
	display:inline;
	width:120px;
	height:80px;
}
.eventbox .eventcontent img.video {
	display:inline;
	padding-top:3px;
	padding-right:3px;
	width:16px;
	height:10px;
}
.eventbox .eventcontent img a {
	border:0;
}
.eventbox .eventcontent .event-thumb {
	float:left;
	display:inline;
	margin:0 10px 0 0;
	height:80px;
}
.eventbox .eventcontent .eventinfo {
	margin:0;
	padding:10px 0;
}
.eventbox .eventcontent .eventinfo h2 {
	margin:0;
	padding:15px 0 10px;
}

a.videogallery, a.eventsgallery {color:#3780C8 !important; font-weight:bold; font-size:14px;}

.eventbox .eventcontent .eventinfo p {
	margin:0;
	padding:0;
}
.en_eventbox {
	width: 835px;
	margin:0 auto;
}
.en_eventcontent {
	width:276px;
	height:264px;
	float:left;
	background-image:url(../images/en_event_bg_wide.jpg);
	background-repeat:no-repeat;
	background-position:0px 25px;
}
.en_event-thumb {
	overflow:hidden;
}
.en_eventbox .en_eventcontent .en_event-thumb a {
	display:block;
	padding:10px;
}
.en_eventbox .en_eventcontent .en_event-thumb img {
	display:block;
	width:183px;
	height:130px;
	margin:0px auto;
}
.en_eventinfo h2 {
	margin:30px 20px 0px 20px;
	display:block;
	text-align:center;
	padding:10px;
	height:24px;
}
.ContentWithGallerySlider {
	min-height:900px;
	overflow:auto;
}

.ContentAcademy {
	min-height:900px;
	overflow:auto;
	padding:30px 0 0 20px ;

}

.ContactPerson {
	height:332px;
	width:276px;
	background-image:url(../images/en_event_bg_wide.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	overflow:hidden;
}
.ContactPerson h2 {
	font-size:13px;
	color:#333333;
	margin:10px auto 5px auto;
	padding:0;
	text-align:center;
}
.ContactPerson h3 {
	font-size:13px;
	color:#666666;
	margin:0 auto;
	padding:0;
	text-align:center;
	display:block;
	height:40px;
}
.ContactPerson .Photo {
	width:191px;
	height:118px;
	margin:30px auto 0px auto;
	font-size:12px;
}
.ContactPerson .minBio {
	color:#666666;
	margin:0 30px 10px 30px;
	height:55px;
}
/* new Menu */
#NavBar {
	display:block;
	margin:3px auto 0 auto;
	padding:0px;
	width:1000px;
	height:38px;
	overflow:hidden;
	list-style:none;
	padding:0;
}
#NavBar li {
	float:left;
	position:relative;
}
#NavBar li a {
	font-size:14px;
	color:#333;
	display:block;
	padding:10px 22px;
	text-decoration:none;
}
#NavBar li a:hover {
	color:#FFF;
	background-color:#729FC5;
	text-decoration:none;
}
#newsletterJoinHide {
	position:absolute;
	left:-2000px;
}
#newsletterJoinShow {
	top:100px;
	position:absolute;
	z-index:10;
	width:760px;
	height:565px;
	margin-left:50%;
	left:-370px;
}

#newsletterJoinSmall{
	position:absolute; top:67px; right:110px;
	
	}
.headerSocial{ margin-top:68px;}
#translucidBlackHide {

	position:absolute;
	left:-2000px;
}
#translucidBlackShow {
	position:fixed;
	top:0;
	left:0px;
	width:100%;
	height:100%;
	z-index:5;
	background-image:url(/images/TranslucidBlack.png);
}
.enCharityText {
	padding:15px;
}
.enCharityText h1 {
	font-size:18px;
	color:#729FC5;
	margin:10px 0;
}
.enCharityText p {
	margin:10px 0;
}
#ConceptH1 {
	font-size:22px;
	color:#000;
	margin:0 0 10px 0;
}
.ConceptH3 {
	font-size:22px;
	font-weight:normal;
	color:#666666;
	padding-bottom:10px;
}


#careerBox{ border-style:solid; border-width:1px; border-color:#CCC; padding:20px;}

span.Location{ color:#4B4B4B; font-size:13px; font-weight:bold; display:inline-block; width:100px;}

#careerBox>strong {
	color: #729FC5;
}

#careerBox h1{ font-size:29px; margin:0 0 20px 0;}


#careerBox h2{ font-size:20px;color: #729FC5; margin:0 0 15px 0; font-weight:normal;}
