/* 
Resource for Advanced Public Transportation Systems (RAPTS) by CUTR
Designed and Developed by Lehman Center for Transportation Research at FIU (Atiosis Blanco)
*/

/* --------------GENERAL STYLES---------------*/

html,body {
	background-color: #004334;
	height:100%;
	width:100%;
	padding: 0px;
	margin: 0px;
	
}

/*html,body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
}

table.full-height {
  height:100%;
  width:100%;
  border:1px solid black;
}*/

#container {
	/*width: 573px;*/
	width: 573px;
	height:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	background-color: #FFFFFF;
	border-right: 1px solid #acacac;
	padding-left:10px;
	
}

#containerTop {
	width: 758px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 10px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(imgs/container-line-bg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #acacac;
	border-right: 1px solid #acacac;
	border-left: 1px solid #acacac;
}

#containerLeft {
	width: 185px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #acacac;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acacac;
	padding-bottom:0%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}



/* header backgrounds*/
#headerHome {
	height:198px;
	width: 758px;
	background-image: url(imgs/img-home.jpg);
	background-repeat: no-repeat;
}

#headerHome2 {
	height:133px;
	width: 758px;
	background-image: url(imgs/img-home2.jpg);
	background-repeat: no-repeat;
}

#headerCurrentResearch {
	height:133px;
	width: 758px;
	background-image: url(imgs/img-currentresearch.jpg);
	background-repeat: no-repeat;
}

#headerElectronicLibrary {
	height:133px;
	width: 758px;
	background-image: url(imgs/img-library.jpg);
	background-repeat: no-repeat;
}

#headerTechnologies {
	height:133px;
	width: 758px;
	background-image: url(imgs/img-technologies.jpg);
	background-repeat: no-repeat;
}

#headerInventoryDatabase {
	height:133px;
	width: 758px;
	background-image: url(imgs/img-database.jpg);
	background-repeat: no-repeat;
}

#headerAgencies {
	height:133px;
	width: 758px;
	background-image: url(imgs/img-agencies.jpg);
	background-repeat: no-repeat;
}

#headerContact {
	height:133px;
	width: 758px;
	background-image: url(imgs/img-contact.jpg);
	background-repeat: no-repeat;
}

/* header backgrounds*/

.menuHome {
	height: auto;
	width: auto;
	padding-top: 79px;
}

.menuInside {
	height: auto;
	width: auto;
	padding-top: 14px;
}

#leftColumn {
	height: 100%;
	width: 150px;
	margin-left: 15px;
	margin-right: 0px;
	text-align: left;
	padding: 0px;
}

#rightColumn {
	text-align: left;
	height: 100%;
	width: auto;
	margin-right: 20px;
	margin-left: 15px;
	background-color: #FFFFFF;
}

#Footer {
	width: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}

/* --------------TEXT STYLES---------------*/

a {
	color: #f7941c;
}
a:link {
	color: #f7941c;
	text-decoration: underline;
 }
 
a:visited {
	color: #e8ba83;
	text-decoration: underline;
}

a:hover {
	color: #f7941c;
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #f7941c;
	margin: 0px 0px 15px;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

b {
	font-weight: bold;
	color: #666666;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-image: url(imgs/bullet-menu.gif);
}
a.menu1:link {
	color: #f7941c;
	text-decoration: none;
}

a.menu1:visited {
	color: #f7941c;
	text-decoration: none;
}

a.menu1:hover {
	color: #f7941c;
	text-decoration: underline;
}

.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
}

a.menu2:link {
	color: #f7941c;
	text-decoration: none;
}

a.menu2:visited {
	color: #f7941c;
	text-decoration: none;
}

a.menu2:hover {
	color: #f7941c;
	text-decoration: underline;
}

ul {
	margin-top:5px;
	margin-bottom:15px;
	list-style-image: url(imgs/bullet-menu.gif);
	
	
}
ol {
	margin-top:10px;
	margin-bottom:0px;
	
}
li {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-left:-20px;
	list-style-position: outside;
}

.imgRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: right;
}
.imgLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 10px;
}
.imgCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	width: auto;
	margin-left: auto;
}

.line {
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	width: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FDF7ED;
}
