/* Talking Business Layout */

* {
padding: 0;
margin: 0;
}

html>body #pagewrapper, #content {
height: auto;
}

html, body {
min-height: 100%;
height: 100%;
}

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 16px;
color: #000000;
background-color: #C6DAE5;
}

#pagewrapper {
width: 900px;
margin: 0 auto;
background-image: url(images/layout_BG.jpg);
background-position: top;
background-repeat: repeat-y;
min-height: 100%;
height: 100%;
}

#header {
height: 129px;
background-image: url(images/layout_header.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.logolink {
z-index: 10;
height: 110px;
width: 245px;
padding-top: 20px;
padding-left: 50px;
border: none;
}

#footer {
background-image: url(images/layout_footer.jpg);
background-position: top left;
background-repeat: no-repeat;
font-size: 11px;
text-align: center;
padding-top: 20px;
clear: both;
}

#nav {
width: 760px;
height: 45px;
margin: 0 auto;
background-image: url(images/nav_BG_gradient.jpg);
background-position: top;
background-repeat: repeat-x;
}

#nav li {
float: left;
list-style: none;
margin-left: 3px;
}

#nav li.first {
margin-left: 0;
}

#headline {
background-image: url(images/headline_BG.jpg);
background-position: top left;
background-repeat: no-repeat;
width: 554px;
height: 100px;
line-height: 30px;
margin-bottom: 10px;
padding-top: 10px;
}

#headline p {
padding-bottom: 0;
color: #FFFFFF;
font-size: 22px;
font-weight: bold;
margin-left: 15px;
}

#headline p.line2 {
margin-left: 55px;
}

#headline p.line3 {
margin-left: 95px;
}

#content {
width: 760px;
min-height: 100%;
height: 100%;
margin: 0 auto;
}