@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0}

img {border: none;}

a {outline: none}

/*corner logo in black bar*/
#ciee
{
                position: fixed;                  /*fixed is independent of any containing element – so it doesn’t matter where you put this*/
                _position: absolute;        /*IE6 does not support fixed*/
                top:0;
                left:0;
                width:137px;
                height:32px;
                z-index:700;
                outline: none;
                outline-style: none;
}
 
#topNav
{
                width: 100%;                      /*due to position: fixed, this will span the width of the browser window*/
                height: 39px;
                top: 0;
                left: 0;
                position: fixed;                  /*fixed is independent of any containing element – so it doesn’t matter where you put this div*/
                _position: static;               /*IE6 doesn’t support fixed – this needs to be static to get the ‘text align’ center to work*/
                z-index: 600;
                background: url(images/topNav_background.png) repeat-x scroll 0 0;
                _background: url(images/topNav_background_IE6.gif) repeat-x scroll 0 0;   /*IE6*/

}
 

#topNav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;

	
	}

#topNav li a {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-decoration: none;
	}
	
#topNav a:hover {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F6A92E;
	text-decoration: none;
	}


body {
	background-image: url(images/back3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #cadfc9;
	}
	
#wrapper-home {
	margin: auto;
	width: 934px;
	height: 710px;
	}
	
#header {
	width: 934px;
	height: 94}
	
	
#content-home {
	width: 934px;
	height: 710px;
	background-image:url(images/content-home.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	}
	
	
#content-long {
	width: 934px;
	background-image:url(images/content-long3.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	}
	
/*tabs */	
	
	
#nav_container {
	margin: 0;
	padding: 0;
	height: 42px;
	}
  
#nav {
	margin: 0;
	padding: 0;
	height: 42px;
	list-style: none;
	display: hidden inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}


#nav a {
	float: left;
	padding: 42px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -42px;
	}

#nav a:active {
	background-position: 0 -42px;
	}
	
#nav a.selected {
	background-position: 0 -84px;
	}
	
#nav a.selected:hover {
	background-position: 0 -84px; }
	

	
/*home page */	
	
#home-home a {
width: 193px;
	background:  url("images/scholarshiptab-select.jpg") top left no-repeat;
	}
	
#home-hs a  {
	width: 168px;
	background:  url("images/hstab3.jpg") top left no-repeat;
	}
		
	
#home-university a  {
	width: 573px;
	background:  url("images/universitytab.jpg") top left no-repeat;
	}
	
/*end home page */	


/*hs page tabs */	
	
#hs-home a {
width: 193px;
	background:  url("images/scholarshiptab.jpg") top left no-repeat;
	}
	
#hs-hs a  {
	width: 168px;
	background:  url("images/hstab-select.jpg") top left no-repeat;
	}
		
	
#hs-university a  {
	width: 573px;
	background:  url("images/universitytab.jpg") top left no-repeat;
	}
	
/*end hs page tabs page */	

/*university page tabs */	
	
		
	
#university-university a  {
	width: 573px;
	background:  url("images/universitytab-select.jpg") top left no-repeat;
	}
	
/*end hs page tabs page */	


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:16px;
	font-weight: normal;
	color:#4b321e;
	padding: 0px 0 8px 25px;
	}
	
#content-home p {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
	color:#000000;
	line-height: 1.5em;
	padding: 0px 400px 14px 25px;
	  }
	  
#content-home a {color:#2a6360; text-decoration:none; border-bottom: 1px dotted #2a6360;}

#content-home a:hover {color:#391d06; border-bottom: 1px dotted #391d06;}
	  
#content-home #barker a {color:#7d491d; text-decoration:none; font-size:11px; border-bottom: none;}

#content-home #barker a:hover {color:#391d06; text-decoration:none; border-bottom: none;}
	  
	  
#content-home #left-barker p {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
	color:#000000;
	line-height: 1.4em;
	padding: 0px 4px 3px 24px;
	  }
	  
	  #content-home #right-barker p {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
	color:#000000;
	line-height: 1.4em;
	padding: 0px 4px 3px 11px;
	  }
	  
#content-long ul.main {
        list-style-type: none;
		margin-top: 2px;
		margin-bottom: 5px;
		margin-left: 5px;
		padding: 0px 400px 14px 25px;
		} 


#content-long ul.main li  { 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0px 0 5px 18px;
color: #000;
line-height: 1.4em;
background-image:url(images/main-bullit11.gif);
background-position: top left;
background-repeat: no-repeat;
border-bottom: none;
		}
		
#content-home ul.main {
        list-style-type: none;
		margin-top: 2px;
		margin-bottom: 5px;
		margin-left: 5px;
		padding: 0px 400px 14px 25px;
		} 


#content-home ul.main li  { 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0px 0 5px 23px;
color: #000;
line-height: 1.4em;
background-image:url(images/main-bullit11.gif);
background-position: top left;
background-repeat: no-repeat;
border-bottom: none;
		}
		
		

	  
	  

#content-long p {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
	color:#000000;
	line-height: 1.5em;
	padding: 0px 400px 14px 25px;
	  }
	  
#content-long a {color:#2a6360; text-decoration:none; border-bottom: 1px dotted #2a6360;}

#content-long a:hover {color:#391d06; border-bottom: 1px dotted #391d06;}
	  
#content-long #barker a {color:#7d491d; text-decoration:none; font-size:11px; border-bottom: none;}

#content-long #barker a:hover {color:#391d06; text-decoration:none; border-bottom: none;}

#content-long #barker a.greenlink {color:#2a6360; font-size:12px; text-decoration:none; border-bottom: 1px dotted #2a6360;}

#content-long #barker a.greenlink:hover {color:#391d06; font-size:12px; border-bottom: 1px dotted #391d06;}

#content-home #barker a.greenlink {color:#2a6360; font-size:12px; text-decoration:none; border-bottom: 1px dotted #2a6360;}

#content-home #barker a.greenlink:hover {color:#391d06; font-size:12px; border-bottom: 1px dotted #391d06;}
	  
	  
#content-long #left-barker p {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
	color:#000000;
	line-height: 1.4em;
	padding: 0px 4px 3px 24px;
	  }
	  
#content-long #right-barker p {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
	color:#000000;
	line-height: 1.4em;
	padding: 0px 4px 3px 11px;
	  }

#sidenav {
	width: 235px;
	height: 263px;
	position: absolute;
	top: 341px;
	left: 630px;
}
	
#sidenav ul {
        list-style-type: none;
        width: 198px;
		margin-top: 2px;
		margin-bottom: 5px;
		margin-left: 5px;
		} 

#sidenav li {
padding: 4px 0 4px 2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
      
		}

#content-home #sidenav li a { 
padding: 2px 0 2px 27px;
color: #4b321e;
background-image:url(images/nav-bullit.gif);
background-position: center left;
background-repeat: no-repeat;
border-bottom: none;
		}
		
#content-home #sidenav li a.selected { 
padding: 2px 0 2px 27px;
color: #4b321e;
background-image:url(images/check.gif);
background-position: center left;
background-repeat: no-repeat;
border-bottom: none;
		}
		
#content-home #sidenav li a:hover { 
       background-image:url(images/nav-bullito.gif);
	   color:#377b78;
background-position: center left;
background-repeat: no-repeat;
padding: 2px 0 2px 27px;
		}
		
#content-home #sidenav li a:hover.selected { 
       background-image:url(images/check.gif);
background-position: center left;
background-repeat: no-repeat;
padding: 2px 0 2px 27px;
		}
		


#content-long #sidenav li a { 
padding: 2px 0 2px 27px;
color: #4b321e;
background-image:url(images/nav-bullit.gif);
background-position: center left;
background-repeat: no-repeat;
border-bottom: none;
		}
		
#content-long #sidenav li a.selected { 
padding: 2px 0 2px 27px;
color: #4b321e;
background-image:url(images/check.gif);
background-position: center left;
background-repeat: no-repeat;
border-bottom: none;
		}
		
#content-long #sidenav li a:hover.selected { 
padding: 2px 0 2px 27px;
background-image:url(images/check.gif);
background-position: center left;
background-repeat: no-repeat;
border-bottom: none;
		}
		
#content-long #sidenav li a:hover { 
       background-image:url(images/nav-bullito.gif);
	   color:#377b78;
background-position: center left;
background-repeat: no-repeat;
padding: 2px 0 2px 27px;

		}

		
#footer-long {
	width: 934px;
	height: 67px;
	background-image: url(images/footer-long.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	}
	
#footer-long p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:10px;
	color:#377b78;
	}
	
#footer-long a {
	color:#377b78;
	text-decoration: none;
	}
	
#footer-long a:hover {
	
	text-decoration: none;
	}
	
#footer-home p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:10px;
	color:#377b78;
	}
	
#footer-home li {
	display: inline;
	list-style-type: none;
	
	
	}

#footer-home li a {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#377b78;
	text-decoration: none;
	}
	
#footer-home p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:10px;
	color:#377b78;
	}
	
#footer-home a {
	color:#377b78;
	text-decoration: none;
	}
	
#footer-long a:hover {
	
	text-decoration: none;
	}
	
#footer-home a:hover {


	text-decoration: none;
	}
