@import url(reset.css);

body {
    font: 13px Arial, sans-serif;
    color: #242424;
    background: #3d346a url(../images/background2.png) repeat-y top center;
}
#wrapper {
    width: 880px;
    margin: 0 auto;
    background: #fff;
}
#top {
    padding: 12px 15px 15px 15px;
    background: url(../images/separator.png) repeat-x bottom left;
    position: relative;
}
#top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 490px;
    position: absolute;
    bottom: 12px;
    right: 8px;
}
#top li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #454545;
	font-size: 12px;
}
#top li.first {
    padding-left: 0;
    border: none;
}
#top li a {
    color: #454545;
    text-transform: uppercase;
    text-decoration: none;
}
#top li a:hover, #top li a:active {
    text-decoration: underline;
}
#header {
    height: 211px;
    border-bottom: 5px solid #14065d;
    padding: 7px 625px 0 12px;
    position: relative;
}
#header .header {
    position: absolute;
    top: 0;
    right: 0;
}
#header .phone {
    height: 22px;
    background: url(../images/phone.png) no-repeat 0 2px;
    padding-left: 20px;
    color: #5c5c5c;
    font-size: 22px;
}
#header h2 {
    color: #13074f;
    font-size: 19px;
    padding-bottom: 6px;
    padding-top: 9px;
    border-bottom: 1px solid #afafaf;
}
#header h3 {
    padding-top: 6px;
    font-size: 12px;
    color: #2a2a2a;
    font-weight: bold;
}
#header p {
    color: #2a2a2a;
    font-size: 11px;
    line-height: 12px;
    padding-top: 6px;
    padding-bottom: 9px;
    border-bottom: 1px solid #afafaf;
}
#header a {
    color: #2a2a2a;
    text-decoration: none;
}
#header a.more {
    text-decoration: none;
    color: #021c70;
    padding-top: 6px;
    display: block;
}
#header a.more:hover, #header a.more:active, #header a:hover, #header a:active {
    text-decoration: underline;
}
#content {
    padding: 0 12px 65px;
    position: relative;
}
#content p {
    padding-top: 15px;
}
#content .left {
    position: absolute;
    left: 12px;
    bottom: 10px;
}
#content .right {
    position: absolute;
    right: 12px;
    bottom: 10px;
}
#bottom {
    border-top: 1px solid #afafaf;
    padding: 10px 0;
    margin: 0 12px;
    font-size: 11px;
    color: #333;
    position: relative;
}
#bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 164px;
    position: absolute;
    top: 10px;
    right: -12px;
}
#bottom li {
    float: left;
    padding: 0 14px;
    border-left: 1px solid #454545;
	font-size: 10px;
}
#bottom li.first {
    padding-left: 0;
    border: none;
}
#bottom li a {
    color: #333;
    text-decoration: none;
}
#bottom li a:hover, #bottom li a:active {
    text-decoration: underline;
}
#content h1 {
    margin-top: 25px;
    padding: 4px 6px;
    background: #4c4c4c;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-right: 40px;
    margin-bottom: 10px;
}
#content label {
    font-weight: bold;
    font-size: 13px;
    color: #4a4a4a;
    width: 140px;
    padding-left: 10px;
    padding-top: 3px;
    float: left;
}
#content .text {
    border: 1px solid #d2d2d2;
    width: 320px;
}
#content input.text {
    height: 20px;
}
#content textarea.text {
    height: 100px;
    background: #fff;
}
#content form p {
    margin: 0;
    padding: 8px 0 0;
}
#content .button {
    margin-top: 10px;
    width: 169px;
    height: 30px;
    border: none;
    padding: 0;
    text-align: center;
    background: url(../images/send-application.png) no-repeat;
}
.clear {
    clear: both;
}
#content form {
    margin-bottom: 5px;
}
#content .middle {
    position: absolute;
    bottom: 10px;
    font-size: 9px;
    left: 160px;
}
#content .info {
    position: relative;
    padding-left: 70px;
}
#content .info span {
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    font-weight: bold;
}
#content .info.nomargin {
    margin-top: 0;
    padding-top: 0;
}
#content .info.nomargin span {
    top: 0;
}
#content ul {
    padding: 0 20px 0;
    margin: 15px 0 0;
    list-style: none;
}
#content li {
    padding-bottom: 15px;
    background: url(../images/bullet.png) no-repeat 0 1px;
    padding-left: 17px;
}
#content table {
    border: 0;
    margin: 15px 10px;
    width: 800px;
}
#content th {
    vertical-align: top;
    height: 35px;
    text-align: left;
    font-weight: bold;
    color: #242424;
    font-size: 13px;
    padding-left: 10px;
}
#content td {
    color: #242424;
    font-size: 13px;
    /*background: #ededed;*/
    padding: 2px 10px;
}
#content .alternating td {
    background: #ededed;
}
#content .even td {
    background: #fff;
    /*height: 30px;*/
    vertical-align: middle;
}
#content .pagination {
    padding: 0 18px;
    font-size: 13px;
}
#content .pagination .pages {
    float: right;
    width: 299px;
    margin-right: 25px;
}
#content .pagination .pages a {
    text-decoration: none;
    color: #242424;
    margin: 0 2px;
}
#content .pagination .pages a:hover, #content .pagination .pages a:active {
    text-decoration: underline;
}
#content .description {
    margin: 0;
    padding: 20px 45px 20px 10px;
}
#content .details {
    padding: 5px 40px 0 10px;
}
#content .details span {
    clear: both;
    float: left;
    width: 100px;
    border-bottom: 1px solid #d2d2d2;
    display: block;
    padding-bottom: 5px;
    color: #4a4a4a;
    font-weight: bold;
    margin-bottom: 8px;
}
#content .details div {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
    color: #4a4a4a;
    padding-left: 10px;
    margin-left: 120px;
    margin-bottom: 8px;
}
#content.contact p {
    width: 330px;
}

a.jo{
     color: #242424;
     font-size: 13px;
	 text-decoration:none;
    }

a.jo:hover{
	       text-decoration:underline;
          }
