﻿/*This section takes care of the body background image and position*/
body
{	
   background-image:url("../images/body_back_denver1.gif");	
   background-repeat:repeat-x;
}
.academics_header
{
	width: 1000px;
}
/*The main JWU ALumni logo*/
.logo
{
	width:303px;
	height:64px;
}


/*Top Navigation*/

.top_nav_adm
{	
	width:678px;
	height:28px;
	background-color:#336633;
	float:left;
	margin-left:230px;
	margin-left:-730px !important!; /*IE position fix*/
	margin-top:-18px;
	margin-top:-21px !important!;
	color:White;
	font-size:12px;
	position:absolute;
	z-index:1;
}

/*Necessary for both IE's*/
.top_nav_adm ul
{
	padding-left:15px;	
}
.top_nav_adm ul li a
{	
	padding-right:19px;
}
.academics_lg_img
{
	margin-top:0px;
	margin-top:-3px !important!;
	float:left;
}

.blue_back
{
	background-color:#336633;
	height:10px;
	/*margin-top:-10px !important!;*/
	position:relative;
}

.grey_left_box /*grey box section on the left.*/
{
	background:#E3E3E3 none repeat scroll 0%;
	margin-left:33px;
	margin-top:125px;
	width:170px;
	float:left;	
	margin-top:115px !important!;

}

.alumni_blk_txt
{
	margin-left:60px;
}

.alumni_blk_txt a
{
	color:#333;
	text-decoration:none;
}
/* blk_txt is main body text*/
/* Added 5/11/09 MB */
.blk_txt a
{
	color:#003399;
	font-size:11px;
	font-family:verdana;	
	text-decoration:underline;
}
.blk_txt a:hover
{
	text-decoration:none;
}
.blue_head
{
	margin-top:0px;
	line-height:20px;
}
.center_btm
{
	padding-top:0px;
}


/*Left column */
.left_horiz
{
	margin-left:25px;
	background-color:#336633;
	width:10px;
	/*height:222px;*/
	margin-top:23px;	
	float:left;
	position:relative;
}

.content_main_adm
{
	 width:205px;
	 float:left;	 
	 margin-top:-50px;	 
	 position:relative;
}

/************** Right bottom image section ****************/
.img_detail
{
	background:#336633;
	padding:0px;
	margin:0px;
}
.img_title
{
	font-family:Verdana;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	margin:10px 15px 12px 15px;	
}
.img_content
{
	font-family:Verdana;
	font-size:10px;
	color:#fff;
	margin-right:15px;
	margin-left:15px;
	text-align:left;
	line-height:13px;
	padding-bottom:5px;
}
/* highlight_txt is title and "read more" in FCM */
/* Added hover 4/28/09 MB */
.highlight_txt a
{
	font-weight:bold;
	color:#FFFFFF;
}
.highlight_txt a:hover
{
	text-decoration:underline;
}
/*Positions the Johnson & Wales University logo*/
.campus_list
{
	float:right;
	margin-left: -49px;  /*CMJ EDIT */
	margin-right:114px;
	position:relative;
}
.campus_list_pad
{
	margin-top:-37px; /*SMB EDIT */
}
.campus_title_img img,
.campus_list_pad img
{
	border:0px none;
	display: inline;/*Required for IE's - providence title to show up right.*/
}

