/* --- MAIN --- */

html {
	padding: 0px;
	margin: 0px; 
	border: 0px; 
	height: 100%; 
	min-height: 100%;
	overflow: auto;
}

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #666666;
	background: #FFFFFF url(../images/bg.gif) top center repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	min-height: 100%;
}

		body.contentpane {
			background: none;
			padding: 10px;
		}

ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/* --- LINKS --- */

a:link, a:visited {
	color: #2174C2;
	text-decoration: none;
	}

a:hover, a:active { 
	color: #000000;
	text-decoration: none;
	}

		.inputbox {
			display: inline;
			font-family: Arial, Verdana, Tahoma, sans-serif;
			font-size: 9pt;
			color: #000000;
			background-color: #FEFEFE;
			border: 1px solid #666666;
			padding: 3px;
		}

/* --- LAYOUT --- */

div#container {
	position: relative;
	margin: 0 auto;
	width: 945px;
	min-height: 100%; /* for modern/real browsers */
	height: auto !important; /* for modern/real browsers */
	height: 100%; /* for IE */
	}

div#head1 {
	height: 87px;
	width: 945px;
}

	div#logo {
		display: inline;
		height: 28px;
		width: 119px;
		background: url(../images/doric_logo.gif) no-repeat;
		margin-top: 30px;
		margin-left: 50px;
		float: left;
	}
	
	div#menu {
		display: inline;
		height: 32px;
		width: 636px;
		margin-top: 55px;
		/* margin-left: 50px; */
		margin-left: 220px;
		float: left;
		vertical-align: bottom;
	}

		.menu34 td a {
			font-family: Helvetica, Verdana, sans-serif;
			font-size: 9pt;
			font-weight: bold;
			/* letter-spacing: 1px; */
			text-transform: uppercase;
		}

		div#subwrap34 {
			margin-left: 260px;
		}

div#head2 {
	height: 86px;
	width: 945px;
	background: url(../images/header_main.jpg) no-repeat;
}

	div#search {
		display: inline;
		height: 28px;
		width: 198px;
		background: url(../images/form_search.gif) no-repeat;
		margin-top: 40px;
		margin-right: 50px;
		float: right;
	}

		.inputboxsearch {
			display: inline;
			width: 120px;
			height: 15px;
			font-family: Arial, Verdana, Tahoma, sans-serif;
			margin-left: 68px;
			margin-top: 8px;
			font-size: 8pt;
			color: #000000;
			background-color: #F5F4EC;
			border: 0px;
		}
		
div#projects {
	height: 240px;
	width: 915px;
	background: url(../images/bg_layout.gif) repeat-y;
	padding-top: 8px;
	padding-left: 30px;
}

	div#proj {
		width: 219px;
		margin-right: 3px;
		float: left;
	}

div#flashcontent {
	clear: both;
	width: 945px;
	height: 159px;
	background: url(../images/flash_replacement.gif) no-repeat;
}

div#content1 {
	width: 945px;
	background: url(../images/bg_layout_white2.gif) repeat-y;
	display: table; /* For non-IE browsers */
}

div#content1b {
	min-height: 160px;
	width: 907px;
	background: url(../images/bg_layout2.gif) no-repeat;
	padding-top: 10px;
	padding-left: 38px;
	display: table;
}

	div#col {
		width: 203px;
		margin-right: 20px;
		float: left;
	}

	div#colinside {
		height: 180px;
		width: 203px;
	}

		div#colinside ul {
			list-style-type: none;
			line-height: 120%;
			margin: 0pt;
		}

		div#colinside li {
			background-image: url(../images/listelem.gif);
			background-repeat: no-repeat;
			background-position: 0px 3px;
			margin: 0pt;
			padding-left: 10px;
		}

div#content2 {
	width: 945px;
	background: url(../images/bg_layout_white2.gif) repeat-y;
	display: table; /* For non-IE browsers */
}

div#content2b {
	width: 915px;
	background: url(../images/bg_layout_white.gif) no-repeat;
	display: table; /* For non-IE browsers */
	padding-top: 10px;
	padding-left: 30px;
}

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		div#content1b {	width: 945px; }	
		div#content2b {	width: 945px; }	
	}

	div#leftmenu {
		width: 220px;
		float: left;
		padding-top: 1px;
		border-top: 1px solid #6D89A5;
		border-bottom: 1px solid #6D89A5;
		margin-left: -5px;
	}

	div#sectionpage {
		min-height: 400px;;
		width: 610px;
		background: url(../images/bg_section.gif) repeat-x;
		padding: 25px;
		float: right;
		margin-right: 25px;
		text-align: justify;
	}
	
	

		.pathway {
			font-size: 8pt;
			color: #6D89A5;
			padding-bottom: 5px;
			border-bottom: 1px dotted #6D89A5;
		}

		a.pathway:link, a.pathway:visited {
			font-family: Arial, Verdana, Tahoma, sans-serif;
			font-size: 8pt;
			font-stretch: narrower;
			color: #000000;
			text-decoration: none;
			border-bottom: 0px;
			}
		
		a.pathway:hover, a.pathway:active { 
			color: #666666;
			text-decoration: none;
			}

		.componentheading {
			height: 0px;
			font-size: 0pt;
			color: #E5EbF1;
			}

		.contentheading {
			padding-top: 20px;
			font-size: 14pt;
			color: #01367D;
			font-weight: bold;
			font-family:  Arial, Verdana, Tahoma, sans-serif;
			line-height: 100%;
			margin-bottom: 10px;
			}

		.contentpaneopen ul {
			list-style-type: none;
			line-height: 150%;
			margin: 0pt;
		}

		.contentpaneopen ul li {
			background-image: url(../images/listelem.gif);
			background-repeat: no-repeat;
			background-position: 0px 4px;
			margin: 0pt;
			padding-left: 15px;
		}

		.contentpaneopen ul li li {
			background-image: url(../images/listelem2.gif);
			background-repeat: no-repeat;
			background-position: 0px 4px;
			margin: 0pt;
			padding-left: 10px;
		}

		.contentpaneopen ol {
			list-style-type: none;
			line-height: 120%;
			margin: 0pt;
		}

		.contentpaneopen ol li {
			margin: 0pt;
			padding-left: 15px;
		}

/*--- EXTENDED MENU ---*/

			#mainlevel ul {
				list-style-type: none;
				width: 220px;
			}

			#mainlevel li {
				font-size: 1pt;
				color: #6D89A5;
				text-decoration: none;
				background: #6D89A5;
				display: block;
				margin-bottom: 1px;
			}

			#mainlevel li a {
				font-size: 9pt;
				color: #666666;
				text-decoration: none;
				background: #DDE6EE;
				display: block;
				padding: 5px;
				padding-left: 10px;
				/*border-bottom: 1px solid #FFFFFF;*/
				text-transform: capitalize;
			}
			* html #mainlevel li a {  /* make hover effect work in IE */
				width: 200px;
			}
			#mainlevel li a:hover {
				font-size: 9pt;
				color: #FFFFFF;
				text-decoration: none;
				background: #6D89A5;
			}
				#mainlevel li a.sublevel { 
					font-size: 8pt;
					color: #666666;
					text-decoration: none;
					background: #F5F5EC;
					display: block;
					padding: 6px;
					padding-left: 10px;
					border-top: 1px solid #FFFFFF;
					border-bottom: 1px solid #FFFFFF;
				}
				* html #mainlevel li a.sublevel {  /* make hover effect work in IE */
					width: 200px;
				}
				#mainlevel li a.sublevel:hover {
					font-size: 8pt;
					color: #FFFFFF;
					text-decoration: none;
					background: #A5A270;
				}

/*--------------------*/

	#sectionpage table {
		width: 560px;
	}
	
div#footer_nologin {
	clear: both;
	height: 69px;
	width: 945px;
	text-align: center;
	background: #FFFFFF;
}

	div#footer_inside {
		height: 30px;
		width: 945px;
		background: url(../images/footer.gif) no-repeat;
	}

		div#bottomnav {
			width: 520px;
			margin-right: auto;
			margin-left: auto;
		}

	a.nav2:link, a.nav2:visited {
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 8pt;
		font-stretch: narrower;
		color: #ABABAB;
		text-decoration: none;
		}
	
	a.nav2:hover, a.nav2:active { 
		color: #1A1A1A;
		text-decoration: none;
		}

	a.mainlevel:link, a.mainlevel:visited {
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 8pt;
		font-stretch: narrower;
		text-transform: uppercase;
		color: #ABABAB;
		text-decoration: none;
		}
	
	a.mainlevel:hover, a.mainlevel:active { 
		color: #1A1A1A;
		text-decoration: none;
		}

div#footer_login {
	display: none;
	clear: both;
	height: 39px;
	width: 915px;
	background: url(../images/footer_login.gif) no-repeat;
	padding-top: 30px;
	padding-left: 30px;
}

	div#login_close {
		height: 27px;
		width: 27px;
		float: left;
	}

	div#login_usermenu {
		width: 850px;
		float: right;
	}

	div#login_usermenu .moduletable{
		margin-top: 8px
	}

	div#login_user {
		display: inline;
		height: 29px;
		width: 255px;
		background: url(../images/form_username.gif) no-repeat;
		float: left;
		margin-left: 240px;
	}

	div#login_pass {
		display: inline;
		height: 29px;
		width: 255px;
		background: url(../images/form_password.gif) no-repeat;
		float: left;
		margin-left: 10px;
	}

	div#login_ok {
		height: 20px;
		width: 29px;
		float: left;
		margin-left: 10px;
	}
	
	div#logout_ok {
		display: inline;
		height: 29px;
		float: right;
		margin-right: 50px;
	}

		.cell_login {
			display: inline;
			width: 175px;
			height: 15px;
			font-family: Arial, Verdana, Tahoma, sans-serif;
			margin-left: 66px;
			margin-top: 7px;
			font-size: 8pt;
			color: #01367D;
			background: transparent;
			border: 0px;
		}

	div#footer_login table {
		width: 200px;
		margin-left: 15px;
		margin-top: 10px;
	}

	div#footer_login td {
		width: 200px;
	}

	div#footer_login a.mainlevel {
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 8pt;
		color: #FFFFFF;
	}

div#ten {
	clear: both;
	height: 10px;
	width: 945px;
}

/* --- IMAGES --- */

.image_proj {
	margin-top: 1px;
}

.image_front {
	margin-bottom: 3px;
}

.image_rm {
	margin-top: 10px;
}

/* --- TEXT --- */

.dtitle {
	font-size: 9pt;
	color: #2174C2;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 200%;
	}

.dtitle2 {
	font-size: 9pt;
	color: #2174C2;
	font-weight: 500;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 200%;
	}

.dtext {
	font-size: 8pt;
	color: #666666;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	}

.icon1 {
	margin-bottom: 20px;
}

.icon2 {
	margin-top: 5px;
	margin-bottom: 40px;
	margin-right: 10px;
}

/*-testimonials page*/

div#t_top {
	margin-top: 15px;
	height: 10px;
	width: 535px;
	background: url(../images/testimon_top.gif) no-repeat;
}

div#t_middle {
	width: 515px;
	padding: 5px 10px 10px 10px; /*top,right,bottom,left*/
	background-color: #2376C4;
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

div#t_bottom {
	height: 30px;
	width: 515px;
	padding: 3px 10px 0px 10px; /*top,right,bottom,left*/
	text-align: right;
	background: url(../images/testimon_bottom.gif) no-repeat;
}

div#t_sign {
	margin-top: -5px;
	margin-left: 45px;
}

.tname {
	font-size: 9pt;
	color: #2174C2;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

.black {
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

.contentpaneopen-testimonials #t_bottom a:link, .contentpaneopen-testimonials #t_bottom a:visited  {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

.contentpaneopen-testimonials #t_bottom a:hover, .contentpaneopen-testimonials #t_bottom a:active  {
	color: #FFFFFF;
	border-bottom: 1px dotted;
	text-decoration: none;
}


a.wlink:link, a.wlink:visited {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	}

a.wlink:hover, a.wlink:active { 
	color: #FFFFFF;
	border-bottom: 1px dotted;
	text-decoration: none;
	}

div#li_news {
	width: 502px;
}

		div#li_news ul {
			list-style-type: none;
			line-height: 120%;
			margin: 0pt;
		}

		div#li_news li {
			background-image: none;
		}

		.news {
			background-image: url(../images/li_news.gif);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			padding: 17px 10px 0px 70px; /*top,right,bottom,left*/
			height: 40px;
			font-size: 8pt;
			font-weight: bold;
			color: #2376C4;
			text-decoration: none;
			display: block;
		}

		a.news:hover {
			color: #000000;
		}


		.newsletter {
			background-image: url(../images/li_newsletter.gif);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			padding: 17px 10px 0px 70px; /*top,right,bottom,left*/
			height: 40px;
			font-size: 8pt;
			font-weight: bold;
			color: #2376C4;
			text-decoration: none;
			display: block;
		}

		a.newsletter:hover {
			color: #000000;
		}

.sitemap {
	margin-top: 20px;
	}

.sectiontableheader {
	font-weight: bold;
	color: #000000;
	}

/* --- NEW FORM --- */

	div#ff_formdiv15, div#ff_formdiv16 {
		font-size: 10px;
		color: #666666;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		line-height: 200%;
	}
	.fftitle {
		font-size: 12px;
		color: #666666;
		font-weight: bold;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		line-height: 200%;
	}
	.ffinput {
		display: inline;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 10px;
		color: #2174C2;
		background: none;
		border: none;
		margin-top: 5px;
		border-bottom: 1px solid #666666;
		padding: 3px;
	}
	.ffinput2 {
		margin-top: -1px;
	}
	.ffinput3 {
		display: inline;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 10px;
		color: #2174C2;
		background: none;
		border: 1px solid #666666;
		margin-top: 5px;
		padding: 3px;
	}
	.ffinput4 {
		display: inline;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 10px;
		color: #2174C2;
		background: none;
		border: 1px solid #666666;
		padding: 3px;
	}
	.ffbutton {
		display: inline;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 11px;
		padding: 3px;
	}

/* --- SW MENU --- */

.transMenu34 {
 position: absolute;
 overflow: hidden;
 left: -1000px;
 top: -1000px;
}

.transMenu34 .content {
 position: absolute;
}

.transMenu34 .items {
 width: 106px;
 border: 0px none #FFFFFF;
 position: relative;
 left: 0px;
 top: 0px; 
 z-index: 2;
}

.transMenu34 td {
 padding: 5px 5px 5px 10px !important;  
 font-size: 10px !important ; 
 font-family:  Arial, Verdana, Tahoma, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: normal !important ; 
 color: #1A1A1A !important ; 
} 

#subwrap34 {
 text-align: left; 
}

.transMenu34 .item.hover td { 
 color: #000000 !important;
}

.transMenu34 .item {
 height: 16px;
 text-decoration: none;
 cursor: pointer; 
 cursor: hand; 
}

.transMenu34 .background {
 background-color: #FFFFFF !important;
 position: absolute;
 left: 0px;
 top: 0px; 
 z-index: 1; 
 -moz-opacity: 1; 
 filter: alpha(opacity=100) 
}

.transMenu34 .shadowRight { 
 position: absolute;
 z-index: 3; 
 top: -3000px;
 width: 2px;
 -moz-opacity: 1; 
 filter: alpha(opacity=100)
}

.transMenu34 .shadowBottom { 
 position: absolute;
 z-index: 1; 
 left: -3000px;
 height: 2px;
 -moz-opacity: 1; 
 filter: alpha(opacity=100)
}

.transMenu34 .item.hover {
 background-color: #DCDAC3 !important;
}

.transMenu34 .item img { 
 margin-left: 10px !important;
}

table.menu34 {
 top: 0px; 
 left: 0px; 
 position: relative;
 margin: 0px !important;
 border: 0px none #FFFFFF;
 z-index: 1; 
}

table.menu34 a {
 margin: 0px !important;
 padding: 10px 0px 0px 0px !important;
 display: block !important;
 position: relative !important;
}

div.menu34 a, div.menu34 a:visited, div.menu34 a:link {
 width:106px;
 height:22px;
 font-size: 9px !important;
 font-family:  Arial, Verdana, Tahoma, sans-serif !important;
 text-align: center !important;
 /*font-weight: normal !important;*/
 color: #FFFFFF !important;
 text-decoration: none !important;
 margin-bottom: 0px !important;
 display: block !important;
 white-space: nowrap;
}

div.menu34 td {
 border-bottom: 0px none #FFFFFF;
 border-top: 0px none #FFFFFF;
 border-left: 0px none #FFFFFF;
 background-image: URL("http://doricgroup.com.au.s26347.gridserver.com/modules/mod_swmenupro/images/menu_blue2.gif");
}

div.menu34 td.last34 {
 border-right: 0px none #FFFFFF;
}

#trans-active34 a {
 color: #01367D !important;
 background-image: URL("http://doricgroup.com.au.s26347.gridserver.com/modules/mod_swmenupro/images/menu_white2.gif");
}

#menu34 a.hover {
 background-image: URL("http://doricgroup.com.au.s26347.gridserver.com/modules/mod_swmenupro/images/menu_white2.gif");
 color: #01367D !important;
}

#menu34 span {
 display: none;
}

#menu34 a img.seq1, .transMenu34 img.seq1 {
 display: inline;
}

#menu34 a.hover img.seq2, .transMenu34 .item.hover img.seq2 {
 display: inline; 
}

#menu34 a.hover img.seq1, #menu34 a img.seq2, .transMenu34 img.seq2, .transMenu34 .item.hover img.seq1 {
 display: none;
}

#trans-active34 a img.seq1 {
 display: none;
}

#trans-active34 a img.seq2 {
 display: inline;
}

/* --- highlight search result --- */

.highlight {
	color:#000066;
	text-decoration: underline;
}


/* --- KEY PEOPLE --- */
div.key-people-box {
	width:125px;
	height:125px;
	background-image: url(../images/p-keypeople.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display:block;
}

.dtitle-key-people {
	font-size: 9pt;
	color: #2174C2;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	padding-bottom:5px;
	border-bottom:solid 1px #b0c8e0;
	}
	
.dtitle-position {
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom:solid 1px #b0c8e0;
	}
	
	
/* --- PRESS REALEASE AND PUBLICATION --- */	
.press-header {
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-y;
	font-weight:bold;
	color:#FFFFFF;
}

.press-header p {
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	padding:8px 0px 8px 10px;
}

.category-header {
	background-color:#92887A;
	padding:8px 10px;
	float:right;
}

.press-image {
	border-left:solid 1px #A3A3A3;
	background-color:#FFFFFF;
}

.press-description {
	border-right:solid 1px #A3A3A3;
	background-color:#FFFFFF;
}

.readmore-press {
	border:solid 1px #A3A3A3;
	background-color:#FFFFFF;
	padding:3px 5px;
}

.readon-press {
	float:right;
}

.press-description {
	padding:3px 10px 10px 0px;
}

.press-date {
	height:15px;
	color:#000133;
	font-weight:bold;
	border-right:solid 1px #A3A3A3;
	background-color:#FFFFFF;
	padding:5px 10px 3px 0px;
}

.press-full {
	background-color:#FFFFFF;
	border-left:solid 1px #A3A3A3;
	border-right:solid 1px #A3A3A3;
	border-bottom:solid 1px #A3A3A3;
	padding:0px 10px 10px 10px;
}

.press-link {
	border:solid 1px #A3A3A3;
	background-color:#FFFFFF;
	padding:3px 5px;
}

.press-link a, .press-link p {
	float:right;
	color:#2174C2;
text-decoration:none;
}

.category-publication {
	background-color:#6E7374;
	padding:8px 10px;
	float:right;
}

.press-description ol {
	list-style-type: decimal;
	list-style-position: inside;
	font-weight:bold;
}
	
/* --- SLIDESHOW --- */

.bg-slideshow {
	background-position:bottom;
	background-color:#DCE6F0;
}