/*
  *=============================================
  *Author:		Gautam Beri
  *Create date: 2009-02-09
  *Modified: 2009-06-09 changed upon request Issue 583
  *=============================================
*/
body {
	margin: 0;
	background-color: #7E8998;
	background-repeat: repeat-x;
  font-family:Arial;
  font-size:12px;
	background-image: url(../images/span_top.gif);
}

h3 {
	color:#963F37;
}

/*mainFrame and main table combines together to buld the site header*/
table.mainFrame{
	background-color: #FFFFFF;
	border-collapse:collapse;
  width:696px;
	padding: 0;
	margin: 0;
}

table.mainFrame tr td{
  vertical-align:top;
  padding:0;
  margin:0;
}

table.main {
  background-color: #FFFFFF;
  width:80%;
  height: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  vertical-align:top;
  border-collapse:collapse;
}

table.main tr td{
  vertical-align:top;
  padding: 0;
  margin: 0;
}

table.records tr td {
  width:75%;
  font-size:12px;
}
/*Classes*/
/*This is the color image below the member directory vertical image on the right hand side*/
.spanImage {
	background-image:url(../images/span_07.gif);
	background-repeat: repeat-y;
}

.dropDown{
  font-family:Arial;
  color:#963F37;
  border:1px;
  border:solid 1px #963F37;
}


.alphaSearch{
  font-size:14px;
  text-align:left;
  font-weight:bold;
  color:#963F37;
  text-decoration:none;
  padding: 0 0 0 50px;
}

.alphaSearch a{
  font-weight:bold;
  color:#963F37;
  text-decoration:none;
}

/*This grayouts the selected values like selected pages and alphabets*/
.selected {
  color:#7E8998;
  text-decoration:none;
}

/*pad with stripe image*/
.pad {
	padding: 0 0 0 50px;
}

/*pad without stripe image*/
.simplePad {
  padding: 0 0 0 50px;
}

.footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
}


.title {
  color:#963F37;
  font-weight:bold;
  font-size:16px;
}

/*Titles that needs to be padded and to be in upper case*/
.regionTitle {
  color:#963F37;
  text-transform:uppercase;
  font-weight:bold;
  font-size:18px;
  padding: 0 0 0 50px;
}

/*This to to alternate the now color or the members directory but not being used currently*/
.row1 {
	text-align: left;
	background-color:#d6d6d6;
}
.row2 {
	text-align: left;
	background-color:#FFFFFF;
}

/*Geo Search*/
/*This to handle the Map*/
#provlinks {
   color:#c74f47;
	float: right;
	width: 195px; 
	text-align:left;
	padding: 0 0 0 50px;
}
#provlinks div {
	padding: 0 0 0 50px;
}
#provlinks .selectedprov {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
  /*border-bottom: solid 1px #963F37;
	text-transform:uppercase;*/
}
#provlinks a {
  color:#963F37;
	display: block;
	width: 195px;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
}
#provlinks a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
 	/*border-bottom: solid 1px #963F37;
	text-transform:uppercase;*/
	background:none;
}
select {
    border:1px;
    color: #963F37;
    font-size:18px;
    background-color: #E8EAEC;
}
option  {
    color: #963F37;
    font-weight: none;
    background-color: #B8BFCA;
}

.selectDiv 
{
  background-color: #FFFFFF;
  padding: 5 5 5 5;
  
}
.seperater 
{
  color:#FFFFFF;
  background-color:#FFFFFF;
}