/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet styler_uc.css ****/
body {
background: #3A7C85 url('../images/bg.jpg') repeat-y 104px 104px ;
font-family: "Lucida Grande",  Helvetica, sans-serif;
line-height: 150%;
font-size: 11px
}
table, td, div {
font-family: "Lucida Grande",  Helvetica, sans-serif;
line-height: 150%;
font-size: 11px;
}
.navi {
text-align: right;
background: url('../images/top.jpg') no-repeat -1px -5px;
height: 43px;
padding-left:0; padding-right:10px; padding-top:0; padding-bottom:0
}

.main {
position: absolute;
left: 104px;
top: 40px;
width: 655px;
}
.content {
background: white;
padding: 10px 8px 50px 8px;

}
.bottom {
padding: 4px;
height: 43px;
background: url('../images/bottom.jpg') no-repeat -2px;
text-align: center
}
.navi a {
margin: 0 6px 0 6px;
color: white;
text-decoration: none;
}
.navi a:hover, .bottom a:hover {
color: #333;
border-top: 3px solid #333;
}
.top img {
margin: 0 0 0 10px;
}
.bottom a, .bottom {
color: white;
text-decoration: none;
}
.front_image {
margin: 40px 0 0 22px;
}
.content_inside {
padding: 20px 20px 10px 25px;
font-size: 12px;
}
h1 {
font-size: 25px;
margin: 10px 0 0 0;
color: #3A7C85;
}

h2 {
font-size: 20px;
color: #ccc;
padding: 0 0 4px 35px;
margin: 6px 0 12px 0;
border-bottom: 1px dotted #67DCEC;
}
h3 {
font-size: 18px;
margin: 25px 0 8px 0;
color: #666;
}
.content_inside img {
margin: 0 0 0 10px;
float: right;
}
.desc {
border-top: 1px dotted #67DCEC;
border-bottom: 1px dotted #67DCEC;
margin: 10px 0 10px 0;
padding: 3px 0 3px 0;
font-size: 10px;
}
.bg {
color: white;
background: #859A5D;
padding: 5px;
text-decoration: none;
}
.bg:hover {
background: #333;
}


a {
color: #3A7C85;
font-weight: bold;
}
a:hover {
text-decoration: none;
}
.jobs {
margin: 10px 0 0 0;
}
.jobs td {
padding: 10px;
}
td .title {
background: #ccc;
font-weight: bold;
font-size: 13px;
padding: 4px 0 4px 14px;
}
.job_td {
border-bottom: 1px solid #67DCEC;
}
.error {
margin: 30px 0 0 0;
width: 300px;
text-align: center;
font-size: 13px;
position: absolute;
left: 284px;
top: 40px;
}
.error h1{
margin: 10px 0 5px 0;
color: white;
}
.error a
{
color:white;
}