/* CSS Document */

/*********************************

	 iLearn Australia

	 Website: learn.net.au
	 
	 Version: 1.0	 

 *********************************/

* {
	margin:0;
	padding:0;
	outline:none;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #fff url('../images/bg.gif') repeat-x;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
/*---- Page Containers ----*/

#main_container {
	width:780px;
	margin:0 auto;
}
#header_container {
	padding:60px 0 0 0;
	margin:0 0 10px 0;
}
#footer_container {
	width:100%;
	border-top:1px dashed #d2d2d2;
	padding:5px 0 20px 0;
}
#logo {
	width:203px;
	float:left;
}
/*---- Navigation ----*/

#nav {
	padding: 28px 0 0 0;
	float: right;
}
#nav ul {
}
#nav li {
	display:inline;
	list-style-type:none;
	padding: 0 5px 0 5px;
}
#nav a:link 
{
	font-weight:500;
}
/*---- Nav Buttons ----*/

#home {
	height: 20px;
	width: 58px;
	background: url('../images/home.gif') top left no-repeat;
	display: block;
}
#home:hover {
	background-position: bottom left;
}
#about {
	height: 20px;
	width: 71px;
	background: url('../images/about.gif') top left no-repeat;
	display: block;
}
#about:hover {
	background-position: bottom left;
}
#products {
	height: 20px;
	width: 81px;
	background: url('../images/products.gif') top left no-repeat;
	display: block;
}
#products:hover {
	background-position: bottom left;
}

#news {
	height: 20px;
	width: 62px;
	background: url('../images/news.gif') top left no-repeat;
	display: block;
}

#news:hover {
	background-position: bottom left;
}

#services {
	height: 20px;
	width: 79px;
	background: url('../images/services.gif') top left no-repeat;
	display: block;
}
#services:hover {
	background-position: bottom left;
}
#contact {
	height: 20px;
	width: 83px;
	background: url('../images/contact.gif') top left no-repeat;
	display: block;
}
#contact:hover {
	background-position: bottom left;
}
/*---- Homepage Middle Strap ----*/

#middlestrap {
	margin: 15px 0;
	padding: 11px 0 11px 12px;
	border-top: #dfdfdf 1px solid;
	border-bottom: #dfdfdf 1px solid;
	text-align:center;
	color: #666;
	font-size: 18px;
}
#middlestrap a {
	color: #333;
}
#middlestrap a:hover {
	text-decoration: underline;
}
/*---- Homepage Content Right ----*/

#homeright {
	float: right;
	width: 227px;
}
#homeright h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#homeright p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0 0 11px;
	line-height: 16px;
	color: #666;
}
#homeright p a {
	color: #666;
}
/*---- Homepage Content Left ----*/
#homeleft {
	float: left;
}
#homeleft h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
#homeleft p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 2px 30px 18px 11px;
	line-height: 16px;
}
#homeleft p a {
	color: #666;
}
/*---- Homepage Info Boxes ----*/

#infoboxes {
	width: 550px;
}
#homeleft .infobox {
	float: left;
	margin: 0 10px 18px 0;
	border: #ccc 1px solid;
	width: 260px;
	/*height: 90px;*/
}
#homeleft .infobox h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 11px 0 0 0;
}

#homeleft .infobox p {
	padding: 0 8px 0 0;
}
#homeleft .infobox img {
	float: left;
	padding: 0 10px 0 0;
}
#homeleft .infobox a {
	color: #666;
}
#homeleft .infobox a:hover {
	text-decoration: underline;
}
#homeleft .infoboxright {
	float: left;
	margin: 0 0 0 6px;
	border: #ccc 1px solid;
	width: 260px;
}
#homeleft .infoboxright h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 11px 0 0 0;
}
#homeleft .infoboxright p {
	padding: 0 8px 0 0;
}
#homeleft .infoboxright img {
	float: left;
	padding: 0 10px 0 0;
}
#homeleft .infoboxright a {
	color: #666;
}
#homeleft .infoboxright a:hover {
	text-decoration: underline;
}
/*---- Footer ----*/

#footer {
	width:780px;
	margin:0 auto;
	font-size:10px;
	color:#adadad;
}
#footer a {
	color:#adadad;
}
#leftFooter {
	width:400px;
	float: left;
	margin-top: 20px;
}
#rightFooter {
	margin-top: 25px;
	float: right;
}
#mcs-download {
	width:217px;
	height:162px;
	background:url('../images/mcs_download.gif') no-repeat;
	float:right;
	margin-bottom:15px;
}
#mcs-download p {
	padding:60px 20px 0 25px;
}
#try-mcs {
	padding:15px 0 0 20px;
}
#disclaimer {
	padding:5px 35px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
/*---- Breadcrumbs ----*/
#breadcrumbs {
	height: 24px;
	border-top: #bdc1c5 1px solid;
	border-bottom: #bdc1c5 1px solid;
	padding: 11px 0 0 20px;
	background-color: #f3f3f4;
	text-transform: lowercase;
}
#breadcrumbs ul {
	list-style-type: none;
}
#breadcrumbs ul li {
	display: inline;
	color: #666;
	padding: 0 8px 0 0;
}
#breadcrumbs ul li a {
	text-decoration: none;
	color: #666;
}
#breadcrumbs ul li a:hover {
	text-decoration: underline;
}

/*----Subpage menu----*/
#servicesmenu {
	float: right;
	width: 260px;
	padding: 0 0 0 12px;
}

#servicesmenu h1 {
	width: 250px;
	height: 21px;
	padding: 5px 0 0 10px;
	background-color: #999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#servicesmenu h2,h3,h4,h5,h6 {
    padding:0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}

#servicesmenu .infobox {
	margin: 8px 0 8px 0;
	border: #ccc 1px solid;
	padding: 15px 8px;
	/*height:60px;*/
}

#servicesmenu .infobox p {
    padding: 3px 0 0 0;
    line-height: 16px;
    color: #666;
}

#servicesmenu .infobox a {
    color: #666;
}

#servicesmenu .infobox a:hover {
    text-decoration: underline;
}

#servicesmenu .infobox img {
	/*float: left;
	margin: 0 10px 0 0;*/
}

#leftcolumn {
    width: 500px;
    padding: 15px 0 0 0;
	float:left;
}
h1 {
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 11px 0 0 0;
    color: #333;
	margin:0 0 10px 0
}
#leftcolumn h2,h3,h4,h5,h6 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 11px 0 0 0;
    color: #333;
}

#leftcolumn p {
    padding: 3px 10px 15px 16px;
    color: #666;
    line-height: 16px;
}

#leftcolumn ul {
	padding: 0 0 15px 30px;
	list-style-type: square;
}

#leftcolumn ul li {
	padding: 0 0 3px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

#leftcolumn  .news_divider {
	clear:both; 
	border-top:1px dotted #999; 
	margin:20px 15px;
}

.bluestrongindent {
	padding: 0 6px 0 0;
	color: #05a4cf;
	font-weight: bold;
}

.page_header {
	margin:0 0 20px 18px;
}

.grey {
	color:#333333;
	font-weight: bold;
}
