/* START OF GLOBAL STYLES */

html, body {
	background:url(../images/attc_grey/grey_background.gif) repeat-x;
}

#side_navigation {
	width: 340px;
}

#side_navigation ul, #side_navigation li {
	margin:0 0 3px 13px;
	list-style:none;
	list-style-image:url(../images/attc_grey/grey_list_icon.gif);
	font:11px Verdana;
	color:#848484;
}


ul, li {
	margin:0 0 3px 13px;
	list-style:none;
	list-style-image:url(../images/attc_grey/grey_list_icon.gif);
	font:11px Verdana;
	color:#848484;
}

a, a:link, a:visited, a:active {
	color:#848484; /* Default Link Colour */
	text-decoration:none;
}

a:hover {
	color:#848484;
	text-decoration:underline;
}

/* START OF PAGE STRUCTURE STYLES */

#footer {
	color:#6B6B6B;
	background-color: #D7D7D7;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color:#6B6B6B;
}

#footer a:hover {
	text-decoration:underline;
}

/* Grey Box */

.grey_box {
	width:351px;
	background:url(../images/attc_grey/grey_video_box_bg.gif) no-repeat;
	margin-bottom:30px;
	padding:15px 15px 20px 15px;
}

.grey_box a, .grey_box a:link, .grey_box a:visited, .grey_box a:active {
	text-decoration:underline;
	color:#FFFFFF;
}

.grey_box a:hover {
	text-decoration:none;
}

.grey_box_heading img {

}

.grey_box_heading_text {
	font:11px Verdana;
	color:#FFFFFF;
	float:right;
	width:240px;
	margin-right:10px;
	margin-top:-10px;
	padding-bottom:5px;
}

.grey_box_video {
	margin-top:20px;
}

/* START OF NAVIGATION */

.nav_attc_home {
	background-image:url(../images/attc_grey/navigation/home_link.gif);
	width:67px;
	height:90px;
}

.nav_attc_locations {
	background-image:url(../images/attc_grey/navigation/attc_locations_link.gif);
	width:110px;
	height:90px;
}

.nav_enrol_attc_course {
	background-image:url(../images/attc_grey/navigation/enrol_attc_course_link.gif);
	width:162px;
	height:90px;
}

.nav_attc_teachers {
	background-image:url(../images/attc_grey/navigation/attc_teachers_link.gif);
	width:109px;
	height:90px;
}

.nav_agents {
	background-image:url(../images/attc_grey/navigation/agents_link.gif);
	width:92px;
	height:90px;
}

