/*PTSIstyle.css*/

* {
	margin: 0;
	padding: 0; 
}
html {height: 100%;}

body {
	color: black;
	/*background: url(images/bdBkg.png)repeat-x top #800000;*/
	background-color: #800000;
	background-image: url("../images/bdBkg.png");
	background-repeat: repeat-x;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
#page-wrap {
	min-height: 100%;	
	background-image: url("../images/ctBkg.jpg");
	background-repeat: repeat-y;
	overflow:auto;
	width: 960px;
	margin: 0 auto;
	
}

h1, h2, h3, h4 {
	color: #800000;
}

figure {
    display: inline-block;
   
}
figure img {
    vertical-align: top;
}
figure figcaption {
    text-align: center;
}


.line-separator{

height:1px;

background:#717171;

border-bottom:1px solid #313030;

}


/*  ----------------------------------------------------- NAVIGATION  ----------------------------------------------------- */
	
#nav-container
{
	position: absolute;	
	height: 140px;
	background: url(../images/hdBkg.png) no-repeat;
	padding-left: 35px;
	width: 905px;
}

#nav
	{
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	width:100%;
	float:left;
	margin:0em;
	margin-top: 101px;
	}
		
#nav a
	{
	text-align: center;
	display:block;
	border-left: solid 1px;
	border-color: #50545f;
	white-space:nowrap;
	margin:0;
	padding: 0.3em 0.3em 0.3em 0.3em;
	}
	
#nav a:link, #nav a:visited, #nav a:active	/* menu at rest */
	{
	color: white;
	background-color: #656D6F;		/* royal blue */
	text-decoration:none;
	font-weight: normal;
	}
	
#nav a.current {
		color: #f6d208;
	}
	
#nav a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #8F8E8A;	/* cornflowerblue */
	text-decoration:none;
	}	
	
#nav a.top_parent, #nav a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#nav a.sub {
		font-size: 12px;
		text-align: left;
		padding-left: 10px;
	}
	
#nav a.parent, #nav a.parent:hover 	/* attaches side-arrow to all parents */
	{
		font-size: 12px;
		text-align: left;
		padding-left: 10px;
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#nav ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:10em;	/* width of all menu boxes */
	}

#nav li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#nav ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#nav ul ul ul
	{
	top:0;
	left:100%;
	}

div#nav li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#nav li:hover ul ul,
div#nav li li:hover ul ul,
div#nav li li li:hover ul ul,
div#nav li li li li:hover ul ul
{display:none;}

div#nav li:hover ul,
div#nav li li:hover ul,
div#nav li li li:hover ul,
div#nav li li li li:hover ul
{display:block;}

/*  ----------------------------------------------------- SLIDER  ----------------------------------------------------- */

#home #slider1 { 
	width: 700px; 
	height: 430px; 

}
.bkgSlide {	
	margin: 0px 0px 10px 10px;
	background-color: #C09C56;
	padding: 20px;
	width: 370px;
	float: right;
	overflow: hidden;
	border:none;
	border-width:thin; 
	border-radius: 15px;
}
	.bkgSlide h2 {
		text-align: center;
		color: #800000;
}
img.banner {
		height: 158px;
		padding-top: 15px;
		padding-bottom: 15px;
}	
.slideCont {
	width: 950px;	
	margin: 0 auto;	

}
.sldImgHolder {
	width: 950px;
	margin: 0 auto;
}
.slidePic {	
	width: 950px;

}
.txtboxSlide {
	width: 650px;
	height: 300px;
	border:solid 2px;-border-radius: 20px;
	margin: 10px;
	float: left;
	padding: 10px;	
	list-style: disc;
}
.txtboxSlide h2 {
	color: #800000;
	/*font-style: italic;*/
}	
.txtboxSlide ul {
	margin-left: 15px;
	font-size: 1em;
}
/*  ----------------------------------------------------- CONTENT  ----------------------------------------------------- */
#content {
	width: 770px;
	padding: 50px;
	margin: 0 0 45px 35px;	
	
	padding-top: 200px;
	overflow:auto
}
#welcome {
	width: 770px;
}

#rlsVideo{
	
	width: 770px;	
	text-align: center;
}

#sldHolder {
	float: right;
	padding-left: 25px;
	padding-bottom: 15px;
	width: 300px;
}

	#sldHolder img {
		width: 300px;
		height: 204px;
}
.lCol {
	float: left;
	width: 415px;
	padding: 20px;
	background-color: white;
	border:solid;
	border-width:thin; 
	border-radius: 30px;	
}
	.lCol h1, .lCol h2 {
		text-align: center;
		color: #800000;
}
.rCol {
	float: right;
	padding-left: 25px;
	padding-bottom: 15px;
	width: 300px;
}
.rCol img {
	width: 300px;
	height: 204px;
}
.logoPTSI {
	color: #800000;
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
}
.ptsiBold {
	font-weight: bold;
}

/* ----------------------------------------------------- HOME BULLET POINTS	  ----------------------------------------------------- */
	
#bulletPt-container {
	width: 770px;
	margin: 0 auto;

}

.bulletMatrix {
	width: 770px;
		
}

.bulletBox {
	width: 770px;
	height: 166px;
	
}

.bulletBox img {
	width: 250px;
	height: 166px;
	margin-left: 15px;
	
}

.bulletPic	{
	width: 250px;
	height: 55px;	
	float: right;
	
	/*height: 55px;
	margin-top: 10px;
	border-bottom: solid;
	border-width: 1px;*/
}
.bulletText {
	display: table-cell;
	width:480px;
	height: 80px;	
    vertical-align: middle;
	margin-left: 15px;
	float: left;
	margin-top: 43px;	
}
.bulletText p{
	font-size: 125%;
	
}


.bulletPt {
	font-size: small;
	width: 200px;
	height: 300px;
	margin: 10px;
	padding: 20px;
	float: left;
	background-color: #C09C56;
	border:none;
	border-width:thin; 
	border-radius: 30px;
}
	.bulletPt h3 { margin-bottom: 10px;}
	.bulletPt ul {
	list-style:disc; margin-left: 1.5em; 
	}
		.bulletPt ul ul {
	list-style:circle; margin-left: 1.5em; 
	}
.firstBPinRow {
	margin: 10px 10px 10px 2px;
	font-size:small;
	width: 200px;
	height: 300px;
	padding: 20px;
	float: left;
	background-color: #C09C56;
	border:none;
	border-width:thin; 
	border-radius: 30px; 

}
	.firstBPinRow h3 { margin-bottom: 10px;}
	.firstBPinRow ul {
	list-style:disc; margin-left: 1.5em; 
	}
		.firstBPinRow ul ul {
	list-style:circle; margin-left: 1.5em; 
	}
.lastBPinRow {
	margin: 10px 0px 10px 10px;
	font-size:small;
	width: 200px;
	height: 300px;
	padding: 20px;
	float: left;
	background-color: #C09C56;
	border:none;
	border-width:thin; 
	border-radius: 30px; 

}
	.lastBPinRow h3 { margin-bottom: 10px;}
	.lastBPinRow ul {
	list-style:disc; margin-left: 1.5em; 
	}
		.lastBPinRow ul ul {
	list-style:circle; margin-left: 1.5em; 
	}
.lastBPinList {
	margin: 10px 0px 10px 10px;
	font-size:small;
	width: 462px;
	height: 300px;
	padding: 20px;
	float: left;
	background-color: #C09C56;
	border:none;
	border-width:thin; 
	border-radius: 30px; 
}
	.lastBPinList h3 { margin-bottom: 10px;}
	.lastBPinList ul {
	list-style:disc; margin-left: 1.5em; 
	}
		.lastBPinList ul ul {
	list-style:circle; margin-left: 1.5em; 
	}


/* ----------------------------------------------------- EVENTS  ----------------------------------------------------- */

/* ---------- 4th ICROBS ---------- */
#confLogo {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding: 20px;
	background-color: white;
	border:none;
	border-radius: 30px;
		
}
#confLogo img {
	height: 210px;	
	width: 400px;	
}
#confText {
	width: 830px;
	padding: 20px;
	background-color: white;
	border:none;
	border-radius: 30px;
}
/* ----------------------------------------------------- NEWS  ----------------------------------------------------- */	
#nwsText {
	width: 830px;
	padding: 20px;
	background-color: white;
	border:none;
	border-radius: 30px;
}
/* ---------- 4th ICROBS ---------- */
.DRP {
	margin-left: 40px;
}
#bPic {
	width: 400px;
	margin: 0 auto;
}
	#bPic img {
		width:400px;
}
#question h3 {
	color: red;
	font-style: italic;
}
/* ----------------------------------------------------- What We Do  ------------------------------------------------- */

/*  ----------------------------------------------------- BOARD  ----------------------------------------------------- */

#brdText {
	width: 830px;
	padding: 20px;
	background-color: white;
	border:none;
	border-radius: 30px;
}
#brdGrid {
	width: 750px;
	margin: 0 auto;
}
#brdGrid h1 {
	margin-left: 15px;
}
.brdRow {
	width: 750px;
	height:320px;
	background-image: url(../images/brdBkg.png);
	background-repeat: no-repeat;
	/*border-bottom: solid;
	border-width: 1px;
	margin-bottom: 10px;*/
}

	#top.brdRow {
		/*border-top: solid;
		border-width: 1px;*/
		margin-top: 40px;
	}
.mugNcap {
	width:150px;
	margin: 15px;
	float: left;
	color: white;

}
	.mugNcap img {
		width: 150px;
		height:220px;		
}
	
.name {
	text-align: right;
	font-size: 80%;
}
.title {
	text-align: right;
	font-size: 85%;
	font-weight: bold;
}
.brdBio {
	float: left;
	width:540px;
	padding-top: 85px;
	color: white;
}

/*  ----------------------------------------------------- Specialties ----------------------------------------------------- */	

#we_do ul {
	list-style-position: inside;
	margin-left: 5px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 0px;
}

.specialty p{
	margin-left: 15px
}


/*  ----------------------------------------------------- Senior Staff ----------------------------------------------------- */
.staffMem	{
	width: 750px;
	height: 55px;
	
	/*margin-top: 10px;
	border-bottom: solid;
	border-width: 1px;*/
}
.staffName {
	width:275px;
	margin-left: 15px;
	float: left;
}
.staffName p{
	margin-left: 0px
}
.staffName li{
	font-weight: bold;
	margin-left: 0px
}
.possition {	
	color: #800000;
}

/*  ----------------------------------------------------- Contact Us ----------------------------------------------------- */
.staffMem	{
	width: 750px;
	height: 55px;
	
	/*margin-top: 10px;
	border-bottom: solid;
	border-width: 1px;*/
}
.staffName {
	width:275px;
	margin-left: 15px;
	float: left;
}
.conInfo li{
	font-weight: bold;
	margin-left: 0px;
	list-style: none;
}
.possition {	
	color: #800000;
}


/*  ----------------------------------------------------- MEMBERSHIPS  ----------------------------------------------------- */

#memText {
	width: 830px;
	padding: 20px;
	background-color: white;
	border:none;
	border-radius: 30px;
}
#memGrid {
	width: 750px;
	margin: 0 auto;
}
.memOrg	{
	width: 750px;
	height: 150px;
	background-image: url(../images/memOrgBkg.png);
	background-repeat: no-repeat;
	
	/*margin-top: 10px;
	border-bottom: solid;
	border-width: 1px;*/
}
#top.memOrg {
	height: 150px;
	margin-top: 40px;
	/*padding-top: 10px;
	border-top: solid;
	border-width: 1px;*/
}
.memOrgLogo {
	width:100px;
	margin-left: 15px;
	float: left;
}
	.memOrgLogo a img {
		margin-top: 16px;
		border: 0;
	}
	.memOrgLogo img {
		margin-top: 16px;
		border: 0;
	}	
.memOrgText {
	width: 605px;
	margin-top: 53px;
	float: left;
	color: white;
}
.memOrgText p {
	font-size: 18px;
	font-weight: bold;
	margin-left: 40px;

}
/*  ----------------------------------------------------- RLS  ----------------------------------------------------- */
#rlsHead {
	height: 100px;
}

#headTxt {
	width: 770px;
	float: left;
	text-align: center;
}

#headLogo {
	width: 160px;
	float: right;
}

#rlsHead img {
	align:top;
	float: right;
}

#monitors {
	display:block;
	margin:auto;
}

#mapVidPic {	
	width: 770px;
	height: 260px;
	float: left;
	text-align: center;
}

#pageOne {
	width: 770px;
	height: 210px;
	float: left;	
}
#pageOne img {
    vertical-align: middle;
}

#redCircle {
	width: 180px;
	float: left;
}

#centerTxt {
	width: 390px;	
	padding: 10px;
	float: left;
}

#quoteOne {
	width: 180px;
	float: right;
	clear: right;
}

#lastP {
	width: 770px;	
	text-align: justify;
}

#lastPictures {
	width: 770px;
	height: 170px;	
	text-align: justify;
}
#lastPictures img {
	width: 246px;
	
}

#pageTwo {
	width: 770px;	
	text-align: justify;
}

#pageThree {
	width: 770px;
	text-align: justify;
}

#pageFour {
	width: 770px;
	text-align: justify;
}

.mapPic {
	width: 375px;
	float: left;
}

.vidPic {
	width: 375px;
	float: right;
}

.redCirclePic {
	padding-top: 10px;
	width: 180px;
	float: left;
}

.frstQuote {
	padding-top: 10px;
	width: 180px;
	float: right;
}



#bPic {
	width: 375px;
	height: 281px;
	float: right;
}

.mPic img {	
	margin:auto;
	width: 800px;
}

.mPic p {
	display:block;	
	margin:auto;
	width:770px;
	display:block;
	padding:5px;
	border: 2px solid black;
	text-align:center;
	
}

#question {
	display: table;
	height: 281px;
	width: 355px;
	margin: 10px;
	float: left;
}

/*
#question p {
	display: table-cell;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
}
*/
/*  ----------------------------------------------------- OBS  ----------------------------------------------------- */

#offerings img {
	width:80px;
	float:left;
	margin-right: 20px;
}

#oText {
	width: 660px;
	float:right;
}

#oText li {
	list-style:none;
}

.afilOrg img {
	width: 100px;
	float:left;
}

#obsPic {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.afilTxt {
	width: 630px;
	float: right;	
}

/*  ----------------------------------------------------- Transit/Motor Coach  ----------------------------------------------------- */
#ThenNowBus {
	display: block;
	width: 770px;
}

#BusThen {
	
	float:left;
}

#BusNow {
	display: block;
	float:Right;
}

.BUS {
	margin-left: 15px;
}

/*.BUS li::before {
	content: "\f105";
	color: #800000; 
} */

/*  ----------------------------------------------------- FOOTER  ----------------------------------------------------- */

#footer {
	position: relative;
	background-image: url("../images/ftBkg.png");
	background-repeat: repeat-x;
	
	margin-top: -50px; 
	height: 50px;
	clear: both;
}

#ftText {
	color: white;
	width: 1000px;
	margin: 0 auto;
	padding-top: 22px;
	text-align: center;
}