/**
 *
 *  INSTYLE IT
 *  http://www.instyleit.com.au - Australian Web Hosting and Design
 *  
 */

html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: #FCCC28;
   margin: 0px;
   padding: 0px;
   color: #333333;
}

h1 {
   font-size: 16px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 15px 0px;
   color: #333333;
}
h2 {
   font-size: 14px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #333333;
}
h3 {
   font-size: 12px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #333333;
}
h4 {
   font-size: 11px;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   text-align: left;
   color: #333333;
}
form {
   display: inline;
}
p,div,td {
   font-family: Verdana, Arial, sans-serif;
}
ul {
   list-style-type: square;
}
li {
   padding-bottom: 5px;
}
.clear {
   clear: both;
}
#header {
}
#logo {
   
}
#siteContainer {
   position: relative;
   width: 990px;
}
#pageContainer {
   background: transparent url(/image/content_bg.jpg) top left repeat;
}
#content {
   min-height: 650px;
   height:auto !important;
   height: 650px;
   background: transparent url(/image/page_bg.jpg) top left no-repeat;
}
#leftCol {
   padding: 20px 10px 30px 10px;
   width: 175px;
   text-align: left;
   border-right: 1px solid #FCCC28;
}
.minsize {
   min-height: 500px;
   height:auto !important;
   height:500px;
}
#contentContainer {
   padding: 20px 20px 155px 10px;
   font-size: 13px;
   line-height: 16px;
   font-weight: normal;
   text-align: left;
}
a {
   color: #1D69EF;
   text-decoration: underline;
}
a:visited {
   color: #459F8C;
   text-decoration: underline;
}
a:hover {
   color: #333333;
   text-decoration: none;
}

#footer {
   height: 60px;
   font-size: 10px;
   color: #FFFFFF;
   text-align: center;
   background: transparent url(/image/footer.jpg) bottom left no-repeat;
}

.btn {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #1D69EF #333333 #333333 #1D69EF;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #A7DFD2 #A7DFD2 #A7DFD2 #A7DFD2;
   cursor: pointer;
}
.floatRight {
   float: right;
   margin: 0 0 5px 10px;
}
.floatLeft {
   float: left;
   margin: 0 10px 5px 0;
}

.strong {
   font-weight: bold;
}

.requiredStar {
   color: #ff0000;
   vertical-align: super;
}
.contactField {
   font-weight: bold;
   text-align: right;
   width: 80px;
}
.hidden {
   display: none;
}

#instyleIt {
   background: #FCCC28;
   overflow: auto;
}
#instyleIt img {
   border: 0;
   float: right;
   margin: 5px;
}

#hand {
   position: absolute;
   top: 0px;
   right: 6px;
}
#contactCol {
   margin-top: 30px;
}
#adminLink {
   position: absolute;
   left: 0;
   bottom: 0;
}