﻿body   
{
	text-align:center;
	font-family:Verdana;
	margin:0px;
	background:#fff;
	background-image:url("../images/body_back2.gif");
	background-repeat:repeat-x;
}

ul
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin: 0 10px 0 25px;
}
/* ol selector added (there wasn't one previously), so ol's will match ul styling. 3/22/10 MB */
ol
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0px;
	margin: 0 10px 0 25px;
}
th 
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
td
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.image-left
{
	margin: 0px 10px 10px 0px; 
	float: left;
}

.image-right
{
	margin: 0px 0px 10px 10px;
	float: right;
}
.clear
{
	clear: both;
}


#orange_bar
{
	background-image: url("../images/orange_top_sm.gif") ;
	background-repeat: repeat-x;
	height: 4px;
	position: relative;
}
/**************************************Default Page Layout******************************/
/*****Body Top Section*****/
#body_main
{
	width: 1000px; 
	margin: 0 auto; 
	background-color:#fff; 
	clear: both; 
	
}

/*Top Links*/
.top_links
{
	margin-right:80px;
	position:relative;	
	z-index: 1
}
.top_links input
{
	font-family:Verdana;
	font-size:10px;
	margin: 7px 0 0 0;	
	float:right;	
	border:none;
	color:#999;
	position:relative;
}

.top_links ul
{
	 list-style:none;
	 float:right; 
	 padding-right:15px;
	 margin: 7px 0 0 0;
	 position:relative;
	 line-height: 14px;
}

.top_links ul li
{
	display: inline;	
}
.top_links ul li a
{
	float:left;
	padding-left:15px;
	text-transform: uppercase;
	color:#999;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
}
.top_links ul li a:hover
{
	color:#000066;
}
.SearchBox
{
	padding-left:5px;
	background:#e5e5e5;
	width:120px;
}
.SearchButton
{
	background:transparent;
	padding-right:10px;
}

/*Logo*/
.logoSection
{
	/*height:63px;*/
	float:left;
	position: relative;
}

.logo
{
	padding-left:72px;	
	float:left;
	position:relative;
	width:270px;
	height:62px;
}
.logo img
{
	border:0px none;
}
.academics_header
{
	margin: 0;
	padding: 0;
}
/*Main Image Section*/
.top_lg_img
{
	width:693px;
	height:248px;
	float:left;
	margin-left:49px;
	margin-top:25px;
}

.top_lg_img img
{
	display:block;
}

/*Orange Top Section on main university page*/  
.yellow_right
{
	background-color: #cc9933;
	float:left;
	width:180px;	
	height:248px;
	margin-top:25px;
}
/*Top Navigation*/
.top_nav
{
	width:548px;
	height:28px;
	background-color:#031851;
	margin-top:-262px;
	float:left;
	margin-left:359px;
	/*margin-left:-140px !important!;*/ /*IE position fix*/
	position:absolute;
	color:White;
	font-size:12px;	
}

.top_nav ul
{
	list-style-type:none;
	margin:7px 0 0 0;
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	padding-left:20px;
}
.top_nav ul li
{
	display:inline;
	text-transform:uppercase;
}
.top_nav ul li a
{
	color:#e2e4e7;
	text-decoration:none;
	padding-right:21px;
}
.top_nav ul li a:hover
{
	color:#f8c600;
}

/* .secondary_nav updated for Adult & Continuing Ed menu addition: 02/09/2010 SB2*/

.secondary_nav {
margin-top:37px;
padding-right:38px;
text-align:right;
padding-left:36px;
line-height:12px;
}

.secondary_nav_item a {
color:#000000;
font-family:Verdana;
font-size:13px;
text-decoration:none;
text-transform:none;
}

.secondary_nav_item a:hover {
color:#FFFFFF;
}

.secondary_padding_bottom {
padding-bottom:11px;
}

.lg_back_to_jwu
{
	width:179px;
	background-color:#052C97;
}

/***************default page right links.***********************/
.secondary_campus_nav
{
      margin:25px 35px 0 35px;      
      text-align:right;
}
.sec_campus_title
{      
	  padding-top:11px;
	  line-height:12px;/*required for IE's.*/
}
.sec_campus_title a
{
	text-decoration:none;
	color:#fff;
    text-transform:uppercase;
    font-size:10px;
    font-family:Verdana;
    font-weight:bold;      
}
.sec_campus_nav
{
	line-height:12px;/*required for IE's.*/
}
.sec_campus_nav a
{
      text-decoration:none;
      color:#fff;
      font-size:10px;
      font-family:Verdana;
      font-weight:normal;
    
}
.campus_right_section2
{
	float:left;
	width:179px;
	background:#ccc;
	margin-top:0px;	
	margin-left:0px;
}

.blue_back
{	
	background-color:#052c97;
	height:10px;
	position:relative;		
}

.transp_blue_right
{
	float:left;
	margin-top:235px;
	height:38px;
}

.transp_blue_right img
{
	display:block;
}
/*****Center Content starts here*****/

/*Left column */
.left_column
{
	float:left;
	width:153px;
	border:2px solid #cec9c6;
	margin-left:22px;
	background-color:#031851;
	color:White;
	margin-top:-101px;
	position:relative;
}

.col_left_links
{	
	margin-top:18px;
	text-align:left;	
	margin-left:25px;
	padding-bottom:18px;
}
.col_left_links a
{
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	font-family:verdana;
	color:#aeb9d9;
	text-decoration:none;	
}
.col_left_links a:hover
{
	color:#fff;
}
.top_margin
{
	margin-top:11px;
}
.both_margin
{
	margin-top:11px;
	margin-bottom:20px;
}

/*Center Section*/
.content_main
{
	 width:1000px;
	 float:left;
}
.body_Back
{
	background:url("../images/content_back1.gif") ;
	float:left;
	width:1000px;
}

.center_section
{
	float:left;
	background-image:url("../images/body_content_back.gif") ;
	background-repeat:repeat-y;	
	width:800px;
}

.center_txt_top
{
	float:left;
	margin-left:24px;
	width:510px;
	margin-right:30px;
}

.center_title
{
	float:left;	
	letter-spacing:5px;
	color:#7f7f7f;
	margin-top:22px;
	margin-bottom:15px;
	font-size:17px;
	text-transform:uppercase;
	font-family: Gill Sans MT;
	font-weight:normal;
}
.center_title p 
{
	margin: 0px;
}
.right_links
{
	float:left;
}
.info_section
{
	/*float:left;*/
	float:right;
	margin-right:50px;
	width:362px;
}

.center_txt_btm
{
	float:left;
	margin-left:25px;
	width:356px;
}

.blue_title
{
	text-align:left;
	padding-top:10px;
}
.blue_title a
{
	color:#003399;
	font-size:12px;	
	text-align:left;	
	font-family:verdana;
	margin-top:22px;
	text-decoration:none;
}
.center_sub_title
{		
	color:#003399;
	font-size:12px;	
	text-align:left;	
	font-family:verdana;
	margin-top:22px;
	text-decoration:none;	
}
.center_sub_title a
{
	color:#003399;
	font-size:12px;	
	font-family:verdana;	
	text-decoration:none;
}

.blue_title a:hover
{
	text-decoration: underline;
}
.blue_links
{
	margin-top:15px;
	text-align:left;
}
.blue_links a, a.blue_links, 
.blk_txt a, .grey_txt_sm1 a
{
	color:#003399;
	font-size:11px;
	font-family:verdana;	
	text-decoration:none;
}
.blue_links a:hover,
a.blue_links:hover
{
	text-decoration: underline;
}
.blue_links a:visited,
a.blue_links:visited
{
	color:#003399;
}
/* .blk_txt is main text on alumni/alumnisub pages
and feature stories of campus home pages. Deleted duplicates. 5/11/09 MB */
.blk_txt
{
	color:#333333;
	font-size:11px;
	text-align:left;
	font-family:verdana;
	float:left;
	line-height:15px;
}
.blk_txtnew
{
	color:#333333;
	font-size:11px;
	font-family:verdana;
	line-height:15px;
}
.para_spacing_all
{
	margin-top: -10px;
}
.para_spacing p 
{
		margin-top: 0px;	/* P tags, by web standards, create top and bottom margin. Ie7- do not adhere to this*/
}							/* standard but Ie8+ and FF do. This will remove that margin. */
.para_spacing_switch /*Spacing adjustment-shows in FF when content starts with <p> -does not show in IE*/
					/*For departments, where we DO want space.*/
{
	margin-top: 0px;	
	/*margin-top: 10px !important;*/
}

.group_pics   /*group of pictures*/
{
	background-color:#e9e2cf;
	width:336px;
	height:274px;
	float:right;
	margin-right:24px;
	margin-top:15px;
}
/*Changed */
.gp_margin
{
	margin-left:8px;
	/*border: 1px solid #E9E2CF;*/
	width:137px;
}

/*Changed */
/*.gp_margin:hover
{
	border: 1px solid black;	
}*/
.gp_margin a img
{
	 width:137px;
     height:57px;
}
.gp_margin a
{
	text-decoration:none;
	border:1px solid #E9E2CF;
    float:left;
    display:block;
    margin-top:8px;
}
.gp_margin a:hover
{
	border: 1px solid black;
    width:137px;
    height:57px;
    float:left;
    display:block;
}
.gp_margin img
{
	border:0px;
}
.back_to_jwu 
{
	background-color:#052c97;
	padding-top:7px;
	margin-top:3px;		
}
/****************maybe removed later on............*/

.business_back_to_jwu
{
	background-color:#052c97;
	height:21px;
	width:150px;
	color:White;
	text-transform:uppercase;
	font-size:11px;
	font-family: Gill Sans MT;
	padding-top:5px;
	padding-left:20px;
	text-align:left;
}
.business_back_to_jwu a
{
	
Color:white;
text-decoration:none;
}

/****************end of- maybe removed later on............*/
.pad_top
{
	padding-top:5px;
	text-transform:none;
}
.prov_black_title .pad_top a
{
	color:#333;
	font-weight:normal;
}
/*
.calendar
{
	width:169px;
	height:318px;
	background-color:#e0d8c1;
	float:right;
	margin-right:38px;
	margin-top:-290px;
}
*/
.calendar
{
	background-color:#e0d8c1;
	float:right;
	margin-right:-30px;
	margin-top:-290px;
	padding: 0 5px;
	padding: 0;
}


.cal_title
{
	color:#383838;
	font-family:Verdana;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	float:left;
	margin:15px;
	margin-bottom:10px;	
}

.cal_txt
{
	margin-left:15px;
	margin-right:15px;
	text-align:left;
}
.cal_txt a
{
	font-family:Verdana;
	font-size:10px;	
	color:#333;
	text-decoration:none;
	display: block;
}
.cal_txt a:hover
{
	text-decoration:underline;
}
/*****Footer Section******/
#footer
{
	background-image:url("../images/content_back.gif") ;
	float:left;
	width:873px;
	margin-left:49px;		
	padding-bottom:15px;
}

.grey_txt
{
	color:#999;
	font-size:9px;	
	font-family:Verdana;
	text-align:left;
	margin-left:155px;
}
.grey_txt a
{
	color:#999;
	font-size:9px;	
	font-family:Verdana;
	text-decoration:none;
}
.grey_txt a:hover
{
	color:#000066;
}
/******Utility Classes******/
.leftfloat
{
	float:left;
}
.rightfloat
{
	float:right;
}

/********************************(Content)Admission Page*********************************/
/*Top Navigation*/

.top_nav_adm
{
	width:548px;
	height:28px;
	background-color:#031851;
	float:left; 
	margin-left:359px;
/*	margin-left:-602px !important!;*/ /*IE position fix*/
	margin-top:11px;
/*	margin-top:8px !important!; */
	color:White;
	font-size:12px;
	position:absolute;
	z-index:1;
}
/**html .top_nav_adm
{
	margin-left:155px;	
}*/
.top_nav_adm ul
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	list-style-type:none;
	margin:7px 0pt 0pt;
	padding-left:20px;	
}

.top_nav_adm ul li
{
	display:inline;
	text-transform:uppercase;
}
.top_nav_adm ul li a
{
	color:#e2e4e7;
	text-decoration:none;
	padding-right:21px;
}
.top_nav_adm ul li a:hover
{
	color:#f8c600;
}

.campus_list
{
	width:1000px;
	float:left;
}
.campus_list_pad
{
	float:right;
	margin-right:115px;
	margin-top:-20px;
	position:relative;/*IE6 necessity*/
}

.campus_list ul
{
	 list-style-type:none;
	 margin:0px;
	 padding:0px;
}
.campus_list ul li
{
	float:left;
}
.campus_list ul li a
{
	font-family:Verdana;
	font-size:11px;
	color:#333;
	text-transform:uppercase;
	text-decoration:none;
	
}
.adm_lg_img
{
	background-image:url("../images/adm_lg_img1.jpg") ;
	background-repeat:no-repeat;
	width:873px;
	height:128px;
	float:left;
	margin-left:49px;
	margin-top:25px;
}

.adm_transp_blue_right
{
	float:left;
	height:24px;
	margin-top:129px;
}

/*****Left Section*******/

/*Left column */
.left_horiz
{
	margin-left:25px;
	background-color:#052c97;
	width:10px;
	/*height:222px;*/
	margin-top:23px;	
	float:left;
	position:relative;
}

/*Left grey box links section*/
.left_column_adm
{
	float:left;
	width:170px;
	margin-top:0px;
	margin-left:0px;
	position:relative;
	background-color:#cdc6bd;
}
.admission_links
{
	/*padding:12px;*/	
	background-color:#cdc6bd;
	padding-top:5px;
	padding-bottom:5px;
}
.adm_links
{
	text-align:left;
/*	margin:5px;
	margin-right:10px;
	margin-left:15px;
	padding-bottom:5px; */
	position:relative;
	border-bottom: 1px dotted #fff;
	margin: 0 8px 0 8px;
}

.adm_links a
{
	font-family:Verdana;
	font-size:12px;
	color:#031851;
	text-decoration:none;
}
.dotted_line
{
	border-bottom:1px dotted #fff;
	position:relative;
	width:140px;
	margin-left:10px;
	margin-left:0px !important!;/*IE fix*/
	height:1px;/*required for IE7 fix*/
	display:none;
}

/******Right Section******/
/*Right 3 box section*/
.right_section1
{
	float:left;
	width:170px;
	background:#ece8df;
	margin-bottom:3px;
}
.right_section2
{
	float:left;
	width:170px;
	background:#ccc;
	margin-bottom:3px;
	padding-bottom:10px;
	margin-left:5px;
}

.right_section_second
{
	float:left;
	width:170px;
	background:#ccc;
	margin-bottom:3px;
	padding-bottom:10px;
}
.right_section_second_light
{
	float:left;
	width:170px;
	background:#e2e2e2;
	padding-bottom:10px;	
	margin-bottom:3px;
}
.right_section3, .right_section_third
{
	float:left;
/*	margin-top:20px; */
	width:170px;
	text-align:left;
	margin-bottom:3px;
}
.right_text_section 
{
	color:#333333;
	font-family:Verdana;
	font-size:10px;
	margin-left:10px;
	text-align:left;
	text-transform:uppercase;
}
.contact_section
{
	text-align:left;	
	margin-left:25px;	
	font-family:Verdana;
	font-size:10px;
	color:#333;
}
.icons
{
	text-align:left;
	margin-left:10px;
	padding-bottom:10px;
}

.padding_top{padding-top:5px;float:left;}
.icon_sect{float:left;}
.icon_sect img {border:0px none;}
.icon_sect a img { display:block;}
.icon_detail
{
	
	font-family:Gill Sans MT;
	font-size:11px;
	color:#333;	
	text-transform:uppercase;
	text-align:left;
	margin-left:33px;
}
.icon_detail a
{
   	text-decoration:none;
   	color:#333;
}

/*****Center Section******/
/*.center_section_adm
{
	float:left;
	background-color:#fbf7ec;
	width:874px;
	margin-left:50px;
	margin-top:0px;
}*/
.creamBack
{
	background:url(../images/creamBack.gif);
	float:left;
	width:925px;
	margin: 0px;
}
.center_section_adm
{
	float:left;
	background-color:#fbf7ec;
	width:717px;
	margin-left:0px ;
	margin-top:0px;
	position: static;
}

.center_left
{
	float:left;
	/*padding-left:20px;*/
	padding-left:24px;
	width:509px;
}
.center_right
{
	float:left;
	width:170px;
}
.center
{
	float:left;
	margin-top:40px;
	margin-bottom: 10px;
}

.breadcrumb
{
	float:left;
	font-family:Verdana;
	font-size:10px;
	color:#999;
	margin-top:10px;
	margin-right:10px;
	text-decoration:none;
	text-align:left;
	position: relative;
}

.breadcrumb a
{
	color:#999;
	text-decoration:none;
}
.col_right_links
{	
	margin-top:5px;
	text-align:left;	
	margin-left:17px;	
}
.col_right_links a
{
	font-size:10px;
	font-family:verdana;
	color:#5f698e;
	text-decoration:none;
	font-weight:bold;
}
.content_main_adm
{
	 width:205px;
	 float:left;	 
	 margin-top:-90px;
	 position:relative;
}

.pageContent
{
	font-family:Verdana;
	font-size:11px;
	color:#333;
	text-align:left;
	padding-right:25px;
	line-height:15px;
	float:left;
}
.pageContent a
{
	color:#003399;
}
.pageContent p img
{
	margin-right: 10px;
}
/* pageContentNew is the text on Event pages.  There is an error in Firefox, which encloses this text within an <a> tag.
(Internet Explorer does not have this problem).  Added "link" and "visited" psuedo classes, so only actual links will
display in blue, not all of the text on the Event page. 3/22/10 MB */
.pageContentNew
{
	font-family:Verdana;
	font-size:11px;
	color:#333;
	text-align:left;
	padding-right:25px;
	line-height:15px;
	float:left;
}
.pageContentNew a:link,
.pageContentNew a:visited
{
	color:#003399;
}
.subhead {
	color:#031851;
	float:left;
	font-family:Verdana;
	font-size:12px;
	margin-top:15px;
	text-align:left;
}
.imgSection
{
	float:left;
	padding-right:10px;	
	padding-bottom:10px;
}
.imgSquare
{	
	width:170px; 
	height:151px;
}
.imgDetails
{
	background:#fff;
	width:170px;	
}
.content_links a
{
	color:#003399 !important;
	font-family:Verdana;
	font-size:11px;
}
.blue_content_links
{
	color:#003399;
	font-family:Verdana;
	font-size:11px;
	margin-top: 15px; 
	float:left; 
	text-align: left;
	width:235px;
}

.center_btm
{
	margin-top:10px;
	/*float:left;*/
}

/***********college pages****************/
.degree_list_section
{
	width:176px;
	float:left;
	/*margin-top: 10px;*/
	margin-top:7px;
	margin-right: 25px;
}
/* black_title is used in body menus on the college template */
.black_title
{
	color:#000000;
	font-family:Verdana;
	text-align:left;
	margin-top:10px;
}
.black_title a
{
	text-decoration:none;
	color:#000000;
	font-size:11px;	
	text-transform:uppercase;
}
.black_title a:hover
{
	text-decoration:underline;
}
.pad_products_top a
{
	font-size:10px;
	color:#333;
	text-transform:capitalize;
	line-height: 11px;
	display: block;
}

.prov_content /*????*/
{
	color:#333;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	margin-top:15px;
}
.prov_content a

{
	color:#003399;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	margin-top:15px;
}
.btm_left_section
{
	background:#e0d8c1;
	background:url("../uploadedImages/plain_brwn_back.jpg");
	background-repeat:no-repeat;
	width:176px;
	height:254px;
	float:left;
	margin-top:10px;
	margin-right:25px;
}
.btm_left_section img /*to avoid the background to be seen*/
{
	float:left;
}
.btm_left_section1
{
	background:#e0d8c1;
	float:left;
	width:320px;
}
.img_title
{
	font-family:Verdana;
	font-size:10px;
	color:#333;
	font-weight:bold;
	text-align:left;
	margin:10px 15px 12px 15px;	
}
.img_title a
{
	text-decoration:none;
	color:#333;
}
/* img_content is the text within Right Flex Content FCMs. Added "img_content a" for a consistent blue link.
Links were displaying as per the default color of the browsers (usually bright blue) 3/22/10 MB */
.img_content
{
	font-family:Verdana;
	font-size:10px;
	color:#5d5d5d;
	margin-right:15px;
	margin-left:15px;
	text-align:left;
	line-height:13px;
	padding-bottom:5px;
}

.img_content a
{
	color:#003399;
}
/*******************extra classes (to be removed)?????*****/
a.img_title_a 
{
	text-decoration:none;
	color:#003399;
}
a.img_title_a:visited
{
	color:#003399;	
}
a.img_title_a:hover
{
	text-decoration:underline;	
}
.img_content_extended
{
	padding-bottom:10px;
}
/***************end of extra classes?????*****/

.blue_link a
{
	color:#003399;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
}
.blue_link a:hover
{
	text-decoration:underline;
}
.btm_right_section
{
	float:left;
	/*width:305px;*/
	width:280px;
	margin-top:7px;
}

.btm_content
{
	text-align:left;	
}
.btm_links
{
	padding-top:15px;
}
.btm_links a
{	
	color:#003399;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
}
.btm_links a:hover
{
	text-decoration:underline;
}
.adm_footer
{
	background:#fbf7ec;
	float:left;
	width:848px;
	margin-left:50px;	
	padding-top:15px;	
	padding-bottom:15px;	
	padding-left:24px;
}

/*************************Academics Page starts here************************/

.academics_lg_img
{	
	width:873px;
	float:left;
	margin-left:49px;
	margin-left: 48px !important!;
	/*margin-top:28px;*//*original one before the background run along top design came into existence.*/
	margin-top:24px;
	position:relative;
}

.academics_lg_img img /*to remove the space between the banner image and the blue line in IE7*/
{	
	display: block;
}

.news_image
{
	float:left;
	width:94px;
	height:54px;
	padding:10px;
	padding-left:0px;
}
.news_links
{
	padding-top:10px;
}
.news_links a
{	
	color:#003399;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
}
.news_links a:hover
{
	text-decoration:underline;
}
.img_detail
{
	background:#eee8d8;
	padding:0px;
	margin:0px;
}
.left_blue
{
	background-color:#052c97;
	width:10px;
	height:440px;
	position:relative;
	float:left;
	margin-top:23px;		
	margin-left:25px;
}

.left_column_academics
{
	float:left;
	width:170px;
	position:relative;
	background-color:#cdc6bd;
	margin-top:0px;
	margin-left:0px;
	padding-top:5px;
	padding-bottom:5px
}
.left_column_academics1
{
	float:left;
	width:170px;
	position:relative;
	background-color:#cdc6bd;
	/*margin-top:70px;*/
	margin-left:35px;
}

/*************************Hospitality Page************************/
/*Not used classes? - to be removed?*/
.content_leftnav_hosp
{
	 width:205px;
	 float:left;	 
	 margin-top:-20px;
}
.course_left_nav
{
	float:left;
	width:170px;
	position:relative;
	margin-left:35px;
}

/*End of ....Not used classes? - to be removed?*/

/**********************For all subpages (College of ...)******************************/
.nav_top /*top left nav title*/
{
	width:170px;
	height:41px;
	margin-left:35px;
/*	margin-top:60px; to position the left nav at the bottom*/
}

.nav_top img, .athle_nav_top img
{
	display:block;
	border: solid 0px #FFF;
}
.back_to_academics_arrow 
{
	font-family:Verdana;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	margin-left:40px;
}
.back_to_academics_arrow a
{
	color:#031851;
	text-decoration:none;
}
.back_to_academics, .back_to_varsity /*bottom text*/
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	margin-left:50px;
	text-align:left;
}

.back_to_academics a, .back_to_varsity a
{
	color:#031851;
	text-decoration:none;
}
.content_title /*content top title*/
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#031851;	
	text-align:left;
}
h1.content_title
{
	margin-top:0px;
}

.hosp_btm_left_section
{
	background:#e0d8c1;
	background:url("../images/hosp_img_back.jpg");
	background-repeat:no-repeat;
	width:176px;
	height:254px;
	float:left;
}

/****************************************Content Page******************************/

.sm_sq_img_details /*square image- bottom*/
{
	background:#ECE8DF none repeat scroll 0%;
	float:left;
	font-family:verdana;
	height:83px;
	width:370px;
	padding-left:15px;
	padding-right:15px;	
	padding-top:10px;
}

/***************sub title (content) for all subpages *****************/
.sub_content_title /*blue for university*/
{
	color:#031851;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}

/****************************************Culinary Page******************************/

/*.acad_cul_lg_img
{
	background-image:url("../images/acad_cul_lg_img.jpg") ;
	background-repeat:no-repeat;
	width:873px;
	height:215px;
	float:left;
	margin-left:49px;
	margin-top:28px;
	position:relative;
}
*html .acad_cul_lg_img
{
	margin-left:24px;
}
.acad_prov_cul_lg_img
{
	background-image:url("../images/acad_cul_lg_img1.jpg") ;
	background-repeat:no-repeat;
	width:873px;
	height:215px;
	float:left;
	margin-left:49px;
	margin-top:28px;
	position:relative;
}
*html .acad_prov_cul_lg_img
{
	margin-left:24px;
}
.cul_right_section2
{
	float:left;
	width:170px;
	background:#efe1bc;
	margin-top:5px;
	padding-bottom:10px;
}
*/

.tech_gradient_back
{	
	background-repeat:no-repeat;
	width:1000px;
	height:249px;
	float:left;
	/*margin-top:-335px;*//*original one before the background run along top design came into existence.*/
	margin-top:-326px;
}
.tech_gradient_back img 
{
	display: block;
}
.high_pad_top
{
	padding-top:15px;
}

/*Custom Content Styling */
.CenterContentBottomLeft
{
	background-image:url("../images/plain_brwn_back.jpg");
	background-repeat:repeat-y;
	width:176px;
	float:left;
}
.top_lg_img p.EktronEditorsMenuMarker,
.left_column p.EktronEditorsMenuMarker
{
	display:none;	
}
.nav_bottom1
{
	margin-left:35px;
}

.logo .EktronEditorsMenuWrapper,
.grey_txt .EktronEditorsMenuWrapper,
.center_btm .EktronEditorsMenuWrapper,
.right_section3 .EktronEditorsMenuWrapper,
.academics_lg_img .EktronEditorsMenuWrapper
{
	display:none;
}
.blk_title_txt 
{
	color:#333333;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
}

.blk_title_txt a
{
	text-decoration:none;	
	color:#333333;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
}
.blk_title_txt a:hover
{
	text-decoration:underline;	
}

.newsevents_btm
{
	width:235px;
	float:left;
}

.blue_title_txt
{
	color:#003399;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	text-align:left;	
}
.blue_title_txt a
{
	color:#003399;
	text-decoration:none;
}

.date_section 
{
	color:#333333;
	float:left;
	font-family:Verdana;
	font-size:11px;
	width:40px;
}
.lt_blue 
{
	color:#003399;
	font-family:Verdana;
	font-size:11px;
	width:266px;
}
.lt_blue a, .lt_blue a.visited
{
	text-decoration:none;
}
.lt_blue a:hover
{
	text-decoration:underline;	
}
.player_of_week 
{
	background:#F2BB29 none repeat scroll 0%;
	padding:12px;
}
.blue_head_sect
 {
	color:#003399;
	float:left;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	width:144px;
}
.highlight_txt_sect p, .highlight_txt p
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.highlight_txt_sect 
{
	color:#333333;
	font-family:verdana;
	font-size:10px;
	/*margin:-12px 0pt 0pt 12px;*/
	text-align:left;
}
.highlight_txt_sect a 
{
	color:#003399;
	text-decoration:none;
}
.sm_sq_img 
{
	float:left;
	height:93px;
	width:93px;
}
.blue_head 
{
color:#003399;
font-family:verdana;
font-size:10px;
font-weight:bold;
margin-top:15px;
text-align:left;
}
.blue_head a
{
	color:#003399;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.blue_head a:hover
{
	text-decoration:underline;
}
.blue_head2 
{
	color:#003399;
	font-family:verdana;
	font-size:10px;
	text-align:left;
}
.back_to_jwu_back, .back_to_jwu_back_short 
{
	background: #052c97 none repeat scroll;
	margin-bottom:3px;
	float: left;
}
.back_to_jwu_back 
{
	padding-top:7px;
}

/*****************Athletics***********************/


.left_column_academicsathletics
{
	float:left;
	width:170px;
	position:relative;
	background-color:#D4B153;
	/*margin-top:0px;*/
	margin-top:-70px;
	margin-left:35px;
	padding-top:5px;
	padding-bottom:5px
}

.left_column_academicsathleticsl2
{
	float:left;
	width:170px;
	position:relative;
	background-color:#D4B153;
	margin-top:0px;
	margin-left:0px;
	padding-bottom:5px
}

.admission_links1
{	
	background-color:#D4B153;
	/*padding-top:5px;*/
	padding-top:0px;
	padding-bottom:5px;
	position: relative;
}
.athle_title 
{	
	color:#FFFFFF;
	float:left;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	margin-left:12px;
	margin-top:2px;
	text-transform:uppercase;
}
.athle_events_title
{
	margin-top: 10px;
}
.athle_main_events_sect
{
	width:306px;
	float: left;
}
.athle_right_section
{
	float: left; 
	margin-left:15px;
	width: 170px;
}
.athle_nav_top 
{
	height:82px;
	margin-top:-10px;
	position:relative;
	width:170px;
}

.men_teams 
{
	color:#333333;
	float:left;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	width:150px;
}
.men_teams a 
{
	text-decoration:none;
	color:#333333;
}
.women_teams 
{
	color:#333333;
	float:left;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	width:150px;
}
.women_teams a
{
	text-decoration:none;
	color:#333333;
}
.athle_imgSquare 
{
	height:166px;
	width:242px;
}
.athle_imgDetails 
{
	background:#EEEEEE none repeat scroll 0%;
	color:#666666;
	font-family:verdana;
	font-size:9px;
	text-align:left;
	width:242px;
}
.athleticscontent
{
	/*width:230px;*/
	/*margin-top:-260px;*/
	margin-top:0px;
}

.athle_img {
border-bottom:1px dotted #00529B;
}
.athle_sq_img_details 
{
border-bottom:1px dotted #00529B;
border-top:1px dotted #00529B;
float:left;
font-family:verdana;
/*width:400px;*/
/*height:76px;*/
width:385px;
padding:0px 0 0 15px;
height:91px;
line-height:15px;
}

#leftnavmenu div.selected_athle_l3_backg
{
	background-color:#D4B153 !important;
	font-weight:bold;
}
	
/*****************************/
.studlife_title
{
	float: left; 
	margin-top:40px;
	margin-bottom:7px;
}

.special_announcement
{
	border-left:1px solid #BF1F13;
	border-right:1px solid #BF1F13;
	padding-bottom:10px;
	position: relative;
	margin-top: -3px;
}
/*********************bottom sections divided into 3 in content******************/

.btm_section_all
{
	float:left;
	width:500px;
}
.btm_sect1
{
	 width:160px;
	 float:left;
}
.btm_sect2
{
	 width:165px;
	 float:left;
}
.btm_sect3
{
	 width:170px;
	 float:left;
}

.prov_stud_pageContent, .nm_stud_pageContent, .denver_stud_pageContent, .char_stud_pageContent
{
	font-family:Verdana;
	font-size:11px;
	color:#333;
	text-align:left;
	/*padding-right:25px;*/
	line-height:15px;
	margin-right:0px;
	/*margin-left:-20px;*/
	margin-left:-24px; 
	width:533px;
	float:left;
	position:relative;
	margin-top:-40px;
}

.club_left
{
	float:left;
	margin-left:3px;
}

.events_title 
{
	color:#FFFFFF;
	float:left;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	width:157px;
}

.events_txt 
{
	color:#FFFFFF;
	float:left;
	font-family:Verdana;
	font-size:9px;
	margin-right:5px;
}
.events_txt a
{
	text-decoration:none;
	color:#FFFFFF;
	float:left;
	font-family:Verdana;
	font-size:9px;
	margin-right:5px;
}

.events_txt a:hover
{
	text-decoration:underline;	
}

.margin_top
{
	/*margin-left:15px;*/
	margin-top:10px;
}
.margin_top_left_right
{
	margin-left:12px;
	margin-top:10px;
	margin-right:12px;
	width:144px;
}
.margin_top_btm 
{
/*	margin-bottom:10px; */
	margin-top:8px;
	padding-bottom:10px;
	float:left;
}

.alert_section {
	border-left:1px solid #BF1F13;
	border-right:1px solid #BF1F13;
	width:168px;
}

/*******************************************Left submenu section**************************/

#leftnavmenu div.adm_links a
{
	display: block;
	padding: 6px 0;
}

#leftnavmenu #selected
{
	background-color:#cdcdcf;
	font-weight:bold;
	width:170px;
	margin:-5px 0px 0px -15px;
	}
#leftnavmenu .unselected
{
	background-color:#cdc6bd;
}
#leftnavmenu div.level2_sel
{
	background-color:#cdcdcf;
}
#leftnavmenu .level2_unself
{
	background-color:#cdc6bd;
}

#leftnavmenu div.level2_unsel_collaps
{
	background-color:#cdcdcf;
	/*width:168px;*/
/*	width:155px; */
	margin-left:-15px;	
	padding-top:5px;	
/*	padding-left:25px !important; */
	
}
#leftnavmenu div.level2_unsel_collaps a
{
	/*margin-left:15px;*/
	color:#031851;
	font-weight:normal;
	font-size:11px;
	padding: 4px 0;
}
 
#leftnavmenu  div.level2_sel_expand
{
	background-color:#cdc6bd;

}
#leftnavmenu .level3_sel
{
	background-color:#cdcdcf;
/*	width:170px; */
	margin-left:-5px;
	margin-bottom:-4px;
	padding-top:5px;
	
}
#leftnavmenu .level3_sel a
{
	margin-left:10px;
	font-weight:bold;
}
#leftnavmenu .level3_unsel
{
	background-color:#D8D8D9;
/*	width:170px; */
	margin-left:-15px;
	
	/*padding-top:5px;*/
	padding-top:3px;
}
#leftnavmenu div.level3_unsel a
{
	margin-left:12px;
	color:#031851;
	font-size:11px;
	font-weight:normal;
	padding: 3px 0;
}

#leftnavmenu div.level4_sel
{
	background-color:#D8D8D9;
	margin-left:-15px;
	padding-top:3px;
}
#leftnavmenu div.level4_sel_expand
{
	background-color:#D8D8D9;
/*	width:155px; */
/*	padding-left:25px !important; */
	margin-left:-15px;
	padding-top:3px;
}

#leftnavmenu div.level4_sel_collaps
{
	background-color:#D8D8D9;
	padding-top:0px;
/*	width:155px; */
	margin-left:-15px;
}
 
#leftnavmenu div.selected a{color: #031851;}
#leftnavmenu a:link {color: #031851;text-decoration: none;}
#leftnavmenu a:active {color: #031851;text-decoration: none;}
#leftnavmenu a:visited {color: #031851;text-decoration: none;}	
#leftnavmenu a:hover {color: #031851;text-decoration: none;}

#leftnavmenu div.level2_sel a
{
	color:#031851;
	font-weight: bold;
	font-size:11px;
	padding: 5px 0;
}
#leftnavmenu div.level2_sel_expand a{color:#031851; font-weight: bold;}

#leftnavmenu div.level4_sel a
{
	color:#031851;
	font-weight: bold;
	font-size:11px;
	margin-left: 12px;
	padding: 3px 0;
}
#leftnavmenu div.level4_sel_expand a
{
	color:#031851;
	font-weight: bold;
	font-size:11px;
	padding: 5px 0;
	}

#leftnavmenu div.level4_sel_collaps a
{
	/*color:#223d58;*/
	color:#031851;
	font-weight: bold;
	/*margin-left:15px;*/
	font-size:11px;	
	padding: 5px 0;
}

#leftnavmenu div.selected_expand_white a
{
	color:#0E174E;
	font-weight:bold;	
}
#leftnavmenu div.selected_expand_level2 a{color: #ffffff;}

#leftnavmenu div.selected
{
background-color:#cdc6bd;
}

#leftnavmenu div.adm_links div
{
/*	width:155px;
	margin:-5px 0px 0px -15px; */
	margin: 0 -8px 0 -8px;
	padding: 0 15px 0 15px;
/*	padding-top:4px;
	padding-bottom:4px; */
}

#leftnavmenu div.selected_expand_white
{
	background-color:#cdcdcf;
}

#leftnavmenu div.selected_expand_white1
{
	background-color:#B89634;
	font-weight:bold;
/*	width:155px; */
	margin:-5px 0px 0px 0px;
	padding-left:0px;
	padding-top:3px;
	position: relative;
}


#leftnavmenu div.selected_expand
{
background-color:#cdcdcf;
	font-weight:bold;
/*	width:155px; */
	margin:-5px 0px 0px -15px;
	padding-top:3px;
	padding-left:15px;
	padding-bottom:3px;
}

#leftnavmenu div.selected_expand a
{
	/*margin-left:13px;*/
	color:#031851;
}


#leftnavmenu div.selected_expand_level2
{
background-color:#cdc6bd;
}

/*level5*/

div.level5_unsel
{
	background-color:#D8D8D9;
	font-weight:normal;
	margin-left:0px;
	padding-top:3px;
}
div.level5_sel
{
	background-color:#D8D8D9;
	font-weight:normal;
	margin-left:0px;
	padding-top:3px;
}
#leftnavmenu div.level5_sel_collaps div.level5_unsel a
{
	margin-left:12px;
	font-weight:normal;
	color:#031851;
	font-size:10px;
	padding: 2px 0;
}

#leftnavmenu div.level5_sel_collaps div.level5_sel a
{
	margin-left:12px;
	font-weight:bold;
	color:#031851;
	font-size:10px;
	padding: 2px 0;
}
#leftnavmenu div.level5_sel_collaps
{
	background-color:#D8D8D9;
	padding-top:3px;
/*	width:170px; */
	margin-left:-15px;
	font-weight: bold;
	font-size:11px;
	
}
#leftnavmenu div.level5_sel_collaps a
{	
	font-size:11px;
	font-weight:bold;
	color:#031851;
	margin-left:12px;
	padding: 3px 0;
}
#leftnavmenu div.level5_sel_expand
{	
	 background-color:#D8D8D9;
/*	 width:170px;  */
	 margin-left:-15px;
	 padding-top:3px;
}
#leftnavmenu div.level5_sel_expand a
{	
	color:#031851;
	margin-left:10px;
	font-weight:bold;
/*	margin-bottom:10px; */
	font-size:11px;
	padding: 4px 0;
}
#leftnavmenu div.level5_sel_expand div.level6_sel_collaps a
{
	color:#031851;
	margin-left:6px;
	font-weight:normal;
	margin-bottom:10px;
	
}
#leftnavmenu div.level5_sel_expand div.level5_unsel a
{
	color:#031851;
	margin-left:12px;
	font-weight:normal;
	font-size:10px;	
	font-family:Verdana;
	padding: 2px 0;
}
 #academics_products
{
	margin: 0 -15px !important;
}
.bullet
{
	font-size:8px;
	padding-left:4px;
	padding-right:3px;
	color:#031851;
}

#leftnavmenu div.level5_sel_expand div.level6_sel_collaps
{
	padding-top:3px;
}
#leftnavmenu div.level5_sel a
{
	margin-left:0px;
	font-size:10px;
	font-weight:bold;
	color:#031851;
	padding: 2px 0;
}

.image 
{
	float:left;
	width:170px;
}



.blk_txt_bold 
{
	color:#333333;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	margin-top:15px;
	text-align:left;
}

.blk_txt_pos
{
	margin-left:10px;
}

/******************** For Careers Page ********************/

.tools_title
{
	margin-left:19px;
	margin-top:3px;
	float:left;
}
.career_tools 
{	
	border:1px solid #052c97;
	float:left;
	width:168px;
	padding-bottom:7px;
}
.career_title 
{	
	background:#052c97 none repeat scroll 0%;
	height:20px;
	font-size:11px;
	font-family:Verdana;
	color:#fff;
	text-transform:uppercase;
	padding-top:0px;
}
.career_txt 
{	
	color:#052c97;
	float:left;
	font-family:Verdana;
	font-size:9px;
}
.career_txt a
{	
	text-decoration:none;
	color:#052c97;
}



.teams_title 
{
	color:#EC631E;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

.margin_top_le 
{	
	margin-left:8px;
	margin-top:8px;
}
.lgt_blue 
{	
	color:#052C97;
	font-family:verdana;
	font-size:9px;
	text-align:left;
}
.lgt_blue a
{
	text-decoration:none;
	color:#052C97;
}
.margin_top_le_btm 
{
	margin-bottom:10px;
	margin-left:8px;
	margin-top:8px;
}
.campus_pics 
{	
	float:left;
	height:69px;
	width:135px;
}
.campus_pics_top
{
	/*margin-top:80px;*/
	margin-top:57px;
	margin-top:60px !important!;
	margin-left:27px;
}
.campus_pics img
{
	border:0px none;
}
/*For Student Life main page.*/
.pageContentStud
{
	width:500px;
	margin-top:-20px;
	margin-left:205px;
	/*margin-left:70px;	*/
	font-family:Verdana;
	font-size:11px;
	color:#333;
	text-align:left;
	line-height:15px;
	float:left;
}

.pageContentStud a 
{
	color:#003399;
}
.breadcrumbunivstudentlife
{
	float:left;
	font-family:Verdana;
	font-size:10px;
	color:#999;
	margin-top: -20px;
	margin-top:-35px !important!;
	text-decoration:none;
	position:relative;
}

.breadcrumbunivstudentlife a
{
	color:#999;
	text-decoration:none;	
}
.highlight_txt 
{
color:#333333;
font-family:verdana;
font-size:10px;
margin-left:15px;
margin-right:15px;
text-align:left;
}
.highlight_txt a 
{
	color:#003399;
	text-decoration:none;
}
.highlight_txt a:hover 
{
	text-decoration:underline;
}

.job_listings 
{	
	background:#A3A6B1 none repeat scroll;
	/*height:45px;*/
	width:170px;
	padding-bottom:6px;
	margin-bottom:3px;
	float: left;
}
.job_post 
{	
	color:#000066;
	float:left;
	font-family:Verdana;
	font-size:11px;
	margin-left:20px;
	margin-top:7px;
	text-align:left;
	text-transform:uppercase;
}
.job_post a
{
	color:#000066;
	text-decoration:none;
}
.grey_left_box 
{
	background:#E3E3E3 none repeat scroll 0%;
	margin-left:33px;
	margin-top:165px;
	width:170px;
	float:left;
}

/*********************Alumni Page************************/
/*Alumni Page Campus Name*/

.campus_style
{
	/*float:left;
	margin-top:20px;*/
}

.campus_title_img /*Required to fix the left top campus title position */
{
	float:right;
	margin-right:775px;	
	margin-top:20px;
	position: relative;
}

.campus_title_img img,
.campus_list_pad img
{
	border:0px none;
	display:block;
}

.alumni_blk_txt 
{
	color:#333333;
	float:left;
	font-family:verdana;
	font-size:10px;
	margin-left:22px;
	margin-top:8px;
	text-align:left;
	text-transform:uppercase;
	width:145px;
}
.blk_txt_big 
{
	color:#333333;
	float:left;
	font-family:verdana;
	font-size:12px;
	margin-left:10px;
	margin-top:5px;
	text-align:left;
}

.blk_txt_small 
{
	color:#333333;
	float:left;
	font-family:verdana;
	font-size:10px;
	line-height:15px;
	margin-left:10px;
	margin-top:5px;
	text-align:left;
	margin-right:5px;
}

.blk_txt_small a 
{
	color:#003399;
	text-decoration:none;
}
.txt_left 
{
	color:#333333;
	float:left;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	/*padding-right:25px;*/
	padding-right:10px;
	text-align:left;
	width:485px;
}
.txt_left a
{
	color:#333333;
	text-decoration:none;
}

.grey_txt_sm 
{
	color:#5C5B59;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
}

.blue_head2 a
{
	 text-decoration:none;
	 color:#003399;
}
.blue_head2 a:hover
{
	text-decoration: underline;
}

.right_text_section a
{
	text-decoration:none;
}
.center_blk_subtitle 
{	
	color:#000000;
	float:left;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	margin-bottom:22px;
	margin-left:20px;
	margin-top:12px;
	text-align:left;
	text-transform:uppercase;
	width:245px;
}

.prof_imgSection 
{
	float:right;
	margin: 15px 20px 5px 10px;
}

.mag_imgSquare 
{
	width:232px;
}

.blk_subtitle 
{	
	color:#000000;
	float:left;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}
.img_profiles 
{	
	border-bottom:1px dotted #547ED9;
	float:left;
	margin:10px 0 0px 20px;
	padding-bottom:10px;
}

.mag_section_1 
{	
	float:left;
	width:210px;
	position: relative;
	margin-left:-10px;
}

.mag_left_section 
{
	float:left;
	margin-left:40px;
}

.red_title 
{
color:#BF1F13;
float:left;
font-family:Verdana;
font-size:22px;
font-weight:bold;
margin-left:20px;
text-align:left;
}

.mag_center_content 
{
float:left;
margin-top:10px;
width:528px;
}
.magProfile
{
	float:left;
	margin-left:8px;
}
.magProfile img
{
	border:0px none;
}
.mag_sm_blk 
{
	
color:#000000;
float:left;
font-family:Verdana;
font-size:11px;
text-align:left;
margin-left:10px;
}

.mag_left_img 
{
	
float:left;
height:170px;
margin-top:25px;
width:153px;
}
.mag_blue_txt 
{
	
color:#547ED9;
float:left;
font-family:Verdana;
font-size:12px;
text-align:left;
margin-left:10px;
}

.mag_blue_txt a
{
	text-decoration:none;
	color:#547ED9;
	text-transform:lowercase;
}
.lt_grey_txt 
{
	
color:#666666;
font-family:verdana;
font-size:10px;
line-height:17px;
text-align:left;
}

.grey_txt_sm1 
{
color:#5C5B59;
font-family:Verdana;
font-size:10px;
text-align:left;
}
.bottom_wrap 
{
float:left;
margin:17px 0px 0px 20px;
padding-bottom:17px;
}

.mag_adv_part 
{
float:left;
height:65px;
margin-right:10px;
width:151px;
}
.mag_adv_txt 
{
float:left;
width:313px;
}
.mag_sub_left_img 
{
float:left;
height:53px;
margin-top:15px;
width:133px;
}


.contact_office
{
	color:#333333;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	text-align:left;
}

.lt_grey 
{	
	color:#666666;
	font-family:verdana;
	font-size:11px;
	text-align:left;
}

/********************Search Page******************/
.dk_blue
{
	color:#021851;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
}

.grey_box_sm 
{
	background:#EFECE5 none repeat scroll 0%;
	float:left;
	height:35px;
	margin-bottom:25px;
	width:453px;
}
.search_txtbox 
{
	float:left;
	margin-left:0px;
	margin-top:-3px;
	margin-left:15px;
	margin-left:6px !important!;
	border:0px;
}
.search_btn
{
	float:left; 
	margin-left:10px;
	margin-top:-5px;
}

.search_box_txt
{
	margin: 11px 12px 8px 12px;
	float:left;
}

/****************************Photo Gallery******************************/

#slideshow_main {
background-color:#FFFFFF;
clear:both;
margin:0pt auto;
overflow:visible;
width:550px;
}
.slideshow_logo {
border-bottom:1px solid #052C97;
float:left;
height:62px;
margin-top:20px;
padding-bottom:18px;
text-align:left;
width:550px;
}
.main_slide_section 
{
	
margin-left:28px;
margin-left:5px !important!;
margin-top:10px;
width:495px;
}
.top_txtbox 
{
	float:left;
	margin-left:243px;
	margin-top:17px;
	margin-bottom:34px;
}

.lt_grey_photo 
{	
	color:#666666;
	font-family:verdana;
	font-size:11px;
	text-align:left;
	float:left;
	margin-top:3px;
}
.lt_grey_title 
{	
	color:#666666;
	float:left;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-left:28px;	
}

.showCapt
{
color:#666666;
font-family:verdana;
font-size:10px;
line-height:17px;
text-align:right;
padding-right:17px;
}
.hideCapt
{
	display:none;
}
.choose
{
	 background:#e5e5e5;
	 color:#666;
	 font-family:verdana;
	 font-size:11px;
	 font-weight:normal;
	 text-transform:capitalize;
	 width:140px;
	 height:20px;
	 
}
.thumbnails
{
	width:494px;
}
.thumb_line1 img
{
	width:93px;
	height:93px;
	padding-right:5px;
	/*padding-right:7px;*/ /*Needs to use this one.*/
	padding-bottom:7px;
}
.prev_next 
{	
	float:left;
	margin-left:243px;
	margin-top:5px;
	margin-bottom:5px;
	margin-top:0px !important!;
}

/****************************Course listing******************************/

.topReturn
{
	float:right;
}
h2
{
	color:#031851;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
.brown_box 
{
	background-color:#DFD9CC;
	float:left;
	height:167px;
	margin-top:25px;
	width:285px;
}
.light_blue 
{
	color:#003399;
	float:left;
	font-family:Verdana;
	font-size:10px;
	margin-left:11px;
	margin-top:12px;
	text-align:left;
	text-transform:uppercase;
}
.drop_down_margin {
margin-left:7px;
margin-top:5px;
text-align:left;
}
#grey_box { /* background for filter in events calendar */
background:#E0DBCE none repeat scroll 0 0;
float:left;
/*height:215px;*/
height:125px;
margin-top:15px;
margin-bottom:10px;
width:345px;
}
.univ_content_title {
color:#031851;
font-family:Verdana;
font-size:11px;
font-weight:bold;
text-align:left;
text-transform:uppercase;
}

/*Announcements title*//*not sure if this class is used?*/
.btm_right_title /*main university*/
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#031851;
	text-transform:uppercase;
	text-align:left;
}

/************************Faculty Bio Smart Form*********************************/
.facultyBioImgSect
{
	float:left;	
}
.facultyBioListing
{
	padding-left:10px;
	margin-left:10px;
}

/************************Contact Us Page*********************************/
.contactus_box
{
	background-color:#DFD9CC;
	float:left;
	height:167px;
	margin-top:25px;
	width:500px;
}
.contactus_left_sect
{
	float:left;
}
.contactus_box_title
{
	margin-bottom:0pt;
	margin-left:10px;
	margin-right:0pt;
	margin-top:10px;
	text-transform:none;
}
.contactus_left_dropdown
{
	margin-left:10px;
}
.contactus_left_dropdown select
{
	background-color:#B9B7AE;
	font-size:10px;
	height:20px;
	width:216px;
}
.conctactus_right_sect
{
	float:right;
	margin-right:10px;
}
.contactus_topright_title
{
	margin:10px 0 0 10px;
	text-transform:none;
}
.contactus_searchB
{
	margin-left:10px;
}
.contactus_searchB input
{
	background-color: rgb(185, 183, 174); 
	font-size: 10px; 
	height: 14px; 
	width: 216px;
}
.contactus_bottom_searchB
{
	margin-left:10px;
}
.contactus_bottom_img
{
	margin-top: 15px;
	margin-right:10px;	
}
.selectedGallLink
{
	color:#003399;
}

.small_txt /*dk grey, non-bold small text*/
{	
	color:#333333;
	font-family:verdana;
	font-size:10px;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
}

.anchorUnder a,
.anchorNone a:hover
{
	text-decoration: underline;
}
.anchorUnder a:hover,
.anchorNone a
{
	text-decoration: none;
}

.campusAlert
{
	color: Red;
	font-family: Verdana;
	text-align: left;
	margin-bottom: 20px;
}

.campusAlert a
{
	color: Red;
}

.campusAlert .campusAlertTitle
{
	font-weight: bold;
	font-size:14px;
	text-align: left;
}

.campusAlert .campusAlertSummary
{
	font-size:12px;
	text-align: left;
	float: left;
}

.campusAlertDetail
{
	font-family: Verdana;
	text-align: left;
	margin-bottom: 20px;
}

.campusAlertDetail .campusAlertTitle
{
	color: Red;
	font-size:14px;
	text-align: left;
}

.campusAlertDetail .campusAlertTitle .campusAlertCampus
{
	font-weight: bold;
}

.campusAlertDetail .campusAlertText
{
	font-size:11px;
	text-align: left;
	float: left;
}
td.short
{
	margin-bottom:0px;
	height:12px;
	line-height:0px;
}

dt
{
	display: block;
	margin-bottom: 10px;
}
.pageContentNew a
{
	display: inline;
}

