/**
 *################################################################
 *################################################################
 *################################################################
 *###                                                         ####
 *###  INSTYLE IT - Default Style sheet                       ####
 *###  www.instyleit.com.au - Web development & hosting       ####
 *###                                                         ####
 *################################################################
 *################################################################
 *################################################################
 */
/*********************************
** Default page styles
*********************************/
html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: #555555;
   margin: 0px;
   padding: 0px;
   color: #333333;
}
.mainLayout {
   border: 2px solid #FFFFFF;
}
#pageBody {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 15px;  
   padding-right: 15px;
   font-size: 12px;
   font-weight: normal;
   background: #D3C068;
}

h1 {
   font-family: arial,"Century Gothic";
   font-size: 24px;
   text-align: left;
   margin: 0;
   padding: 0;
   color: #222222;
}
h2 {
   font-size: 20px;
   text-align: left;
   margin: 0;
   padding: 0;
   padding-bottom: 10px;
   color: #222222;
}
h3 {
   font-size: 14px;
   text-align: left;
   color: #222222;
}
h4 {
   font-size: 12px;
   text-align: left;
}
form {
   display: inline;
}
TD,DIV,P {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}

.header {

}

#leftCol {
 padding-top: 15px;
 padding-bottom: 20px;
 margin-left: 10px;
 width: 175px;
 background: #EF0E0E url(/image/leftBG.gif) top left repeat-y;
 text-align: left;
 font-weight: bold;
 color: #FFFFFF;
}
#leftCol a,
#leftCol a:visited {
   display: block;
   color: #FFFFFF;
   text-decoration: none;
   padding: 5px;
   padding-left: 30px;
   background: transparent url(/image/navBullet.gif) center left no-repeat;
}
#leftCol a:hover {
   display: block;
   color: white;
   text-decoration: none;
   background: #000000 url(/image/navBulletHover.gif) center left no-repeat;
}


/* EOF Default page styles*/

/******************************
** Link styles
******************************/
a {color: #222222; text-decoration: underline}
a:visited {color: #444444; text-decoration: underline}
a:hover {color: #FF170E; text-decoration: none}

/* EOF Link styles*/


/******************************
** Footer styles
******************************/
.footerCopy {
   font-size: 10px;
   color: #FFFFFF;
   text-align: center;
   padding-left: 30px;
}
.footerSep {
   color: #FFFFFF;
   font-weight: bold;
}
a.footerLink {color: #FFFFFF; text-decoration: none;}
a.footerLink:visited {color: #FFFFFF; text-decoration: none;}
a.footerLink:hover {color: #FFFFFF; text-decoration: underline;}

/* ***** EOF Footer styles ***** */

.padRight5 {
   padding-right: 15px;
}

.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;
}

.slogan {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-align: center;
}
.border1 {
  border: black solid 1px;
}
.strong {
  font-weight: bold;
}

.requiredStar {
  color: #ff0000;
  vertical-align: sup;
}
.contactField {
  font-weight: bold;
  text-align: right;
  width: 100px;
}

/****** Macromedia style buttons ********/
.btn {
    background: #fefefe url(/image/btnBG.gif) repeat-x;
    border: 3px double;
    border-color: #F70406 #F70406 #F70406 #F70406;
    width: 80px;
}
.btn:hover,
.btn:focus {
 border: 3px double;
 border-color: #000000 #000000 #000000 #000000;
}

input.btn {
    cursor: pointer !important;
    /* Used for early versions of ie. Not standard CSS */
    cursor: hand;
}
/*********************/

.picOfPic {
   font-size: 10px;
   font-weight: bold;
   padding-top:3px;
}

#previousPic {
   color: #CCCCCC;
}
#previousPic a {
   text-decoration: none;
}
#previousPic a:visited {
   text-decoration: none;
}
#previousPic a:hover {
   text-decoration: underline;
}

#nextPic {
   color: #CCCCCC;
}
#nextPic a {
   text-decoration: none;
}
#nextPic a:visited {
   text-decoration: none;
}
#nextPic a:hover {
   text-decoration: underline;
}
.homeHeadLine {
   font-family: arial;
   font-size: 22px;
   font-weight: bold;
   font-variant: small-caps;
   padding-top: 10px;
   color:#FF170E;
}

.photoIFrame {
   background: #D3C068 url(/image/mainBG.jpg) top left repeat;
}
.hidden {
   display: none;
}
.thumb img{
   border: 3px double #FFFFFF;
}
.contactDetails {
   font-weight: normal;
   border: 3px double #FFFFFF;
   margin: 5px;
   padding: 5px;
   line-height: 16px;
}
.contactDetails th {
   text-align: right;
}
.contactDetails .callUs {
   text-align: center;
   color: #FFFFFF;
   font-weight: bold;
   padding-bottom: 5px;
}
.contactDetails .email {
   text-align: center;
}
#leftCol .contactDetails a,
#leftCol .contactDetails a:visited {
   background: none;
   text-decoration: underline;
   display: inline;
   padding: 0px;
   margin: 0px;
   
}
#leftCol .contactDetails a:hover {
   text-decoration: none;
   background: none;

}
.pic {
   border: 3px double #FFFFFF;
}
.homeIntro {
   color: #ffffff;
   font-weight: bold;
   font-size: 13px;
}
.homeBullet {
   color: #222222;
}
.experience {
   float: right;
   padding: 10px;
   border: 3px double #FF170E;
   background-color: #333333;
   color: #FFFFFF;
}
.experience ul li{
   margin-left: -20px;
}
#smartHuts ul {
   margin-top: 0;
}
#smartHuts ul li {
   line-height: 20px;
}