/* 
    Document   : style
    Created on : 08/12/2009, 4:10:50 PM
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

* {
	margin:0;
	padding:0;
}

body {
    font: 14px arial;
}
a {
	color: #fff;
	text-decoration:none;
	text-align: center;
	font-weight: normal;
}

h1 {
	color: #fff;
	font-size:39px;
	line-height:73px;
	padding-left:20px;
}

h2 {
	color:#1D2963;
	padding:10px 0;
	font-size: 14px;
}
h3 {
	color:#1D2963;
	padding:0px;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}

h5 {
	color:#1D2963;
	padding:10px 0;
	font-size: 16px;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	padding: 0 8px;
	background:transparent url(../images/bg-m.png) repeat-y scroll 0 0;
}

.bg-b {
    background:transparent url(../images/bg-b.png) no-repeat scroll 0 0;
    height: 10px;
    width:916px;
    margin:0 auto;
}
#header {
	height: 79px;
	background-color: #2a3675;
}

.main {
float:right;
padding-right:56px;
width:406px;
}

.main ul {
   padding-left:15px;
}

.main ul li {
list-style-image:url(../images/line.png);
list-style-position:outside;
list-style-type:disc;
}

#footer {
	height: 70px;
	background-color: #2a3675;
	color:#FFFFFF;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
}

#footer p {
	padding-top:25px;
	text-align: center;
	vertical-align: baseline;
	font-size: 11px;
}

.left-col {
    width: 438px;
    float: left;
}

.content {
line-height:1.5;
padding:20px 0;
}

.content a {
    color:#1D2963;
}

.content p {
	padding:7px 0;
	color: #111;
}
.bottom {
    clear: both;
    height:398px;
    position: relative;
}

.bottom img {
bottom:36px;
position:absolute;
}

.logo {
    padding:120px 100px 120px 80px;
}
.b1 {
    background:transparent url(../images/footer-pics-1.jpg) no-repeat scroll 0 0;
}

.b2 {
    background:transparent url(../images/footer-pics-3.jpg) no-repeat scroll 0 0;
}

.b3 {
    background:transparent url(../images/footer-pics-6.jpg) no-repeat scroll 0 0;
}


.b4 {
    background:transparent url(../images/footer-pics-5.jpg) no-repeat scroll 0 0;
}


.b5 {
    background:transparent url(../images/footer-pics-2.jpg) no-repeat scroll 0 0;
}


.b6 {
    background:transparent url(../images/footer-pics-4.jpg) no-repeat scroll 0 0;
}


.nav {
margin:0 auto;
padding:26px 0;
text-align:center;
}

.nav ul li {
	border-right:1px solid #FFFFFF;
	display:inline;
	font-size:16px;
	padding:0 6px 0 7px;
}

.nav ul li.last {
	border-right:none;
}

.title {
    background-color: #3d66a5;
    height: 73px;
}

