/* ---------------------------------------------------- 
  
   default resets
   http://meyerweb.com/eric/tools/css/reset/index.html
   
   ---------------------------------------------------- */
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%; 
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 110%;
	padding:10px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
}

tr {
	vertical-align:top;
}
td, th {
	padding:3px;
}

th {
	font-weight:normal;
	text-align:left;
}


img {
	border:none;
	}

a:link, a:visited {
	text-decoration:none; 
	}
	
a:hover, a:active {
	text-decoration:underline;
	}





/* ---------------------------------------------------- 
  
   debugging
   
   ---------------------------------------------------- 


 div {
	border:1px solid #FF0000;
	}

 ul {
	border:1px solid #00FF00;
 } 
*/

/* ---------------------------------------------------- 
  
   layout and visual
   ---------------------------------------------------- */
   
body {
		background-color:#ccddcc;
		color:#000033;
	}
	
#page { 
	background-color:#FFFFFF;
	margin: 0 auto 0 auto;
	padding:5px;
 	width: 770px;
	position:relative;
}

/* #content {
	background: #FFFFFF url("../graphics/MU-logo_61x72.jpg") 100% 100% no-repeat; 
}
*/

#company {
	margin-bottom:25px;
	background: #FFFFFF url("../graphics/jcs-logo_144x536.jpg") no-repeat; 
	height:144px;
}
#company h1 {
	position:absolute;
	top:-9999px; 
}

#company p#contact {
	float:right;
	margin:20px;
	text-align:right;
	}



#contentmain {
	width: 100%;
 	float: left;
	margin-right: -295px;
}

#courseinfo {
	padding:0 40px 20px 20px;
	margin-right:295px;
	background-color:#FFFFFF;
 
}

#contentsub {
	padding:0 10px 10px 10px;
	width:270px; 
	float: left; 
}



#logos {
	clear:both;
	margin-top:10px;
	text-align:right;
}

#logos img {
	padding-left:10px;
}


#companyfooter {
	clear:both;
	border-top:1px solid #ccddcc;
	margin-top:10px;
}


.clearing {
  height: 0;
  clear: both;
}

.clearonly {
	clear: both;
	line-height: 0px;
	height: 0px;
	margin:0px;
	font-size:1px;
}


   

/* ---------------------------------------------------- 
  
   images and tables
   
   ---------------------------------------------------- */


.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom:10px;
}

ul.imagelist li {
	display:inline;
	float:left;
	padding:10px 10px 0 0;
	}

.imagelist img {
	border:1px solid #ccddcc;
}
	
#coursesummary  {
	margin:15px 0;
	}
#coursesummary td, #coursesummary th {
	border:1px solid #ccddcc;
	}


/* ---------------------------------------------------- 
  
   type and style
   
   ---------------------------------------------------- */

body, p, h1, h2, h3, h4, h5, li, dd, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p {
	margin:0 0 9px 0;
	}

h1 {
	margin:0 0 15px 0;
	line-height:120%;
	padding:5px;

	}

h2 {
	margin:0 0 12px 0;
	line-height:120%;
	padding:3px;
}


div.hr {
	background-color: #ccddcc;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
} 
hr {
	display:none;
}

.nodisplay { display:none; }

#coursesummary th {
	 font-weight:bold;
}

/* #companyfooter ul {
	list-style:none;
	text-align:center;
}
	#companyfooter li {
	display:inline;
	padding-right:10px;
	line-height:normal;
}
*/


div#navigation {
	background-image:url("../graphics/gradient.png");
	background-repeat: repeat-x;
	margin:0 0 20px 0; 
}


#navmenu li {
	float:left;
	width:135px;
	text-align:center;
	border-right:2px solid #FFFFFF;
	line-height:120%;
	padding:3px;
}

#navmenu li a {
	color:#FFF;
}


#navmenu li.current_section a {
	color:#005F45;
}


#navmenu li.current_section a:hover,  #navmenu li.current_section a:visited  {
	text-decoration:none;
}


#companyfooter p {
	text-align:center;
}

ul.bulleted {
	margin:15px;
	padding-left:15px;
	list-style-image:url("../graphics/bullet_88aabb.gif");
}

.bulleted li {
	padding-bottom:7px;
}

ul#questions, ul#questions2 {
	width:254px;
}

/* #questions li {
	line-height:120%;
	margin-bottom: 10px;
	color:#666666;
	padding-left:5px;
	font-weight:bold;
} */

#questions li {
	line-height:120%;
	margin-bottom: 10px;
	color:#118F6C;
	padding-left:5px;
	font-weight:bold;
}


 .prominent {
/*	color:#666666; */
	font-weight:bold;
}

/* .dec {
	color:#666666;
} */	

.dec {
	color:#118F6C;
}	

h1.questions {
	width:244px;
}


/* text size stuff */


p, li, dd, dt {
	 font-size:80%;
}


h1 {
	 font-size:120%;
}

h2, #navmenu li {
	 font-size:100%;
}

h3 {
	 font-size:95%;
}

h4 {
	 font-size:90%;
}

h5 {
	 font-size:85%;
}

#coursesummary td, #coursesummary th {
	 font-size:75%;
}

#questions li, #questions2 li {
	 font-size:75%;
}

#companyfooter p {
	font-size:65%;
}

#company p#contact {
	 font-size:75%;
	}

span.smallprint {
	font-size:80%; /*of parent*/
}


   
/* ---------------------------------------------------- 
  
   colour
   
   ---------------------------------------------------- */

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	/* color:#8b2c10; TBS 
	background-color:#88BBAA;*/
	background-image:url("../graphics/gradient.png");
	background-repeat: repeat-x;
	color:#FFFFFF;
}

h2.plain, h3.plain {
	background:none;
	color:#118F6C;
	font-weight:bold;
	padding:3px 0;
}

#links h2 {
	background:none;
	color:#118F6C;
	margin:18px 0 6px 0;
	padding:3px 0;
}

#links h2.first {
	margin-top:0 0 6px 0;
}



h1.questions {
	background-color:#FFFFFF;
	background-image:none;
	border-bottom:2px solid #ccddcc;
	color:#666666;

}

#links blockquote {
	margin-left:20px;
}

a {
/*	color: #561da8; TBS */
}


/* @import url('layout.css');
@import url('typography.css'); */

