/**
 *################################################################
 *################################################################
 *###                                                         ####
 *###  INSTYLE IT - Default Style sheet                       ####
 *###  www.instyleit.com.au - Web development & hosting       ####
 *###                                                         ####
 *################################################################
 *################################################################
 */

html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: #FDEBC7 url(/image/gui/background_gradient.jpg) repeat-x;
   margin: 0px;
   padding: 0px;
   color: #464646;
}
h1 {
   font-size: 18px;
   text-align: left;
   color: #464646;
   padding-top: 0px;
   margin-top: 8px;
   padding-left: 6px;
   background: transparent url(/image/gui/header_bullet.jpg) center left no-repeat;
}
h2 {
   font-size: 16px;
   text-align: left;
   color: #464646;
   padding-top: 0px;
   margin-top: 8px;
   padding-left: 6px;
   background: transparent url(/image/gui/header_bullet.jpg) center left no-repeat;
}
h3 {
   font-size: 14px;
   text-align: left;
}
h4 {
   font-size: 12px;
   text-align: left;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}
a {
   color: blue;
   text-decoration: underline;
}
a:visited {
   color: #1E90FF;
   text-decoration: underline;
}
a:hover {
   color: blue;
   text-decoration: none;
}
input.button {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #8BFF00 #ABFF00 #9BFF00 #ABFF00;
   width: 80px;
}
input.button:hover,
input.button:focus {
   border: 3px double;
   border-color: #6ab94b #94da78 #6ab94b #94da78;
}

#pageBody {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;  
   padding-right: 5px;
   font-size: 12px;
   font-weight: normal;
}

#header {
   background: #DCDCDC;
   height: 100px;
   width: 100%;
}
#header .logo {
   text-align: center;
   width: 150px;
}
#header .main {
}

#leftCol {
   padding-top: 10px;
   padding-bottom: 20px;
   width: 200px;
   background: #DCDCDC;
}

#footer {
   color: #DCDCDC;
   text-align: center;
   line-height: 20px;
}
#footer .sep {
   font-weight: bold;
}

#footer a,
#footer a:visited {
   color: #DCDCDC;
   text-decoration: underline;
}
#footer a:hover {
   color: #DCDCDC;
   text-decoration: none;
}

.floatRight {
   float: right;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 5px;
   margin-left: 10px;
}
.floatLeft {
   float: left;
   margin-top: 0;
   margin-right: 10px;
   margin-bottom: 5px;
   margin-left: 0;
}
.strong {
   font-weight: bold;
}

.requiredStar {
   color: #ff0000;
   vertical-align: sup;
}
.contactField {
   font-weight: bold;
   text-align: right;
   width: 100px;
}
.hidden {
   display: none;
}

#mainLeft {
   background: url(/image/gui/body_middle.gif) left repeat-y;
}

#mainRight {
   background: url(/image/gui/body_middle.gif) right repeat-y;
}

#siteWrapper {
   background: url(/image/gui/background_smiley.jpg) 80% 0% no-repeat;
   /*height: 601px;*/
}

#mainWrapper {
   width: 990px;
}

#headerSplash {
   position: relative;
   height: 65px;
}

#headerLogo {
   position: absolute;
   top: 0px;
   left: 22px;
}

#headerPhone {
   position: absolute;
   top: 26px;
   left: 282px;
}

#menuHeader {
   height: 50px;
   background: url(/image/gui/body_top.gif) bottom no-repeat;
   padding-left: 20px;
}

.menuBlock {
}

#menuItem {
   background-repeat: repeat-x;
   background-image: url(/image/gui/button_middle.jpg);
   text-align: center;
}

#menuItem ul {
   margin: 0px;
   padding: 3px 10px 0px;
   list-style: none;
}
#menuItem li {
   float: left;
   background: url(/image/gui/button_left.jpg) no-repeat left top;
   margin: 0px;
   padding: 0px 0px 0px 9px;
}
#menuItem a {
   float: left;
   display: block;
   background: url(/image/gui/button_right.jpg) no-repeat right top;
   height: 22px;
   padding: 6px 15px 0px 6px;
   text-decoration: none;
   font-weight: bold;
   color: #464646;
}
#menuItem #selectedTop {
   height: 25px;
   background-image: url(/image/gui/button_left_selected.jpg);
}
#menuItem #selectedTop a {
   height: 25px;
   background-image: url(/image/gui/button_right_selected.jpg);
   color: #000000;
   padding-bottom: 0px;
}
#menuItem a:hover {
   color: #FFFFFF;
}

#bodyFrame {
}

#sideBar {
   position: relative;
   margin-left: 16px;
   margin-right: 10px;
   top: -12px;
   width: 200px;
}

#menuTop {
}

#menuLeft {
   background-repeat: repeat-x;
   background-image: url(/image/gui/menu_background.jpg);
}

#menuLeft .indent {
   padding-left: 8px;
}

#menuLeft ul {
   color: #464646;
   font-size: 11px;
   font-weight: bold;
   list-style: none;
   padding: 0px;
   margin: 15px 0px 15px 0px;
   text-indent: 8px;
}

#menuLeft li a {
   display: block;
   color: #464646;
   text-decoration: none;
   line-height: 25px;
   height: 25px;
}

#menuLeft #selectedLeft, #menuLeft li a:hover {
   display: block;
   background-repeat: repeat-y;
   background-image: url(/image/gui/menu_selected.jpg);
}

#footer {
   position: relative;
   height: 75px;
   background-repeat: no-repeat;
   background-position: bottom;
   background-image: url(/image/gui/body_bottom.gif);
}

#footerBackground {
   position: absolute;
   left: 0px;
   top: 0px;
}

#footerShadow {
   position: absolute;
   left: 21px;
   top: 28px;
}

#footerLogo {
   position: absolute;
   top: 0px;
   right: 28px;
}

.clearBoth {
   clear: both;
}

#bodyMain {
   text-align: left;
   padding-right: 30px;
}

#intersiteBar {
   height: 24px;
   text-align: right;
   padding-right: 12px;
}

#bodyRight {
   float: right;
   padding: 0px 0px 10px 10px;
   text-align: center;
}

#menuItems {
   min-height: 170px;
   height:auto !important;
   height: 170px;
}

.bodyMainImage {
   border: 1px solid black;
}

.usrErrMsg {
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding-left: 60px;
    padding-top: 15px;
    height: 50px;    
    background: url(/image/thumbDown.gif) top left no-repeat;
}

.usrAccMsg {
    color: blue;
    font-weight: bold;
    font-size: 14px;    
    padding-left: 60px;
    padding-top: 15px;
    height: 50px;
    background: url(/image/thumbUp.gif) top left no-repeat;
}

.formTable th {
   text-align: right;
}
#footerCopy {
   font-size: 10px;
   color: #333333;
   text-align: center;
   padding: 10px 0 10px 0;
}
#footerCopy a,
#footerCopy a:visited {
   color: #333333;
   text-decoration: none;
}
#footerCopy a:hover {
   text-decoration: underline;
}
