/* basic elements */
body {
font: 12px/20px trebuchet, trebuchet MS, verdana, helvetica, arial, sans-serif;
text-align: left;
color: #000;
background: #3F6992 url("images/bg.jpg") repeat-x;
margin: 0;
padding: 0;
}

*/

* {
	margin: 0;
}

html, body {
height: 100%;
}

p { padding: .5em 0; margin: 0; }

img { border: none; }

a:link { 
font-weight: bold; 
text-decoration: none;
color: #000;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #333;
}
a:active, a:hover {
text-decoration: none;
color: #9F0;
outline: none;
}

.noShow { display: none; }

h1, h2, h3, h4 {
padding: 1px 0;
background: transparent;
margin: 0;
color: #09F;
}
h1 {
font: normal 30px/30px Helvetica, Arial, sans-serif;
}
h2 {
font: bold 20px/22px Helvetica, Arial, sans-serif;
}
h3 {
font: bold 16px/18px Georgia, serif;
}
h4 {
font: bold 12px/14px  Helvetica, Arial, sans-serif;
}



.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* -------------------------------------- */


/* specific divs */
#wrapper
{
text-align: center;
background: url("images/hdr-bg.jpg") no-repeat;
background-position: top center;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:-30px;
width: 1000px;
min-height: 100%;
height: auto !important;
height: 100%;
} 

#mainbox {
margin: 0 100px;
}

#mainbox .columns {
float: left;
padding: 15px;
text-align: left;
}
#mainbox #col-left {
background: #79A5C9 url("images/blue-bg.jpg") repeat-x bottom;
width: 170px !important;
width /* */: 200px; /* False value for IE4-5.x/Win. */
}
#mainbox #col-left h3 {
color: #FFF;
text-align: center;
}
#mainbox #col-right {
text-align: left;
background: #FFF url("images/white-bg.jpg") repeat-x bottom;
margin-left:10px;
width: 560px !important;
width /* */: 590px; /* False value for IE4-5.x/Win. */
}


#mainbox a:link { 
font-weight: bold; 
text-decoration: none; 
color: #000;
padding-left:3px;
}
#mainbox a:visited {
font-weight: bold;
text-decoration: none;
color: #333;
padding:0 3px;
}
#mainbox a:active, #mainbox a:hover {
text-decoration: none;
color: #FFF;
background:#6C0;
padding-left:3px;
outline: none;
}
#mainbox ul {
border-top: 1px dotted #333;
border-bottom: 1px dotted #333;
margin-top:10px;
margin-bottom:10px;
padding:5px 0;
list-style: none;
}
#mainbox li {
padding:5px;
background: #F2F5FA;
margin-bottom: 1px;
line-height: 16px;
}
#mainbox li.alt {
padding:5px;
background: #FFF;
}

#topcont {
margin: 0 100px;
height: 120px;
width: 800px;
}
#topcont #hdrbox {
float:left;
width: 340px;
}
#topcont #navbox { 
float: right;
padding-top: 43px;
width: 440px;
}
#topcont #navbox dl {
margin: 0;
padding: 0;
}
#topcont #navbox dt {
display: inline;
margin:0 5px;
}
#topcont #navbox a {
cursor: pointer;
}


#home-intro {
font: 20px/35px georgia, times, serif;
text-align: justify;
width:560px;
}

p.bottom-bar {
margin: 10px 0;
border-top: 1px solid #FFF;
padding-top: 5px;
text-align: right;
}

.sample-title {
display: block;
font-size: 16px;
font-weight: bold;

}
.sample-title2 {
display: block;
padding-bottom: 5px;
font-weight: bold;
font-style: italic;
}
.sample-link {
display: block;
text-align: right; 
}

.photo {
border:2px solid #CCC;
margin:0 0 10px 20px;
}


.footer, .push {
text-align:center;
margin-left:auto;
margin-right:auto;
height: 30px; /* .push must be the same height as .footer */
}

.form_table {
border:1px dotted #666;
padding:5px;
width:100%;
}
.form_table  .form_left  {
text-align:right;
vertical-align:middle;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}
.form_table  .form_left2 {
text-align:right;
vertical-align:top;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}
.form_table  .form_right  {
text-align:left;
vertical-align:middle;
}
.form_table  .form_center  {
padding-top: 5px;
border-top: 1px solid #CCC;
text-align:center;
}
.form150 {
width: 250px;
}
