/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
div {
	font-size: 1em;
}
img {
	border: 0;
}
/*default link styles*/
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #3300FF;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #3300FF;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #231F20;
}
.phone-link{
        pointer-events: none;
        cursor: default;
        text-decoration: none;
}
div#main .phone-link{
        color: #5D5E61;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #5D5E61;
	background: #FFFFFF;
}
div#pagewrapper {
	max-width: 974px;
	min-width: 974px;
	margin: 10px auto;
	background-color: #FFFFFF;
        border: 1px solid #d6d6d6;
        padding: 0px 13px 20px 13px;	
}
div#header {
	height: 66px;
	margin: 0;
	padding: 10px 0 20px 0;
        width: 974px;
}
div#header h1 a {
	font-size: 1.3em;
	display: block;
	height: 66px;
	text-indent: -999em;
	text-decoration: none;
}
div#header h1 {
	
        margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
div#left {
        float:left;
        background: url(http://www.roadworksolutions.com.au/uploads/roadworks/logo.png) no-repeat left top;
        display: block;
        width: 50%;
        height: 66px;
}
div#right {
        float:right;
        background: url(http://www.roadworksolutions.com.au/uploads/roadworks/phone.png) no-repeat right top;
        display: block; 
        width: 50%;
        height: 66px; 
}
div#right a:hover{
        float:right;
        background: url(http://www.roadworksolutions.com.au/uploads/roadworks/callphone.png) no-repeat right top;
        display: block; 
        width: 50%;
        height: 66px; 
}
div#header h2 {
	float: right;
	line-height: 1.2em;
	font-size: 1.3em;
	margin: 35px 65px 0px 0px;
	color: #f4f4f4;
}
div#contenthead {
        width: 974px;
        height: 168px;
        margin: 8px 0 8px 0; 
        padding: 0;
        position: relative;
}
div#links {
        height: 168px;
        width: 240px;
        position: absolute;
	top: 0;
        left: 0;
}
div#banner {
         height: 168px;
         width: 511px;
         margin: 0 215px 0 248px;
}
div#highlight {
        height: 168px;
        width: 207px;
        position: absolute;
	top: 0;
	right: 0;             
        background: url(http://www.roadworksolutions.com.au/uploads/roadworks/highlight.jpg) repeat-x right 0px;
        text-align: center;
        padding-top: 50px;
}
#links ul, links a
{
       margin-left: 0;
       padding-left: 0;
       list-style-type: none;
       font-family: Arial, Helvetica, sans-serif;
}
#links a
{
       display: block;
       height: 14px;
       width: 215px;
       padding: 7px 0 7px 25px;
       background: url(http://www.roadworksolutions.com.au/uploads/roadworks/blueline.jpg) repeat-x left 0px;
}
#links a:link, #navlist a:visited
{
       color: #EEE;
       text-decoration: none;
}
#links a:hover
{
        background: url(http://www.roadworksolutions.com.au/uploads/roadworks/bluewhiteline.jpg) repeat-x left 0px;
        color: #0000FF;
}
div#search {
/* position for the search box */
	float: left;
/* enough width for the search input box */
	text-align: left;
	padding: 0 0 0.2em 0;
	margin: 0 0 10px 0;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 20px;
	width: 20px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(http://www.roadworksolutions.com.au/uploads/roadworks/search_icon.gif) no-repeat center center;
}
div#content {
/* some air above and under menu and content */
	margin: 1.5em 0 2em 0;
	padding: 0px;
}
div#main {
	padding: 0;
        margin: 0 238px 0 271px;
}
div#leftsidebar {
	float: left;
	width: 240px;
/* FIX IE double margin bug */
	display: inline;
	margin: 0px 0px 20px;
	padding: 0px;
}
div#rightsidebar {
	float: right;
	width: 207px;
/* FIX IE double margin bug */
	display: inline;
	margin: 0px 0px 20px;
	padding: 0px;
}
div.footback {
/* keep footer below content and menu */
	clear: both;
/* this sets 10px on right to let the right image show, the balance 10px left on next div */
	padding: 0px;
}
div#footer {
	clear: both;
             padding: 0px;
	color: #5D5E61;
}
div#fooleft {
	float: left;
	text-align: left;
        text-transform: uppercase;
        padding: 0 0 0 10px;       	             
}
div#footrt {
	float: right;
        text-align: right;
        color: #A3A5A8;
        font-size: 0.8em;        
}
div#footer p {
        margin: 10px 0 10px 0;
}
div#footer p a {
	color: #5D5E61;
        text-decoration: none;           
}
div#footer p a:hover {
	color: #000000;        
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em 0;
	border-bottom: 1px solid #d6d6d6;
	margin: 1em 0;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
}
div#content h1 {
	color: #000099;
	font-size: 1.3em;
	text-align: left;
	line-height: 1.5em;
        padding-bottom: 3px;
        border-bottom: 1px solid #d6d6d6;
        margin: 0 0 0.5em 0;
}
div#highlight h2 {
	color: #FFFFFF;
	font-size: 1.3em;
        line-height: 1.5em;
        text-align: center;
}
div#content h2 {
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1.2em;
	padding: 6px;
        margin-bottom: 10px;
        background-color: #000099;
}
div#content h3 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
        padding-left: 25px;
        background-image: url(http://www.roadworksolutions.com.au/uploads/roadworks/arrow.png);
        background-repeat: no-repeat;
        background-position: 10px 4px;
}
div#content h4 {
	color: #0000FF;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 3px 0 3px 3px;
        margin-bottom: 20px;
        background: url(http://www.roadworksolutions.com.au/uploads/roadworks/bluewhiteline.jpg) repeat-x left 0px;
}
div#content h5 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
        padding: 3px;
}
div#content h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
        padding: 3px;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

div#leftsidebar p {
	margin-left: 25px;
 	margin-right: 25px;
}
div#rightsidebar p {
	margin-left: 25px;
 	margin-right: 12px;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
.testimonial{
        background-color: #b6e0ff;
        font-weight: bold;
        font-style: italic;
        padding: 10px;
        font-size: 1.2em;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

/* FILE ICONS */
.file {
	padding: 10px 0 10px 20px;
	background: transparent url('http://www.roadworksolutions.com.au/plugins/icons/file.png') no-repeat left;
}
.directory, .directory:link, .directory:visited {
        /* You should not link to a directory via {file} */
	color: red;
}
.filesize {
	/* display: none; */
	font-size: 90%;
}
.deadlink, .deadlink:link, .deadlink:visited {
	/* added if the specified file does not exist */
	color: red;
	font-weight: bold;
}
.filetype_pdf {
	padding: 10px 0 10px 20px;
	background: transparent url('http://www.roadworksolutions.com.au/plugins/icons/pdf.png') no-repeat left center;
}
.filetype_zip {
	padding: 10px 0 10px 20px;
	background: transparent url('http://www.roadworksolutions.com.au/plugins/icons/zip.png') no-repeat left center;
}
.filetype_doc {
	padding: 10px 0 10px 20px;
	background: transparent url('http://www.roadworksolutions.com.au/plugins/icons/doc.png') no-repeat left center;
}
.filetype_ppt {
	padding: 10px 0 10px 20px;
	background: transparent url('http://www.roadworksolutions.com.au/plugins/icons/ppt.png') no-repeat left center;
}
.filetype_xls {
	padding: 10px 0 10px 20px;
	background: transparent url('http://www.roadworksolutions.com.au/plugins/icons/xls.png') no-repeat left center;
}