@charset "utf-8";
/* CSS Document */

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
background:url(../images/index_04.jpg);
background-repeat:repeat-x;
}

#container{
width:967px;
margin:0 auto;
background-image:url(../images/content_bg.png);
font-size:12px;
}

#content{
padding:3px 0 2px 8px;
}
 
body {
font:12px Arial, Helvetica, sans-serif;
color:#666666;
}

 
/***** Headings *****/

#header{
height:118px;
width:100%;
background-image:url(../images/index_01.jpg);
}

#logo{
float:left;
}

#menu{
background-color:#000000;
background-repeat:repeat-y;
margin-left:-3px;
}
 
.sitemap{
background-color:#D8F7FC;
height:25px;
width:96%;
margin:3px 0 3px 8px;
color:#808080;
padding: 5px 0 0px 20px;
}
 
h1{
margin:0;
padding:0;
font: bold 18px Arial, Helvetica, sans-serif;
color:#7f7f7f;
}
 

 
h2 {
margin:0;
padding:0;
font: bold 22px Georgia, Arial, Helvetica, sans-serif;
color:#034396;
}
 
h3 {
font-size:1em;
font: bold 22px Georgia, Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-align:center;
}
 
 
.white{
color:#FFF;
}
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}

.link{
color:#5a99db;
text-decoration:underline;
}

.link:hover{
text-decoration:none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
 
/***** Tables *****/

 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.frame_pic{ padding:4px; background-color:#FFFFFF; border:1px solid #CCC;}
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }