/*MAIN TEMPLATE CSS FILE*/

/*DEBUGGING STYLES - UNCOMMENT TO USE*/


/*END DEBUGGING*/







.c{text-align:center;}
/*repeating bg images*/
#vert-repeat-lft{
background: url(../images/atm_10.jpg) repeat-y top;
width:72px;
height:100%;
margin:0;
padding:0;
}
/*fonts */
#body-txt{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #8495A6;
line-height:1.1em;
font-weight:550;
text-align:justify;
font-size:1em;
}
a {
	color: #67748b;
}
.bold-link a {/*used on "mailing list" link on about us page...etc*/
	color: #06C;
	text-decoration: none;
	}
.bold-link a:hover {
	color:	#3CC;
}

#pageContent {
	min-width: 530px;
  	width: auto !important; /* For Saf/Fx */
  	width: 530px; /* IE6 expands this if needed */
	padding-left: 1em; /*added this as austin wants space between thumbs menu and conent*/
}

#td-bgcolor{
width: 220px;
height:auto;
line-height:1.17em;
margin-right:1em; /*changing this will condense the space for the menu bar, and could lead to a dbl line menu*/
						
}

#logo-bg{
background: url(../images/atm_10.jpg) repeat-y top;
width:72px;
height:415px;
}
/*
#top-menu{
vertical-align:top;
height:17px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.3em;
text-decoration:none;
font-weight:bold;
min-width:665px;
width: auto !important; /* For Saf/Fx 
width: 665px; /* IE6 expands this if needed 
}

#menu-bg{
background:url(../images/hrz-bdr_04.gif) repeat-x top;
height:28px;
vertical-align:top;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.5ems;
text-decoration:none;
width:658px;
}*/

#logo-bg{
background: url(../images/atm_10.jpg) repeat-y top;
width:72px;
height:403px;
margin-right: 20px;
}

#top-menu{
vertical-align:top;
height:17px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.3em;
text-decoration:none;
font-weight:bold;
min-width:645px;
width: auto !important; /* For Saf/Fx */
width: 645px; /* IE6 expands this if needed */
}

#menu-bg{
	background:url(../images/hrz-bdr_04.gif) repeat-x top;
height:40px;
vertical-align:top;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.5ems;
text-decoration:none;
min-width:645px;
width: auto !important; /* For Saf/Fx */
width: 645px; /* IE6 expands this if needed */
}

#search-form{
	width:10px;
	
}



#parentElement>.menu-bg {height: auto;}

/*Mac-modified Tan Hack Method*/
* html .menu-bg {height: 1%;} /* for IE/Win */
* html div {display:inline;} /* for IE/Win */
*>html .menu-bg {he\ight: auto;} /* for IE5/Mac */ 

#btm{
background:url(../images/btm-bdr.gif) repeat-x top;
height:70px;
width:100%;
white-space:nowrap;
}

#top{
background:url(../images/top-bdr.gif) repeat-x top;
height:70px;
width:100%;
white-space:nowrap;
}

#footer {
font:Verdana, Arial, Helvetica, sans-serif;
color:#91a1a7;
text-align:center;
font-size:0.73em;
vertical-align:top;
}

.table.moduletable_menu {
	width: 200px;
	padding: 5px;
	margin: 0px;
}

mainlevel_vm {
magin-bottom: 8px;
}

/*Hidden Div in the index.php page to preload imgs for quick hover effects*/

div#preloadMyImages {
	display:none;
	}
/*to widen the text that replaces the buttons for pdf, email, print, to avoid multilines*/
.buttons_heading {
	white-space:nowrap;
}
input.button{/*sets the styling for all buttons, including rs forms buttons*/
	font-family: Arial, Helvetica, sans-serif;
   font-weight: 600;
   text-transform: uppercase;
   font-size: 10px;
   padding-top: 3px;
   padding-right: 4px;
   color: #333;
   background-image: url(../images/butbg.gif);
   background-repeat: repeat-x;
   background-position: left center;
   text-align: center;
   padding-bottom: 2px;
   padding-left: 4px;
   border: 1px solid  #1D2558;
    cursor:pointer;
	}
  
input.button:hover{
	   color: #517CC4;
	   text-decoration:none;
   }

.submit-btn{
	font-family: Arial, Helvetica, sans-serif;
   font-weight: 600;
   text-transform: uppercase;
   font-size: 10px;
   padding-top: 3px;
   padding-right: 4px;
   color: #333;
   background-image: url(../images/butbg.gif);
   background-repeat: repeat-x;
   background-position: left center;
   text-align: center;
   padding-bottom: 2px;
   padding-left: 4px;
   border: 1px solid  #1D2558;
    cursor:pointer;
}
 .submit-btn:hover{
	   color: #517CC4;
	   text-decoration:none;
   }
   .inputbox{height:14px; margin-bottom: 2px;}
