/* 
Colors:
InOps Green: #008D00
InOps Grey Text: #A8A8A8;

*/
/* http://www.cssstickyfooter.com/using-sticky-footer-code.html */
html, body, #wrap  {
	font-family:Arial,sans-serif;
}

body {
	padding: 0px;
	margin: 0px;
}

body > #container {
	/* background: url('http://static.inops.com.au/themes/davjam/images/davjam_bg1.png') no-repeat; */
	width: 770px;
	height: 815px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: url('http://static.inops.com.au/themes/davjam/images/sliced/davjam_panel_left.jpg') no-repeat;
	background-position: 0px 149px;
}

#shadow_right{
	padding: 0px;
	margin: 0px;
	background: url('http://static.inops.com.au/themes/davjam/images/sliced/davjam_shadow_right.jpg') no-repeat;
	background-position: top right;
}

#shadow_bottom {
	padding: 0px;
	margin: 0px;
	background: url('http://static.inops.com.au/themes/davjam/images/sliced/davjam_shadow_bottom.jpg') no-repeat;
	background-position: bottom left;
}

#container > #body_wrap {
	text-align: justify;
	width: 750px;
}

#main {
	height: 550px;
	overflow-y: auto;
}

#footer {
	height: 116px; /* MUST MATCH */
	width: 750px;
	text-align: right;
	position: relative;
}

#header {
	color: black;
	height: 139px;
	padding-top: 10px;
	width: 750px;
	margin-top: 0px;
	background: url('http://static.inops.com.au/themes/davjam/images/sliced/davjam_header.jpg') no-repeat;
}

#header ul {
	height:26px;
	list-style-type:none;
	margin:0;
	padding:1px 0;
}

#header ul li {
	float:left;
	margin:0;
	padding:0;
	width:20%;
	text-align: center;
	color: black;
	font-size: 12px;
}

#header ul li a {
	color: black;
	text-decoration: none;
}

#header ul li a:hover {
	color: red;
	text-decoration: none;
}

#content {
	padding: 0px;
	/*color: #D3D3D3; */
	color: black;
	width: 490px;
	margin-top: 40px;
	margin-left: 235px;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	color: red;
	margin-top: 0px;
	padding-top: 0px; 
	margin-bottom: 2px;
	padding-bottom: 2px; 
}

#footer_body {
	padding-top: 10px;
	font-size: 12px;
	color: #A8A8A8;
	padding: 20px;
}

#site_design {
	position: absolute;
	left: 5px;
	bottom: 23px;
}

#site_design a, #site_design a:visited, #site_design a:hover{
	font-size: 10px;
	text-decoration: none;
	color: white;
}

#footer_body a {
	color: #008D00;
}

.davjam ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.davjam li {
	background-image:url('http://static.inops.com.au/themes/davjam/images/bullet.png');
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:5px 0px 5px 25px;
}

#contactform {
	position: relative;
	text-align: left;
}

#contactform #department_div {
	display: none;
}

#contactform #contact {
	width: 250px;
	float: right;
	font-size: 12px;
	display: none;
}
#contactform .label {
	font-weight: bold;
	margin-right: 10px;
}
#contactform #company_name {
	font-weight: bold;
}

#contactform label {
	float: left;
	width: 200px;
}

#contactform input, #contactform select, #contactform textarea {
	width: 150px;
	margin-bottom: 5px;
}

#contactform textarea {
	width: 400px !important;
	height: 100px;
}

#contactform #submit {
	margin-left: 120px;
	margin-top: 5px;
}
