﻿body {
	background-color : #ffffff;
	margin : 0px;
}
div {
	font-family : 'Segoe UI', Tahoma, Verdana;
}
h1 {
	border-bottom : 1px dashed #777777;
	margin-bottom : 30px;
	padding-bottom : 5px;
	text-transform : capitalize;
}
h2 {
	margin-bottom : 20px;
	padding-bottom : 5px;
}
h3 {
	color : #777777;
}
img {
	border-width : 0px;
}
input, textarea {
	font-family : 'Segoe UI', Tahoma, Verdana;
}
input[type="text"] {
	border : 1px solid #777777;
	height : 24px;
	line-height : 20px;
	width : 96%;
}
input[type="password"] {
	border : 1px solid #777777;
	height : 24px;
	line-height : 20px;
	width : 40%;
}
input[type="submit"], input[type="button"] {
	font-size : 14px;
	font-weight : bold;
	height : 30px;
}
select {
	border : 1px solid #777777;
	height : 30px;
	padding : 5px;
}
textarea {
	border : 1px solid #777777;
	height : 80px;
	width : 97%;
}
td {
	padding-bottom : 12px;
}
p {
	font-size : 13px; /*12px;*/
}
li {
	font-size : 13px; /*12px;*/
	line-height : 22px;
	padding-bottom : 7px;
}
li b {
	text-transform : uppercase;
}

.PgHdr {
	background : #06254d url(../Images/Bkgs/TrenStarKbdBtn.jpg) top left no-repeat;
	height : 146px;
	left : 0px;
	position : fixed;
	text-align : center;
	top : 0px;
	width : 100%;
	z-index : 1000;
}

/* ---------------------------------------  Navigation Style */
.PgMenuBkg {
	background-color : #ffffff;
	border-top : 1px solid #06254d;
	border-bottom : 1px solid #666666;
	left : 0px;
	position : fixed;
	text-align : center;
	top : 146px;
	width : 100%;
	z-index : 1000;
}
.PgMenu {
	width : 900px;
	z-index : 100;
}
.dropdown {
	position:relative;
	font-family : 'Segoe UI', Tahoma, Verdana;
	font-size:13px;
	height:32px;
	left : 58px;
	line-height:20px;
	position : relative;
	text-decoration : none;
	top : 0px;
	width : 100%;
	z-index : 100;
}
/* Basic List Styling (First/Base Level) */
.dropdown ul {
	display:block;
	padding-top : 0px;
	list-style: none;
	z-index : 200;
}
.dropdown ul li a, .dropdown ul li ul li a {
	color : #666666;
	display:block;
	text-align:left;
	text-decoration:none;
	width : 100%;
}
.dropdown ul li a:hover, .dropdown ul li ul li a:hover {
	color : #000000;
	display:block;
	text-align:left;
	text-decoration:none;
	width : 100%;
}
.dropdown ul li {
	float:left;
	font-size : 13px;
	position:relative;
}
.dropdown ul li ul li.title {
	border-bottom : 1px solid #666666;
	font-weight : bold;
	margin-bottom : 5px;
	padding-bottom : 2px;
	text-align : left;
	width : 100%;
}
.dropdown ul li a { padding-top:0px; padding-left : 0px; margin-right : 42px; padding-bottom : 8px; }
/* Second Level Drop Down Menu */
.dropdown ul li ul {
	display: none;
	border : 1px solid #666666;
	background-color : #ffffff;
	padding-top : 5px;
	padding-left : 7px;
	padding-right : 7px;
	padding-bottom : 0px;
	z-index : 500;
}
.dropdown ul li ul a {
	padding-top : 2px;
	min-width : 100px;
}
.dropdown ul li:hover ul { display : block; position:absolute; top:22px; min-width:100px; left:0px;}
/* ---------------------------------------  Navigation Style */

.Scroller {
	/*
	float : left;
	height : 220px;
	overflow : hidden;
	width : 100%;
	*/
	left : 0px;
	position : relative;
	top : 197px;
}
.MainContent {
	font-size : 13px;
	left : 0px;
	min-height : 200px;
	padding-top : 12px;
	position : relative;
	text-align : left;
	top : 0px;
	width : 900px;
}
.MainContent a {
	border-width : 0px;
	color : #06254d;
	font-weight : bold;
	text-decoration : none;
}
.MainContent a:hover {
	color : #000000;
	text-decoration : none;
}
.MainContent p a:before {
	content : '[ ';
}
.MainContent p a:after {
	content : ' ]';
}
.Billboard {
	height : 192px;
	padding-bottom : 12px;
	width : 900px;
}
.Hdg1, .Hdg2, .Hdg3 {
	border-bottom : 5px solid #ffffff;
	color : #ffffff;
	font-size : 16px;
	font-style : italic;
	font-weight : bold;
	width : 33%;
}
.Hdg1 {
	background-color : #3f6595;
	border-right : 5px solid #ffffff;
}
.Hdg2 {
	background-color : #12417d;
	border-right : 5px solid #ffffff;
}
.Hdg3 {
	background-color : #06254d;
}
.Col1 {
	background-color : #dddddd;
	border-right : 5px solid #ffffff;
	vertical-align : top;
}
.Col2 {
	background-color : #dddddd;
	border-right : 5px solid #ffffff;
	vertical-align : top;
}
.Col3 {
	background-color : #aaaaaa;
	vertical-align : top;
}
.Col1 h3, .Col2 h3, .Col3 h3 {
	color : #06254d;
}
.Columns {
	left : 0px;
	overflow : auto;
	position : relative;
	top : 0px;
}
.Columns img {
	border : 1px solid #000000;
	height : auto;
	margin-bottom : 8px;
	width : 270px;
}
.Columns .TeamImgDiv img {
	border : 1px solid #000000;
	height : auto;
	width : auto;
}
.Columns .TeamThumbs img {
	border-width : 0px;
}
div.ColLeft {
	float : left;
	margin-right : 44px;
	padding-bottom : 24px;
	text-align : center;
	width : 270px;
}
div.ColCenter {
	float : left;
	padding-bottom : 24px;
	text-align : center;
	width : 270px;
}
div.ColRight {
	float : left;
	margin-left : 44px;
	padding-bottom : 24px;
	text-align : center;
	width : 270px;
}
.TeamThumbs {
	width : 900px;
}
.TeamThumbs div {
	text-align : center;
}
.TeamThumbs div a, .TeamThumbs div a:hover {
	border-bottom-width : 0px;
}
.TeamThumbs .Row1 img {
	margin-left : 7px;
	width : 70px;
}
.TeamThumbs .Row2 img {
	margin-left : 9px;
	width : 90px;
}
.TeamThumbs .Row3 img {
	margin-left : 12px;
	width : 112px;
}
.TeamImgDiv {
	background-color : #ffffff;
	border : 1px solid #000000;
	height : 475px;
	left : 225px;
	position : absolute;
	top : 0px;
	width : 450px;
	z-index : 100;
}
.TeamImgDiv a, .TeamImgDiv a:hover {
	border-bottom-width : 0px;
	margin-top : 7px;
	margin-right : 10px;
}
#TeamImg {
	border : 1px solid #000000;
	left : 10px;
	position : absolute;
	top : 35px;
}

.PgFtr {
	border-top : 1px dashed #777777;
	color : #666666;
	font-size : 13px; /*12px;*/
	height : 120px;
	left : 0px;
	line-height : 22px;
	padding-top : 20px;
	position : relative;
	top : 20px;
	width : 900px;
	z-index : 10;
}
.PgFtr a {
	color : #333300;
	text-decoration : none;
}
