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

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

} 
body {
   font-family: Arial, Verdana, sans-serif;
   font-size: 13px;
   background: #ffffff;
   margin: 0px;
   padding: 0px;
   color: #00245D;
}

h1 {
   font-size: 24px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 15px 0px;
   color: #FDB913;
}
h2 {
   font-size: 20px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #FDB913;
}
h3 {
   font-size: 16px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #00245D;
}
h4 {
   font-size: 14px;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   text-align: left;
   color: #00245D;
}
form {
   display: inline;
}
li,div, p, td {
   font-family: Arial, Verdana, sans-serif;
   font-size: 14px;
}
ul {
   list-style-type: square;
}
li {
   padding-bottom: 5px;
}
.clear {
   clear: both;
}
#header {
}
#logo {
   background-color: #ffffff;
   padding-bottom: 5px;
}
#pageContainer {
   width: 990px;
}

#leftCol {
   width: 300px;
   text-align: left;
   padding: 0 0 20px 0;
}
.minsize {
   min-height: 280px;
   height: auto !important;
   height: 280px;
   background: #ffffff url(/image/nav_bg.jpg) top left repeat-y;
}
#contentContainer {
   padding: 15px 10px 20px 10px;
   font-size: 12px;
   font-weight: normal;
   text-align: left;
}

#rightContent {
   padding-left: 5px;
}

a {
   color: #1D69EF;
   text-decoration: underline;
}
a:visited {
   color: #459F8C;
   text-decoration: underline;
}
a:hover {
   color: #004E5F;
   text-decoration: none;
}

#footer {
   height: 40px;
   line-height: 40px;
   font-size: 10px;
   color: #333333;
   text-align: center;
   margin-left: 76px;
}
#footer a,
#footer a:visited {
   color: #333333;
   text-decoration: none;
}
#footer a:hover {
   color: #000000;
   text-decoration: underline;
}

/** Navigation */

#mainNav {
  font-size: 11px;
  padding-left: 2px;
}
#mainNav a,
#mainNav a:visited {
   font-weight: bold;
   font-family: Arial, sans-serif;
   font-size: 12px;
   color: #FFFFFF;   
   text-decoration: none;
   display: block;
   border-bottom: none;
   text-indent: 45px;
   background: #81B600;
   height: 26px;
   line-height: 26px;
}

#mainNav a:hover {
   background-color: #74A400;
   color: #ffffff;
   text-decoration: none;
}

#mainNav a.active {
   color: #ffffff;   
   background-color: #74A400;
}
.btn {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #FDB913;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #000000;
   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 {
   float: right;
   margin: 5px;
}
#instyleIt a,
#instyleIt a:visited {
   color: #333333;
}
#instyleIt a:hover {
   color: #333333;
   text-decoration: underline;
}
#instyleIt img {
   border: 0;
}
#tower {
   float: right;
   margin: -5px -10px 10px 10px;
}
#newsSub {
   position: relative;
   background: #ffffff url(/image/newsletter.jpg) bottom left no-repeat;
   width: 300px;
   height: 251px;
   padding-top: 5px;
}
#newsSubFlds {
   position: absolute;
   bottom: 10px;
   left: 20px;
}
input.newsSubName {
   width: 200px;
   line-height: 20px;
   height: 20px;
   padding-left: 5px;
}
input.newsSubEmail {
   width: 200px;
   margin-top: 3px;
   line-height: 20px;
   height: 20px;
   padding-left: 5px;
}
input.newsSubCaptcha {
   width: 200px;
   line-height: 20px;
   height: 20px;
   padding-left: 5px;
}
input#newsSubBtn {
   margin-top: 3px;
}
#footDisclaimer {
   font-size: 11px;
   text-align: left;
   color: #666666;
   padding: 20px;
   
}
#captcha {
   background-color: #FAC20D;
   width: 100px;
   margin-top: 5px;
}
