/*
 Provider Direct Stylesheet
 Author:  Will Rossiter (http://www.willr.co.nz) on behalf of OrgPoint
 Date: 1/06/2006
*/

* {margin: 0px; padding: 0px; border: 0px;}
.hidden { text-indent: -9000px; visibility: hidden;}
.br { clear: both;}
html,body{height:100%}

body { 
 background: #101C36 url(bg.gif) repeat-x;
 font-family: Georgia, "Times New Roman", serif;
 font-size: 80%;}
 

 
 /* Site Container */
#container {
 width: 780px;
 overflow:auto; 
 margin: 0 auto;
 padding-top: 40px;
 background: #F2E1C3 url(contentbg2.gif) repeat-y;}
 
 /* The Womans Face */
#woman {
 width: 224px;
 height: 170px;
 margin-left: 10px;
 margin-top: -40px;
 _margin-left: 5px;
 background: url(woman4.jpg);
 float: left;}
 
 /* The Header */
#header {
 width: 502px;
 height: 70px;
 margin-left: 235px;
 background: url(header2.gif) no-repeat;}
 
#applynow {
 width: 146px;
 height: 37px;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 19px;
 float: left;
}

 /* The Nav */
#nav { 
 color: #7F250B;
  width: 300px;
 margin: 20px auto 0 auto;
 text-align: center;
 float: left; }

 
#nav a { 
 color: #7F250B;
 text-decoration: none;
 font-style: italic;}

#nav p { margin-top: -10px;_margin-top: 0px;}
 
#nav  a:hover { color: #BB3C17;}

 
 /* The Break between header and content */
#headerbreak {
 width: 760px;
 height: 35px;
 clear: both;
 margin: 0 auto;
 background: transparent url(headerbreak.gif) no-repeat;} 
 
 /* The left column */
 
#leftcol {
 width: 450px;
 margin: 20px;
 border-right: 1px solid #A29783;
 float: left;
 background: transparent;
 padding: 8px;
 }
 
#leftcol h3, #rightcol h3 {
 color: #7F250B;
 font-size: 1.5em;
 font-weight: 300;
 font-style: italic;}
 
#leftcol h5 {
 color: #0E1328;
 font-weight: 300;
 font-size: 1.5em;
 font-style: italic;
 text-indent: 30px;}
 
#testimonials h3 {
 cursor: pointer;
}

 /* Right Column */
#rightcol {
 width: 250px;
 float: right;
 margin-top: 10px;
 text-align: center;
 padding-bottom: 8px;
}
#rightcol img {
 float: left;}

#sideimg {
 width: 231px;
 height: 196px; 
 margin-left: 0px;
 margin-right: 3px;
 float: right; 
 margin-bottom: 10px;
}

.appform td {
 padding-bottom: 3px;
 padding-top: 3px;
 text-align: left;
}

.appform .tr2 td {
 background-color: #e9d5b1;
}

.appform .txt, .appform select, .appform textarea {
 background-color: #dcc193;
 border-color: #411213;
 border-width: 1px;
 border-style: solid;
 color: #411213;
 font-family: Georgia, "Times New Roman", serif;
}


.hugeButton {
 color: #7F250B;
 padding: 5px;
 font-size: 18pt;
 font-weight: 300;
 background-color: #dcc193;
 border-color: #411213;
 border-width: 3px;
 border-style: solid;
 width: 100%;
}

.hugeButton:hover {
 background-color: #edd5aa;
 border-color: #200001;
 cursor: pointer;
}

.medButton {
 color: #7F250B;
 padding: 2px;
 font-size: 14pt;
 font-weight: 300;
 background-color: #dcc193;
 border-color: #411213;
 border-width: 2px;
 border-style: solid;
 width: 100%;
}

.medButton:hover {
 background-color: #edd5aa;
 border-color: #200001;
 cursor: pointer;
}

.disc {
 font-style:italic;
 font-size:8pt;
}

#leftcol p {
 margin-bottom: 10px;
 line-height: 13pt;
}

ul
{
 list-style-type:square;
 margin:10px 0px 10px 20px;
}

#nav p {

}