/* -- RESET CSS 
------------------------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, caption, tbody, tfoot, thead, th {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
html, body {
	height: 100%;
}
:focus {
	outline:0;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
strong, b {
	font-weight:bold;
}
em {
	font-style:italic;
}
a img { border:none; }
.mod:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}
	
/* -- BODY 
------------------------------------------------------------------------------------------ */
body {
	font-family:"Trebuchet MS", Arial, Sans-Serif;
	font-size:12px;
	color:#393939;
	margin:0 auto;
	padding:0;
	background-color:#e1e1e1;
}
#container {
	width:900px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	position:relative;
	z-index:500;	
}

/* -- HEADER 
------------------------------------------------------------------------------------------ */
.header {
	height:179px;
	padding:0;
	position:relative;
	z-index:500;
	margin:0;
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-header.jpg) no-repeat;
}
.logo {
	position:absolute;
	width:407px;
	height:22px;
	top:126px;
	left:48px;
}
.slogan {
	position:absolute;
	width:311px;
	height:18px;
	top:133px;
	right:46px;
	color:#fff;
	font-size:16px;
	background:transparent url(https://www.thetartangroup.com.au/assets/img/slogan.png) no-repeat;
}
.slogan span {
	display:none;
}

/* -- BANNER 
------------------------------------------------------------------------------------------ */
.banner {
	height:208px;
	padding:0;
	margin:0;
}
.banner img {
	display:block;
}

/* -- MENU 
------------------------------------------------------------------------------------------ */
.menuBar {
	height:48px;
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-menu-sprite.gif) repeat-x 0 0;
	padding:0 0 0 48px;
	position:relative;
	z-index:500;	
}
ul.menu {
	list-style:none;
	height:48px;
	position:relative;
	z-index:500;
}
ul.menu li {
	float:left;
	display:inline;
/*
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-menu-sprite.gif) repeat-x 0 -96px;
	padding:0 0 0 1px;
*/
	height:48px;
	position:relative;
	border-right:1px solid #666890;
}
ul.menu li a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	float:left;
	height:48px;
	line-height:48px;
	padding:0 10px;
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-menu-sprite.gif) repeat-x 0 0;	
}
ul.menu li a:hover,
ul.menu li.selected a,
ul.menu li.sfHover a {
	background-position:0 -48px;
}
ul.menu li ul {
	height:auto;
	position:absolute;
	top:48px;
	left:0;
	width:120px;
	background-color:#7a7fa4;
	z-index:500;
	display:none;
}
ul.menu li ul li {
	float:none;
	display:block;
	background-image:none;
	padding:0;
	height:auto;
	border-top:1px solid #686c93;
}
ul.menu li ul li a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	float:none;
	height:auto;
	line-height:normal;
	padding:4px 10px;
	background-image:none;
	white-space:nowrap;
}
ul.menu li ul li a:hover,
ul.menu li ul li.selected a {
	background-color:#302f63;
}
.search {
	position:absolute;
	top:15px;
	right:46px;
	width:140px;
	z-index:600;
}
.search label {
	position:absolute;
	top:4px;
	left:8px;
	color:#919191;
	font-family:"Trebuchet MS", Arial, Sans-Serif;	
	font-size:10px;
}
.search input {
	width:111px;
	border:1px solid #7a7a7c;
	background-color:#fff;
	padding:4px 0 3px 8px;
	font-family:"Trebuchet MS", Arial, Sans-Serif;	
	font-size:10px;	
}
.search input#submit {
	width:16px;
	height:16px;
	border:none;
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-menu-sprite.gif) no-repeat 0 -144px;
	position:absolute;
	top:2px;
	right:0;
	cursor:pointer;
}
ul.subMenu {
	list-style:none;
	height:32px;
	background-color:#ebebeb;
	padding:0 0 0 48px;	
}
ul.subMenu li {
	float:left;
	display:inline;
	height:32px;
	border-right:1px solid #f2f2f2;
}
ul.subMenu li a {
	color:#7d7d7d;
	text-decoration:none;
	font-size:13px;
	height:23px;
	display:block;
	padding:9px 12px 0 12px;	
}
ul.subMenu li a:hover,
ul.subMenu li.selected a {
	color:#302f63;
	background-color:#e4e4e4;
}

/* -- CONTENT 
------------------------------------------------------------------------------------------ */
.content {
	padding:16px 46px 0 48px;
	position:relative;
}
#fullContent .logoCa,
#rightContent .logoCa {
	position:absolute;
	bottom:10px;
	right:58px;
}
#homeContent .logoCa {
	position:absolute;
	bottom:64px;
	right:58px;
}

.content h1 {
	color:#7d7d7d;
	font-size:35px;
	font-weight:normal;
	padding:0 0 15px 0;
}
.content h2 {
	color:#860000;
	font-size:28px;
	font-weight:normal;
	padding:0 0 14px 0;
}
.content h3 {
	color:#243a27;
	font-size:16px;
	font-weight:normal;
	padding:0 0 12px 0;
}
.content p {
	padding:0 0 10px 0;
	line-height:17px;
}
.content p.date {
	color:#7d7d7d;
}
.content a {
	color:#860000;
	text-decoration:none;
}
.content a:hover {
	text-decoration:underline;
}
.content ul {
	list-style:none;
	margin:0;
	padding:0 0 15px 0;
}
.content ul li {
	margin:0;
	padding:5px 0 5px 22px;
	border-bottom:1px solid #e1e1e1;
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-bullet.gif) no-repeat 0 5px;
}
.content ul li ul {
	list-style:square;
	padding:5px 0 5px 18px;
	margin:0; 
}
.content ul li ul li {
	margin:0;
	padding:5px 0 5px 0;
	background-image:none;
	border-bottom:none;
}
.content ol {
	margin:0;
	padding:0 0 15px 22px;
}
.content ol li {
	margin:0;
	padding:5px 0 5px 0;
	border-bottom:1px solid #e1e1e1;	
}
.content table {

}
.content table th,
.content table td {
	vertical-align:top;
	border-bottom:1px solid #e1e1e1;
	padding:4px;
}
.content table th {
	border-top:5px solid #fff;
	border-bottom:none;
	background-color:#243a27;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
.content table th.link {
	width:35%;
}
.content table th.outline {
	width:65%;
}
.content table tr.alt td {
	background-color:#f2f2f2;
}
.item {
	border-bottom:1px solid #ccc;
	padding:10px 0;
	margin-bottom:10px;
}
.itemLogo,
.itemImage {
	float:right;
	padding:0 0 8px 12px;
} 

/* -- HOME CONTENT 
------------------------------------------------------------------------------------------ */
.content .homeMain p {
	padding-right:10px;
}
#homeContent {
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-footer-home.gif) no-repeat bottom center;
	padding-bottom:65px;
}
.homeMain {
	float:left;
	width:591px;
}
.homeAside {
	float:right;
	width:205px;
}
.homeBoxes {
	border-top:1px solid #bdbdbd;
	margin:5px 0 0 0;
	padding:8px 0 0 0;
}
.homeBox {
	width:190px;
	float:left;
	border:1px solid #808080;
	background-color:#ebebeb;
	margin-right:7px;
}
.homeBoxLast {
	margin-right:0;
}
.homeBox h3 {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	padding:0 8px;
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-titles-sprite.gif) no-repeat 0 0;	
}
.homeBox h3 a {
	display:block;
	color:#fff;
	text-decoration:none;
}
.homeBox h3 a:hover {
	text-decoration:none;
}
.homeBoxInner {
	padding:8px 0 8px 8px;
}
.homeBoxInner p {
	font-size:11px;
	color:#393939;
}
.homeBoxInner p a {
	color:#393939;
	text-decoration:none;
}
.homeBoxInner p a:hover {
	text-decoration:none;
}

/* -- LEFT CONTENT 
------------------------------------------------------------------------------------------ */
#leftContent {
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-footer.gif) no-repeat 303px bottom;
	padding-bottom:10px;	
}
.leftMain {
	float:right;
	width:562px;
	padding:0 0 30px 0;	
}
.leftAside {
	float:left;
	width:225px;
}

/* -- RIGHT CONTENT 
------------------------------------------------------------------------------------------ */
#rightContent {
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-footer.gif) no-repeat 48px bottom;
	padding-bottom:10px;	
}
.rightMain {
	float:left;
	width:550px;
	padding:0 0 70px 0;
}
.rightAside {
	float:right;
	width:225px;
	padding:0 0 70px 0;
}
.rightAsideImages {
	width:225px;
	text-align:center;
}
.rightAsideImages img {
	padding:0 0 20px 0;
}

/* -- FULL CONTENT
------------------------------------------------------------------------------------------ */
#fullContent {
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-footer.gif) no-repeat 48px bottom;
	padding-bottom:10px;	
}
.full {
	padding:0 0 80px 0;
}
img.fullRight {
	float:right;
	border-left:20px solid #fff;
}

/* -- ASIDE CONTENT 
------------------------------------------------------------------------------------------ */
.asideBox {
	border:1px solid #808080;
	background-color:#ebebeb;
	margin-bottom:0;
}
.asideBoxInner {
	padding:0 8px 8px 8px;
}
.asideBoxInner p {
	font-size:11px;
	color:#393939;
}
.asideBoxInner a {
	color:#2c2c5f;
	text-decoration:none;
}
.asideBoxInner a:hover {
	text-decoration:underline;
}
div.asideNews {
}
div.asideNews ul {
	padding:0;
	margin:0;
	list-style:none;
	list-style-image:none;
}
div.asideNews ul li {
	font-size:11px;
	color:#393939;	
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0;
	background-image:none;
	border:none;
}
div.asideNews ul li div {
	font-size:11px;
	color:#393939;	
	list-style:none;
	list-style-image:none;
	padding:8px 0;
	margin:0;
	border-bottom:1px solid #CCC;
}
.asideBox h3 {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	padding:0 8px;
	background:transparent url(https://www.thetartangroup.com.au/assets/img/bg-titles-sprite.gif) no-repeat 0 0;	
}
.asideBox h3 a {
	color:#fff;
	text-decoration:none;
	display:block;
}
.asideBox h3 a:hover {
	text-decoration:none;
}
.title1 h3 {
	background-position:0 0;
}
.title2 h3 {
	background-position:0 -22px;
}
.title3 h3 {
	background-position:0 -44px;
}
.title4 h3 {
	background-position:0 -66px;
}
a.moreLink {
	text-align:right;
	display:block;
	text-transform:uppercase;
	margin:0 8px 0 0;
	border-top:2px solid #838383;
	padding:4px 0 0 0;
	font-size:10px;
	text-decoration:none;
}
a.moreLink:hover {
	text-decoration:underline;
}
.title1 .moreLink {
	color:#780d14;
}
.title2 .moreLink {
	color:#164228;
}
.title3 .moreLink {
	color:#1c215e;
}
.title4 .moreLink {
	color:#2c2c5f;
}

/* -- FORMS 
------------------------------------------------------------------------------------------ */
form {
	border-top:1px solid #ccc;
	padding:10px 0;
	margin-top:10px;
}
.full form {
	width:400px;
	float:left;
}
.search form {
	border-top:none;
	padding:0;
	margin:0;
}
.formRow {
	padding:0 0 10px 0;
	margin:0;
}
.formCol {
	float:left;
}
.formRow label {
	display:block;
	font-weight:bold;
	padding:0 0 3px 0;
}
.formRow label.error {
	color:#860000;
	background-color:#fcfaf2;
	padding:4px;
	margin:3px 0 0 0;
	font-weight:normal;
	float:left;
	clear:left;
}
.formRow input {
	border:1px inset #EAEAEA;
	font-size:12px;
	padding:5px;
	margin:0 10px 0 0;
	width:185px;
	float:left;
}
.formRow input#submit {
	width:65px;
	background-color:#860000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border:1px outset #860000;
	cursor:pointer;
}
.formRow input.long {
	width:285px;
}
.formRow input.file {
	border:none;
	background-color:transparent;
}
.formRow textarea {
	border:1px inset #EAEAEA;
	font-size:12px;
	padding:5px;
	margin:0 10px 0 0;
	width:185px;
	height:80px;
	float:left;
}
.formRow input:focus,
.formRow textarea:focus {
	background-color:#fcfaf2;
}
.formRow label.checkbox {
	display:inline;
	float:left;
	font-weight:normal;
	font-size:12px;
	margin:0 10px 0 0;
	padding:8px 0 0 0;
}
.formRow input.checkbox {
	border:none;
	margin:0 5px 0 0;
	padding:0;
	width:auto;
	float:left;
}

/* -- FOOTER 
------------------------------------------------------------------------------------------ */
.footer {
	background-color:#e1e1e1;
	position:relative;
	font-size:10px;
	height:140px;
	color:#393939;
}
.footer h3 {
	font-size:15px;
	font-weight:bold;
	padding:0 0 10px 0;
}
.footer .newsletter h3 {
	color:#1c215e;
}
.footer .newsletter h3 a {
	color:#1c215e;
	display:block;
}
.footer .newsletter h3 a:hover {
	text-decoration:none;
}
.footer .enquire h3 {
	color:#164228;
}
.footer .enquire h3 a {
	color:#164228;
	display:block;
}
.footer .enquire h3 a:hover {
	text-decoration:none;
}
.footer p {
	font-size:11px;
	line-height:13px;
}
.footer a {
	color:#2c2c5f;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.newsletter {
	position:absolute;
	top:7px;
	left:67px;
	width:236px;
	height:96px;
	border-right:1px solid #afafaf;
	padding:10px 15px 0 0;
}
.enquire {
	position:absolute;
	top:7px;
	left:336px;
	width:236px;
	height:96px;
	border-right:1px solid #afafaf;		
	padding:10px 15px 0 0;
}
.copyright {
	position:absolute;
	top:7px;
	right:46px;
	width:238px;
	height:104px;	
	padding:2px 0 0 0;
}
.copyright ul.footerMenu {
	list-style:none;
	font-size:12px;
	padding:0 0 5px 0;
}
.copyright ul.footerMenu li {
	float:left;
	display:inline;
	border-right:1px solid #393939;
	padding-right:4px;
	margin-right:4px;
}
.copyright ul.footerMenu li.last {
	border:none;
	padding:0;
	margin:0;
}
.copyright ul.footerMenu li a {
	color:#393939;
	text-decoration:none;
}
.copyright ul.footerMenu li a:hover {
	text-decoration:underline;
}
.copyright p {
	font-size:9px;
	line-height:12px;
	color:#7d7d7d;
	padding:0 0 6px 0;
}
.copyright a {
	color:#7d7d7d;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:underline;
}
