/* CSS Document */

<style type="text/css">

body{
padding: 0;
margin: 0;
/*background:#859F8E;*/
font: 1em Arial, Helvetica,sans-serif;
}
#page {
clear:both;
min-width:800px;
max-width:inherit;
position:relative;
border: 2px solid black;
}
#nav_menu{
margin:0;
float:left;
width: 152px; /*Width of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/*background: #859F8E;*/
background-color: #2F484F;
color: white;
z-index:50;
}
#right_nav{
position:relative;
float:right;
width: 145px; /*Width of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/*background: #859F8E;*/
background-color: #2F484F;
color: white;
z-index:5;
}

#page-wrapper {
clear:both;
min-width:800px;
/*background-image:url(../images/page_background.jpg);
background-repeat: repeat;  */
max-width: 1020px; /*background: #DBE1EA;*/
position:relative;
/*height:1250px;*/
z-index:100;
}
#main-content {
padding: 2px;
min-width:740px;
max-width:950px;
/*background:#859F8E;*/
z-index:-5;
}
#page-inside {
display:block;
min-width:550px;
max-width: 650px;/*background: #DBE1EA;*/
position:relative;
left:1px;
z-index:2;
}

#header {width:950px;background: url(./../images/imt_banner_new.gif);height:150px;}
#nav_track {width:950px;
background-image:url(../images/page_background.jpg);
background-repeat: repeat;  
height:25px;color:white;}
#nav_track marquee {
color:white;
}

#quicklinks {
width: 140px; /*Width of frame div*/
border:1px solid #DBE1EA;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/*background-image: url(../images/roundframe.jpg);*/
background-repeat:repeat-x;
}
#calender {
width: 140px; /*Width of frame div*/
border:1px solid #DBE1EA;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/*background-image: url(../images/roundframe_small.jpg); */
background-repeat:repeat-x;
}
#contactinfo{
width: 140px; /*Width of frame div*/
border:1px solid #DBE1EA;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/*background-image: url(../images/roundframe_small.jpg);*/
background-repeat:repeat-x;
}
#lFrame{
position: relative;
float:left;
width: 145px; /*Width of frame div*/
border:1px solid #DBE1EA;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-repeat:repeat-x;
z-index:20;
}
#imgFrame{
width: 145px; /*Width of frame div*/
float:left;
border:1px solid #DBE1EA;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/*background-image: url(../images/roundframe_left.jpg);*/
background-repeat:repeat-x;
z-index:20;
}
#donate {
background-image:url(../images/donateButn.gif);
background-repeat:repeat-y;
height:50px;
width: 140px; /*Width of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
z-index:2;
}

/* main menu */
#menu {height:30px;width:950px; 
/*background: #859F8E;*/
background-color: #2F484F;

}
#menu ul#navbar {
height: 30px;
margin-top:0px;
margin-left: 1px;
padding: 0;
list-style: none;
}

#menu ul#navbar li {
float: left;
width: 150px;
position: relative;
}

#menu ul#navbar li a:link, ul#navbar li a:visited {
display: block;
padding: 5px 2px 5px 2px;
/*background: #859F8E;*/
background-color: #2F484F;
text-decoration: none;
text-align: center;
font-size: 12px;
font-family: Trebuchet MS, verdana, arial;
color: #fff;
border-top: 1px solid #DBE1EA;
border-right:1px solid #DBE1EA;
border-left:0px;
border-bottom:0px;
}

#menu ul#navbar li a:hover {background-color:  #003366;}

/* menu items */

#menu ul#navbar  li ul {display: none;margin: 0;padding: 0;list-style: none;overflow: hidden;position:relative;}
#menu ul#navbar  li:hover ul {display: block;}
#menu ul#navbar li ul li a:link, #menu ul#navbar li ul li a:visited {background-color: #2F484F;font-weight: normal;}
#menu ul#navbar li ul li a:hover {	background-color:  #003366;}
#search {
float:right;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-color: #2F484F;
	/*border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc; */
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	font-style:italic;
	padding: 3px 0px 3px 10px;
	color: white;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color:  #003366;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}/************ sectionLinks styles **************/

#sectionHeading{
display: block;
/*	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;*/
/*	background-color: #DC873D; */
	padding: 2px 0px 2px 2px;
	background-color: #2F484F;;
	color: white;
	}

#footer{
clear:both;
width:650px;
height:30px;
background-color: #2F484F;
float:left;
color:white;
padding: 1px;
border:1px solid white;
}	

</style>
