@charset "UTF-8";
/* CSS Document */

/* *****************************************************************************************/
/* global styles */
/* *****************************************************************************************/


/*----------Gloabal Reset----------*/

* {
	padding:0px;
	margin:0px;
}
body {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #333333;
}
a {
	text-decoration: none;
	color: #003366;
}
strong {
	color:#444;
}
/*p a {
	font-weight:bold;
}*/

a:hover {
	/*	border-bottom:1px dotted;
	color: #003366;*/
color:#0066cc;
}
h1 {
	color:#666666;
	font-size:16px;
	text-transform:none;
	padding: 5px 0 5px 0;
	font-weight:bold;
}
h1.lighter {
	color:#666666;
	font-size:16px;
	text-transform:none;
	padding: 5px 0 5px 0;
	font-weight:lighter;
}
h2 {
	color:#003366;
	font-size:12px;
	text-transform:uppercase;
	padding: 5px 0 5px 0;
}
h3 {
	color:#4c4c4c;
	font-size:12px;
	padding: 5px 0 15px 0;
	font-weight:normal;
}
h4 {
	color:#4c4c4c;
	font-size:12px;
	padding: 5px 0 5px 0;
	font-weight:normal;
}
p {
	font-size:1em;
	color: #000;
	padding: 5px 0 5px 0;
	line-height:175%;
	color:#333;
	text-align:justify;
}
.note {
	color: #F0F;
}
a[href $='.pdf'] {
background:url(../_images/pdf.jpg) no-repeat right bottom;
padding-right: 20px;
}
/*IE 6 users don't get to see the PDF icon because attribute selectors don't work for them*/

.deck {
	font-size:1.25em;
}
span.lighter {
	font-weight:lighter;
}
div._left_70 ul {
	line-height:200%;
	margin-left:20px;
}
/*---------End Global Reset-------*/


/*----------Layout Classes----------*/


.float_left {
	float:left;
}

.float_left_img {
	float:left;
	padding: 5px 10px 0px 0;
}

.float_right {
	float:right;
}
.float_clear {
	clear:both;
}
hr.float_clear {
	visibility:hidden;
	clear:both;
}
.float_left_70 {
	float:left;
	width:65%;
	padding-right:4%;
	padding-left:1%;
}
.float_left_60 {
	float:left;
	width:55%;
	padding-right:4%;
	padding-left:1%;
}
.float_left_90 {
	float:left;
	width:90%;
	padding-right:4%;
	padding-left:1%;
}
.float_right_29 {
	float:right;
	width:29%;
}
h2.topmargin {
	margin-top:1em;
}
/*---------End Layout Classes-------*/

/*Home Page Styles*/

#container_home {
	background: #fafafa;
	height:450px;
}
#container_left {
	float:left;
	
	height:400px;
	background: #fafafa;

}
#container_right {
	float:right;
	width:45%;
	height:380px;
	padding-top:20px;
	padding-right:5px;
	position:relative;
	

}
#container_right div.attr {
	position:absolute;
	left:0%;
	bottom: 2%
}





}
img.off {
	background-color:#333;
}
img.on {
	background-color:red;
}
div.attr p {
	line-height:150%;
	color:#666;
}
#container_home h1 {
	font-size:16px;
	font-weight:lighter;
}
#container_home h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:none;
	font-size:22px;
	font-weight:lighter;
}
#container_right h2.gold {
	color:#FFcc00;
}
.gold {
	color:#FF6600;
	font-size: 16px;
}
#container_right h2.bottom {
	margin-bottom:40px;
}

#thumbs, thumbsIE6 {
	paddding-bottom:10px;
	
/*	background:url(../_images/thumb_bkg.jpg);
*/}
#thumbs a img, #thumbsIE6 a img {
	padding:6px 5px 3px 5px;
	border:1px dotted #e1e1e1;
/*	padding:3px 6px;
*//*	border:1px solid #fff;
*/}

#thumbs a img:hover, #thumbsIE6 a img:hover {
padding:6px 5px 3px 5px;
background:url(/haggerty/_images/thumb_bkg.jpg) no-repeat;	
border:1px dotted #999;
}
a.arrow {
	padding-right:15px;
	background:url(/haggerty/_images/arrow.jpg) center right no-repeat;
	color:#003366;
	border-bottom: 1px dotted #f5f5f5;
}
a:hover.arrow {
	padding-right:15px;
	background:url(/haggerty/_images/arrow_hover.jpg) center right no-repeat;
	color:#333333;
	border-bottom: 1px dotted #333333;
}
div#interface {
	margin-top:20px;
	margin-bottom:-20px;
}
/*div#interface a {
color:#003366;
}
div#interface a:hover {


color:#0066cc;}*/



div.float_boxes {
	float:left;
	width:253px;
	min-height:125px;
	line-height:150%;
	margin:15px;
}
div.float_boxes li {
	list-style-type:none;
}
div.float_boxes h2 {
	font-weight:lighter;
	color:#666;
	width:100%;
	size:11px;
}
/*div.float_boxes h2.bkg {font-weight:lighter; color:#666; width:100%; background:#e1e1e1;}
*/

h2.bkg {
	text-transform:uppercase;
	color:#666;
	width:100%;
	background:#e1e1e1;
}
ul.line_height li {
	margin-top:10px;
}
/*----------Layout--------------*/


#eduMainNav {
	width:760px;
	float:left;
	color: #003366;
}
#mainedu_topnav_id a:hover {
	border-bottom:none;
}
a:hover img {
	border-bottom:0px;
}
.mainNav a:hover {
	text-decoration: none;
	border-bottom:0;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	background-color:#fff;
}
#gutter {
	padding:10px;
}
/*div.site_logo {border-bottom:1px dotted #999999;}*/

div.site_logo img {
/*	margin-top:20px;
*/}
div#slideshow {
	width:100%;
	background:#000000;
	margin-top:25px;
	margin-bottom:25px;
}
div#slideshow img {margin-right:auto; margin-left:78px;}
div#slideshow object {
	margin-left:78px;
}
div#slideshow p a {
	color:#999999;
	padding-left:10px;
}
div#slideshow p a:hover {
	color:#ffffff;
	padding-left:10px;
}
.thumb {
	float:left;
	width:185px;
	margin-right:10px;
}
/*.thumb a {float:left; width:185px;}*/
.thumb img {
	border:0px;
}
.photo_and_caption_left {
	float:left;
	width:250px;
	margin-right:25px;
	padding-bottom:20px;
	height:auto;
}
a img, a:hover img {
	border-bottom:0px;
}
.photo_and_caption h1, .photo_and_caption_left h1 {
	font-size:20px;
	margin-bottom:0;
	padding-bottom:0;
}
.photo_and_caption h2, .photo_and_caption_left h2 {
	font-size:12px;
	margin-top:0;
	padding-top:5px;
	text-transform:none;
	color:#333333;
}
.photo_and_caption p, .photo_and_caption_left p {
	color:#333333;
	line-height:120%;
}
a:hover.noHover {
	border-bottom: none;
}
.photo_and_caption_left a img {
	border-top:6px solid #999999;
}
.photo_and_caption_left a:hover img {
	border-top:6px solid #333333;
}
.photo_and_caption_left p a {
	text-align:left;
}
.photo_and_caption_left ul li {
	list-style-type:none;
}
/*----------Footer----------*/
#footer {
	padding:5px 15px;
	border-top:1px dotted #999999;/*	background:#eeeeee;
*/
}
#footer ul {
	float:left;
	width:20%;
	list-style-type:none;
	margin-top:20px;
}
#footer ul li {
	margin-top:5px;
	line-height:120%;
}
#footer ul a:link, #footer ul a:visited {
	color:#333333;
}
#footer ul a:hover {
	color:#0066cc;
}
#footer2 {
	background:#e1e1e1;
	width:100%;
	clear:both;
}
#footer2 img {
	margin-top:10px;
	float:right;
}
li.head {
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:normal;
	color:#333;
	font-size:8px;
	text-decoration:underline;
}
li.subhead {
	margin-top:10px;
	margin-bottom:-5px;
}
li.subhead a {
	font-weight:bold;
}
li.head a {
	text-transform:uppercase;
	text-decoration:underline;
	font-size:8px;
}
/*----------For IE 7---------*/

html* #bannertop {
/*	height:100px;
*/}
#bannertop a:hover {
	border-bottom:none;
}
#mu_nav {
	float:right;
	padding: 0 20px 0 0;
	margin-top:0px;
}
/*----------Toggle & Top Nav ------*/

.logo {
	float:left;
}
.mainedu_topnav {
	display:none;
	margin:0px;
	padding:0px;
}
.show {
	display: block;
}
#toggleId {
	display:block;
	border-bottom: none;
}
#search .searchbox {
	border: 1px solid #123471;
	width:187px;
	height:17px;
	line-height:17px;
	margin:5px 0px;
}
#search .searchbutton {
	margin:5px 0px;
}
#search #siteindex {
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	width:100%;
}
#search #siteindex a {
	margin-right: 3px;
	color:#999999;
}
#search #siteindex a:hover {
	color:#03f;
}
div#printLogo {
	display:none;
}
div.topimage {
	border:medium none;
	float:right;
	height:120px;
	margin:0;
	padding:0;
	text-decoration:none;
	width:194px;
	background:#fff;
}
* html div.topimage {
	padding-top:3px;
}
/*----------End Toggle & Top Nav----------*/

a img {
	border:0px;
}
div.float_boxes {
	float:left;
	width:253px;
	min-height:125px;
	line-height:150%;
	margin:15px;
}
div.float_boxes li {
	list-style-type:none;
}
div.float_boxes h2, div.float_boxes_bottom h2 {
	font-weight:lighter;
	color:#666;
	width:100%;
	size:11px;
}
#home div.float_boxes_bottom {
	float:left;
	width:253px;
	min-height:125px;
	line-height:150%;
	margin:15px;
	background-color:#e1e1e1;
}
#home div.float_boxes_bottom:hover {
	float:left;
	width:253px;
	min-height:125px;
	line-height:150%;
	margin:15px;
	background-color:#999999;
}

