/* ---------------------------------------------------------------------

	Site Builder: Remove this comment section when done
	
	This stylesheet contains site specific styles for 1 client.
		there are several other style sheets associated with 
		all projects.  These other stylesheets are:
		~ set base typography (typography.css)
		~ reset css styles for all browsers (reset.css)
		~ contain styles for IE 6 and below (ltIE7.css)
		~ & if the site uses a JS library and needs it (js_conditional.css)
	DO NOT TOUCH THESE. EVER.
	
	Declare overrides in this file IF you know what you are doing.
	
	Otherwise this stylesheet is used to declare positioning,
	images, colors, and other elements that make the site unique
	
	IMPORTANT
	
	UNT Branding Requirements are explicit:
		~ The UNT Wordmark is absolutly required (Top left corner of the screen is the "preferred" location)
		~ The UNT LetterMark is optional but "preferred"
		~ UNT Green = #059033; Black = #000000; White = #FFFFFF
		~ See: http://www.unt.edu/identityguide/webuse.htm
	
	Reccommended Helper Sites:
	
	Color Tools:
	~ http://www.colourlovers.com/
	~ http://www.alvit.de/web-dev/color-tools-mixers-palettes.html
	
------------------------------------------------------------------------ */


/* ---------------------------------------------------------------------

	CSS File for Jeff Brooks-Harris
	Created by: 
		~ Kristin Boyett
		~ leslie511@yahoo.com
		
	Site Maintainers:
		~ DO NOT DELETE THINGS UNLESS YOU KNOW WHAT YOU ARE DOING!
		~ Sections are flagged with = so that you can easily find (CTRL-F, GREP, whatever) a section.  Ex: =Header


------------------------------------------------------------------------*/



/*--------------------------------------------------------             

      =GENERIC       	body, wrappers, etc
	  
----------------------------------------------------------*/

body { 
  background-color: #373c66;
  font-family:Arial, Helvetica, sans-serif;
  font:Arial, Helvetica, sans-serif;
}

#wrapper { /* This is a superflous div for the benefit of Dreamweaver, without this, background inherits the body color */
  background: #FFFFFF;
  width: 950px;
  margin: 0 auto;
}

.container { /* wraps everything */
  position: relative;

  background-color: #373c66;
}
#contentWell {
	background-image: url(../images/background.png);
	background-repeat:repeat-y;
}

/*-----------------------------------------------------------------------------------
	=HEADER          
	
	~ See Shea Enhancement: http://www.mezzoblue.com/tests/revised-image-replacement/
	~ Set #header width and height to image dimensions (MAX Width 950px with no margins or padding!
	~ Set #header span backround image to image source
	~ adjust margins if image requires border or fake it in your image
				 
-------------------------------------------------------------------------------------*/


#header {
	width: 950px;
	margin: 0px;
	height: 200px;
	position: relative;

	}

#header span {
	background: url(../images/title.jpg) no-repeat; /*Replace this value with the actual url of the header image ; */
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;

}



/****************************************************************************************/
/* Nav Section: A site will only have 1 nav style, remove the extras for speedier css   */
/****************************************************************************************/



/*----------------------------------

   =GLOBAL NAVIGATION
     ~ A Standard ul and li based nav tree (add style rules)

---------------------------------*/


#globalSidebar {
	position:relative;
	padding-left: 10px;
	padding-top: 30px;

}


#globalSidebar a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#79504a;
	font-weight:bold;
}

#globalSidebar a:hover{
	color:#505c90;
}

/*----------------------------------

   =CONTENT 

---------------------------------*/

#pageContent {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	margin-bottom:0;
	color: #42435b;
	font-size:11px;
}


#pageContent a{
	color: #630;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}
#bio-right {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	margin-bottom:0;
	color: #42435b;
	font-size:11px;
}
#bio-right a{
	color: #630;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}
#bio-left {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	margin-bottom:0;
	color: #42435b;
	font-size:11px;
}
#bio-left a{
	color: #630;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}
#bio-right2 {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	margin-bottom:0;
	color: #42435b;
	font-size:11px;
}
#bio-right2 a{
	color: #630;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}
#bio-left2 {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	margin-bottom:0;
	color: #42435b;
	font-size:11px;
}
#bio-left2 a{
	color: #630;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}

ul {list-style-type:disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size:13px;
	font-weight:600;
	margin:2.5em 0 .75em 0;
	color:#600;
		font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:13px;
	font-weight:600;
	margin:2.5em 0 .75em 0;
	color:#42435b;
		font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}

h3 {
	font-size:12px;
	font-weight:600;
	margin:2.5em 0 .75em 0;
	color:#42435b;
		font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}

h4 {
	font-size:11px;
	font-weight:600;
	margin:2.5em 0 .75em 0;
	color:#42435b;
		font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}



/*----------------------------------

   =FOOTER 

---------------------------------*/

#footer {
	text-align:center;
	font-size:10px;
	padding: 18px 0;

	background-color: #ffb44a;
	color:#000000;
	clear:both;
}

#footer p {
	text-align:center;
	padding:.35em 0;
}

#footer div {
	padding: .35em 0;
}

#footer a {
	color:#059033;
}

#footer a:hover {
	color:#000000;
}
