/* CSS Document */


/*   LINKS   */
a {
	font-family: Arial, Helvetica, sans-serif;
	color:#333399;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color: #B10000;
}


#search a {
	/*color: white;*/
	padding-right: 20px;
}


/* H STYLES */

h1, h1 a {
	color: #B10000;
	font: bold 20px Arial, Helvetica, sans-serif;

}

h2, h2 a {
	color: #B10000;
	font: bold 20px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #B10000;
}

h3, h3 a {
		color:#333333;
		font: normal 20px Georgia, "Times New Roman", Times, serif;
}
h5, h5 a {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#666666;
	margin: 5px 0 20px 0;
}


/* ICONS */

img.iconNews {
	float: none;
	margin:0;
	display: inline;
	vertical-align:bottom;
	
	}

img.icon {
	float: none;
	margin:0;
	display: inline;
	
	}




/*BREADCRUMB*/
#breadcrumb a {
	color: #B10000;
}

 #departmentID a {
 	color: #032B66;
	font-weight: bold;
 }




/*BOTTOM AREA (OPTIONAL LINKS SECTION AND FOOTER IMAGE) FOR ALL PAGES*/
#bottom {
	/*forces subpageContent to clear navigation if page is too short*/
	clear:both;
}

#bottom h3 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	color: #666666;
	margin: 0;
	padding: 0 0 7px 0;

}

#bottom a, #footer a {
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#999999;
}

#bottom a:hover, #footer a:hover {
	color: #B10000;
}

#bottom td p {
	margin: 0;
	padding: 4px 0;
} 

#footer {
	color: #999999;
	font-size: 11px;
	font-weight:normal;
}

#footer a {
	margin: 0 4px;
}

/*      *******  RIGHT SIDEBAR AREA******** */	
	/* this creates a right-floating area for video, image, audio, links, blog posts, text, etc. */	
/* DEFAULT WIDTH OF CONTENT IS 220PX, */
/* BUT IMAGES NEED TO BE 250PX. */
/* CHANGE WIDTH OF SIDEBAR BY INSERTING INLINE style="width: XXXpx"	*/
/* INTO THE DIV ON THE PAGE IN QUESTION. */
/* IMAGES SHOULD ALWAYS BE 30PX WIDER THAN THE SET WIDTH OF THE DIV.*/
	
div.sideBar {
	float: right;
	width: 250px;
	margin: 10px 0px 20px 25px;
	background-color: #E8E1C7;
	border: 1px solid #666666;
	font: 95%/150% Arial, Helvetica, sans-serif;
	color:#333333;
}
 div.sideBar .header {
 	background-color: #DDD7B9;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	padding: 5px;
	margin: 0px;
	font:bold 95% Georgia, "Times New Roman", Times, serif;
	border: solid #B8B88A;
	border-width: 1px 0;
/*	margin-bottom: 10px;
*/
 }

/* div.sideBar img {
	margin-bottom: 5px;
}
*/
 div.sideBar .icon {

 	margin: 0px 0px 0px 5px;
 }

div.sideBar p, div.sideBar h3, div.sideBar h2, div.sideBar h4, div.sideBar ul {
	padding: 0px 15px;
}

div.sideBar p img {
/*	when an image in the sidebar is inside a p tag, */
/* this removes the padding set by the div.sideBar p style*/
	margin: -10px 0 0 -15px;
}
 div.sideBar h3, div.sideBar h3 a {
	font-size: 14px;
	margin: 5px 0px 8px 0px;
}





#mainPhoto {
/* PLACES A PHOTO FLUSH WITH TOP, RIGHT, AND LEFT OF TEMPLATE */	
	margin: -10px -20px 10px -20px;
	border: solid #032B66;
	border-width: 0 0 8px 0;
	
}

.introParagraph {
	font-size: 130%;
	line-height: 150%;
}

/***************Classes*********************/

.contentWrapperInner {
	padding: 0px 11px;
	margin:0px;
	
}
.contentWrapperInner2 {
	padding: 0px 0px 0px 11px;
	margin:0px;
	
}

img.imageright  {
	float: right;
	margin: 0 0 15px 15px;
}


/*RED-BULLETED LISTS*/
ul.redbullet {
	padding-left: 3px;
	margin-left: 8px;
}

ul.redbullet li {
list-style-image:url(/shell_files/redbullet.gif);
margin-bottom:7px;
line-height: 110%;
}

/*THUMBNAIL PHOTO WITH TEXT AND LINK TO RIGHT*/

.thumbnailPhotoDescription {
	padding-bottom: 15px;
	height:100px;
}

.thumbnailPhotoDescription img {
	float: left;
	width: 135px;
	margin: 0 15px 0px 0;
}
.thumbnailPhotoDescription img.icon {
	width: auto;
	margin: 0 2px 0 0;
	float: none;
}
.thumbnailPhotoDescription p, .thumbnailPhotoDescription h3, .thumbnailPhotoDescription h2, .thumbnailPhotoDescription ul {
	margin-left: 150px;
}


/*FANCY PULLQUOTE STYLE WITH LITTLE FLOURISH THINGIES BEFORE AND AFTER*/

div.quoteBoxFancy{
/*	font-style: italic;
*/	font-size: 110%;
	color:#919191;
	margin: 35px 30px;
	
}

div.quoteBoxFancy:before {
	content: url(/shell_files/flourish-before.gif);
	display:block;
	text-align:center;
}
div.quoteBoxFancy:after {
	content: url(/shell_files/flourish-after.gif);
	display:block;
	text-align:center;
}


/* ALERT BAR */
#AlertBar {
	margin: 15px 0;
	max-width: 890px;
}

#AlertBar .left {
	background-color: black;
	color: white;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 8px 5px 3px 0;
}

#AlertBar .right {
	background-color: #FFD26C;
	color: #333333;
	font: normal 14px/17px Arial, Helvetica, sans-serif;
	padding: 8px 0px 3px 12px;
}


#AlertBar a {
	color: #B10000;
	text-decoration:none;
	font-weight:normal;
}


/* GIANT BUTTON */

.giantButton {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0 15px 15px 0;
	text-transform:uppercase;
	padding: 10px 0;
}

.giantButtonFloatLeft {
	float: left;
}
.giantButton a {
	padding: 10px;
	background-color: #B10000;
	color: white;
	font-weight:bold;
	text-decoration: none;
}

.giantButton a:hover {
	color: #FDE299;
}

/* 	SEARCH BUTTON */

input.searchButton {
	color: #333333;
	background-color:#CCCCCC;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	border: 1px solid #666666;
	height: 14px;
	text-decoration:none;
}


/*STYLING CHANGES TO OLD TEMPLATE ELEMENTS*/
.rehead {
background-color:#003399;
color:#FFFFFF;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-size:110%;
}



#zone-2b-sub-nav {
width:130px;
float:left;
border-right:1px dotted #CCCCCC;
margin-right:10px;
padding-right:10px;
background-color:#FFFFFF;
margin-bottom:30px;
}
.zone-2b-header {
font-weight:bold;
color:#CC0000;
font-family:Arial, Helvetica, sans-serif;
line-height:1.8;
}
.zone-2b-bluelink {
color:#333333;
line-height:1.8;
}

.zone-2a-toplink, .zone-2a-bottomlink {
background-color:#7E8EA4;
border-top:1px dotted #8CA5BB;
color:#FFFFFF;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:95%;
font-weight:normal;
height:auto;
line-height:13px;
padding:4px 0 4px 5px;
text-align:left;
text-decoration:none;
vertical-align:middle;
}












/*.zone-2a-link-container a:hover, .navspecial a:hover {
background-color:#FCEDC6;
color:#263C64;
}

.zone-2a-link-container a, .navspecial a {
background-color:#7E8EA4;
border-top:1px dotted #8CA5BB;
color:#FFFFFF;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:95%;
font-weight:normal;
height:auto;
line-height:13px;
padding:4px 0 4px 5px;
text-align:left;
text-decoration:none;
vertical-align:middle;
}*/








.zone-2a-link-container-red, .zone-2a-link-container-gray, .zone-2a-link-container-blue {
color:white;
margin-top:6px;
padding-bottom:6px;
padding-left:20px;
padding-top:6px;
text-indent:-6px;
text-transform:uppercase;
}

a.zone-2a-buttonlink, a.zone-2a-buttonlink:visited {
color:white;
font-weight:bold;
text-decoration:none;
}

.zone-2a-link-container-blue {
background:#003399 none repeat scroll 0 0;
}

.zone-2a-link-container-gray {
background:#666666 none repeat scroll 0 0;
}

.zone-2a-link-container-red {
background:#CC0000 none repeat scroll 0 0;
}

#zone-7, #zone-7-no2b
{
	font-family: arial,helvetica,sans-serif;
	width: 480px;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
}

#zone-7-no2b
{
	width: 608px;
}

#zone-7-title
{
	font-weight: bold;
	font-size: 140%;
	color: #003399;
}

.no-margin img {
margin:0;
padding-top:3px;



}