/*
CSS for IBTS website
*/


body {
	background: #000000 url(http://www.ibts.org/images/background.gif) repeat-y;
	font-family: Arial, "Times New Roman";
	font-size: 9pt;
	color: #000000;
	padding: 50px;
}

body.application {
	background: #FFFFFF;
	font-family: Arial, "Times New Roman";
	font-size: 9pt;
	color: #000000;
	padding: 50px;
}


h1 {
	font-family: Arial, "Times New Roman";
	font-size: 14pt;
	font-weight: bold;
	color: #642858;
}

h2 {
	font-family: Arial, "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	color: #083F5F;
}

h3 {
	font-family: Arial, "Times New Roman";
	font-size: 11pt;
	font-weight: bold;
	color: #97A388;
}

h4 {
	font-family: Arial, "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	color: #97A388;
}

hr {
	color:#642858;
}

p {
	font-size: 9pt;
	color: #000000;
}

span {
	padding: 0 10px 0 10px;
}

a:link {
	color: #083F5F;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #642858;
}

a:visited {
	text-decoration: none;
	color: #083F5F;
}

a:hover {
	text-decoration: underline;
	color: #642858;
}

img{
	border:0;
}

#leftfloat {
float: left;
padding: 5px;
}

#rightfloat {
float: right;
padding: 5px;
}

#title{
	color: #FFFFFF;
	background: transparent;
	width: 980px;
	text-align: right;
	margin:auto 0;
	margin-right: 15px;
	padding:0;
}

#title h2{
 	font-family: "Arial Rounded MT Bold ", Arial;
	color: #FFFFFF;
	font-size: 8pt;
	text-transform: uppercase;
	padding: 0;
	width: 100%;
	text-align: right;
}


#title img {
	padding-right: 15px;
}

#title b {
	display:inline;
	color: #97A388; /*#964E88;*/
}

#main_page{
	background: #FFFFFF;
	width: 900px;
	margin: auto;
	font-size: 9pt;
	color: #000000;
	border: 4px solid #97A388; /*#9c927d;*/
	padding: 20px;
}
#gallery{
	width: 720px;
	height: 540px;
	margin-left:70px;
}

#gallery h2{
	font-family: "Arial Rounded MT Bold ", Arial;
	color: #FFFFFF;
	font-size: 8pt;
	text-transform: uppercase;
	padding: 0;
	width: 100%;
	text-align: right;

}
#gallery img{
		border: 4px solid #778899;
}

#gallery_desc{
	text-align:center;
	font-family: "Arial Rounded MT Bold ", Arial;
	color: #FFFFFF;
	font-size: 8pt;
	width:100%;
}
/* Menu */

#menu {
	width: 900px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
	text-align: center;
	font-size:9pt;
}

.toptabs{
	width: 900px; /*860px;*/
	height: 30px;
	margin: 0 auto;
}

.toptabs ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.toptabs li{
	display: inline;
}

.toptabs li a{
	display: block;
	float: left;
	width: 60px;
	height: 40px;
	padding: 2px 2px 2px 2px;
	vertical-align: super;
	border-right: 2px solid #97a388;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	color: #083F5F;
}

.toptabs li a:hover{
  text-decoration: none;
  background: #B2BB9F;
}


.toptabs li.selected {
	background: #B2BB9F;
	text-decoration: none;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b {
	position:absolute;
	top: 0;
	border: 1px solid #EDEBD5; 
	border-width: 0 1px;
	font-size: 9pt;
	color: #083F5F;
	line-height:25px;
	z-index:100;
	background-color: white;
	width: 110px;
	visibility: hidden;
}


.dropmenudiv_b a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; 
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	/*text-transform: lowercase;*/
}

* html .dropmenudiv_b a {
		width: 100%;
		font-size: 9pt;
		color: #083F5F;
}

.dropmenudiv_b a:hover {
		font-size: 100%;
		color: #083F5F;
		text-decoration: none;
  	background: #B2BB9F;
}

#logo {
	width:900px;
	height: 122px;
	background: #97A388;
	margin: auto;
	text-align: center;
	padding:3px;
}
/*
#logo h2{
	color: #FFFFFF;
	font-size: 9pt;
	text-transform: uppercase;
	margin: 0;
	height: 85px;
	width: 900px;
	float: right;
	background: url(../images/barphoto.gif) no-repeat;
}
*/
/*#logo h2{
	color: #FFFFFF;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 9pt;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	height: 84px;
	font-style: italic;
	width: 730px;
	float: right;
	background: url(../images/barphoto.gif) no-repeat;
}

#logo h1{
	margin: 0;
	float:left;
	height: 84px;
	width: 165px;
	background: url(../images/ibts_logo.jpg) no-repeat;
	display: inline;
}
*/
#logo h1 {
	margin: 0;
	float:left;
	height: 122px;
	width: 900px;
	background: url(http://www.ibts.org/images/barphoto1.gif) no-repeat;
	display: inline;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	background: #FFFFFF;
}

/* Content */

#content {
	width: 880px;
	padding-top: 1px;
	margin-left:30px;
	background: #FFFFFF;
}

#popup {
	width: 700px;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	border: 3px solid #97A388;
}
 
#content hr {
	border-bottom: 1px solid #EDEBD5;
}

#bofd td {
		padding:0px;
}

#left {
	text-align:left;
	/*display: inline;*/
}

#floatleft {
	float:left;
}

#floatright {
	float:right;
}

#right {
	text-align:right;
	/*display: inline;*/
}

#bofd td {
	padding: 20px;
}
.post {
	float: left;
	padding-top: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0 5px;
	background: #FFFFFF;
	width: 570px;
}

	
.hr {
	border-bottom: 1px solid #EDEBD5;
}

#indent {
	position: relative;
	margin-left:20px;
}

table.mil {
	width: 300px;
	background: #B2BB9F;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-family: Arial, "Times New Roman";
	font-size: 9pt;
	color: #083F5F;
	padding: 5px;
	margin: 10px;
}

table.mil_inspect {
    width: 650px;
    border: 1px solid #000000;
    font-size: 9pt;
}

th.mil_inspect {
  background : #C0C0C0;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

td.mil_inspect {
  border-bottom: 1px solid #000000;
  width: 40%;
}

table .smart_growth{
	width: 900px;
	font-size: 9pt;
	padding: 3px;
}

th .d_gray{
	background : #dddde1;
  font-weight: bold;
  padding-left: 5px;
}

td .gray{
	background : #efeff3;
	padding-left: 5px;
}

td .d_gray{
	background : #dddde1;
	padding-left: 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-right:20px;
	margin-left:5px;
	padding: 5px;
	background: #97A388;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	font-size:12pt;
	color: #FFFFFF;
}

h4 {
	margin: 0;
	padding: 5px 5px;
	font-size:10pt;
	font-weight:bold;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size:10pt;
	color: #083F5F;
}

#sidebar p {
	font-size:9pt;
	color: #083F5F;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #083F5F;
}





.sidebar {
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-right:20px;
	margin-left:5px;
	padding: 5px;
	background: #97A388;
}

.sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	font-size:12pt;
	color: #FFFFFF;
}

.sidebar h3 {
	font-size:10pt;
	color: #083F5F;
}

.sidebar p {
	font-size:9pt;
	color: #083F5F;
}

.sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

.sidebar li {
}

.sidebar a {
	color: #083F5F;
}



.greenbox {
	background: #B2BB9F; 
}

.greenbox h2 {
	background: #083F5F;
}

.greenbox h4 {
	background: #083F5F;
}

#gsa {
	float: right;
	width: 210px;
	padding-top: 50px;
	margin-top: 20px;
	margin-right:20px;
	margin-left:5px;
	padding: 5px;
	background: transparent;
	}
	
#gsa img {
	width:110px;
	border: 2px solid #083f5f;
	margin-left: 50px;
}

#gsa h2 {
		font-size:9pt;
		text-align: center;
}

#highrise {
	float: right;
	width: 226px;
	height: 170px;
	padding-top: 30px;
	margin-top: 20px;
	margin-right:20px;
	margin-left:5px;
	background: transparent;
}

#highrise h2 {
	font-size:9pt;
	text-align: center;
}
	
#highrise img {
	height:150px;
	width: 226px;
}
	
.region {
	width:250px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 3px;
	font-size: 9pt;
	color: #000000;
	padding: 3px;
}

.myLow {
	background: #FFFFFF;
}

.myHigh {
	background: #E1E7D2;
}

#m_title {
	border-bottom: #12516E 2px solid;
	padding: 7px; 
	text-align: left;
	vertical-align: top;
}

#m_body {
 border-bottom: #12516E 2px solid; 
 padding: 7px; 
 text-align: left; 
 vertical-align: top;
}

table#login {
border: 1px solid #000000;
background: #c3cbb9;
}

tr #login{
	border-bottom: 1px solid #000000;
}

#center{
text-align:center;
}

.error{
color: #fd0303;
}
/* Footer */

#footer {
	clear: both;
	height: 60px;
	margin: auto;
	width: 450px;
	padding-top: 15px;
	color: #FFFFFF;
	text-align: center;
}

#footer p {
	margin:auto;
	color: #FFFFFF;
	font-size: 9pt;
}

#footer a {
	color: #E3EDF9;
}


