﻿/*This section takes care of the body background image and position*/
body
{	
   background-image:url("/olc/images/JWUC/body_back_char1.gif");	
   background-repeat:repeat-x;
}

/*The main JWU ALumni logo*/
.logo
{
	width:303px;
	height:64px;
}


/*Top Navigation*/

.top_nav_adm
{	
	width:678px;
	height:28px;
	background-color:#6C2F86;
	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:#6C2F86;
	height:10px;
	/*margin-top:-10px !important!;*/
	position:relative;
}
*html div.blue_back
{
	/*margin-top:-10px;	*/
	padding:0px;
	overflow:hidden;/*IE6 fix*/
}
.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!;

}
*html .grey_left_box
{
	width:165px;
}
.alumni_blk_txt
{
	margin-left:60px;
}
*html .alumni_blk_txt 
{
	margin-left:30px;
}
.alumni_blk_txt a
{
	color:#333;
	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:#6C2F86;
	width:10px;
	/*height:222px;*/
	margin-top:23px;	
	float:left;
	position:relative;
}
*html .left_horiz
{
	margin-left:10px;
}
.content_main_adm
{
	 width:205px;
	 float:left;	 
	 margin-top:-50px;	 
	 position:relative;
}

/************** Right bottom image section ****************/
.img_detail
{
	background:#6C2F86;
	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 a
{
	font-weight:bold;
	color:#fff;
}

/*Positions the Johnson & Wales University logo*/
.campus_list
{
	float:right;
	margin-right:114px;
/*	margin-top:28px;*/
	position:relative;
}
.campus_list_pad
{
	margin-top:-35px;
}

.campus_title_img img,
.campus_list_pad img
{
	border:0px none;
	display: inline;/*Required for IE's - providence title to show up right.*/
}

