@charset "utf-8";
/* General */

body {
background: url('images/bg.png') repeat-x;
margin:0;
font:12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
}

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

a { color:#167ba9; }
img { border:0; }
h1 { font-size: 18px; color:#167ba9; font-weight:normal; margin: 0 0 1em 0; }
h2{ font-size: 16px; color:#167ba9; font-weight:normal; margin: 1.75em 0 1em 0; }
h3{ font-size: 14px; color:#000; font-weight:normal; margin: 0 0 0.5em 0; }
p { margin: 1em 0 1.5em 0; }
.bold { font-weight:bold; }

/* Header */

#header { padding:25px 0; }

#headerwrap { 
width:750px;
margin:auto; 
}

/* Navigation */

#nav { background:url('images/bgnav.png') repeat-x; }

#navwrap { 
width:750px;
height:60px;
margin:auto; 
}

a.link {
display:block;
width:106px;
padding:18px 0;
font:12px Tahoma;
color:#fff;
text-align:center;
text-decoration:none;
float:left;
border-left:1px solid #5bafd6;
}
a.rlink { border-right:1px solid #5bafd6; }

a.active { font-weight:bold; }
a.active, a.link:hover { background:url('images/bgnavactive.png') repeat-x; }

/* Banner */

#banner {
background:url('images/bgbanner.png') repeat-x; 
text-align:center; 
}

/* Main */

#main { padding:40px 0; }

#mainwrap {
width:750px;
margin:auto;
line-height:18px;
}

.welcome {
width:220px;
padding:0 25px 0 0;
line-height:20px;
text-align:justify;
}

.welcome p {
margin-bottom:0;
}

.middle {
width:199px;
padding:0 25px;
border-left:1px dotted #73c414;
border-right:1px dotted #73c414;
}

.resources {
background:url('images/bgresources.png') no-repeat;
padding:15px 15px 0 15px;
font-size:12px;
}

.resources h1 { margin-bottom:11px; }
.resources p {
line-height:26px;
margin:0;
}

.testimonial {
background:url('images/bgtestimonials.png') #1e91c7 repeat-x;
width:190px;
padding:20px;
color:#fff;
line-height:20px;
text-align:justify;
}

#main th { text-align:center; font-weight:bold; color:#fff; }
#main td { text-align:center; font-size:11px; }

/* Footer */

#footer { background:url('images/bgfooter.png') repeat-x; }

#footerwrap {
width:750px;
height:101px;
margin:auto;
}

#footer p {
padding:47px 0 0 0;
margin:0;
}