/**************************************************/
/**   Creighton University
/**   CPD style sheet
/**   Created by: Elizabeth Davies
/**   Last updated: 8/2/2008
/**************************************************/

body {
	text-align:center;
	background-color:#FFFFFF;
	margin:0; 
	padding:0; 
	}	
/***************************************************/
/** headline styles
/***************************************************/
h1, h2, h3, h4, h5, h6 {
	color:#11297b;
	margin-bottom:0px;
	padding-bottom:0px;
}
h1, h2, h2.pagetitle {
	color:#11297b;
	font-size:1.8em;
	margin-top:0.4em;
}

h1 a:link, h2 a:link, h2.pagetitle a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
  h1 a:visited, h2 a:visited, h2.pagetitle a:visited, h3 a:visited, h4 a:visited, 
  h5 a:visited, h6 a:visited {
	color:#11297b;
	text-decoration:none;
 }
h1 a:hover, h2 a:hover, h2.pagetitle a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#11297b;
	text-decoration:underline;
 }

h3, .csc-header h1, .csc-header h2, .csc-header h3, .csc-header h4, .csc-header h5, .csc-header h6 {
	font-size:1.6em;
	margin-top:0.25em;
	padding-top:1em;
	text-transform:none;
}
h3.csc-firstHeader, .csc-header-n1 h4  {
	font-size:1.8em;
	padding-top:0.5em;
	padding-bottom:0px;
}
h4 {
        font-size:1.5em;
	margin-top:0.25em;
	font-weight:normal;
}
h5 {
        font-size:1.4em;
        margin:0em auto;
        font-weight:normal;
	text-transform:uppercase;
	margin-top:0.25em;
}
h6 {
	font-size:1.3em;
	margin:0em auto;
	font-weight:normal;
	font-style:italic;
	margin-top:0.25em;
}
.centerimage {
	margin-right:auto;
	margin-left:auto;
}



/*******************************************/

img 	{	
	padding:0;
	margin:0;
	display:block;
	border:none;
	}
a, a:link, a:visited, a:hover, a:active	
	{ 
	color:#11297b;
	}
#container 
	{ 	
	text-align:left;
	margin:20px 0 0 0;
	padding:0 0 1px 0;
	margin-left: auto;
	margin-right: auto;
	width: 965px;
	position:relative;
	}
	
/***************************************************/
/** top row, logo, metamenu and newsflash bar
/***************************************************/
#toprow {	
	background-color:#11297b;
	height:139px;
	margin:0;
	padding:0;
	}
#brand	{
	position:relative;
	padding-left:20px;
	padding-bottom:10px;
	border:1px solid #11297b;
	border-left:4px solid #11297b;
	border-bottom:1px dashed #11297b;
	}
#brand h1 {
	background-image:  url("/fileadmin/projects/cpd/images/creighton_logo.gif"); 			
	background-repeat: no-repeat;
	height: 110px;
	width: 200px;
	overflow:hidden;
	display: block;
	margin:0;
	padding:0;

	}
a#header {
	background-image:  url("/fileadmin/projects/cpd/images/creighton_logo.gif");
	background-repeat: no-repeat;
	height: 114px;
	width: 200px;
	display: block;
	}
#subheader {
	position:absolute;
	top:0px;
	right:0px;
	width:700px;
	background-image: url("/fileadmin/projects/cpd/images/bg_header.gif");
	background-repeat:no-repeat;
	background-position:top right;
	}
#subheader h2 {
	margin:0;
	padding:0;
	height:114px;
	}
a#header2	{
	height: 114px;
	width: 700px;
	display: block;
	}
/*******************************************/	
#cu_nav_topic { 
	background-color:#FFFFFF;
	text-align:right;
	height:25px;
	padding:0px 30px 0px 0px;
	}
#cu_nav_topic UL { 
	margin:0; 
	padding:0; 
	list-style:none; 
	}
#cu_nav_topic LI { 
	float:right; 
	margin:0px; 
	}
#cu_nav_topic a	{ 
	height:18px; 
	font-size:1em;
	margin-left:15px;
	color:#777777;
	text-decoration:none;
	text-transform:uppercase;  
	}
#cu_nav_topic a:link { 
	color:#777777;
	text-decoration:none;  
	}
#cu_nav_topic a:visited  { 
	color:#777777;
	text-decoration:none; 
	}
#cu_nav_topic a:hover { 
	color:#777777;
	text-decoration:underline; 
	}
#cu_nav_topic a:active  { 
	color:#777777;
	text-decoration:none; 
	}
/***************************************************/
/** main row, site menu and primary content
/***************************************************/
#mainrow {	
	background:#FFFFFF url('/fileadmin/projects/cpd/images/mainrow_bg.gif') 0 0;
	padding:0;
	margin:0;
	border:1px solid #11297b;
	border-left:4px solid #11297b;
	}
/*******************************************/
#mainCol { 
	float:left;
	display:inline;
	width:960px;
	margin:10px 0 0 0;
	padding:0;
	}	
.content { 
	clear:left; 
	}
.mainsection { 
	color:#555555;
	width:694px;		
	float:left;
	display:inline;
	margin:3px 0 0 0;
	border-top:1px solid #11297b;
	padding:0 2px 0 0;
	position:relative;
	overflow:hidden;
	}
.mainsection strong {
	color:#11297b;
	}

/*******************************************/
.mainsection table {
	margin-left:20px;
	}
.mainsection th {
	background-color:#11297b;
	color:#ffffff;
	margin:0;
	padding: 0 4px 0 4px;
	}
.mainsection td, .mainsection td p.bodytext {
	margin:0;
	padding: 0 4px 0 4px;
	}
.htmlarea-showtableborders {
	border: 1px solid #11297b;
	}
	
/*******************************************/
.leftCOL { 
	border:1px solid #11297b;
	background-color:#ebe8e5;
	width:210px;
	overflow:hidden;
	margin:20px 0 10px 10px;
	padding:0 10px 10px 10px;
	}
.leftCOL ul li {
	border-bottom:none !important;
	}
/*******************************************/
.rightCOL { 
	border:1px solid #11297b;
	background-color:#ebe8e5;
	float:right;
	display:inline;
	position:relative;
	width:200px;
	overflow:hidden;
	margin:10px 0px 10px 10px;
	padding:4px;
	}
.rightCOL h4, .rightCOL p.bodytext {
	margin-top:0px; 
	margin-bottom:0px;
	padding:0;
	}
.rightCOL h4 {
	font-size:1.4em !important;
	font-weight:bold !important;
	}
.rightCOL ul {
         margin-top:0px;
         margin-bottom:0px;
         }
.rightCOL, .rightCOL a:link, .rightCOL a:visited, .rightCOL a:active  {
	color:#666666;
	text-decoration:none;
	}
.rightCOL a:hover {
	color:#000000;
	text-decoration:none;
	}
/*******************************************/
.borderCOL { 
	background-color:#FFFFFF;
	width:694px;
	overflow:hidden;
	padding:0;
	margin:0;
	}
.borderCOL h1, .borderCOL h2,.borderCOL h3,.borderCOL h4,.borderCOL h5,.borderCOL h6,
.borderCOL ul {
	display:none;
	}
.borderCOL p.bodytext {
	margin:0;
	padding:0;
	}
/*******************************************/
.normalCOL {
	margin-left:20px;
	}
.normalCOL img {
	padding-left:10px;
	padding-right:10px;
	}
/***************************************************/
/** footer row, copyright and contact
/***************************************************/
#footerrow {	
	background-color: #11297b;
	position: relative;
	text-align: center;
	margin: 10px auto;
	padding:10px 10px;
	text-transform: uppercase;
	font-size: 11px;
	width: 965px;
	}
.footercontainer {
	color:#FFFFFF;
	}
#footerrow a:link, #footerrow a:visited, #footerrow a:active {
	color:#FFFFFF;
	}	
#footerrow a:hover {
	color:#858585;
	}
/***************************************************/
/** general classes
/***************************************************/

.float_left {
	float:left;
	display:inline;
	margin-right:6px;
	}
.hiddenIR { position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
	} 
.spacer	{ 
	position:relative;
	clear:both;
	}
