/*----------| Xhtml Tags |----------*/

body {
    background:url(../images/bodybg.jpg) top center no-repeat;
    color:#5a5a5a;
    font:normal 0.8em verdana;
}

input {
    font:normal 11px verdana;
}

h1 {
    color:#007ea7;
    font:normal 18px verdana;
}

h2 {
    color:#007ea7;
    font:normal 18px verdana;
}

h3 {
    color:#007ea7;
    font:normal 17px verdana;
}

h4 {
    color:#007ea7;
    font:normal 16px verdana;
}

h5 {
    color:#007ea7;
    font:normal 14px verdana;
}

h6 {
    color:#007ea7;
    font:normal 12px verdana;
}

a {
    color:#007ea7;
    text-decoration:none;
}

a:hover {
    text-decoration:none;
}

/*----------| Structure |----------*/

#container {
    margin:0 auto;
    width:747px;
}

#masthead {
    height:260px;
    position:relative;
}

#nav {
    background:url(../images/header.jpg) top left no-repeat;
    width:460px;
    height:239px;
    margin-top:23px;
}

#header {
	background:url(../images/headerpic2.jpg) top left no-repeat;
	width:288px;
    height:239px;
    margin-left:465px;
}

#topnav {
    width:100%;
    margin-top:-190px;
    margin-left:25px;
}

#topnav2 {
    width:100%;
    margin-top:-140px;
    margin-left:230px;
}

#pageholder {
    line-height:18px;
    position:relative;
}

#contentholder {
    background:url(../images/contentbg.jpg) top right repeat-y;
    float:left;
    width:100%;
    margin-top:2px;
}

#column0 {
    float:left;
    width:747px;
}

#column1 {
    float:left;
    width:49.7%;
    margin-top: -20px;
}

#column2 {
    float:right;
    width:49.7%;
    margin-top: -20px;
}

#column3 {
    float:right;
    font-size:11px;
    width:0%
}

#column3 h1, #column3 h2, #column3 h3, #column3 h4, #column3 h5, #column3 h6 {
    color:#007ea7;
}

#subnav {
    border-bottom:1px dotted #d7d7d7;
    font:normal 11px verdana;
    margin:20px;
}

#footnote {
    background:url(../images/footer.jpg) top right repeat-x; 
    clear: both;
	height:30px;  
}

#copyright {
    text-align:center;
}

/*----------| Classes |----------*/

.clear {
    clear:both;
}

.item {
    margin:0 20px 20px 20px;
}

.hireTable td {
	padding: 3px 3px 3px 5px;
}

.bt {
	border-top: 1px solid #000000;
}

.br {
	border-right: 1px solid #000000;
}

.bb {
	border-bottom: 1px solid #000000;
}

.bl {
	border-left: 1px solid #000000;
}

.bbl {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.bbr {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.underline {
	border-bottom: 1px solid #000000;
}

.headerRow {
	background-color: #006484;
	color: #ffffff;
	font-weight: bold;
}

.shadedRow {
	background-color: #1c8cb1;
	color: #ffffff;
}