@charset "UTF-8";

/* CSS Document */

body  {
	margin: 0 0 64px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in older IE browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #cc6;
	font-variant: normal;
}


/*ALL FONT SIZES IN CSS TAGS SHOULD BE EM UNITS EXCEPT THE BODY TAG*/

p {  /*regular paragraph text set by ems and reduced 65 percent by body tag for smaller increments in font size control*/
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	margin-bottom: 1.3em;
	line-height: 1.34em;
	margin-top: 0;
}
h1 {
	color : #336699;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	margin-top: 0em;
	text-transform: uppercase;
	margin-bottom: 0.4em;
	line-height:1.34em;
	padding: 0px;
}
h2 {
	color : #336699;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	margin-top: .6em;
	margin-bottom:.4em;
}


h2 a:link {
	text-decoration: underline;
	color: #336699;
}
h2 a:visited {
	text-decoration: underline;
	color: #336699;
}

h2 a:hover {
	text-decoration: none;
	color:#336699;
}

h2 a:active {
	text-decoration: none;
	color:#336699;
}

h3 {
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	font-weight : bold;
	margin-top: .3em;
	margin-bottom: .2em;
}
h3 a:link {
	text-decoration: underline;
	color: #666;
}
h3 a:visited {
	text-decoration: underline;
	color: #666;
}

h3 a:hover {
	text-decoration: none;
	color:#666;
}

h3 a:active {
	text-decoration: none;
	color:#666;
}
.smallText {
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:normal%;
}

.introduction {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.17em;
	line-height:1.6em;
	margin-top:10px;
	}
	
#mainContent .caption {
	font-size:.92em;
	color:#699;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0 0 1.8em 0;
	line-height:1.3em;
}

.hot {
 font-weight:bold;
 }
 
 /* Link Styles  */
#mainContent a:link {
	text-decoration: underline;
	color: #666;
}
#mainContent a:visited {
	text-decoration: underline;
	color: #699;
}

#mainContent a:hover {
	text-decoration: none;
	color:#666;
}

#mainContent a:active {
	text-decoration: none;
	color:#666;
}

#mainContent h2 a:link {
	text-decoration: underline;
	color: #369;
}
#mainContent h2 a:visited {
	text-decoration: underline;
	color: #699;
}
#mainContent h2 a:hover {
	text-decoration: none;
	color:#369;
}
#mainContent h2 a:active {
	text-decoration: none;
	color:#369;
}

#mainContent h3 a:link {
	text-decoration: underline;
	color: #666;
}
#mainContent h3 a:visited {
	text-decoration: underline;
	color: #699;
}
#mainContent h3 a:hover {
	text-decoration: none;
	color:#666;
}
#mainContent h3 a:active {
	text-decoration: none;
	color:#666;
}

#breadcrumb a:link {
	text-decoration: underline;
	color: #999999;
}

#breadcrumb a:visited {
	text-decoration: underline;
	color: #999999;
}

#breadcrumb a:hover {
	text-decoration: none;
	color:#999999;
}

#breadcrumb a:active {
	text-decoration: none;
	color:#999999;
}
#rightNavColumn  a {
	text-decoration:none;
	color:#369;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightNavColumn   a:hover {
	text-decoration:none;
	color:#369;
	font-weight:bold;
}

#rightNavColumn a:visited {
	text-decoration:none;
	color:#369;
}

#rightNavColumn  a.rightSubNav {
	text-decoration:none;
	color:#993;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightNavColumn   a.rightSubNav:hover {
	text-decoration:none;
	color:#993;
	font-weight:bold;
}

#rightNavColumn a.rightSubNav:visited {
	text-decoration:none;
	color:#993;
}
#relatedlinks {
}

#relatedlinks  a   {
	color: #993;
}

#relatedlinks a:hover {
	color: #993;
	font-weight: bold;
}

#relatedlinks a:visited {
	color: #993;
}

.subNavLink  a   {
	color: #993;
}

.subNavLink  a:hover   {
	color: #993;
}
.subNavLink  a:visited   {
	color: #993;
}

/* Lists */
#mainContent ul {
	list-style-type: none;
	margin-bottom:2em;
	margin-top:.7em;
	padding:0;
}

#mainContent ul li {
	padding-left: 25px;
	background-image: url("images/bulletArrowBlue.gif");
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 0.5em;
	margin-top:0;
	font-size:1.1em;
	margin-left:0;
}



#mainContent ol {
	list-style-type: none;
	padding-left:25px;
	margin-bottom:1em;
	margin-top:.7em;

}
#mainContent ol li {
	list-style-type: decimal;
	padding-right: 0;
	padding-left: 0;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

#mainContent ul li p {
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:1em;
	margin-bottom: .9em;
	margin-top: 0.2em;
}
#mainContent ol li p {
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:1em;
	margin-bottom: .9em;
	margin-top: 0.2em;
}
#mainContent  div.indent{
	list-style-type: none;
	margin-bottom:1em;
	padding-left:20px;
	margin-top:1em;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:1em;
}

/* Right Nav */

#rightNavColumn .relatedLinksHeadingOrange {
	font-weight: bold;
	color: #FF9933;
	font-size: 0.95em;
	padding-top: .01em;
	margin-top: 0em;
	padding-bottom: 0.95em;
	margin-bottom: 0px;
}


#rightNavColumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #666;
}

#rightNavColumn ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

#rightNavColumn li {
	list-style-type: none;
	padding-bottom: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #666;
	margin-top: 0px;
	padding-top: 0px;
}


/* Special Lists */

.listOfItems {
	margin-bottom: .8em;
	margin-top:0;
	padding:0;
}	

.listOfItemsLast {
	margin-bottom: 2em;
	margin-top:0;
	padding:0;
}
	
.documentLinks {
	margin-bottom: 0.1em;
	background-image: url("images/icondoc.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: .8em;
}

.documentLinksLast {
	margin-bottom: 0.1em;
	background-image: url("images/icondoc.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: 1.2em;
}

.webLinks {
	margin-bottom: 0.1em;
	background-image: url("images/iconweb.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: .8em;
}

.webLinksLast {
	margin-bottom: 0.1em;
	background-image: url("images/iconweb.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: 1.2em;
}

.formLinks {
	margin-bottom: 0.1em;
	background-image: url("images/iconstory.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: .8em;
}

.formLinksLast {
	margin-bottom: 0.1em;
	background-image: url("images/iconstory.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: 1.2em;
}

.emailLinks {
	margin-bottom: 0.1em;
	background-image: url("images/iconmail.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-right:10px;
	padding-bottom: .8em;
}

.emailLinksLast {
	margin-bottom: 0.1em;
	background-image: url("images/iconmail.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: 1.2em;
}

.videoLinks {
	margin-bottom: 0.1em;
	background-image: url("images/iconvideo.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-right:10px;
	padding-bottom: .8em;
}

.videoLinksLast {
	margin-bottom: 0.1em;
	background-image: url("images/iconvideo.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: 1.2em;
}

.photoLinks {
	margin-bottom: 0.1em;
	background-image: url("images/iconphoto.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-right:10px;
	padding-bottom: .8em;
}

.photoLinksLast {
	margin-bottom: 0.1em;
	background-image: url("images/iconphoto.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: 1.2em;
}

.soundLinks {
	margin-bottom: 0.1em;
	background-image: url("images/iconsound.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-right:10px;
	padding-bottom: .8em;
}

.soundLinksLast {
	margin-bottom: 0.1em;
	background-image: url("images/iconsound.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: 1.2em;
}

.storyLinks {
	margin-bottom: 0.1em;
	background-image: url("images/iconstory.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-right:10px;
	padding-bottom: .8em;
}

.storyLinksLast {
	margin-bottom: 0.1em;
	background-image: url("images/iconstory.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	margin-left: 9px;
	padding-bottom: 1.2em;
}


/* table styles */

table.contact {
    table-layout: automatic;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-top:10px;
	margin-right:4px;
	vertical-align:top;
	text-align:left;
	} 
	
table.contact td {
 	padding-right:25px;
	vertical-align:top;
	text-align:left;
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	}
	
table.office {
    table-layout: automatic;
	border-collapse:collapse;
	margin-bottom:0;
	margin-top:10px;
	margin-right:4px;
	vertical-align:top;
	text-align:left;
	} 
	
table.office td {
 	padding-right:25px;
	vertical-align:top;
	text-align:left;
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	}
		
table.hours {
    table-layout: automatic;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-top:5px;
	margin-right:4px;
	vertical-align:top;
	text-align:left;
	} 	 	
	
table.hours td {
 	padding-right:25px;
	vertical-align:top;
	text-align:left;
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	}
	
table.office td.icon {
 	padding-right:4px;
	} 		

	
	

/* Yellow News Box */
#YellowNewsBox    {
	background-color: #ffffcc;
	margin-top: 1.6em;
	margin-bottom: .9em;
	padding-top: 1.2em;
	padding-right: 1.7em;
	padding-bottom: 1.2em;
	padding-left: 1.7em;
}

#YellowNewsBox p   {
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	margin-top:.2em;
	margin-bottom:.8em;
}

#YellowNewsBox h2   {
	color : #336699;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	margin-top:1em;
	margin-bottom:0;
	padding:0;
}

/* Image Styles */

.facultyphoto {
  float: left;
	padding: 3px 10px 8px 0;
	margin:0;
}

img {
	border:none;
}
.mainImage {
	border:none;
	margin:0;
	padding: .2em 0 1em 0;
	}

.imageAlignRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 3px 0 8px 10px;
}
.imageAlignLeft { /* this class can be used to float an element left in your page */
	float: left;
	padding: 3px 10px 8px 0;
	margin:0;
}

