@charset "UTF-8";

/*-----------------------------------------------------------------------------
 Style Sheet for  ITCS Tech Support

version:   1.0
dev date:  April 21 2009
author:    traci vaughan
last edit: April 21 2009

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



/* =GENERAL RESETS
-----------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	}
 
body {
	background-color: #021727;
	color: black;
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	}


h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, form, fieldset {
  margin: 1em 0;
	}


/* Deal with lists */
ol, ul { 
	list-style: none;
	}


/* Apply some left margins to specific elements */

li, dd, blockquote {
	margin-left: 1.2em;
	}


/* Remove border around linked images */
img {
	border: 0;
	}


address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}


blockquote, q {
	quotes: none;
	}


blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}


del {
	text-decoration: line-through;
	}


/* Disable some nasty font attributes in standard browsers. Death to the font tag  */
font { 
	color: inherit !important; font: inherit !important; font-size: inherit !important; 
	}


/* =FUCs (frequently used classes)
-----------------------------------------------------------------------------*

/* Class for clearing floats.  */
.clear {
	clear: both;
	}

/* Put in special headings or text for print versions; remember to turn on in printer stylesheet.  */
.printhead, .printonly  { 
	display: none; 
	} 





/* =TYPOGRAPHY (but note first body rules above)
-----------------------------------------------------------------------------*/




h1 { 
	font-size: 150%; 
	font-weight: bold
	}


h2 { 
	font-size: 130%; 
	font-weight: bold
	}



h3 { 
	font-size: 120%; 
	font-weight: bold
	}



h4 { 
	font-size: 100%; 
	font-weight: bold
	}



h5, h6 { 
	font-size: 100%; 
	font-style: italic; 
	font-weight: bold
	}



/* =FORMS
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. Even on Opera 7 */
fieldset {
  border: 1px solid transparent;
	}

input { 
	font-size: 1em
	} 

textarea { 
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif
	} 

form label {
	cursor: pointer;
	}



/* =TABLES
-----------------------------------------------------------------------------*/
/*  Disable some deprecated table tags */
table,tr,th,td {
	width:auto; /* All browsers */
	height:auto; /* All browsers */
	background-color:transparent; /* All browsers */
	border:none; /* All browsers. Borders are not inherited */
	}

table { 
  border-spacing: 0;
  border-collapse: collapse;
  }


td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  }




/* =NAV
-----------------------------------------------------------------------------*/

#navi { 
	width: 226px; float: right; margin-right: 10px 
	} 


/* =CONTENT BLOCKS
-----------------------------------------------------------------------------*/

#container { 
	background: #21375c url(images/big_sky.jpg) center top no-repeat; padding-bottom: 50px
	} 
	
#thebox { 
	width: 1000px;  margin: 0 auto;
	}

#banner { 
	height: 116px; padding-left: 181px
	} 

#columns { 
	background: #ffc url(images/boxes_1M.jpg) repeat-y;
	} 


#pagecontent { 
	margin-right: 280px; margin-left: 40px; padding: 24px 0
	} 

/* =FOOTER
-----------------------------------------------------------------------------*/


#footercontent { 
	width: 800px; 
	margin: 0 auto; 
	padding: 1em 0 80px 30px;
	font-size: 84%; 
	color: #fff;
	
	} 
 

#generalbottom { 
	width: 400px; float:right; margin-top: 1em;
	} 


/* =LINKS
-----------------------------------------------------------------------------*/


a:link { 
	color: #A35D21 ;
	text-decoration: none;
	
	} 
 a:visited { 
	color: #275176;
	text-decoration: none;
	
	} 

 a:hover,  a:visited:hover  { 
	color: #164671 ;
	text-decoration: none;

	} 

#pagecontent  a:link { 
	color: #A35D21 ;
	text-decoration: none;
	border-bottom: 1px dotted;
	} 

#pagecontent  a:visited { 
	color: #275176;
	text-decoration: none;
	border-bottom: 1px dotted;
	} 

#pagecontent  a:hover,  #pagecontent a:visited:hover  { 
	color: #164671 ;
	text-decoration: none;
	border-bottom: 1px solid;
	} 


#footer a:link { 
	color:  #f8f1df;
	text-decoration: none;
	border-bottom: none;
	} 

#footer a:visited { 
	color:  #e9c89f;
	text-decoration: none;
	border-bottom: none;
	} 

#footer a:hover, #footer  a:visited:hover  { 
	color: #fff ;
	text-decoration: underline;
	border-bottom: none;
	} 