/* ---------- Reset browser defaults ----------  */

*, form { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}



/* ----------  Default Styles ----------  */


/*body {
	font-size: 62.5%
}*/

html {
	font-size: 100%;
	font: 1em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

h1 {
	font: bold 2em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #363;
}

h2 {
	font: bold 1.5em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	padding: 20px 0 5px;
	color: #218cad;
}

h3 {
	font: bold 1.2em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	padding: 20px 0 5px;
	color: #218cad;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #000;
}

a:link, a:visited {
	color: #363;
}

a:hover, a:active {
	color: #218cad;
}

.clear {
	clear: both
}
	

.external {
	background: url(../images/maincontent_external.gif) no-repeat right center;
	padding-right: 15px;
}




/* ----------  General Layout ----------  */

body {
	background: #218cad url(../images/body_bg.gif) repeat-y top center fixed;
}



#wrapper {	
	width: 760px;
	margin: 0 auto;
}

#newsite {
	display: block;
	width: 65px;
	height: 65px;
	position: absolute;
	top: -35px;
	left: -35px;
}


/* ---------- Header design ---------- */
#header {
	clear:both;
	position: relative;
	width: 100%;
	}

#header h1 {
	width: 760px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
}

#header h1 span {
	background: url(../images/header.jpg) no-repeat top left; /* Top header placed over h1, h2, and h3 text */
	position: absolute;
	width: 100%;
	height: 100%;
}



	
/* ---------- Navigation design ---------- */

#navigation {
	width: 760px;
	height: 30px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background: url(../images/nav_bg.gif) top right repeat-x;
}

#navigation li {
	float:left;
	margin-right: 1px;
	}
	
#navigation a {
	display:block;
	float:left;
	height: 30px;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
	padding: 0 3em;
	background: url(../images/nav_divider.gif) center right no-repeat;
	
	}


#navigation a:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

#navigation a.current {
	font-weight: bold;
	color: #fff;
	cursor: default;
	text-decoration: none;
	
	}
	




/* ---------- content design ---------- */


ul {
	list-style:none;
	}

#main_content{
	padding: 10px;
	font-size: 0.8em;
	float: left;
	width: 569px;
}

#main_content img.bookcover{
	float: right;
	padding: 10px;
}

#main_content h1 {
	background: url(../images/maincontent_divider.gif) bottom left repeat-x;
	padding-bottom: 5px;
}

#main_content ul li {
	padding-left: 15px;
	padding-bottom: 2px;
	margin-left: 20px;
	background: url(../images/maincontent_check.gif) no-repeat left 6px;
}

#main_content ol {
	list-style-type: decimal;
}

#main_content ol li {
	margin-left: 40px;
	padding-left: 0;
	background: none;
}


#main_content .external_link{
	background: url(../images/maincontent_external.gif) no-repeat right center;
	padding-right: 15px;
}

#main_content table {
	boder-collapse: collapse;
	border: 1px solid #000;
	margin: 10px 0;
	width: 100%;
	}

#main_content table td, table th {
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #000;
	}
	
#main_content p {
	padding: 10px 0;
}

#main_content .warning {
	color: #f00;
}


#main_content a:hover, #main_content a:active {
	color: #218cad;
}


#main_content #leftcolum {
	width: 273px;
	float: left;
}

#main_content #rightcolum {
	width: 273px;
	float: right;
}

#main_content dl {
	margin: 20px 0;
}

#main_content dt {
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

#main_content dt:hover {
	color: #363;
}

#main_content dd {
	margin: 10px 0;
	padding: 10px;
	background-color: #eee;
	border: solid 1px #ddd;
}

#main_content .update {
	color: #f00;
}
	

/* ---------- Sub Nav ---------- */	

#content {
	background: url(../images/subnav_column.gif) repeat-y top right; /* faux column for subnav */
}

#sub_navigation {
	float: right;
	width: 170px;
	background:#fff;
	padding-top: 50px;
	font-size: 0.8em;
}

#sub_navigation ul {
	margin-bottom: 50px;
	padding-bottom: 10px;
}

		
		
#sub_navigation li a {
	display: block;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #218cad;
	padding: 2px 25px 2px 0px;
	text-align: right;
}


#sub_navigation a:visited {
	background: #fff url(../images/subnav_check.gif) no-repeat 180px 9px;
}


#sub_navigation a:hover {
	color: #363;
}


#sub_navigation h6 {
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin-right: 25px;
}
	
	
#sub_navigation .pdf {
	font-size: 75%;
}
	
/* ---------- Footer design ---------- */

#footer {
	clear: both;
	padding: 5px 10px;
	background: #fff;
	color: #000;
	font: 10px Verdana, Helvetica, sans-serif;
	text-align: right;
	margin-top: 10px;
	background: url(../images/maincontent_divider.gif) top left repeat-x;	
}

#footer a:link, #footer a:visited {
	color: #363;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #218cad;
	text-decoration: underline;
}
	
/* -------------- Feedback Form ------------- */
#fdbkForm label {
	display:block;
	margin-bottom:0.5em;
	margin-left: 10px;
	}
#fdbkForm em {
	font-style:normal;
	float:left;
	width:10em;
	}
#fdbkForm input {
	width:300px;
	border:1px #218cad solid;
	background-color:#FFF !important;
	}
#fdbkForm textarea {
	width:300px;
	height:10em;
	border:1px #218cad solid;
	background-color:#FFF !important;
	}
#fdbkForm input:focus, #fdbkForm textarea:focus{
	border:1px #363 solid;
	background-color: #fff;
	}
#fdbkForm p {
	margin-left:10em;
	}
	
/* ------------------- Study mcq -------------- */

#questions {
	width:500px;
	font-size:12px;
	}
#questions div {
	margin: 0 0 100px 0;
}
#questions p.q {
	font-weight:bold;
	}
#questions label {
	display:block;
	margin:5px 0 5px 30px;
	}
#questions label:hover {
	background-color:#d2f4ff;
	}
	
#questions .hint {
	cursor:pointer;
	}
	
/* hides ticks and crosses parent element at start of unit */

#questions .hide {
	visibility:hidden;
	}
	
#questions .feedback {
	position:relative;
	float: right;
	}
#questions .feedback span {
	position:absolute;
	}
	
#questions .feedback2 {
	float: right;
	width: 400px;
	margin: 0 60px 50px 60px;
	padding: 5px;
	background-color: #d2f4ff;
	border: 1px dashed #218cad;
	font-style: italic;
	}
	
#questions img {
	border:0;
	}

#questions .Incorrect {
	color: #c00;
	font-weight: bold;
	margin-left: 30px;
}

#questions .Correct {
	color: #0c0;
	font-weight: bold;
	margin-left: 30px;
}


	
	
	
