@charset "UTF-8";

/*
CSS Information
-----------------------------------------------------------
Author: Jaymie Jones
Author Company: Xtreme.com.au
Author Website: http://www.xtreme.com.au
Designed For: http://www.dtlconstructions.com.au
Date: 09/09/2009
Last Modification: 11/09/2009
-----------------------------------------------------------*/

/*
Summary
-----------------------------------------------------------
01. Base Element Declarations
02. Base Element Containers
03. Base Element Classes
04. General Styles
-----------------------------------------------------------*/

/*
01. base element declarations
-----------------------------------------------------------*/

body,td,th {
	color: #555;
	font-family: Calibri, Arial,Verdana, helvetica, sans-serif;
	font-size: 12px;
}

body {
	/* background: #ddd url('images/background.gif') bottom left repeat-x; */
	background: #555555;
}

a { color: #ff9900; }

a:link { border-bottom: 1px dotted #ff9900; text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { border-bottom: 1px dotted #555; color: #555; text-decoration: none; }

a:active { text-decoration: none; }

a img { border-bottom: none; }

h1, h2, h3, h4 {
	color: #ff9900;
	font-family: Calibri, Helvetica, arial, sans-serif;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	text-transform: capitalize;
}

h1 { font-size: 22px; }

h2 { font-size: 18px; }

h3 { font-size: 15px; }

h4 { font-size: 13px; }

p { margin: 10px 0px; }

dl dt { font-weight: bold; }

dl dd { margin-left: 20px; }

fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
	margin: 15px 0px;
	padding: 15px; 
}

legend > a { border-bottom: none !important; }

legend { font-weight: bold; padding: 0px 5px; }

th { background-color: #264c61; color: #fff; font-weight: bold; }

th a { color: #ff9900 !important; font-weight: bold; }

th a:hover { color: #ff9900 !important; text-decoration: none !important; }

td, th { padding: 10px; }

tr.odd { background-color: #ddd; }

tr.odd td { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }

td.module { background-color: #555; color: #fff; }

abbr, acronym { border-bottom: 1px dotted #000; }

sup { font-size: 10px; top: -10px; }

sub { font-size: 10px; bottom: -1px; }

hr { border: 1px solid #ccc; }

label { font-weight: bold; }

strong { font-weight: bold; }

em { font-style: italic; }

blockquote {
	background-color: #eee;
	border: 1px dashed #ccc;
	font-style: italic;
	padding: 25px;
}

/*
02. base element containers
-----------------------------------------------------------*/

#wrapper { margin: 0 auto; width: 960px; box-shadow: 0 5px 10px rgba(0,0,0,.7); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.7); -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.7);}

#header {
	/*-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;*/
	background-color: #eee;
	height: 125px;
	position: relative;
	z-index: 10;
}

#content { padding: 40px 0px; background: #111111; }

#footer { background-color: #eee; border-top: 5px solid #264c61; padding: 0px 25px 25px 25px; }

/*
03. base element classes
-----------------------------------------------------------*/

/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

.alignleft { float: left; margin: 0px 15px 15px 0px; }

.alignright { float: right; margin: 0px 0px 15px 15px; }

/* System */

.sticky-enabled a { border-bottom: none; color: #264c61; text-decoration: underline; }

.sticky-enabled a:hover { color: #000; }

.system-status-report th { background-color: transparent; color: #555; }

.tabs ul li { margin-left: 0px !important; }

.description { font-family: verdana, sans-serif; font-size: 11px !important; }

/* Pagers */

ul.pager { background-color: #f0f0f0; padding: 5px 0px; width: 100%; }

ul.pager li.pager-current, ul.pager li.pager-item, ul.pager li.pager-next, ul.pager li.pager-last, ul.pager li.first, ul.pager li.pager-first, ul.pager li.pager-previous
{ margin: 0px !important; padding: 0px !important; }

ul.pager li, li.pager-current, ul.pager li a {
	border-bottom: none;
	margin: 3px;
	text-transform: capitalize;
}

ul.pager li.pager-current { color: #ff9900; }

/* Anchor Button */

a.button, .button a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ff9900;
	border-bottom: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 10px 15px 0px 0px;
	padding: 5px;
	text-align: center;
	width: 100px;
}

a.button:hover, .button a:hover { background-color: #555; }

/* Nice Menus */

.nice-menu, #nice-menu-1 { margin: 0px; padding: 0px; }

/* Webform */

.webform-client-form .form-text, .webform-client-form .form-textarea { border: 1px solid #ccc; font-size: 14px; padding: 5px; }

.webform-client-form .form-text:hover, .webform-client-form .form-textarea:hover { border: 1px solid #aaa; }

.webform-client-form .form-text:focus, .webform-client-form .form-textarea:focus { background-color: #ffffcc; }

/* Panels: Page Manager */

.page-manager-operations li a { border-bottom: none; }

/* Views: Admin Links */

.views-admin-links li { margin: 0px !important; }

.views-admin-links li a { background-color: #fff; border: 1px solid #ccc; padding: 5px; }

.views-admin-links li a:hover { border: 1px solid #000; }

/* Views: Tab Set */

.views-tabset ul li { list-style-type: none !important; margin: 0px !important; padding: 0px; }

.views-tabset a, .views-tabset ul li a { border-bottom: none; }

/* Captcha */

fieldset.captcha img { border: 1px solid #ccc; margin-top: 10px; padding: 5px; }


/*
04. General Styles
-----------------------------------------------------------*/

/* IMCE */

#ops-wrapper { margin-top: 20px; }

/* Autocomplete */

#autocomplete { background-color: #ffffff !important; }

#autocomplete ul { margin: 0px !important; }

#autocomplete ul li { list-style-type: none !important; margin-left: 0px !important; }

/* Lightbox */

#lightbox a { border-bottom: none; }

/* Header */

#header a.logo {
	border-bottom: none;
	left: 10px;
	position: absolute;
	top: 10px;
}

#header span.phone-header {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 20px;
}

#header span.phone-header-subtext {
	font-size: 9px;
	font-weight: normal;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 40px;
}

#header #navigation {
	height: 35px;
	position: absolute;
	top: 85px;
	width: 100%;
	z-index: 100;
}

/* Header: navigation */

#header ul {
	/*-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;*/
	border-bottom: 5px solid #264c61;
	position: absolute;
	height: 35px;
	left: 0px;
	top: 0px;
	width: 100%;
}

#header ul li { float: left; }

#header ul li a {
	color: #999;
	border-bottom: none;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	padding: 0px 10px;
}

#header ul li a:hover { border-bottom: 5px solid #ff9900; color: #555; }

ul#nice-menu-1 ul, ul#nice-menu-1 ul li a:hover { border-bottom: none; }

ul#nice-menu-1 ul { top: 40px; }

ul#nice-menu-1 ul li { float: none; }

ul#nice-menu-1 ul li a {
	background-color: #f4f4f4;
	font-size: 14px;
	height: auto;
	margin: 0px;
	padding: 10px;
	width: 200px;
}

ul#nice-menu-1 ul li a:hover { background-color: #333; color: #fff }

/* Hero */

#hero-title { margin-bottom: 40px; text-align: center; }

/* Content */ 

#content .content-area { background-color: #fff; min-height: 500px; padding: 15px;  }

#content ul, #content ol { margin: 10px 0px; }

#content ul li, #content ol li { margin-left: 30px; }

#content ul li { list-style-type: disc; }

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

/* Footer */

#footer #block-block-1 .content { font-size: 14px; font-weight: bold; }

#copyright {
	clear: both;
	font-size: 10px;
	margin-top: 45px;
	text-align: center;
	width: 100%;
}

#copyright a { color: #555; border-bottom: none; }

#copyright a:hover { color: #555; border-bottom: 1px dotted #555; }
