/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : NASET IE/Windows Stylesheet
Author : Kevin Klein	
Email : kevin.klein@gmail.com 

Description : hacks for IE 6/Windows

Created : 8/6/06
Modified : 8/9/06

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/***********/ 
/*********** =  STRUCTURE  = ***********/
/***********/

/*********** = layout elements = ***********/

hr {
	margin-bottom: 0 !important;
}
/**html  div.container {
	padding:0;
	width:820px;
}
*/
div#header {
	background:#fff url(../images/bg-logo-over.gif) no-repeat 20px 0;
}

/**html div#footer {
	height:143px;
	padding:0;
}*/

div#footer {
	position:relative;
}

*html div#content div.secondary {
	margin:25px 10px 0 0;
}

/*********** = footer = ***********/

div#footer div.links {
	left:20px;
	position:absolute;
	top:25px;
}

div#footer div.links a, 
div#footer div.links a:visited {
	border-bottom:1px solid #ddd;
	color:#ddd;
	padding:0 0 1px 0;
	text-decoration:none;
}

div#footer div.links div.primary a,
div#footer div.links div.primary a:visited {
	border-bottom:1px solid #fff;
	color:#fff;
}

div#footer div.links a:hover,
div#footer div.links div.primary a:hover {
	border-bottom:1px solid #fff;
	color:#ccc;
}

body#home div#footer p { 
	clear:both;
	color:#ccc;
	margin:0 0 5px 0;
    padding:0;
}

div#footer div.links div.primary {
    font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
    margin:0;
}

/*********** = navigation classes = ***********/

/* primary navs */

/*div#breadcrumb {
	margin:0 20px;
}*/

/*********** = headers = ***********/

/* branding/logo upper-left */

h1#logo a {
    background:#fff url(../images/bg-logo.gif) no-repeat 20px 0;
    width:240px;    
}

h1#logo a:hover {
    background:#fff url(../images/bg-logo-over.gif) no-repeat 20px 0;   
}

h2#tagline {
	background:#fff url(../images/bg-exceptional.gif) no-repeat 0 0;
	display:block;
    height:18px;
	position:absolute;
	right:30px;
    text-decoration:none;
	text-indent:-9999px;
	top:53px;
    width:387px; 
}

/*********** = utility classes = ***********/

a.button, 
a.button-float, 
a.button:visited, 
a.button-float:visited { 
	width:118px;
}

/*********** = forms = ***********/

div#login {
	width:179px;
}
	
/*********** = home = ***********/
/* Some styles here were commented out by Gabe on 8/28
   The reason for this is that these styles had to be rewritten
   because they were accidentally getting included for non-ie browsers before */
   


body#home h3.news,
body#home h3.resources,
body#home h3.career-center { cursor:hand; }
