.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
}

.twoColElsLtHdr #container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	background-image: url(/_layouts/Images/PTBImages/jrcptbBackground.gif);
	background-repeat:repeat-y;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

/* 
===================================================================
   #header CSS
===================================================================
*/ 
#header {
	background: #000066;
	padding: 0 10px;
} 
#header #MainLogo {float:left;}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
	font-size:56px; 
	color:#c894e2; 
	font-weight:normal; 
	font-family:"Adobe Garamond Pro", "Times New Roman", Times, serif;
}

#header ul {
list-style:none; 
display:inline; 
margin-top:10px;
font-weight:bold; 
height:50px;
line-height:50px;
	white-space: nowrap;
}

#header ul li {
	float:left;
	padding: 0 5px;
}

#header a {font-size:0.8em;}
#header li.selected a {color:#FFFFFF; border-bottom:3px #FF9900 solid;}
#header a {color:#CCCCCC; text-decoration:none;}
#header a:visited {color:#CCCCCC;}
#header a:hover {color:#FFFFFF; border-bottom:3px #FF9900 solid;}


/* 
===================================================================
   #breadcrumb bar CSS
===================================================================
*/

#breadcrumbbar {
	background-color:#FFFFFF;
	font-size:10px;
	padding:0px 10px;
	border-bottom: 1px solid #c894e2;
}
#breadcrumbs {float:left; height:25px; line-height:25px;}

#searcharea {width:125px;
             float:right;}
#searchbox {border:1px solid #c894e2;}
/* 
===================================================================
   #sidebar CSS
===================================================================
*/
#sidebar {
	float: left;
	width: 116px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 130px 0 0 0; /* top and bottom padding create visual space within this div */
	background-repeat: no-repeat;
	background-position: top right;
}

#sidebar.accent {background-image: url(/Style%20Library/JRCPTB/Images/AccentImagesAboutUs.gif);}
#sidebar.enrol {background-image: url(/Style%20Library/JRCPTB/Images/AccentImagesEnrol.gif);}

#sidebarmenu h3 {
	width:109px;
	background-color:#9900CC;
	color: #FFFFFF;
	font-size: 10pt;
	padding-left: 7px;
}

#sidebarmenu ul {
	display:inherit;
	list-style:none;
	font-size: 9pt;
}
#sidebarmenu ul li li {
	padding:2px;
	padding-left: 7px;
}

#sidebarmenu ul li.AspNet-Menu-Selected{
	background-color:#FFFFFF;
	font-weight:bold;
}
#sidebarmenu ul li a {
	color:#000;
}


/* 
===================================================================
   #mainContent CSS
===================================================================
*/
#mainContent {
	margin: 0 20px 0 120px;
	padding: 10px;
	padding: 10px;
	font-size:0.8em;
} 

#mainContent p {
    padding:5px 0px;
}

#mainContent h1 {font-size:16pt; font-weight:bold; color:#460174; padding-top:14px; padding-bottom:4px;}
#mainContent h2 {font-size:14pt; font-weight:normal; color:#460174; padding-top:10px; padding-bottom:4px;}
#mainContent h3 {font-size:12pt; font-weight:bold; color:#460174; padding-top:10px; padding-bottom:4px;}
#mainContent h4 {font-size:12pt; font-weight:normal; color:#460174; padding-top:10px; padding-bottom:4px;}

h1:hover, h2:hover, h3:hover, h4:hover {
	text-decoration:none;
}

#mainContent ul {list-style:square; padding-left:30px;}
#mainContent ol {padding-left:30px;}

#mainContent li {font-size:1em;}

#mainContent #footer {border:none;}

.ms-rteTable-JRCPTB-blue {
	border:1px #000066 solid;
}

.ms-rteTable-JRCPTB-blue TD {
	border:1px #000066 solid;
	padding:3px;}

.ms-rteTable-JRCPTB-blue TH {
	border:1px #000066 solid;
	background-color: #000066;
	color:#EEEEEE;
	text-align: left;
	font-weight:bold;
	vertical-align: top;
	padding:3px;
}

.ms-rteTable-JRCPTB-blue tr.ms-rteTableHeaderRow-JRCPTB-blue     {
	background-color: #000066;
	color:#EEEEEE;
	text-align: left;
	font-weight:bold;
	vertical-align: top;
}

.ms-rteTable-JRCPTB-blue tr.ms-rteTableOddRow-JRCPTB-blue  {
	background-color: #FFFFFF;
	vertical-align: top;	
}

.ms-rteTable-JRCPTB-blue tr.ms-rteTableEvenRow-JRCPTB-blue  {
	background-color:#eeeeFF;
	vertical-align: top;	
}

.ms-rteTable-JRCPTB-blue td.ms-rteTableFirstCol-JRCPTB-blue {
	background-color: #000066;
	color:#EEEEEE;
	text-align: left;
	font-weight:bold;
	vertical-align: top;
}

table.CurriculumMap td {
    border:1px solid #666;
    padding:5px;
}


table.CurriculumMap td.hide-verticals {
    border-left:none;
    border-right:none;
    padding:5px;
}

table.CurriculumMap td.footer {
    border-left:none;
    border-right:none;
    border-bottom:none;
}


/* 
===================================================================
   #footer CSS
===================================================================
*/
#footer {
	background-color:#FFFFFF;
	border-top:1px solid #c894e2;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}

#footer p a {color:#333;}

/*
===================================================================
content query webpart
===================================================================

*/
.cbq-layout-main #footer{
border:0;
}

.cbq-layout-main .item{
clear:none;
}

.cbq-layout-main .image-area-left
{
	padding:6px;
}
/* 
===================================================================
   #Miscellaneous classes
===================================================================
*/
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

