
@import url("nav.css");
@import url("cmxform.css");

/*======================

Murphy Group Pty Ltd

======================*/


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #2d4f8e url('../images/core/bg.gif') top left repeat-x;
}


/*-----------------------
Container
----------------------*/
div#container {
	width: 980px;
	height: auto;
	margin: 0 auto;
	background: #2d4f8e url('../images/core/bg-container.gif') top center repeat-x;	
}

/*-----------------------
Header
----------------------*/
div#header {
	width: 980px;
	height: 286px;
}

/* ---- Nav (see nav.css) ----- */

h2#call-to-action a {
	background: url('../images/core/cta-top.gif') no-repeat 0 0;
	width: 130px;
	height: 16px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 17px;
	right: 14px;
}

h2#call-to-action a:hover {
	background: url('../images/core/cta-top1.gif') no-repeat 0 0;
}

/* ---- Banner ----- */
div#banner {
	width: 980px;
	height: 240px;
	position: relative;
}

/* Logo */
h3#logo a {
	background: url('../images/core/logo-murphy.gif') no-repeat 0 0;
	width: 271px;
	height: 181px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 31px;
	left: 34px;
	z-index: 100;
}

div.banner-image {}


/*-----------------------
Content
----------------------*/
div#content {
	width: 934px;
	padding: 23px;
}

div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ---- Left Nav ----- */
div.left-content {
	width: 170px;
	float: left;
}

/* ---- Nav Left (see nav.css) ----- */


/* ---- Right Content ----- */
div.right-content {
	width: 724px;
	padding-left: 40px;
	float: left;
}


/*-----------------------
Standard
----------------------*/
div.standard {
	font-size: 1.2em;
	color: #ffffff;
}

div.standard img.left {
	float: left;
	margin: 0 20px 20px 0;
	border: 0;
	clear: left;
}

div.standard img.right {
	float: right;
	margin: 0 0 20px 20px;
	border: 0;
	clear: right;
}

div.standard ul {
	list-style-type: square;
	padding-left: 30px;
	margin-bottom: 20px;
}

div.standard ul.list-left {
	width: 230px;
	float: left;
}

div.standard ul.plant-list {
	width: 350px;
	float: left;
}

div.standard ul li {
	line-height: 1.5em;
}

div.standard ul.list-pdf {
	list-style-type: none;
	padding-left: 10px;
}

div.standard ul li.pdf {
	background: url('../images/core/icon-pdf.gif') 0 0 no-repeat; 
	padding-left: 25px;
	line-height: 1.8em;
}

div.standard ol {
	padding-left: 30px;
	margin-bottom: 20px;
}

div.standard ol li {
	line-height: 1.5em;
}

div.standard h1 {
	font: bold 1.4em "Verdana";
	color: #ffad00;
	margin-bottom: 20px;
}

div.standard h2 {
	font: 1.3em "Verdana";
	color: #f68f1e;
	margin-bottom: 20px;
}

div.standard h3 {
	font: 1.2em "Verdana";
	color: #f68f1e;
	margin-bottom: 20px;
}

div.standard h4 {
	font: 1.1em "Verdana";
	color: #f68f1e;
	margin-bottom: 20px;
}

div.standard h5 {
	font: 1em "Verdana";
	color: #f68f1e;
	margin-bottom: 20px;
}

div.standard p {
	line-height: 1.8em;
	margin-bottom: 20px;
}

div.standard a {
	color: #ffad00;
	text-decoration: none;
}

div.standard a:hover {
	color: #f9c65c;
	text-decoration: underline;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #4c699f;
}

div.clear {
	display: block;
	clear: both;
}

/*-----------------------
Gallery
----------------------*/
div#gallery { 
	width: 934px;
	float: left;
}

div#gallery ul.gallery-list {
	list-style-type: none;
}

ul.sub-gallery { width: 720px; list-style: none; padding: 0!important; display: block; clear: both; float: left; }
ul.sub-gallery li { float: left; width: 170px; height: 128px; display: inline; margin: 0 6px 6px 0!important; }
ul.sub-gallery li a { display: block;  text-decoration: none;  }
ul.sub-gallery li a:hover { text-decoration: none; }

div#gallery ul li {
	display: inline;
	padding: 4px 1px;
	float: left;
	height: 146px;
	margin-left:5px;
}

div#gallery ul li a img {
	border: 0;
}

div.caption {
	font: 1em "Verdana";
	color: #ffffff;
	text-align: left;
	display: block;
	clear: both;
}


/*-----------------------
Contact
----------------------*/
div.contact {
	width: 300px;
	float: left;
}

div.map {
	width: 300px;
	float: left;
}

div.map img {
	border: 4px solid #002576;
}


/*-----------------------
Footer
----------------------*/
div#footer {
	width: 924px;
	margin: 0 23px;
	padding: 14px 5px;
	border-top: 1px solid #4c699f;
	color: #ffffff;
	position: relative;
}

div#footer p {
	font: 1em "Verdana";
	line-height: 1.8em;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
}

div#footer a:hover {
	color: #ffad00;
	text-decoration: underline;
}

div#footer img.wflogo {
	position: absolute;
	top: 22px;
	right: 5px;
}


