body, html {
	margin: 0;
	padding: 0 15px;
	height: 100.02%;
}

body {
	background-color: #bfddec;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 75% !important;
	line-height: 1.4em;
	color: #333333;
}

a:link {
	text-decoration: underline;
	color: #0063bf;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
	color: #e47600;
}

a img {
	border: none;
}

h1 {
	font-weight: normal;
	font-size: 140%;
	margin: 1em 0 0.8em 0;
}

h2 {
	font-weight: normal;
	font-size: 100%;
	margin: 1.2em 0 0.3em 0;
}

p, ol, ul, dl {
	margin-bottom: 1em;
	margin-top: 0;
}

#container {
	background-color: #ffffff;
	width: 970px;
	padding: 1px 0 0 0;
	margin: 0 auto;
}


#banner {
	background-image: url(images/bg_banner.jpg);
	background-repeat: repeat-y;
	padding: 10px;			
}

#title-site {
	margin: 0;
	padding: 0;
	height: 76px;
}

#sidebar {
	width: 246px;
	float: left;	
	clear: left;
}

#content {
	width: 724px;
	float: left;
}

#content .inner {
	padding: 10px 84px 10px 40px;
}

#nav-primary {
	font-size: 105%;
}

#nav-primary a:link, 
#nav-primary a:visited,
#nav-primary a:hover,
#nav-primary a:active {
	text-decoration: none;
	color: #333333;
}

#nav-primary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #e9e9e9;
}

#nav-primary ul ul {
	border-right: none;

}




#nav-primary li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#nav-primary ul li a,
#nav-primary ul li.selected span {
	display:block;
	border-bottom: 1px solid #e9e9e9;
	padding: 7px 0 7px 28px;
	background-image: url(images/ico_arrow-nav.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.65em;
}

#nav-primary ul ul li a,
#nav-primary ul ul li.selected span {
	
	padding-left: 48px;
	background-position: 29px 0.65em;

	
}





#nav-primary li.selected ,
#nav-primary li:hover {
	/*background-color: #efefef;*/
	background-color: #d6d7d6;
	background-image: url(images/bg_nav-selected-2.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;

}

#sponsor {
	padding: 10px;
	padding-bottom: 15px;
}



#sponsor strong {
	display: block;
	color: #999999;
	margin: 0.5em 0;
	font-weight: bold;
	font-size: 120%;
}


#footer {
	clear: both;
	color: #666666;
}

#footer .inner {
	padding: 0 10px 10px 10px;
}

#footer img {
	float: right;
}

#footer p {
	margin: 0 0 0.2em 0;
	padding-top: 42px;
        font-size: 100%;
}

#footer a {
	color: #999999;
}

.list-links {
	padding: 1em 0;
	margin: 0;
}

.list-links dt {
	background-image: url(images/ico_arrow-links.gif);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding: 2px 0 2px 20px;
	min-height: 12px;
}

.list-links dt a {
	font-weight: bold;
}

.list-links dd{
	margin: 0.2em 0 1.5em 20px;
}

.error {
	background-image: url(images/ico_error.gif);
	background-repeat: no-repeat;
	background-position: 0 0.22em;
	padding-left: 16px;
	padding-bottom: 1em;
}

.invalid {
	background-color: #FFFFCC;
	border: 1px solid #7f9db9;
}

form {
	margin: 1.5em 0 0.5em 0;
}

.contact-form .content {
	background-color: #ecf6fa;
	padding: 7px;
	margin: 0;
}

.contact-form h2 {
	background-color: #64a0d7;
	background-image:url(images/ico_contact-form.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.25em;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 7px 8px 7px 33px;
	margin: 0;
}

.formblock {
	margin: 0 0 0.5em 0;
}

.assessment .formblock.buttons input {
	margin-left: 0 !important;
}

.assessment .formblock input, .assessment .formblock label {
	vertical-align: middle;
}

.assessment .formblock {
	padding-left: 15px !important;
}

.assessment .formblock .correct, .assessment .formblock .incorrect {
	padding: 5px 0 5px 25px;
	background-repeat: no-repeat;
	background-position: 6px 0.65em;
}

.assessment .formblock .correct {
	background-image: url(images/ico_assessment-correct.gif);
}

.assessment .formblock .incorrect {
	background-image: url(images/ico_assessment-incorrect.gif);
}

.contact-form .formblock label  {
	display: block;
	width: 115px;
	float: left;
	text-align: right;
	color: #6587ab;
	margin-right: 10px;
}

.formblock input, .formblock textarea {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contact-form #txtName {
	width: 195px;
}

.contact-form #txtEmail {
	width: 245px;
}

.contact-form #txtComments {
	width: 420px;
	height: 8em;
}

form .buttons {
	padding: 5px 0 5px 125px;
}

#btnSubmit, #btnReset {
	border: 3px double #acb5b5;
	border-top-color: #c4cccc;
	border-bottom-color: #6f7777;
	padding: 1px 6px;
	background-color: #fefefe;
	background-image: url(images/bg_formbutton.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	color: #333333;
	font-size: 90%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#btnSubmit {
	font-weight: bold;
}

.video {
	margin: 1.5em 0 1.5em 0;
}

.promo {
	margin: 1.5em 0;
	background-color: #d9f2ce;
	color: #6f9b5c;
	font-weight: bold;
	padding: 1px;
}

.promo p {
	margin: 15px 10px 15px 10px;	
	padding: 0;
	float: left;
	width: 430px;
}

.promo a {
	float: right;
	display: block;
	padding: 0;
	margin: 0;
	width: 146px;
}

.promo:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.promo {display: inline-table;}

/* Hides from IE-mac \*/
* html .promo {height: 1%;}
.promo {display: block;}
/* End hide from IE-mac */


.thinking-challenge {
	margin: 1.5em 0 2em 0;
	width: 600px;
}

.related-links {
	margin: 1.5em 0 2em 0;
	width: 600px;
}

.assessment {
	margin: 1.5em 0 2em 0;
}

.assessment .content {
	background-color: #ecf8e6;
	padding: 7px 7px 20px 7px;
	margin: 0;
}

.thinking-challenge .content {
	background-color: #ecf8e6;
	padding: 7px;
	margin: 0;
}


.related-links .content {
	background-color: #ecf6fa;
	padding: 7px;
	margin: 0;
}

.assessment h2 {
	background-color: #5eba41;
	background-image:url(images/ico_thinking-challenge.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.25em;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 7px 8px 7px 33px;
	margin: 0;
}

.thinking-challenge h2 {
	background-color: #5eba41;
	background-image:url(images/ico_thinking-challenge.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.25em;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 7px 8px 7px 33px;
	margin: 0;
}

.thinking-challenge ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.thinking-challenge li {
	display: block;
	padding: 2px 0 2px 18px;
	background-image: url(images/ico_arrow-thinking.gif);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	margin-bottom: 14px;
}



.related-links h2 {
		background-color: #64a0d7;
		
		background-repeat: no-repeat;
		background-position: 5px 0.25em;
		color: #ffffff;
		font-size: 120%;
		font-weight: bold;
		padding: 7px 8px 7px 33px;
		margin: 0;

}



#nav-module .back {
	float: left;
}

#nav-module .next {
	float: right;
}

#nav-module .back, #nav-module .next {
	margin-top: -7px;
}

#nav-module {
	padding: 15px 0 0 0;
	margin: 0 0 1em 0;
}

#nav-module .progress {
	background-color: #ecf6fa;
	padding: 5px;
	margin: 1em 31px;
	display: block;
	color: #428ccf;
	font-weight: bold;	
	text-align: center;	
}

#nav-module .progress .box {
	vertical-align: middle;
}

.remove, .hide {
	display: none;
}


.home #header {
	float: left;
	width: 246px;
	padding: 0;
}

.home #content {
	width: 724px;
}

.home #sidebar {
	width: 100%;
}

.home #content .inner {
	padding: 0;
}

.home #features {
	background-image: url(images/bg_features.gif);
	background-repeat: repeat-y;
}

.home #features:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.home #features {display: inline-table;}

/* Hides from IE-mac \*/
* html .home #features {height: 1%;}
.home #features {display: block;}
/* End hide from IE-mac */


.home #feature-story h2, .home #course-content h2 {
	font-weight: bold;
	margin: 0 0 0.5em 0;
} 

.home #feature-story a, .home #course-content a {
	color: #ffffff;
	font-weight: bold;
}

.home #feature-story img {
	float: left;
	margin: 0 10px 10px 0;
}

.home #feature-story .inner, .home #course-content .inner {
	padding: 10px;
}

.home #feature-story {
	background-color: #3e88cd;
	color: #ffffff;
	width: 361px;
	float: left;
	margin-right: 1px;
}

.home #course-content {
	background-color: #ff6c00;
	color: #ffffff;
	width: 361px;
	margin-left: 1px;
	float: left;
	padding-bottom: 1em;
}

.home #course-content dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.home #course-content dl dt {
	float: left;
	clear: left;
	display: block;
	width: 57px;
	margin: 0 0 0.5em 0;
}

.home #course-content dl dd {
	display: block;
	float: left;
	width: 270px;
	padding: 0.2em 0 0 0;	
	min-height: 57px;
	margin: 0 0 0.5em 0;	
}

.home #course-content dl dd a {
	font-size: 125%;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

.home #course-content dl dd a:hover {
	text-decoration: underline;
}

.home #nav-primary ul {
	border-right: none;
	border-top: 1px solid #e9e9e9;
}

.home #splash {
	margin-bottom: 2px;
}

.home #splash img {
	display: block;
}

.home #banner {
	background: none;
	padding: 10px;			
}

.home #title-site {
	height: 106px;
}


#nav-primary li a {
	background-color: #ffffff;
	background-image: url(images/bg_nav-ie.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
}

#nav-primary li a:hover {
	background-color: #efefef !important;
	background-image: url(images/bg_nav-selected-ie.jpg) !important;
}

#nav-primary li li a {
	background-image: url(images/bg_nav2-ie.jpg) !important;
}

#nav-primary li li a:hover {
	background-image: url(images/bg_nav2-selected-ie.jpg) !important;
}

#stories {
	padding: 10px 0 10px 20px;
}




.story {
	clear: both;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 510px;
}

.story:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.story {display: inline-table;}

/* Hides from IE-mac \*/
* html .story {height: 1%;}
.home .story {display: block;}
/* End hide from IE-mac */

.story h2 {
	left: 120px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}

.story img {
	float: left;
	padding: 0 10px 0 0;
}

.story p {
	padding: 1.5em 0 0 0;
	float: left;
	width: 380px;
}




#modules {
	padding: 10px 0 10px 20px;
}


.module {
	clear: both;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 510px;
}

.module:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.module {display: inline-table;}

/* Hides from IE-mac \*/
* html .module {height: 1%;}
.home .module {display: block;}
/* End hide from IE-mac */

.module h2 {
	left: 57px;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}

.module img {
	float: left;
	padding: 0 10px 0 0;
}

.module p {
	padding: 1.5em 0 0 0;
	float: left;
	width: 380px;
}

.qutlogo {
	margin-left:10px;
	margin-top: 10px;
}

.video {
padding-top: 10px;
padding-bottom: 10px;

}

#content  p  {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	font-size: 12px !important;
}

.tech {
margin-left: 150px;
} 
