/**
 *
 *  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: #ffffff url(/image/background_bg.png) top right no-repeat;
   margin: 0px;
   padding: 0px;
   color: #333333;
}

h1 {
   font-size: 22px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 15px 0px;
   color: #046FB9;
}
h2 {
   font-size: 18px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #046FB9;
}
h3 {
   font-size: 14px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #201C5A;
}
h4 {
   font-size: 11px;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   text-align: left;
   color: #201C5A;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}
ul {
   list-style-type: square;
}
li {
   padding-bottom: 5px;
}
.clear {
   clear: both;
}
#siteContainer {
   width: 978px;
   position: relative;
}
#header {
   height: 183px;
   background: transparent url(/image/header.jpg) top left no-repeat;
}
#logo {
   
}
#pageContainer {
   background: #ffffff url(/image/content_bg.gif) top left repeat-y;   
}

#leftCol {
   padding: 0 0 30px 2px;
   width: 215px;
   text-align: left;
   background: transparent url(/image/left_people.gif) bottom left no-repeat;
}
.minsize {
   min-height: 500px;
   height:auto !important;
   height:500px;
}
#contentContainer {
   padding: 5px 15px 50px 15px;
   font-size: 12px;
   font-weight: normal;
   text-align: left;
}
#rightCol {
   float: right;
   width: 200px;
   min-height: 350px;
   height:auto !important;
   height:350px;
   padding-left: 5px;
}

a {
   color: #046FB9;
   text-decoration: underline;
}
a:visited {
   color: #201C5A;
   text-decoration: underline;
}
a:hover {
   color: #046FB9;
   text-decoration: none;
}

#footer {
   font-size: 10px;
   color: #046FB9;
   line-height: 25px;
   padding-bottom: 3px;
   text-align: center;
   background: #ffffff url(/image/footer_bottom.gif) bottom left no-repeat;
}
#footer a,
#footer a:visited {
   color: #046FB9;
   text-decoration: none;
}
#footer a:hover {
   color: #201C5A;
   text-decoration: underline;
}

/** Navigation */

.btn {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #1D69EF #004E5F #004E5F #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;
}

.required {
   color: #ff0000;
   vertical-align: super;
}
.contactField {
   font-weight: bold;
   text-align: right;
   width: 80px;
}
.hidden {
   display: none;
}
#instyleIt {
   text-align: right;
   margin: 5px;
   height: 25px;
}
#instyleIt a,
#instyleIt a:visited {
   color: #333333;
}
#instyleIt a:hover {
   color: #333333;
   text-decoration: underline;
}
#instyleIt img {
   border: 0;
}
#newsletterBtn {
   position: absolute;
   top: 145px;
   right: 75px;
}
#headerPhone {
   position: absolute;
   top: 155px;
   right: 310px;
}
#bodyContainer {
   position: relative;
}
#dots {
   position: absolute;
   bottom: 60px;
   left: 0;
   height: 5px;
   width: 100%;
   background: transparent url(/image/dots.gif) top left repeat-x;
}
#newsList {
   margin-top: 10px;
}
#newsList .added,
#newsFull .added {
   font-size: 10px;
   color: #201C5A;
}
#newsList .snippet {
   padding: 5px 0 20px 0px;
}
#newsList .more {
   font-size: 10px;   
   padding-top: 3px;
   font-style: italic;
}

