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


/*** OLD TOP NAV AND DESIGN - WILL NEED TO BE CHANGED WHEN NEW SITE ROLLS OUT */

/** Test version for new STAMATS design ***/
html, body {
	background-image:url(/images/whiteBG2.png);
	background-repeat:repeat-x;
	background-color:#1f1f1f;
	font-family: Arial, Helvetica, sans-serif;
	color: #51463C;
}
img {
    border-style: none;
}
.white_border img {
    border:solid 3px #333;
	box-shadow: 5px 5px 5px #888888;
}
.white_border {
    border:solid 3px #333;
	box-shadow: 5px 5px 5px #888888;
}
#a_outer_container {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	margin-top: 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/images/whiteBG.png);
	background-color:#FFFFFF;
	text-align:left;
}

#bar_off_page {
	height:24px;
	width:100%;
	background-color:#333;
	float:right;
}

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

/* ***TOP navigation styles - can be switched with the drop down version at this time  ***/

#floatMe {
	background:url(/images/bar_off_page2.png) repeat-x;
	height:29px;
	overflow:hidden;
	width:100%;
	position:relative;
	margin:0px 0px 0px 1000px;
/*	margin-right: 20px;*/
	}

#bread_crumbs {
	font-size: 10px;
    text-align: right;
	vertical-align:middle;
  	line-height: 15px;  
	font-weight: normal;
    color: #CCCCCC;
	background-image:url(/images/redFloater.png);
	background-repeat:repeat-x;
	background-color:#900;
	height:23px;
	width:544px;
	position:absolute;
	margin:30px 0px 0px 455px;
	padding: 0px;
	float:right;
/*	margin-right: 20px;*/
	}
	
	
#bread_crumbs a, #bread_crumbs a:link {
 	text-decoration: none;
	color: #CCCCCC;
}
#bread_crumbs a:visited {
    color: #CCCCCC;
}
#bread_crumbs a:hover {
/*     text-decoration: underline; */
    text-decoration: underline;
}
#bread_crumbs a:active {
    text-decoration: none;
}

#wou_logo {
	float:left;
}
/* Search groups **/
table#search { /* user group pages use an include table main template uses a DIV  */
    padding: 0px;
	margin: 0px 0px auto 0px;
    color: #999;
    font-size: 11px;
    text-align: right;  
}
div#search {  /* user group pages use an include table main template uses a DIV  */
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 200px;
    color: #666;
    font-size: 11px;
    text-align: left;
    float: right;
}
#search a, #search a:link {
    text-decoration: none;
    color: #CCC;
    padding: 0px 5px 0px 5px; /* creates padding between link seperators so bkgrd color goes to edge */
    font-weight: bold;
}
#search a:visited {
    color: #CCC;
}
#search a:hover {
    text-decoration: underline;
    color:#999;
}
#search a:active {
    text-decoration: none;
}
#search img, #search img a, #search img a:link {
    padding: 0px;
    margin: auto 0px -7px -5px;
    display: inline;
}
#search form {
    display: inline;
    font-size: 11px;
}

#searchArea {
    display: inline;
	margin:0px -20x 0px -5px;
	padding:0px;
}

/* wouPortal Box /
#wouPortalBox {
	display:none;
	width:108px;
	height:140px;
	color:#CCC;
	font-size:10px;
	position:absolute;
	margin:28px 0px 0px 300px;
	padding:5px 5px 0px 5px;
	text-align:left;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(30, 30, 30);
	/* RGBa with 0.6 opacity */
	background: rgba(30, 30,30, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
	z-index:1000;
	line-height:17px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
}

#wouPortalBox a, #wouPortalBox a:link {
	color:#FFF;
	text-decoration:underline;
}

#wouPortalBox a:hover {
	color:#999;
	text-decoration:none;
}

#wouPortal {
	cursor: pointer; 
	cursor: hand;
}

/* Google Translate Box /
#googleBox {
	display:none;
	width:157px;
	height:50px;
	color:#CCC;
	font-size:10px;
	position:absolute;
	margin:-17px 0px 0px 0px;
	padding:5px 5px 0px 5px;
	text-align:left;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(30, 30, 30);
	/* RGBa with 0.6 opacity */
	background: rgba(30, 30,30, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
}

#Info {
	cursor: pointer; 
	cursor: hand;
}

/* Quicklinks Box /
#quicklinksBox {
	display:none;
	width:80px;
	height:25px;
	color:#CCC;
	font-size:10px;
	position:absolute;
	margin:28px 0 0 730px;
	padding:5px 5px 5px 5px;
	text-align:left;
	background-color:#202020;
	/*background-image:url(/images/quicklinksBG.png);*/
	z-index:3;
}

#quicklinksBox a, #quicklinksBox a:link {
	color:#CCC;
	text-decoration:none;
}

#quicklinksBox a:hover {
	color:#FFF;
	text-decoration:underline;
}

#quicklinksBox a:visited {
	color:#CCC;
}

#quicklinks {
	cursor: pointer; 
	cursor: hand;
}



#quicklinksBox2 {
	display:none;
	width:80px;
	height:25px;
	color:#CCC;
	font-size:10px;
	position:absolute;
	margin:28px 0 0 820px;
	padding:5px 5px 5px 5px;
	text-align:left;
	background-color:#202020;
	/*background-image:url(/images/quicklinksBG.png);*/
	z-index:3;
}

#quicklinksBox2 a, #quicklinksBox2 a:link {
	color:#CCC;
	text-decoration:none;
}

#quicklinksBox2 a:hover {
	color:#FFF;
	text-decoration:underline;
}

#quicklinksBox2 a:visited {
	color:#CCC;
}

#quicklinks2 {
	cursor: pointer; 
	cursor: hand;
}





/*#quicklinksBox2 {
	display:none;
	width:80px;
	height:25px;
	color:#CCC;
	font-size:10px;
	position:absolute;
	margin:28px 0 0 820px;
	padding:5px 5px 5px 5px;
	text-align:left;
	background-color:#202020;
	z-index:3;
}

#quicklinksBox2 a, #quicklinksBox2 a:link {
	color:#CCC;
	text-decoration:none;
}

#quicklinksBox2 a:hover {
	color:#FFF;
	text-decoration:underline;
}

#quicklinksBox2 a:visited {
	color:#CCC;
}

#quicklinks2 {
	cursor: pointer; 
	cursor: hand;
}*/

/*** Event Popups */
#eventBG {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000;
	width:100%;
	height:2000px;
	z-index:3;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(30, 30, 30);
	/* RGBa with 0.6 opacity */
	background: rgba(30, 30, 30, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
}

#event_details_1, #event_details_2, #event_details_3, #event_details_4, #event_details_5, #event_details_6, #event_details_Fox, #event_details_Roberts {
	display:none;
	position: fixed;
	left: 50%;
	top: 40%;
	width: 586px;
	overflow: auto;
	margin-top: -200px;
	margin-left: -290px;
	z-index:4;
}

#event_details_1 a, #event_details_1 a:link, #event_details_2 a, #event_details_2 a:link, #event_details_3 a, #event_details_3 a:link, #event_details_4 a, #event_details_4 a:link, #event_details_5 a, #event_details_5 a:link, #event_details_6 a, #event_details_6 a:link {
	text-decoration:underline;
	color:#CCC;
}

#event_details_1 a:hover, #event_details_2 a:hover, #event_details_3 a:hover, #event_details_4 a:hover, #event_details_5 a:hover, #event_details_6 a:hover,  #event_details_Fox a:hover,  #event_details_Roberts a:hover{
	text-decoration:none;
	color:#999;
}

#event1, #event2, #event3, #event4, #event5, #event6, #eventFox, #eventRoberts {
	cursor: pointer; 
	cursor: hand;
}

.eventFox, .eventRoberts {
	cursor: pointer; 
	cursor: hand;
}

.closeEvent {
	cursor:pointer;
	font-size:12px;
}

#event_details_Fox a,  #event_details_Fox a:link, #event_details_Roberts a,  #event_details_Roberts a:link {
	color:#FFF;
	text-decoration:underline;
}
/* Table cell definitions ***/
#two_column {
    max-width:1200px;
    margin: 0 auto;
    padding: 0px;   
}

#right_cell, #right_cell_bottom {
	vertical-align: top;
	width:780px;
	padding:0px;
	margin:0px;
}

#textOnly {
	float:right;
	padding:0px 10px 0px 0px;
	color:#FFF;
}


/ page headers - page title may not be used in three column layouts **/

h1#dept_header {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 0 25px;
    padding: 25px 0 0 0;
	float:left;
}

h2#page_title {
    font-size: 22px;
    font-weight: bold;
    color:#2F2B24;
    padding: 10px 0px 5px 10px;
    margin: 0px;
    display: block;
}

#line_separator {
	padding:7px 10px 0px 10px;
}

#hp_header_gray {
	font-size:24px;
	color:#666;
	padding-left:33px;
}

#events_header_gray {
	font-size:24px;
	color:#666;
}

#hp_header_red {
	font-size:24px;
	color:#C00;
}

/** left column  ***/

#left-side-box-old {
    overflow: hidden;
    padding: 15px 5px 0px 10px;
	width:193px;
    vertical-align: top;
	background-image: url(/images/side-nav2.png); 
    background-repeat: repeat-x;
}

#left-side-box-old #left_links {
    color: #6A6766;
    width: 165px;
}

#left_links {
    color: #6A6766;
    width: 165px;
}
#left-side-box-old a, #left-side-box-old a:link {
    /*color: #594A4A;*/
    text-decoration:none;
}
#left-side-box-old a:visited {
}
#left-side-box-old a:hover {
    color: #db0a29;
}
#left-side-box-old ul {
    padding:1px 0px 6px 8px;
	margin: 0px;
}
#left-side-box-old .divider {
	border-bottom: dotted #605E5C 1px;
	display: block;
}
#left-side-box-old li  {
    margin: 0px 0px 2px 0px;
    padding: 0px;
    text-decoration: none;
    list-style-type:none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
    text-indent: -7px;
    line-height: 14px;
}
#left-side-box-old li ul {
    padding:0px;
    margin: 2px 0px 0px 2px;
    border: none;
}
#left-side-box-old li ul li {
    font-size: 12px;
    font-weight:normal;
    margin-left: 7px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    list-style-type: none;
    text-indent: 0px;
    text-indent: -5px;
}
/*#left-side-box-old li ul li a, #left-side-box-old li ul li a:link {
    color: #6A6766;
}*/
#left-side-box-old li ul li a:hover {
    color: #C60014;
}
#left-side-box-old p {
    padding:0px;
    margin: 0px;
}
#left-side-box-old .left_nav_header  {/* , #left_links .mmhide_left_nav_header */ 
    margin: 0px 0px 4px 0px;
    padding: 0px;
    text-decoration: none;
    list-style-type:none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #B81223; /* #d00c1d; */
}
#left-side-box-old .left_nav_subheader {/* , #left_links .mmhide_left_nav_header */ 
    margin: 0px 0px 4px 0px;
    padding: 0px;
    text-decoration: none;
    list-style-type:none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #6A6766; /* #d00c1d; */
}

/* lower box with contact info ****/
#contact_subhead { /did not use new style to protect from interior changes or allow wyswig visibility ****/
	font-size: 15px;
	font-weight: bold;
/* 	line-height: 17px; */
	display: block;
	padding: 5px 0px 1px 0px;
	color:#db0a29;
	}
#contact-info .sub_head_1 {
	font-size: 18px;
    color: #2f2b24;
	line-height: 20px;
    padding: 0px 0px 2px 0px;
}
#contact-info {
	font-size: 13px;
    color: #4A4137;
	line-height: 14px;
    margin-left: 10px;
    padding: 10px 5px 20px 25px;
}
#contact-info p {
	line-height: 16px;
	margin: 0px;
	padding-bottom: 2px;
/* 	vertical-align: middle; */
    margin-left: 5px; 
	color: #4A4137;
}
#contact-info a, #contact-info a:link {
    display: inline-block;
	font-size: 12px;
    color: #625848;
    text-decoration:none;
    margin: 0px;
	padding-bottom: 1px;
    background-repeat: no-repeat;
    border-bottom: dotted #605E5C 1px;
		vertical-align: middle;
	margin-bottom: -2px;
}
#contact-info a:hover {
	padding-bottom: 2px;
     border-bottom: none;
}
#contact-info-lower {
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color:#1f1f1f;
	padding: 10px 0px 10px 0px;
	width:1200px;
	margin:0 auto;
}
/*** END OF OLD SECTION /


/**** Top Nav ****/
.nav {
	background:#1f1f1f;
	font-family: arial, sans-serif;
	position: relative;
	height:28px;
	font-size:14px;
	color:#CCC;
	margin: 0px;
	list-style: none;
	max-width:1200px;
	/* z-index:999; */
	/* z-index changed to 9 by Ron 2012-05-23 because navbar was showing up in front of popups on various pages */
	z-index:9;
	font-weight:bold;
	line-height:17px;
}

.nav a:hover{
	list-style: none;
	margin:0px;
}

.nav ul {
	list-style: none;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

.nav ul li {
	float: right;
	position: relative;
	list-style: none;
	margin:0px;
}

.nav ul li a {
	text-align: center;
	/*padding-top:6px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:5px;*/
	display:block;
	text-decoration:none;
	color:#CCC;
	list-style: none;
	margin:0px;
	padding:6px 20px 5px 20px;
}
 
.nav ul li ul {
	display: none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	list-style: none;
	margin:0px;
	width:198px;
	text-transform:capitalize;
}
 
.nav ul li:hover ul {
	display: block;
	position: absolute;
	list-style: none;
	margin:0px;
}
	 
.nav ul li:hover ul li a {
	display:block;
	color:#CCC;
	width: 182px;
	text-align: left;
	border-bottom: 1px dotted #999;
	font-size:13px;
	line-height:15px;
	list-style: none;
	margin:0px;
/*	filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(40, 40, 40);
	/* RGBa with 0.6 opacity */
	background: rgba(40, 40,40, 0.9);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.navLeftBox {
	width: 100px;
}
 
.nav ul li:hover ul li a:hover {
	background:#db0a29;
	color:#FFF;
	list-style: none;
	margin:0px;
}

.upper_nav {
    height: 28px;
    margin: 0 auto;
}


.navHead {
	background-color:#222222;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	line-height:25px;
	width:197px;
	border-bottom: 1px dotted #666;
}

.navHead a, .navHead a:link {
	background-color:#222222;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	width:197px;
	border-bottom: 1px dotted #666;
}

.navHeadLeftBox {
	background-color:#333;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	line-height:25px;
	width:100px;
	border-bottom: 1px solid #333;
}

/**** Top Nav ****/



/ Nav with flyouts */
#access {
	/*background-image:url(/images/nav-on.png);
	background-repeat:repeat-x;*/
	/*clear: both;
	display: block;
	float: left;
	width: 100%;*/
	background:#1f1f1f;
	font-family: arial, sans-serif;
	position: relative;
	height:28px;
	font-size:15px;
	color:##e7e7e7;
	margin: 13px 0px 0 0;
	list-style: none;
	max-width:1200px;
	z-index:2;
	line-height:17px;
	font-weight:500;
	text-transform:uppercase;
	padding-left:10px;
	float:left;
	width:100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -75px;
	padding:0px;
	font-weight:bold;
	float:left;
	background-color:#1f1f1f;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 28px;
	padding: 0 15px;
	text-decoration: none;
	/*border-right: 1px solid #000;*/
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	/*background: #333;
	border-bottom: 1px dotted #ddd;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 15px;
	padding: 6px;
	width: 181px;*/
	list-style: none;
	margin:0px;
	padding:0 10px;
	font-weight:bold;
	float:left;
	background-color:#fff;
	color:#575759;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	list-style: none;
	margin:0px;
	color:#db0a29;
}
#access li:hover > a,
#access a:focus {
	list-style: none;
	margin:0px;
	color:#db0a29;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
.menu {
	display:block;
	float:left;
	padding-left: 75px;
}

#access .more > a{
	font-weight:bold;
}

#access div {
	margin: 0;
}

/**** Top Nav Align Left with Padding - only for navs that are really short ****/
.navLeft2, .navLeft, #leftnav, .nav {
	background:#1f1f1f;
	font-family: arial, sans-serif;
	position: relative;
	height:28px;
	font-size:15px;
	color:##e7e7e7;
	margin: 13px 0px 0 0;
	list-style: none;
	max-width:1200px;
	z-index:2;
	line-height:17px;
	font-weight:500;
	text-transform:uppercase;
	padding-left:10px;
	float:left;
	width:100%;
}

.navLeft2 a:hover, .navLeft a:hover, #leftnav a:hover, .nav a:hover {
	list-style: none;
	margin:0px;
	color:#db0a29;
	border-bottom:8px solid #db0a29;
}

.navLeft2 ul, .navLeft ul, #leftnav ul, .nav ul {
	list-style: none;
	margin:0px;
	padding:0px;
	font-weight:bold;
	float:left;
	background-color:#1f1f1f;
}

.navLeft2 ul li, .navLeft ul li, #leftnav ul li, .nav ul li {
	float: left;
	position: relative;
	list-style: none;
	margin:0px;
}

.navLeft2 ul li a, .navLeft ul li a, .nav ul li a {
	text-align: center;
	padding: 6px 10px 5px;
	display:block;
	text-decoration:none;
	color:#CCC;
	list-style: none;
	margin:0px;
	border-bottom:8px solid #575759;
}
 
.nav #leftnav ul li a, .nav #leftnav2 ul li a {
	text-align: center;
	padding: 6px 20px 5px;
	display:block;
	text-decoration:none;
	color:#575759;
	list-style: none;
	margin:0px;
	background:#fff;
	width:202px;
}
.nav #leftnav ul li a:hover, .nav #leftnav2 ul li a:hover {
	text-align: center;
	padding: 6px 20px 5px;
	display:block;
	text-decoration:none;
	color:#CCC;
	list-style: none;
	margin:0px;
	background:#575759;
	border-bottom:none;
	border-right:#575759 solid 1px;
}
.navLeft2 ul li ul, .navLeft ul li ul, #leftnav ul li ul {
	display: none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	list-style: none;
	margin:0px;
	width:250px;
	text-transform:capitalize;
}
 
.navLeft2 ul li:hover ul, .navLeft ul li:hover ul, #leftnav ul li:hover ul {
	display: block;
	position: absolute;
	list-style: none;
	margin:0px;
}
	 
.navLeft2 ul li:hover ul li a, .navLeft ul li:hover ul li a {
	display:block;
	color:#575759;
	width: 250px;
	text-align: left;
	border-bottom: 1px dotted #575759;
	font-size:13px;
	line-height:15px;
	list-style: none;
	margin:0px;
	background:#fff;
	border-right:#575759 solid 1px;
}

.nav #leftnav ul li:hover ul li a {
	display:block;
	color:#575759;
	text-align: left;
	border-bottom: 1px dotted #575759;
	font-size:13px;
	line-height:15px;
	list-style: none;
	margin:0px;
	background:#fff;
	border-right:#575759 solid 1px;
}
.navLeft2 ul li:hover ul li a:hover, .navLeft ul li:hover ul li a:hover, #leftnav ul li:hover ul li a:hover {
	background:#575759;
	color:#FFF;
	list-style: none;
	margin:0px;
}

.navLeft2 ul ul, .navLeft ul ul, #leftnav ul ul {
	display: none;
	position: absolute;
	left: 0;
	float: left;
	z-index: 99999;
}
.navLeft2 ul ul li, .navLeft ul ul li, #leftnav ul ul li {
	min-width: 180px;padding:0px;
}
.navLeft2 ul ul ul, .navLeft ul ul ul {
	left: 100%;
	top: 0;
}
.navLeft2 ul ul a, .navLeft ul ul a, #leftnav ul ul a {
	background: #111;
	color:#99090A;
}

.navLeft2 ul li.child > a, .navLeft ul li.child > a, #leftnav ul li.child > a {
	display:none;
}


/* Left Nav /
#left-side-box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 45px;
    vertical-align: top;
    /*width: 90%;*/ /*removed by Ron 2015-05-20; breaks out of col-4 and makes side-box 90% of the whole page width*/
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	/*float:left;*/
	background-color:#e7e7e7;
	margin-left:0px;
	min-height:350px;
}

#left-side-box a{
	color:#db0a29;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
}

#left-side-box a:hover{
	color:#000;
}

#left-side-box2 {
	background-image:url(/images/side-nav2.png);
    background-repeat: repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 45px;
    vertical-align: top;
    width: 193px;
	height:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	float:left;
	background-color:#FFF;
}

#left-side-box2 a{
	color:#FFF;
	text-decoration:none;
	font-weight:900;
}

#left-side-box2 a:hover{
	color:#CCC;
}

.horizontal_dotted_line {
	height:0px;
	border-top: 1px solid #666;
	text-align:center;
	margin-top:15px;
	padding-bottom:15px;
} 

.float {
	background-color:#0FF;
	height:25px;
	width:630px;
	position:absolute;
	margin:29px 0px 0px 100px;
	padding-right:20px;
}

/ Main Image /
.mainImage {
	padding:0px;
	margin:-17px -32px 0px -32px;
}
.featuresImage {
	padding:0px;
	margin:-20px 0px 0px 0px;
	border:none;
	width:787px;
	height:279px;
}
.mainFlash {
	padding:0px;
	margin:-10px -25px 0px -25px;
	border:none;
	background-image:url(/images/side-nav.png);
    background-repeat: repeat-x;
}

#crossslide {
	padding:0px;
	margin:-17px -25px 0px -30px;
	border:none;
	width:787px;
	height:279px;
}

#crossslide, #insideContent#crossslide img a:link {
	padding:0px;
	margin:-17px -25px 0px -32px;
	border:none;
	width:794px;
	height:286px;
}


/ Content Area **/
#mainContentNoSideNav {
	width:1000px;
	background-color:#FFF;
}

#mainContent {
	float:right;
	width:787px;
	background-color:#FFF;
}

#insideContent {
	padding:10px 25px 10px 25px;
	font-size:13px;
	line-height:16px;
	margin:0px;
	background-color:#FFF;
	text-align:left;
	color:#333;
	/*min-width:730px;*/
}

a, a:link { /* #content a:visited, #content a:hover, #content a:active */
    color: #666666;
	font-weight:normal;
	text-decoration:underline;
	}
a:hover { /* #content a:visited, #content a:hover, #content a:active */
	text-decoration:none;
	}
strong a, strong a:link {
 	font-weight:normal;
 	}
em a, em a:link {
 	font-weight:normal;
 	}
#insideContent p a, #insideContent p a:link {
 /*  display: inline-block; */
	font-size: 13px;
	line-height: 16px;
    color: #666666;
	text-decoration:underline;
/*     text-decoration:none;
    margin: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
    background-repeat: no-repeat;
    border-bottom: dotted #605E5C 1px;
	vertical-align: middle;
	margin-bottom: 2px; */
/* 	margin-bottom: -1px; */
}
#insideContent p a:hover {
/* 	padding-bottom: 1px;
    border-bottom: none; */
	text-decoration:none;
}

p {
	font-size:13px;
	line-height:16px;
	color:#333;
	margin:0px;
}

.bold_text {
	font-weight:bold;
	text-transform:none;
}

.bold_text_white {
	font-weight:bold;
	text-transform:none;
	color:#FFF;
}

/*
#content {
	line-height: 16px;
	}
*/	
.header_1, #insideContent.header_1, #insideContent.header_2, #insideContent p.header_1, #insideContent p.header_2, #insideContent.header_1_underline, #insideContent.header_2_underline, #insideContent p.header_1_underline, #insideContent p.header_2_underline {
    font-size: 22px;
	line-height:24px;
    font-weight: bold;
    color:#2F2B24;
    margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
    display: block;
	border: none;
	text-align:left;
	text-decoration:none;
}

#insideContent .header_1 a, #insideContent .header_2 a, #insideContent .header_1 a:link, #insideContent .header_2 a:link, #insideContent .header_1_underline a, #insideContent.header_2_underline a, #insideContent .header_1_underline a:link, #insideContent .header_2_underline a:links {
    font-size: 22px;
	line-height:24px;
    font-weight: bold;
    color:#2F2B24;
	text-decoration:none;
}

.header_3, #insideContent.header_3 {
    font-size: 22px;
	line-height:24px;
    font-weight: bold;
    color:#2F2B24;
    margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
    display: block;
	border: none;
	text-decoration:none;
}

.header_events, #insideContent.header_events, #insideContent p.header_events {
    font-size: 22px;
	line-height:24px;
    font-weight: bold;
    color:#FFFFFF;
    margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
    display: block;
	border: none;
	text-align:center;
	text-decoration:none;
}

.sub_head_1, #insideContent .sub_head_1,  #insideContent .sub_head_1_underline, #insideContent .sub_head_2, #insideContent .sub_head_2_underline, h2 {
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    line-height:20px;
    font-weight: 400;
    color: #db0a29; /*#423C32;  */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	text-align:left;
	text-decoration:none;
	display:block;
}

.header_4 {
	 font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	 font-size:18px;
	 color:#900;
	 font-style:italic;
}

#insideContent .sub_head_1 a,  #insideContent .sub_head_1_underline, #insideContent .sub_head_2, #insideContent .sub_head_2_underline, h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:20px;
    font-weight: bold;
    color: #db0a29; /*#423C32;  */
	text-decoration:none;
	display:block;
}

#insideContent .sub_head_3,  #insideContent .sub_head_3_underline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:20px;
    font-weight: bold;
    color: #db0a29; /*#423C32;  */
	text-decoration:none;
}
	
.dateNum {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-size:56px;
	line-height:30px;
}

.HPdateNum {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-size:46px;
	line-height:30px;
	font-weight:normal;
}

.HPdateNum_small {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-size:30px;
	line-height:22px;
	font-weight:normal;
}

.redFont {
	color:#900;
	font-size:13px;
}

.dots {
	color:#CCC;
}

ul li {
	margin-bottom:7px;
}

#insideContent ul .arrow_list li, #insideContent ul li.arrow_list, #insideContent .arrow_list li, ul.arrow_list {
	list-style-image:url(/include_files/css/standard_template/images/arrow.gif);
}

#insideContent ol li {
	list-style-type: decimal;
	margin-bottom:7px;
}

.separator {
	background-image:url(/images/dots.png);
	background-repeat:no-repeat;
	width:710px;
	height:32px;
}

.separatorSmall {
	background-image:url(/images/dots.png);
	background-repeat:no-repeat;
	width:600px;
	height:28px;
}

.VerticalSeparator {
	background-image:url(/images/verticalSeparator.png);
	background-repeat:no-repeat;
	width:32px;
	height:300px;
}

input.contact-special { /* see Ron before changing */
	display:none;
	visibility:hidden;
}

/ Tables ***/


.table_head_1, #insideContent table .table_head_1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	padding:4px;
}
.table_head_1_reverse, #insideContent table .table_head_1_reverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding: 4px;
	margin: 0px;
	border: 1px solid #000000;
}
.table_head_1b_reverse, #insideContent table .table_head_1b_reverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #000000;
	padding:4px;
}
.table_head_2, #insideContent table .table_head_2 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:4px;
	font-weight: bold;
	color: #990000;
	border: 1px solid #000000;
}
.table_head_2_reverse, #insideContent table .table_head_2_reverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding:4px;
	background-color: #990000;
	border: 1px solid #000000;
}
.table_head_2b_reverse, #insideContent table .table_head_2b_reverse {
    background-color: #990000;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.table_head_3, #insideContent table .table_head_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	background-color: #E2E2E2;
	border-color: #000000;
	border: 1px solid #000000;
	padding:4px;
/*  Dreamweaver sometimes highlights the row and this attribute does not show well in firefox*/
}
.table_cell_background_1, #insideContent table .table_cell_background_1 {
	background-color: #F9F9EE;
	border-collapse: collapse;
	vertical-align:center;
	padding:4px;
	}
.table_cell_background_2, #insideContent table .table_cell_background_2 {
	background-color: #E2E2E2;
	border: 1px solid #000000;
	border-collapse: collapse;
	padding:4px;
}
#insideContent table .table_no_border {
	margin-top: 4px;
	margin-bottom: 4px;
	border: none;
	border-collapse: collapse;
}
#insideContent table.table_border1px td, #insideContent table.table_border1px th { /* fixed 01/05/10 would not inherit border properly - may need to check other styles */
/* 	padding: 3px; */
	border: 1px solid #999;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align:top;
}
#insideContent table .table_border1px {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #000000;
	border-collapse: collapse;
}

#insideContent td {
	padding:5px;
	border-collapse: collapse;
}

#insideContent th {
	padding:5px;
}

#left_vid_table {
	padding-right:20px;
}

#insideContent table.table_shadow { 
	-moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#insideContent .eventBox1 {
	background-color:#f2f2f2;
	padding:7px 15px 7px 15px;
}

#insideContent .eventBox1 a, #insideContent .eventBox1 a:link {
	text-decoration:none;
}

#insideContent .eventBox2 {
	background-color:#e5e4e4;
	padding:7px 15px 7px 15px;
}

#insideContent .eventBox2 a, #insideContent .eventBox2 a:link {
	text-decoration:none;
}

#insideContent .calBoxLastMonth, #insideContent .calBoxLastMonth a, #insideContent .calBoxLastMonth a:link {
	background-color:#f2f2f2;
	text-decoration:none;
}

#insideContent .calBoxLastMonth a:hover {
	background-color:#C00;
	color:#FFF;
}

#insideContent .calBox, #insideContent .calBox a, #insideContent .calBox a:link {
	background-color:#e5e4e4;
	text-decoration:none;
}

#insideContent .calBox a:hover {
	background-color:#C00;
	color:#FFF;
}

/ Photo Styles **/
#insideContent img, #insideContent img  a, #insideContent img  a:link {
	padding: 7px;
	border:none;
}

#insideContent .imageNoPadding, #insideContent .imageNoPadding  a, #insideContent .imageNoPadding  a:link {
	padding: 0px;
	margin:0px;
	border:none;
}

#icon  {
	padding-left:5px;
	text-decoration:none;
	border:none;
}
#icon a, #icon a:link {
	padding-left:5px;
	text-decoration:none;
	border:none;
}

#icon_sub_head_1 {
	font-size: 18px;
    color: #2f2b24;
	line-height: 20px;
    padding: 0px 0px 2px 0px;
	font-weight:bold;
}

td #icons a img:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;

}

td #icons {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

td #icons a, td #icons a:link{
	text-decoration:none;
	color:#000;
	font-size:12px;
}

td #icons a:hover{
	color:#C00;
	font-size:12px;
	text-decoration:none;
}

#followUs { 
	float:right; 
	text-align:right; 
	text-decoration:none;
}




#fadeIn {
	display:none;
	position:absolute;
	top:795px;
	left:815px;
	width:100px;
	height:40px;
	/*	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(30, 30, 30);
	/* RGBa with 0.6 opacity */
	background: rgba(30, 30,30, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
}

#close {
	position:absolute;
	top:695px;
	left:815px;
	width:100px;
	height:100px;
}

#closeLf {
	position:absolute;
	top:795px;
	left:715px;
	width:100px;
	height:40px;
}

#closeRt {
	position:absolute;
	top:795px;
	left:915px;
	width:100px;
	height:40px;
}

#closeBt {
	position:absolute;
	top:835px;
	left:815px;
	width:100px;
	height:30px;
}

#hide {
	display:none;
}

.wouALERT_btn {
	background-image:url(/images_homepage/wouAlertBtn.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	color:#FFF;
	height:22px;
	font-size:14px;
	width:127px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.wouALERT_btn a{
	text-decoration:none;
	padding:3px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#fff;
	font-weight:bold;
}

.wouALERT_btn a:hover{
	background-image:url(/images_homepage/wouAlertBtn_over.png);
	background-repeat:no-repeat;
	height:22px;
}

#subpageVideo {
	float:right;
}

/ Video for Subpages */
#insideContent #videoThumb {
	padding:0px 0px 0px 0px;
	margin:45px 0px 0px -8px;
}

#videoBox {
	float:right; 
	width:210px; 
	padding:10px 0px 0px 25px;
	margin:0px 0px 35px 30px;
	background-image:url(/images/videoSubBG.png);
	background-repeat:no-repeat;
	border-bottom:dotted 4px #CCC;
}

/ Box for Subpages */
#otherBox {
	float:right; 
	width:210px; 
	padding:15px 0px 0px 27px;
	margin:0px 0px 25px 15px;
	background-image:url(/images/otherSubBG.png);
	background-repeat:no-repeat;
	border-bottom:dotted 4px #CCC;
	display:block;
}

/***  tabs  */
ol#toc {
    list-style: none;
    margin: 5px 0px 0px 0px;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0;
	width:117px;
	list-style:none;
}

ol#toc a {
    background:url(/images/tabs.gif);
	width:117px;
	background-size:117px;
    display: block;
    float: left;
    height: 24px;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
    color:#FFF;
    font-weight: bold;
	text-align:center;
	padding-top:10px;
	border:none;
	margin: 0;
}

ol#toc a:hover {
	background:url(/images/tabs-3.gif) 117px 0;
    background-color: #3af;
    background-position: 0 0px;
}

ol#toc a:hover span {
    background-position: 100% 0px;
}

ol#toc li.current a {
	background:url(/images/tabs-2.gif) 117px 0;
    background-color: #48f;
    background-position: 0 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
    color:#C00;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 0 0px;
}

ol#toc span {
    background:url(/images/tabs-2.gif) 117px 0;
    display: block;
    line-height: 2em;
}

div.content {
	border-top:none;
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	border-left: #CCC solid 1px;
    clear: left;
	background-color:#FFF;
	width: 570px;
	padding-top:15px;
	padding-left: 10px;
	padding-right: 7px;
	-moz-box-shadow: 3px 3px 4px #CCC;
	-webkit-box-shadow: 3px 3px 4px #CCC;
	box-shadow: 3px 3px 4px #CCC;
	font-size:14px;
}

div.content2 {
	border-top:none;
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	border-left: #CCC solid 1px;
    clear: left;
	background-color:#FFF;
	width: 710px;
	padding-left: 10px;
	padding-right: 7px;
	-moz-box-shadow: 3px 3px 4px #CCC;
	-webkit-box-shadow: 3px 3px 4px #CCC;
	box-shadow: 3px 3px 4px #CCC;
	font-size:14px;
}

#header_1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#C00;
	text-decoration:none;
}
#header_1 a, #header_1 a:link {
    color: #C00;
    text-decoration:none;
	list-style-type:none;
	list-style:none;
	font-size:22px;
}
#header_1 a:hover {
    color: #C00;
}

#program_head {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:15px;
	color:#000;
	line-height:15px;
}




/* Buttons for Subsite Homepages */
.btn1 {
	background-image:url(/images/btn1.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:150px;
	font-size:25px;
	line-height:25px;
	width:186px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.btn1 a{
	text-decoration:none;
	padding:41px 0px 0px 25px;
	text-align:left;
	display:block;
	color:#000;
	font-weight:bold;
}

.btn1 a:hover{
	background-image:url(/images/btn1-over.jpg);
	background-repeat:no-repeat;
	height:150px;
}

.btn2 {
	background-image:url(/images/btn2.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:150px;
	font-size:25px;
	line-height:25px;
	width:186px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.btn2 a{
	text-decoration:none;
	padding:41px 0px 0px 25px;
	text-align:left;
	display:block;
	color:#000;
	font-weight:bold;
}

.btn2 a:hover{
	background-image:url(/images/btn2-over.jpg);
	background-repeat:no-repeat;
	height:150px;
}

.btn3 {
	background-image:url(/images/btn3.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:150px;
	font-size:25px;
	line-height:25px;
	width:186px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.btn3 a{
	text-decoration:none;
	padding:41px 0px 0px 25px;
	text-align:left;
	display:block;
	color:#000;
	font-weight:bold;
}

.btn3 a:hover{
	background-image:url(/images/btn3-over.jpg);
	background-repeat:no-repeat;
	height:150px;
}

.btn4 {
	background-image:url(/images/btn4.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:150px;
	font-size:25px;
	line-height:25px;
	width:186px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.btn4 a{
	text-decoration:none;
	padding:41px 0px 0px 25px;
	text-align:left;
	display:block;
	color:#000;
	font-weight:bold;
}

.btn4 a:hover{
	background-image:url(/images/btn4-over.jpg);
	background-repeat:no-repeat;
	height:150px;
}

.btn1_gray {
	background-image:url(/images/btn1_gray.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:150px;
	font-size:22px;
	line-height:25px;
	width:186px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.btn1_gray a{
	text-decoration:none;
	padding:41px 0px 0px 25px;
	text-align:left;
	display:block;
	color:#000;
	font-weight:bold;
}

.btn1_gray a:hover{
	background-image:url(/images/btn1-over.jpg);
	background-repeat:no-repeat;
	height:150px;
}

.btn2_gray {
	background-image:url(/images/btn2_gray.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:150px;
	font-size:22px;
	line-height:25px;
	width:186px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.btn2_gray a{
	text-decoration:none;
	padding:41px 0px 0px 25px;
	text-align:left;
	display:block;
	color:#000;
	font-weight:bold;
}

.btn2_gray a:hover{
	background-image:url(/images/btn2-over.jpg);
	background-repeat:no-repeat;
	height:150px;
}

.btn3_gray {
	background-image:url(/images/btn3_gray.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:150px;
	font-size:22px;
	line-height:25px;
	width:186px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.btn3_gray a{
	text-decoration:none;
	padding:41px 0px 0px 25px;
	text-align:left;
	display:block;
	color:#000;
	font-weight:bold;
}

.btn3_gray a:hover{
	background-image:url(/images/btn3-over.jpg);
	background-repeat:no-repeat;
	height:150px;
}

.btn4_gray {
	background-image:url(/images/btn4_gray.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:150px;
	font-size:22px;
	line-height:25px;
	width:186px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.btn4_gray a{
	text-decoration:none;
	padding:41px 0px 0px 25px;
	text-align:left;
	display:block;
	color:#000;
	font-weight:bold;
}

.btn4_gray a:hover{
	background-image:url(/images/btn4-over.jpg);
	background-repeat:no-repeat;
	height:150px;
}

.smallBtnText {
	font-size:17px;
	font-weight:bold;
}

.btnTable {
	padding:7px 0px 0px 0px;
	margin: 0px -20px 0px -15px;
	width:744px
}

#insideContent .btnTable td{
	padding:2px;
}

.btnSmallRed {
	background-image:url(/images/btnSmall_red.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:70px;
	font-size:16px;
	line-height:16px;
	width:166px;
	text-decoration:none;
	text-align:center;
	display:block;
}
.btnSmallRed a{
	text-decoration:none;
	padding:21px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}

.btnSmallRed a:hover{
	background-image:url(/images/btnSmall_gray.png);
	background-repeat:no-repeat;
	height:70px;
}

.btnBigRed {
	background-image:url(/images/big_btn_over.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:26px;
	font-size:15px;
	width:157px;
	text-decoration:none;
	text-align:center;
	display:block;
}
.btnBigRed a{
	text-decoration:none;
	padding:5px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}

.btnBigRed a:hover{
	background-image:url(/images/big_btn.png);
	background-repeat:no-repeat;
	height:26px;
}

.btnHugeRed {
	background-image:url(/images/huge_btn.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:26px;
	font-size:15px;
	width:300px;
	text-decoration:none;
	text-align:center;
	display:block;
}
.btnHugeRed a{
	text-decoration:none;
	padding:5px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}

.btnHugeRed a:hover{
	background-image:url(/images/huge_btn_over.png);
	background-repeat:no-repeat;
	height:26px;
}

.btnGray {
	background-image:url(/images/grey_button.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:27px;
	font-size:15px;
	width:197px;
	text-decoration:none;
	text-align:center;
	display:block;
}
.btnGray a{
	text-decoration:none;
	padding:5px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}

.btnGray a:hover{
	background-image:url(/images/grey_button_on.png);
	background-repeat:no-repeat;
	height:27px;
}

/* Samll color buttons horziontal */
#smallBtnTable {
	margin:0 -25px 0 -25px;}

#smallBtnTable td {
	margin:0xp;
	padding:0px;
}
.smallHorizBtn_blue {
	background-image:url(/images_homepage/icons-apply2.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	color:#FFF;
	height:40px;
	font-size:17px;
	width:197px;
	text-decoration:none;
	text-align:center;
	display:block;
}
.smallHorizBtn_blue a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(000,000,000, .5);
}

.smallHorizBtn_blue a:hover{
	background-image:url(/images_homepage/icons-apply2_over.png);
	background-repeat:no-repeat;
	height:40px;
}

.smallHorizBtn_green {
	background-image:url(/images_homepage/icons-register2.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	color:#FFF;
	height:40px;
	font-size:17px;
	width:197px;
	text-decoration:none;
	text-align:center;
	display:block;
}
.smallHorizBtn_green a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(000,000,000, .5);
}

.smallHorizBtn_green a:hover{
	background-image:url(/images_homepage/icons-register2_over.png);
	background-repeat:no-repeat;
	height:40px;
}

.smallHorizBtn_orange {
	background-image:url(/images_homepage/icons-aboutWOU2.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	color:#FFF;
	height:40px;
	font-size:17px;
	width:196px;
	text-decoration:none;
	text-align:center;
	display:block;
}
.smallHorizBtn_orange a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(000,000,000, .5);
}

.smallHorizBtn_orange a:hover{
	background-image:url(/images_homepage/icons-aboutWOU2_over.png);
	background-repeat:no-repeat;
	height:40px;
}

.smallHorizBtn_purple {
	background-image:url(/images_homepage/icons-visitWOU2.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	color:#FFF;
	height:40px;
	font-size:17px;
	width:197px;
	text-decoration:none;
	text-align:center;
	display:block;
}
.smallHorizBtn_purple a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(000,000,000, .5);
}

.smallHorizBtn_purple a:hover{
	background-image:url(/images_homepage/icons-visitWOU2_over.png);
	background-repeat:no-repeat;
	height:40px;
}

/* Small color buttons **/
#smallBtn_blue {
	background-image:url(/images/small_blueBtn.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:44px;
	font-size:16px;
	line-height:16px;
	width:206px;
	text-decoration:none;
	text-align:center;
	display:block;
	color:#000;
}
#smallBtn_blue a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#000;
	font-weight:bold;
}
#smallBtn_blue a:hover{
	background-image:url(/images/small_blueBtn_on.jpg);
	background-repeat:no-repeat;
	height:44px;
	text-decoration:none;
	color:#000;
}

#smallBtn_green {
	background-image:url(/images/small_greenBtn.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:44px;
	font-size:16px;
	line-height:16px;
	width:206px;
	text-decoration:none;
	text-align:center;
	display:block;
	color:#000;
}
#smallBtn_green a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#000;
	font-weight:bold;
}
#smallBtn_green a:hover{
	background-image:url(/images/small_greenBtn_on.jpg);
	background-repeat:no-repeat;
	height:44px;
	text-decoration:none;
	color:#000;
}

#smallBtn_orange {
	background-image:url(/images/small_orangeBtn.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:44px;
	font-size:16px;
	line-height:16px;
	width:206px;
	text-decoration:none;
	text-align:center;
	display:block;
	color:#000;
}
#smallBtn_orange a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#000;
	font-weight:bold;
}
#smallBtn_orange a:hover{
	background-image:url(/images/small_orangeBtn_on.jpg);
	background-repeat:no-repeat;
	height:44px;
	text-decoration:none;
	color:#000;
}

#smallBtn_purple {
	background-image:url(/images/small_purpleBtn.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:44px;
	font-size:16px;
	line-height:16px;
	width:206px;
	text-decoration:none;
	text-align:center;
	display:block;
	color:#000;
}
#smallBtn_purple a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#000;
	font-weight:bold;
}
#smallBtn_purple a:hover{
	background-image:url(/images/small_purpleBtn_on.jpg);
	background-repeat:no-repeat;
	height:44px;
	text-decoration:none;
	color:#000;
}

/* Small gray buttons **/
#smallBtn_gray1 {
	background-image:url(/images/buttons/images/small_grayBtn1.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:44px;
	font-size:16px;
	line-height:16px;
	width:206px;
	text-decoration:none;
	text-align:center;
	display:block;
	color:#000;
}
#smallBtn_gray1 a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#000;
	font-weight:bold;
}
#smallBtn_gray1 a:hover{
	background-image:url(/images/buttons/images/small_grayBtn1_on.png);
	background-repeat:no-repeat;
	height:44px;
	text-decoration:none;
	color:#000;
}
#smallBtn_gray2 {
	background-image:url(/images/buttons/images/small_grayBtn2.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:44px;
	font-size:16px;
	line-height:16px;
	width:206px;
	text-decoration:none;
	text-align:center;
	display:block;
	color:#000;
}
#smallBtn_gray2 a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#000;
	font-weight:bold;
}
#smallBtn_gray2 a:hover{
	background-image:url(/images/buttons/images/small_grayBtn2_on.png);
	background-repeat:no-repeat;
	height:44px;
	text-decoration:none;
	color:#000;
}
#smallBtn_gray3 {
	background-image:url(/images/buttons/images/small_grayBtn3.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:44px;
	font-size:16px;
	line-height:16px;
	width:206px;
	text-decoration:none;
	text-align:center;
	display:block;
	color:#000;
}
#smallBtn_gray3 a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#000;
	font-weight:bold;
}
#smallBtn_gray3 a:hover{
	background-image:url(/images/buttons/images/small_grayBtn3_on.png);
	background-repeat:no-repeat;
	height:44px;
	text-decoration:none;
	color:#000;
}
#smallBtn_gray4 {
	background-image:url(/images/buttons/images/small_grayBtn4.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:44px;
	font-size:16px;
	line-height:16px;
	width:206px;
	text-decoration:none;
	text-align:center;
	display:block;
	color:#000;
}
#smallBtn_gray4 a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#000;
	font-weight:bold;
}
#smallBtn_gray4 a:hover{
	background-image:url(/images/buttons/images/small_grayBtn4_on.png);
	background-repeat:no-repeat;
	height:44px;
	text-decoration:none;
	color:#000;
}
#smallBtn_gray5 {
	background-image:url(/images/buttons/images/small_grayBtn5.png);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:44px;
	font-size:16px;
	line-height:16px;
	width:206px;
	text-decoration:none;
	text-align:center;
	display:block;
	color:#000;
}
#smallBtn_gray5 a{
	text-decoration:none;
	padding:12px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#000;
	font-weight:bold;
}
#smallBtn_gray5 a:hover{
	background-image:url(/images/buttons/images/small_grayBtn5_on.png);
	background-repeat:no-repeat;
	height:44px;
	text-decoration:none;
	color:#000;
}

/* 3 color buttons **/
.three_btn_blue {
	background-image:url(/images/3btn_blue.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:225px;
	font-size:25px;
	line-height:27px;
	width:241px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.three_btn_blue a{
	text-decoration:none;
	padding:27px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}
.three_btn_blue a:hover{
	background-image:url(/images/3btn_on.jpg);
	background-repeat:no-repeat;
	height:225px;
}

.three_btn_green {
	background-image:url(/images/3btn_green.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:225px;
	font-size:25px;
	line-height:27px;
	width:241px;
	text-decoration:none;
	text-align:center;
	display:block;
}
.three_btn_green a{
	text-decoration:none;
	padding:27px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}
.three_btn_green a:hover{
	background-image:url(/images/3btn_on.jpg);
	background-repeat:no-repeat;
	height:225px;
}

.three_btn_orange {
	background-image:url(/images/3btn_orange.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:225px;
	font-size:25px;
	line-height:27px;
	width:241px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.three_btn_orange a{
	text-decoration:none;
	padding:27px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}
.three_btn_orange a:hover{
	background-image:url(/images/3btn_on.jpg);
	background-repeat:no-repeat;
	height:225px;
}

/* 4 color buttons **/
.four_btn_blue {
	background-image:url(/images/4_button_blue.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:182px;
	font-size:24px;
	line-height:25px;
	width:171px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.four_btn_blue a{
	text-decoration:none;
	padding:10px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}
.four_btn_blue a:hover{
	background-image:url(/images/4_button_over.jpg);
	background-repeat:no-repeat;
	height:182px;
}

.four_btn_green {
	background-image:url(/images/4_button_green.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:182px;
	font-size:24px;
	line-height:25px;
	width:171px;
	text-decoration:none;
	text-align:center;
	display:block;
}
.four_btn_green a{
	text-decoration:none;
	padding:10px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}
.four_btn_green a:hover{
	background-image:url(/images/4_button_over.jpg);
	background-repeat:no-repeat;
	height:182px;
}

.four_btn_orange {
	background-image:url(/images/4_button_orange.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:182px;
	font-size:24px;
	line-height:25px;
	width:171px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.four_btn_orange a{
	text-decoration:none;
	padding:10px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}
.four_btn_orange a:hover{
	background-image:url(/images/4_button_over.jpg);
	background-repeat:no-repeat;
	height:182px;
}

.four_btn_purple {
	background-image:url(/images/4_button_purple.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:182px;
	font-size:24px;
	line-height:25px;
	width:171px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.four_btn_purple a{
	text-decoration:none;
	padding:10px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}
.four_btn_purple a:hover{
	background-image:url(/images/4_button_over.jpg);
	background-repeat:no-repeat;
	height:182px;
}

.four_btn_gray {
	background-image:url(/images/4_button_over.jpg);
	background-repeat:no-repeat;
	font-family: arial, sans-serif;
	height:182px;
	font-size:24px;
	line-height:25px;
	width:171px;
	text-decoration:none;
	text-align:left;
	display:block;
}
.four_btn_gray a{
	text-decoration:none;
	padding:10px 0px 0px 0px;
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
}
.four_btn_gray a:hover{
	background-image:url(/images/4_button_gray.jpg);
	background-repeat:no-repeat;
	height:182px;
}

/** Closure Alert */
#closureAlert {
	background-image:url(/images_homepage/slideshow/inclementWeather2.jpg);
	background-repeat:no-repeat;
	width:787px;
	height:298px;
	margin:0px;
	padding:0px;
}

#closureDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000;
	padding:50px 149px 0px 149px;
}

#closure_head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:56px;
	color:#000;
	line-height:50px;
}

#closure_sub_head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#848484;
	line-height:45px;
	font-weight:normal;
}

#closureStatus {
	color:#C00;
	font-weight:bold;
}

<!-- new styles -->
.container-fixed {
    max-width: 1200px;
	margin:0 auto;
}
#globalHeader {
	background-color: #1f1f1f;
    margin: 0 auto;
    min-height: 145px;
}
#globalHeader h1 {
	text-align:center;
	margin: 0;
}
#globalHeader .headerTitle {
    color: #db0a29;
    text-decoration: none;
	line-height: 54px;
    text-align: center;
    text-transform: uppercase;
	font-size:22px;
}
#topNav {
	font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 500;
    /*margin-top: 12px;*/
    text-transform: uppercase;
}
#topNav {
	padding-left:10px;
}
#topNav ul li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 18px;
    padding-left: 0;
}
#topNav ul li a:link, #topNav ul li a:visited {
    color: #e7e7e7;
	text-decoration:none;
}
#topNav ul li a:hover {
    color: #db0a29;
}
#topNav ol, #topNav ul {
	padding-left:20px;
	padding-top:5px;
}
#topNav ul li ul li {
	margin:5px 0 15px -10px;
	display:block;
}
#menu-top-navigation ul#sub-menu-box {
    background-color: #000000;
    font-size: 12px;
    line-height: 0.7em;
    width: 200px;
	position:absolute;
	z-index:3;
	display:none;
}
.clearfix::before, .clearfix::after, .row::before, .row::after {
	content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
	content: " ";
    display: table;
}
*::after, *::before {
    box-sizing: border-box;
}
.visible-lg-block {
    display: block !important;
}
.menu {
	font-size:1.1em;
}
.col-md-8 {
	width:66.6667%;
}
.col-9 {
	width:75%;
	float:left;
}
.col-md-4 {
    width: 33.3333%;
}
.col-5 {
    width: 25%;
	float:left;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#globalFooter {
	background-color:#1f1f1f;
	border-top: 8px solid #db0a29;
    color: #fff;
    min-height: 350px;
}

#footLogo {
    margin: 36px auto;
}

#footLogo address, #footLogo p {
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
}

#globalFooter a {
    font-size: 10px;
    font-weight: 400;
}
address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 20px;
}
#globalFooter ul {
    padding-bottom: 0;
    padding-top: 0;
}
#globalFooter ul {
    border-left: 3px solid #fff;
    margin: 35px 15px;
    padding: 10px;
}
.menu {
    font-size: 13px;
}
.menu {
    font-size: 1.1em;
}
#globalFooter ul li {
    text-align: left;
}
#globalFooter ul li {
    font-family: "Open Sans",sans-serif;
    list-style: outside none none;
}
li {
    margin: 6px;
}
#globalFooter ul li a, #globalFooter ul li a:link, #globalFooter ul li a:visited {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
#globalFooter ul li a:hover {
	color:#db0a29
}
.liteSocial, .liteSocial a:link, .liteSocial a:visited {
    color: #fff;
}
.center {
    text-align: center;
    width: 100%;
}
.liteSocial a:hover {
	color:#db0a29
}
i.fa-facebook-f.fa-3x {
    width: 50px;
}
.evenspace.liteSocial i {
    margin: 0 15px;
}
.fa-3x {
    font-size: 3em;
}
.fa {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

@media screen and (max-width: 1200px) {
	  .container {
		  width:auto !important;
	  }
   }
@media screen and (max-width: 1100px) {
      .navLeft2 ul li a, .navLeft ul li a, .nav ul li a {
		  padding:6px 5px 5px;
	  }
	  .container {
		  width:auto !important;
	  }
   }
@media screen and (max-width: 1050px) {
      .navLeft2, .navLeft, #leftnav, .nav {
		  font-size:13px;
	  }
	  .container {
		  width:auto !important;
	  }
   }
@media screen and (max-width: 1000px) {
      .navLeft2, .navLeft, #leftnav, .nav {
		  font-size:13px;
	  }
	  .col-md-3 {
		  width:25%;
	  }
	  .col-md-9 {
		  width:75%;
	  }
	  .container {
		  width:auto !important;
	  }
   }
	  