

/* CSS Document 

I am hoping to put only the stuff that directly effects the header, and footer, and general font sizes and colors on a global levele in here 
noting else  

*/

html{
background-image:url(../images/cen_images/cengageBGgradiant.jpg);
background-repeat:repeat-x;
background-position:top left;
background-color:#013658;
}


body{
background: transparent;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
color:#666667;
margin:0px;
padding:0px;
}

.clear{
clear:both;
}


h2{
padding:5px 0px 5px 0px;
margin:3px 0px 3px 0px;
color:#666667;
}

a:link{
color:#0789c4;
text-decoration:none;
}

a:visited{
color:#0789c4;
text-decoration:none;}


a:hover{
color:#0789c4;
text-decoration:underline;}


ul,li,h5{
padding:0px;
margin:0px;
list-style:none;
} 

fieldset{
border:none;}

.h2_header{
/*	color:#013658;*/
	color:#666667;
	font-size:200%;
	_font-size:190%;
	float:left;
	width:auto;
	margin:10px 0px 10px 0px;
}

div#global{
float:none;
margin:0 auto;
width:950px;
clear:both;
}

div#content{
background-color:#FFFFFF;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:100%;
}


div#breadcrumb{
float:left;
width:425px;
padding:0px 0px 0px 24px;
margin:16px 0px 0px 0px;
}

div#breadcrumb ul li{
padding:0px 3px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
}
div#main{
width:938px;/* the width is set to acomodate the padding on the right*/
margin:0px 0px 0px 0px;
padding:0px 0px 10px 12px;
float:left;
}

div#Left_nav{
float:left;
width:180px;
padding:8px 0px 8px 0px;
margin:0px 0px 0px 0px; 
}

div#Left_nav a{
font-weight:bold;
}

div#Left_nav a:visited{
font-weight:bold;
}

div#Left_nav a:hover{
font-weight:bold;
color:#ce3c23;
}

#Left_nav h5{
font-size:100%;
font-weight:bold;
padding:0px 0px 3px 0px;
border-bottom: 1px dashed #666667;
}


div#Left_nav ul li{
padding:1px 0px 1px 0px;
margin:0px 0px 0px 0px; 
font-size:90%;
}
.nav_list{
padding:10px 0px 0px 0px;
margin:0px;
}

.Nav_active{
font-weight:bold;
color:#ce3c23;}

.Lev2_head{}

.Lev2{
padding:1px 0px 1px 10px;
margin:0px 0px 0px 0px; 
}

div#Left_nav .Lev2 a:link{
font-weight:normal;}


div#Left_nav .Lev2 a:visited{
font-weight:normal;}


div#Left_nav .Lev2 a:hover{
font-weight:normal;}

/********************** Center contetn Area *********************/ 

div#center_div{
float:left;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

/************* Right_nav ******************/

div#Right_nav{
border:1px solid #c3cc9f;
float:right;
width:200px;
padding:0px 0px 0px 0px;
Margin:9px 6px 0px 0px;
}

div#Right_nav h3{
padding:3px 0px 3px 5px;
margin:0px 0px 0px 0px;
background-color:#c3cc9f;
color:#FFF;
font-weight:bold;
font-size:100%;
}

div#rnav_content{
padding:0px 5px 0px 5px;
margin:0px 0px 0px 0px;
}


div#rnav_content h4{
padding:0px 0px 0px 0px;
margin:8px 0px 8px 0px;
color:#ce3c23;
font-size:100%;
}

div#rnav_content p{
padding:5px;
margin:3px 0px 3px 0px;
}

/********************** Popup Window Styles START - From Photon 5 15 08  *********************/ 

.help-tooltip {
	position:	absolute;
	width:		auto;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}

div.popUpContents {
	border: 3px solid #014880; 
/*	border-width:3px;
	border-style:solid;
	border-color:blue;*/
	padding:15px;
/*	font-size:12px; */

}
div.popUpCloseButton {
	background-color:#014880;
	text-align: right;  
}
div.wrapper_div {
	width:250px;
}
.help-tooltip a,
.help-tooltip a:hover {
	background:	none;
}

/********************** Popup Window Styles END *********************/ 