@charset "utf-8";
/* CSS Document */

/* TEXT STYLES */
H1 { 
	font-family: "Times New Roman", Times, serif;
	color: #000000; 
	font-size: 40px;
	line-height:40px;
	margin-top: 0;
} 
H2 { 
	font-family: "Times New Roman", Times, serif;
	color: #000000; 
	font-size: 30px;
	line-height:30px;
} 
H3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 20px;
	line-height:20px;
} 
H4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
}
H5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.center {
	text-align:center;
}
.important {
	color: #F00;
	font-weight: bold;
}
address {
	font-style:normal;
	line-height:normal;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #FF0099;
}
a:visited {
	text-decoration: none;
	color: #990099;
}
a:hover {
	text-decoration: none;
	color: #C06;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #4b97d1;
}
.pullquote {
	padding: 10px;
	float: right;
	width: 200px;
	margin: 10px 0 10px 20px;
	border-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color:#663399;
	text-align: center;
	line-height: 36px;
	font: Arial, Helvetica, sans-serif normal;
	font-size:16px;
	font-style: italic;
}


/* IMAGES */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
a img {
	border:0;
}
/* SIDE MENU */

.side body {
	padding:0;
	margin:0;
}
.side ul {
	padding: 0;
	margin: 0;
	width:100%;
	top:0;
	right:0;
	}
	
.side li {
	border-bottom: 2px solid #CCC;
	list-style-type:none;
	padding: 0;
	margin: 0;
	}

.side li a, .side li a:link, .side li a:visited, .side li.unusual {
	background-color:#FFFFFF;
	display: block;
	padding:8px 15px 10px 15px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;	
	font-weight:bold;
	color:#660066;
	}
	
.side li a:hover {
	background-color:#9bdd02;
	color: #FFFFFF;
	}
	
.side li.title {
	padding:8px 15px 10px 5px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:14px;
	}

.side li.unusual, .side li.unusual a:link, .side li.unusual a:visited, .side li.unusual a:hover {
	background:url(http://www.aicdedu.com.au/images/head_back40.gif) top  no-repeat;
	color:#FFFFFF;
	text-align:center;
	padding: 8px 0;
	text-transform:capitalize;
	height: 15px;
	font-size:16px;
	}

/*TABLES*/

.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
}
.datatable td {
	border: 1px solid #D6DDE6;
	padding: 0.3em;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight:bold;
	text-align:left;
	padding-left: 0.3em;
}

.datatable h3 {
	margin: 0;
	padding: 5px;
}

.datatable td.equals {
	border-top: 2px solid #000000;
	border-bottom: 3px double #000000;
}

.datatable td.subtotal {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

/*NAVIGATION TAB MENU*/

.tabs{
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
	background: transparent;
}

.tabs ul{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: lowercase;
}

.tabs a, .tabs a:visited {
	float: left;
	color: white;
	background: #B4DB11 url(http://www.aicdedu.com.au/images/roundleft.gif) no-repeat left top; 
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
}

.tabs a span{
	float: left;
	display: block;
	background: transparent url(http://www.aicdedu.com.au/images/roundright.gif) no-repeat right top; /*right corner image*/
	padding: 7px 9px 3px 6px;
	cursor: pointer;
}

.tabs a span{
	float: none;
}


.tabs a:hover, .ubercolortabs li.selected a{
	background-color: #FF0099; /*background color of tabs onMouseover*/
	color: white;
}

.tabs a:hover span{
	background-color: transparent;
}


.divider{ /*CSS for horizontal line.*/
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 5px;
	background: #000000; /*background color of horizontal line*/
}


/*HEADER*/

#search {
	width: 300px;
	height: 40px;
	top: 40px;
	left: 760px;
	position:absolute;
}

* html #search {
	display:none; /* hide the search box in IE6 and below */
}

/*LAYOUT*/

body {
	margin:0;
	line-height: 1.5em;
	padding:0 10px 10px 10px;
}

#maincontainer {
	min-width: 965px;
	max-width: 1350px;
}

#topsection {
	background: #FFF;
	height: 160px; /*Height of top section*/
	min-width: 1024px;
	max-width: 1680px;
}

#topsection h1 {
	margin:15px;
}

#contentwrapper {
	float: left; 
	width: 100%;
}

#contentcolumn {
	margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding: 0 15px 0 15px;
	max-width: 900px;
}

#leftcolumn {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
}

#rightcolumn {
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
}

#footer {
	clear: left;
	width: 100%;
	background: #FF0099;
	color: #fff;
	text-align: center;
	padding: 4px 0;
}

#footer a {
	color: #000000;
	font-weight:bold;
}

#footer a:hover {
	color:#B4DB11;
}

.innertube {
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}


/*IMAGE ROLLOVERS*/

.displace {
	position:absolute;
	left: -5000px;
}
a.applynow {
	background-image: url(http://www.aicdedu.com.au/images/apply_online_now.gif);
	display:block;
	width: 200px;
	height: 78px;
}
a.applynow:hover {
	background-image: url(http://www.aicdedu.com.au/images/apply_online_now1.gif);
}
a.enrolnow {
	background-image: url(http://www.aicdedu.com.au/images/enrol_online_now.gif);
	display: block;
	width: 200px;
	height: 78px;
}
a.enrolnow:hover {
	background-image: url(http://www.aicdedu.com.au/images/enrol_online_now1.gif);
}
a.registerinterest {
	background-image: url(http://www.aicdedu.com.au/images/register_your_interest1.gif);
	display: block;
	width: 200px;
	height: 78px;
}
a.registerinterest:hover {
	background-image: url(http://www.aicdedu.com.au/images/register_your_interest.gif);
}

