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

body{
font:normal 10px Verdana, Geneva, sans-serif;
padding:0px;
margin:0px;
background-image:url(../images/bg.jpg);
background-repeat:repeat;
}
ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}


h1{
/*font-family: Georgia;*/
font-family: "Myriad Pro";
padding:0px 0px 0px 10px;
margin:0px;
font-size:16px;
text-align:left;
color:#ed9305;
font-weight:normal;
line-height:40px;
text-transform:capitalize;
}
h2{
/*font-family: Georgia;*/
font-family: "Myriad Pro";
padding:0px 0px 0px 20px;
margin:0px;
font-size:16px;
text-align:left;
color:#eaae8c;
font-weight:normal;
line-height:40px;
text-transform:capitalize;
}
h3{
/*font-family: Georgia;*/
font-family: "Myriad Pro";
padding:0px 0px 0px 0px;
margin:0px;
font-size:14px;
text-align:left;
color:#9d6102;
font-weight:bold;
line-height:30px;
text-transform:capitalize;
}

a:link {color:#4c0101;
text-decoration:none;
}      /* unvisited link */
a:visited {color:#06121e;
text-decoration:none;
}  /* visited link */
a:hover {
color:#403a3a;
}  /* mouse over link */
a:active {
color:#fde4c6;
text-decoration:none;
}  /* selected link */


p{
text-align:justify;
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
line-height:22px;
color:#232323;
margin:7px 0px 0px 0px;
padding:0px0px 0px 0px;
}
strong{
color:#253a35;
font-weight:bold;
font:Georgia;
font-size:12px;
}


#wrapper{
width:950px;
height:100%;
margin-left:auto;
margin-right:auto;
}

#logo{
width:475px;
height:90px;
margin-top:0px;
float:left;
}

#topnav{
background-image:url(../images/top-nav.jpg);
background-repeat:no-repeat;
width:290px;
height:84px;
float:left;
margin:0px 0px 0px 0px;
padding:6px 0px 0px 185px;
}
#topnav li{
display:inline;
}

#topnav li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#edc7a0;
font-weight:normal;
float:left;
text-decoration:none;
text-transform:capitalize;
padding:18px 20px 15px 20px;
}

#topnav li a:hover{
color:#CCCCCC;
}

#navleftbg{
background-image:url(../images/left-nav.jpg);
background-repeat:no-repeat;
width:225px;
height:260px;
float:left;
}

#header{
float:left;
width:725px;
height:260px;
}

#pwu{
background-image:url(../images/pwu.jpg);
background-repeat:repeat-x;
width:225px;
height:40px;
float:left;
}
#pagetitle{
background-image:url(../images/page-title.jpg);
background-repeat:repeat-x;
width:725px;
height:40px;
float:left;
}

#contentbg{
background-image:url(../images/content-bg.jpg);
background-repeat:repeat-y;
width:950px;
float:left;
}

#leftbox{
float:left;
width:225px;
}
#ritebox{
float:left;
width:685px;
margin:0px 0px 0px 0px;
padding:0px 20px 20px 20px;
}
.left-box{
background-image:url(../images/parnersbg.jpg);
background-repeat:repeat-y;
float:left;
width:205px;
padding:0px 20px 0px 0px;
margin:0px 0px 0px 0px;
}
.left-box ul
 {
 list-style:none;
 text-align:left;
 float:left;
 margin:0;
 padding:0px 0px 10px 10px;
 }
.left-box li
 {
 padding:3px 0px 0px 13px;

}
.left-box ul li a
  {
   font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  text-transform:capitalize;
  line-height:20px;
  text-decoration:underline;
  color:#253a35;
  padding:0 0 10px 0;
}
.left-box ul li a:hover
  {
color:#36040f;
text-decoration:none;
 }
 
#footer-left{
width:20px;
height:100px;
float:left;
display:inline;
}

#footer-right{
width:20px;
height:100px;
float:left;
display:inline;
}
/*#footer{
background-image:url(../images/footer.jpg);
background-repeat:repeat-x;
width:910px;
height:100px;
float:left;
display:inline;
}*/



.copyrite{
text-align:center;
float:left;
width:820px;
margin:10px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#b16d02;
}

#footer{
text-align:center;
float:left;
width:820px;
position:relative;
margin:0px 0 0 0; 
height:85px;
padding:15px 45px 0 45px;
color:#fde4c6;
background:#d5753c url(../images/footer.jpg) top left repeat-x;
}
#footerfix{
width:830px;
margin:0px auto;
}
#footer a{
text-decoration:none;
color:#fde4c6;
padding:0px 2px;
font-size:11px;
font-family:Verdana;
line-height:22px;
}
#footer a:hover{
color:#ebebeb;
text-decoration:underline;
}

.float-left {
	float:left;
}
