/* @override 
	http://middleeastengineering.millstream.com.au/css/spring.css
	http://spring.millstream.com.au/css/spring.css
	http://help.r.millstream.com.au/css/spring.css
	http://middleeastengineering.millstream.com.au/css/mee.custom.css
*/

/* @group Fonts */

body {
	font-size: 67.5%;
	font-family: Verdana, sans-serif;
	color: #5d5d5d;
}

#content p {
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: 1.2em;
}

.sidebar p {
	line-height: 1.4;
	margin-bottom: 1em;
}

#content h1, .sidebar h1 {
	font-size: 1.4em;
	margin-bottom: 1em;
	color: #a00d2c;
	font-weight: bold;
}

#content h2, .sidebar h2 {
	font-size: 1.3em;
	margin-bottom: 1em;
	font-weight: bold;
}

#content h3, .sidebar h3 {
	font-size: 1.3em;
	margin-bottom: 1em;
}

#content h4, .sidebar h4 {
	font-size: 1.1em;
	margin-bottom: 1em;
	font-weight: bold;
}

#content h5, .sidebar h5 {
	font-size: 1.0em;
	margin-bottom: 1em;
	font-weight: bold;
}

#content h6, .sidebar h6 {
	font-size: 1.0em;
	margin-bottom: 1em;
}

#content ul, #content ol {
	padding: 1em 3em;
	list-style-type: disc;
	line-height: 1.4;
}

#content li {
	font-size: 1.1em;
}

#content li li, #content li li li  {
	font-size: 1em;
}

#content pre {
	font-size: 1.1em;
	font-family: "Courier New", Courier, mono;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

#content blockquote {
	font-size: 1.1em;
	font-family: "Courier New", Courier, mono;
	line-height: 1.4;
	padding: 2em 0 2em 2em;
	margin-bottom: 1em;
	background-color: #fefdd3;
}

#content blockquote blockquote {
	font-size: 1em;	
	margin-bottom: 0;
	padding: 0.5em 0 0.5em 2em;
}

#content a {
	color: #a00d2c;
}

#content a:hover {
}

#content ol {
	list-style-type: decimal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sub {
	color: #a00d2c;
}


/* @end */

/* @group Panels */

body {
	background: #f4f2e0 url(../upload/template/mee/background_gradient.jpg) repeat-x;
}

#container {
	position: relative;
	width: 850px;
	margin: 20px auto;
	background-color: #fff;
}

#banner {
	position: relative;
	height: 227px;
}

#banner h1 {
	text-indent: -1000em;
}

#banner #logo {
	background-image: url(../upload/template/mee/logo.jpg);
	width: 202px;
	height: 200px;
	background-color: #fff;
}


#main {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#content {
	position: relative;
	min-height: 200px;
}

.wide {
	float: left;
	padding: 30px 30px;
	padding-bottom: 2400px;
	margin-bottom: -2370px;
	margin-right: -6px;
	width: 700px;
}

.narrow {
	float: left;
	padding: 30px 30px;
	padding-bottom: 2400px;
	margin-bottom: -2370px;
	margin-right: -6px;	width: 520px;
}

#content.narrower {
	float: left;
	padding: 30px 30px;
	padding-bottom: 2400px;
	margin-bottom: -2370px;
	margin-right: -6px;	width: 360px;
}

#footer {
	padding: 10px 30px;
	width: 790px;
	background-color:#960000;
	color: #FFF;
}

#header {
	padding: 20px 30px;
	width: 700px;
}

#search {
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 30px 0 0;
	z-index: 5;
}

#content #searchresults li {
        padding-bottom: 2em;
}

#content #searchresults li p.title {
        font-size: 1.2em;
        padding: 0 0 0.4em 0;
        margin: 0;
}

#content #searchresults li p.description {
        padding: 0 0 0.4em 0;
        margin: 0;
}

#content #searchresults li p.date {
        font-size: 0.9em;
        padding: 0;
        margin: 0;
}

td {
	vertical-align: top;
	padding: 0 5px 5px 0;
}

/* @end */

/* @group Sidebar Right */

#sidebar-right {
	float: right;	width: 210px;
	padding: 30px;
	padding-bottom: 10000px;
	margin-bottom: -9970px;
	background: #f4f2e6 url(../upload/template/mee/side_bar-background_gradient.jpg) repeat-x 0 top;
	border: 1px solid #d1d0c8;
	border-top: 0;
	border-bottom: 0;
}

#sidebar-right div {
	margin-top: 60px;
}

#sidebar-right .item {
	margin-bottom: 20px;
}

/* @end */

/* @group Sidebar Left */

#sidebar-left {
	float: left;	width: 110px;
	padding: 30px;
	padding-bottom: 10000px;
	margin-bottom: -9970px;
}

#sidebar-left .item {
	margin-bottom: 20px;
}

/* @end */

/* @group Navlist */#navlist {
	position: absolute;
	top: 225px;	font-size: 1.1em; /* 1em */	margin-top: -2.5em;	width: 788px;	padding: 0 30px;	height: 2.5em;	z-index: 50;
	border: 1px solid #828282;
	background-color: #555;
	background-image: url(../upload/template/mee/navigation_bar-background_gradient.jpg);
}#navlist.depth0 li {	float: left;}/* Popup Menu Functions */#navlist ul {	display: none;}#navlist li:hover>ul {    /* 2nd level (popup) only */	display: block;	position: absolute;	left: -1px;	top: 2.5em;}

#navlist li li:hover>ul {	/* 3rd level (popup) only */	display: block;	position: absolute;	left: 17.6em;	top: 0;}#navlist>li.selected {	/* 1st level selected */}/* Specific to all levels */#navlist  ul {	width: 17.6em;
	background-color: #333;}#navlist li {	position: relative;	float: left;	display: block;	z-index: 100;
}#navlist a { /* all links */	position: relative;	display: block;	float: left;	padding: 0.7em 1.3em 0.9em 1.3em;	text-decoration: none;	z-index: 100;
	color: #a8a8a7;
	font-weight: bold;}
#navlist a:hover { /* all hover */
		background-image: url(../upload/template/mee/navigation_bar-background_gradient-selected.jpg);
		color: #FFF;}

#navlist li.d1 { /* 1st level and children */
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
}

#navlist li.selected.d1 { /* 1st level and children */
		background-image: url(../upload/template/mee/navigation_bar-background_gradient-selected.jpg);
		border-left: 1px solid #828282;
		border-right: 1px solid #828282;
}

/* Specific to level 1 */
#navlist li.d1>a { /* 1st level only */
		text-transform: uppercase;
}

#navlist li.selected.d1>a { /* 1st level a selected only */
		color: #FFF;	
}

#navlist li.d1:hover>a { /* 1st level a hover only */
		color: #FFF;
}

#navlist li.d1:hover { /* 1st level any hover only */
		background-image: url(../upload/template/mee/navigation_bar-background_gradient-selected.jpg);
}

/* Specific to level 2 */
#navlist ul a:hover { /* 2nd level hover */
		background-image: none;
		color: #FFF;}#navlist li li { /* 2nd level */	margin-bottom: 0;	margin-right: 0;	float: left;	text-align: left;	border: none;}

#navlist>li li.selected a { /* 2nd level selected */	color: #FFF;}#navlist li li a { /* 2nd level a */	margin: 0;	display: block;	width: 15em;}#navlist li li:hover a { /* 2nd level a hover */}

/* Specific to 3rd level */
#content ul.navigation.depth-2 {
	display: inline-table;
	margin: 0;
	padding: 0;
	position: relative;
	top: -20px;
	left: -1em;
	width: 550px;}

#content ul.navigation.depth-2 li {
	list-style-type: none;
	float:left;
	padding: 0 1em;
	color: #5d5d5d;
	border-right: 2px solid #6d6d6d;
	height: 1.1em;}

#content ul.navigation.depth-2 li a {
	color: #5d5d5d;
	font-size: 1.1em; /* 1em */
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: -0.1em;
}

#content ul.navigation.depth-2 li a:hover, #content ul.navigation.depth-2 li.selected a {
	color: #aaa;}/* @end */

/* @group Navlist0 */

#navlist0 {
	position: absolute;
	top: 160px;	font-size: 1.0em;	margin-top: -2.5em;	width: 700px;	padding: 0 30px;	height: 2.5em;	z-index: 50;
}#navlist0.depth0 li {	float: left;}
#navlist0 ul {	width: 17.6em;}#navlist0 li {	position: relative;	float: left;	display: block;	z-index: 100;	margin-right: 1px;}#navlist0 a {	position: relative;	display: block;	float: left;	padding: 0.7em 1.3em 0.8em 1.3em;	text-decoration: none;	z-index: 100;}

/* @end */

/* @group Navlist1 */

#navlist1 a {
	line-height: 1.4;
	text-decoration: none;
	color: #666;
}

#navlist1 li {
	padding: 5px 0;
}

#navlist1 ul {
	padding: 0 0 0 10px;
}

#navlist1 li.selected>a {
	font-weight: bold;
	color: #000;
}

/* @end */

/* @group Gallery */

#content ul.gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-left: -15px;
}

#content ul.gallery li {
	float: left;
	padding: 5px 0 10px 15px;	
}

#content ul.gallery li.column1 {
	/*padding-left: 0;*/	
}

/* @end */



/* @group Newslist */

.newslist .item {
	position: relative;
	overflow: auto;
}

.newslist .item .image {
	float: right;
}

/* @end */

/* @group Footer */

#footer div {
	display: inline-table;
	width: 350px;
	font-weight: bold;
	font-size: 1.1em;
}

#footer div.float_right {
	text-align: right;
	float: right;
	color: #000;
	font-weight: normal;
	font-size: 1.0em;
}

#footer div.float_right a {
	color: #000;
	text-decoration: none;
}

/* @end */

/* @group Contact page */

iframe#google-map {
	width: 578px;
	height: 350px;
	margin: -30px 0 30px -30px ;
}

div#phone-float-left {
	float: left;
	border: 1px solid red;
}

table#address-table {
	width: 550px;
	margin-bottom: 30px;
}



/* @end */


