@charset "UTF-8";
/* CSS Document */

body{
margin:0px;
padding:0px 0px 50px 0px;
background: #052d5e;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
font-family:"verdana";
}

img{
border-style:none;
}

#container{
width:850px;
margin-left:auto;
margin-right:auto;
}

#header{
width:850px;
min-height:90px;
background-image:url(../images/headerbg.jpg);
}

#header img{
padding-left:24px;
}

#header h2{
color: #0c204a;
font-family:"georgia";
font-style:italic;
font-weight:lighter;
padding-right:60px;
padding-top:22px;
}

#section1{
width:768px;
padding-left:30px;
position:relative;
left:26px;
background: #fff;
background-image:url(../images/section1bg.jpg);
background-repeat:repeat-x;
}

#sec1left{
width: 462px;
float:left;
}

#sec1right{
float:left;
width:292px;
}

.section2{
width:738px;
padding-left:30px;
padding-right:30px;
position:relative;
left:26px;
background: #fff;
background-image:url(../images/section2bg.jpg);
background-repeat:repeat-x;
}

.left{
width:240px;
float:left;
padding-top: 15px;
padding-bottom:30px;
}

.right{
width:460px;
float:right;
padding-top:15px;
padding-bottom:20px;
}

ul{
padding-left:0px;
}

li{
background-image:url(../images/arrow.jpg);
background-repeat:no-repeat;
padding-left:30px;
list-style-type:none;
margin-bottom:8px;
font-size:14px;

}

h3{
font-size:16px;
margin-bottom:5px;
}

p{
font-size:14px;
margin-top:0px;
line-height:18px;
}