/*
Theme Name: Theme Name
Version: 1.0
Author: Perth Web Design
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}

body {
    font-size: 13px;
    font-family: Arial, sans-serif, Helvetica;
    background: #b7a56b url(img/bg.gif) top center repeat-y;
    color: #000;
    margin: 0px;
}

p {
    margin: 10px 0px 10px 0px;
    line-height: 18px;
}

a {
    color: #0c52a0;
    text-decoration: none;
}

a:hover {
    color: #e8dfc1;
    text-decoration: none;
}

img {
    border: 0px;
}

h2 {
    font-weight: lighter;
    font-size: 16px;
    color: #143e88;
    margin-bottom: 15px;
}

h3 {
	width: 602px;
    font-weight: lighter;
    margin: 20px 0px 15px -20px;
    font-size: 14px;
	line-height: 16px;
	padding-left: 20px;
    color: #143e88;
	background:url(img/list.png) 0px 0px no-repeat;
}

hr {
    margin-bottom: 10px;
    border: 0px;
    border-top: 1px dashed #ccc;
    clear: both;
}

.clear {
    clear: both;
}

.alignleft {
    float: left;
    margin: 5px 10px 0px 0px;
}

.aligncenter {
	text-align: center;
}

.alignright {
    float: right;
    margin: 5px 0px 0px 10px;
}

/*/////////////////////////////////////////////////////////////////////////////
    Layout
/////////////////////////////////////////////////////////////////////////////*/

#container {
    position: relative;
	min-height: 0px;
    width: 940px;
    margin: 0px auto;
	padding: 0px 27px;
	background: #fff;
	border-right: 1px #d5ceb5 solid;
	border-bottom: 1px #d5ceb5 solid;
	border-left: 1px #d5ceb5 solid;
    z-index: 1;
}

#header {
    position: relative;
    height: 164px;
    width: 940px;
    z-index: 2;
}

#logo a {
    position: absolute;
    width: 310px;
    height: 121px;
    top: 21px;
    left: 0px;
    display:block;
    background:url(img/logo.png) no-repeat;
    text-indent: -99999em;
    z-index: 3;
}

#contactus {
    position: absolute;
    top: 40px;
    right: 0px;
	padding-left: 51px;
    display: block;
    background: url(img/phone.png) 0px 4px no-repeat;
    text-indent: -99999em;
	text-align: right;
    z-index: 3;
}

#slidercontainer {
    position: relative;
    height: 231px;
    width: 940px;
	margin-bottom: 20px;
    z-index: 2;
}

#sliderarea {
    position: relative;
    height: 205px;
    width: 940px;
    z-index: 3;
}

#slidershadow {
    position: relative;
    height: 26px;
    width: 945px;
	margin-left: -3px;
	background: url(img/bannerimageshadow.png) no-repeat;
    z-index: 3;
}

#content, #pagecontent {
    position: relative;
    width: 940px;
	min-height: 0px;
    z-index: 2;
}

#leftcol {
    position: relative;
    float: left;
    width: 195px;
    min-height: 0px;
    z-index: 7 !important;
}

#primary_navigation {
    position: relative;
    min-height: 0px;
    width: 195px;
    z-index: 8 !important;
}

#aboutus {
    position: relative;
    min-height: 0px;
    width: 156px;
	padding: 10px;
	background: #0c52a0;
    z-index: 8 !important;
}

#aboutusshadow {
    position: relative;
    height: 26px;
    width: 192px;
	margin-left: -8px;
	background: url(img/navshadow.png) no-repeat;
    z-index: 7;
}

#rightcolcontainer {
    position: relative;
    float: right;
    width: 730px;
    min-height: 0px;
    z-index: 3 !important;
}

#rightcol, #pagerightcol {
    position: relative;
    width: 622px;
	min-height: 532px;
	padding: 30px 50px 20px 50px;
	border: 4px #b7a56b solid;
    z-index: 4;
}

#topsearchnavigation {
    position: relative;
    width: 100%;
    min-height: 0px;
	margin-bottom: 10px;
    border-bottom: 1px solid #ebe5e5;
    z-index: 5;
}

#bottomsearchnavigation {
    position: relative;
    width: 100%;
    min-height: 0px;
    z-index: 5;
}

#postsection {
    position: relative;
    width: 100%;
    min-height: 382px;
    margin: 0px 0px 10px 0px;
    z-index: 5;
}

.searchtermarea {
    position: relative;
    width: 100%;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ebe5e5;
    margin-bottom: 10px;
    z-index: 6;
}

#rightcolshadow {
    position: relative;
    float: right;
    width: 730px;
    height: 20px;
	background: url(img/contentshadow.png) no-repeat;
    z-index: 4;
}

#logoscontent {
    position: relative;
    width: 940px;
	height: 93px;
	margin: 10px 0px 30px 0px;
    z-index: 2;
}

#logoscontent ul {
	float: right;
}

#logoscontent ul li {
	float: left;
	margin-left: 56px;
	list-style: none;
}

#footercontainer {
    position: relative;
    height: 65px;
    width: 940px;
    margin: 0px auto;
	padding: 0px 27px 15px;
	background: #0c52a0;
    z-index: 1;
}

#footer {
    position: relative;
    width: 940px;
    height: 65px;
    margin: 0px auto;
    z-index: 2;
}

#copyright {
    position: absolute;
    top: 20px;
    left: 0px;
    color: #fff;
	font-size: 10px;
    line-height: 15px;
    z-index: 3;
}

#backtotop {
    position: absolute;
    top: 55px;
    left: 0px;
    color: #fff;
	font-size: 10px;
    line-height: 12px;
    padding-left: 16px;
    background:url(img/backtotop.png) no-repeat;
    display:block;
    z-index: 3;
}

#pwdlogo {
    position: absolute;
    width: 118px;
    height: 15px;
    top: 41px;
    right: 0px;
    display:block;
    background:url(img/pwdlogo.png) no-repeat;
    text-indent: -99999em;
    z-index: 3;
}

/*/////////////////////////////////////////////////////////////////////////////
    Hedaer
/////////////////////////////////////////////////////////////////////////////*/

.largenblue {
	margin-bottom: 2px;
	font-size: 27px;
	line-height: 27px;
	color: #143e88;
}

.smallnblack {
	margin-bottom: 0px;
	font-size: 10px;
	line-height: 10px;
}

/*/////////////////////////////////////////////////////////////////////////////
    Navigation
/////////////////////////////////////////////////////////////////////////////*/

#primary_navigation li {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    text-align: left;
    list-style: none;
}

#primary_navigation li a {
	width: 176px;
    height: 20px;
    padding: 10px 19px 10px 0px;
    display: block;
	background:url(img/navbutton.png) top no-repeat;
    font-size: 20px;
    line-height: 20px;
    font-weight: lighter;
    color: #fff;
    text-decoration:none;
	text-align: center;
}
#primary_navigation a:hover {
	background:url(img/navbutton.png) bottom no-repeat;
}

#primary_navigation .current_page_item a {
	background:url(img/navbutton.png) bottom no-repeat !important;
}

.current_page_ancestor a, ul ul .current_page_parent a {
	background:url(img/navbutton.png) bottom no-repeat !important;
}

/*--second level------------------------------------------*/

#primary_navigation :hover > a, #primary_navigation ul ul :hover > a {
	background:url(img/navbutton.png) bottom no-repeat;
}

#primary_navigation ul li ul {
    position: absolute;
    width: 184px;
    min-height: 0px;
    top: 0px;
    left: 195px;
    visibility: hidden;
}

#primary_navigation ul ul li {
    background: #b7a56b;
    margin: 0px;
}

#primary_navigation ul ul li a {
    width: 170px;
    padding: 10px;
    border-bottom: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
	font-weight: bold;
	background: none !important;
	text-align: left;
}

#primary_navigation ul ul a:hover {
    color: #e8dfc1;
}

#primary_navigation ul ul .current_page_item a {
    color: #e8dfc1;
}

#primary_navigation ul ul .current_page_item ul li a {
    color: #fff;
}

#primary_navigation ul ul .current_page_item a:hover {
    color: #e8dfc1;
}

#primary_navigation ul ul :hover > a, #primary_navigation ul ul ul :hover > a {
    color:#e8dfc1;
}

/*--third level-------------------------------------------*/
#primary_navigation ul ul ul {
    width: 184px;
    top: 0px;
    left: 184px;
    min-height: 0px;
}

ul ul .current_page_parent a {
    color: #e8dfc1 !important;
}

ul ul .current_page_parent ul a {
    color: #fff !important;
}

ul ul .current_page_parent ul a:hover {
    color: #e8dfc1 !important;
}

ul ul .current_page_parent ul .current_page_item a {
    color: #e8dfc1 !important;
}

/*--show second level on first level hover----------------*/
#primary_navigation ul li:hover ul, #primary_navigation ul a:hover ul {
    visibility: visible;
}

/*--hide third level on second level hover----------------*/
#primary_navigation ul :hover ul ul {
    visibility: hidden;
}

/*--show third level on second level hover----------------*/
#primary_navigation ul :hover ul :hover ul {
    visibility: visible;
}

/*/////////////////////////////////////////////////////////////////////////////
    BX Slider
/////////////////////////////////////////////////////////////////////////////*/

.bx-window {
    position: relative;
    height: 205px;
    width: 940px;
	z-index: 4;
}

#slider, #slider li {
    position: relative;
    height: 205px;
    width: 940px;
}

#slider p {
	margin: 0px;
}

#slider img {
    height: 205px;
    width: 940px;
}

/*/////////////////////////////////////////////////////////////////////////////
    The Content
/////////////////////////////////////////////////////////////////////////////*/

#aboutus h2 {
	color: #fff;
}

#aboutus p {
	color: #fff;
	margin: 10px 0px 0px 0px;
}

#aboutus a {
	color: #a6caf2;
}

#aboutus a:hover {
	color: #e8dfc1;
}

/*-- List Section ----------------*/

#rightcol ul, #rightcol ol {
    position: relative;
    margin: 10px 0px 10px 20px;
}

#pagerightcol ul, #pagerightcol ol {
    position: relative;
    margin: 10px 0px 10px 40px;
}

#rightcol ul li, #pagerightcol ul li {
    list-style-image: url(img/list.png);
    margin-bottom: 5px;
}

#rightcol ol li, #pagerightcol ol li {
    margin-bottom: 5px;
}

#costcallist li {
    list-style-image: none !important;
    list-style: none !important;
    margin-bottom: 5px;
}

/*-- Tables Section ----------------*/

#content table, #pagecontent table {
    margin: 10px 0px;
}

#content thead td, #pagecontent thead td, #content th, #pagecontent th {
    background: #0c52a0;
    color:#fff;
    padding: 5px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}

#content td, #pagecontent td {
    padding: 5px 10px;
    vertical-align: top;
}

/*-- Calculator Forms Section ----------------*/

#costcallist label {
	position: relative;
	width: 190px !important;
	display: inline-block;
}

.text-input {
    width: 215px;
    font-size: 12px !important;
    line-height: 12px !important;
    height: 12px !important;
    color: #444;
    background: #9cc2d6;
    border: 1px solid #9cc2d6;
    padding: 5px !important;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-top: 3px;
}

.text-input:focus {
    background: #d3e3ed;
    color: #444;
}

#costcallist .gform_button {
	margin: 2px 0px 0px 193px;
}

/*-- Gravity Forms Section ----------------*/

.gform_wrapper ul {
    margin: 0px !important;
}

.gform_wrapper ul li {
    margin: 10px 0px !important;
    padding: 0px !important;
    list-style-image: none !important;
    list-style: none !important;
}

.gfield_label {
    font-weight:lighter !important;
}

.gfield_required {
    color: #ff0000 !important;
    font-weight:lighter !important;
}

.ginput_container input {
    width: 215px;
    font-size: 12px !important;
    line-height: 12px !important;
    height: 12px !important;
    color: #444;
    background: #9cc2d6;
    border: 1px solid #9cc2d6;
    padding: 5px !important;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-top: 3px;
}

.ginput_container  textarea  {
    width: 350px !important;
    font-size: 12px !important;
    color: #444;
    background: #9cc2d6;
    border: 1px solid #9cc2d6;
    font-family: Arial, Helvetica, sans-serif;
    height: 78px !important;
    padding:5px !important;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-top: 3px;
}

.ginput_container input:focus, .ginput_container textarea:focus {
    background: #d3e3ed;
    color: #444;
}

.gform_button {
    width: 100px !important;
    font-size: 12px;
    line-height: 12px;
    height: 27px;
    padding:5px !important;
    color: #fff !important;
    background: #2b7195 !important;
    border: none;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    cursor: pointer;
}

.gform_button:focus, .gform_button:hover {
    color:#c1d8e6 !important;
}

.gform_validation_container {
    display: none;
}

/*-- Error Section ----------------*/

.validation_error {
    color: #70a7c5 !important;
    font-weight:lighter !important;
    font-size: 12px !important;
    margin:  10px 0px !important;
}

.gfield_error {
    background: none !important;
    border: 0px !important;
    color: #70a7c5 !important;
    padding: 0px !important;
}

.gfield_error .gfield_label {
    color: #2b424b !important;
    font-weight:lighter !important;
}

.validation_message {
    color: #397d9f !important;
    padding: 2px 0px 0px 0px !important;
}

.gfield_error input, .gfield_error textarea {
    background: #ff0000 !important;
    color: #fff !important;
    border: 1px #ff0000 solid !important;
}

.gfield_error input:focus, .gfield_error textarea:focus {
    color: #fff !important;
}

/*/////////////////////////////////////////////////////////////////////////////
    The Footer
/////////////////////////////////////////////////////////////////////////////*/

#copyright ul {
	margin: 0px 0px 0px -10px;
}

#copyright ul li {
	position: relative;
	float: left;
	list-style: none;
}

#copyright a {
	margin: 0px 10px;
    color: #fff;
    text-decoration: none;
	text-transform: uppercase;
}

#copyright a:hover {
    color: #e8dfc1;
    text-decoration: none;
}

.footer_current_page {
    color: #e8dfc1 !important;
    text-decoration: none;
}

#backtotop:hover {
    color: #e8dfc1;
}
