/* ----- generic ----- */

*{
margin:0px;
padding:0px;
border:0px;
font:normal 11px/16px Verdana,Arial,Helvetica,sans-serif;
}
html{
background:#bbb;
}
body{
position:relative;
width:840px;
margin:auto;
padding:20px 0 0;
}
#access{
display:none;
}
h1{
font:bold 14px/22px Verdana,Arial,Helvetica,sans-serif;
color:#094fa3;
}
h2{
font-weight:bold;
color:#b2c7d2;
}
a{
color:#b2c7d2;
text-decoration:none;
font-weight:bold;
}
a:hover,.active{
color:#fff;
}
li{
list-style:none;
}
blockquote{
color:#666;
margin:14px 0 0;
}
cite{
font-weight:bold;
color:#666;
margin:0 0 14px;
}
acronym{
font-weight:bold;
color:#094fa3;
text-decoration:none;
}
.italic{
font-style:italic;
font-weight:normal;
}
.bold{
font-weight:bold;
}
.lmgn14{
margin-left:14px;
}


/* ----- containers ----- */

#wrap{
width:822px;
border-top:1px solid #7798a8;
border-right:1px solid #7798a8;
border-bottom:0px;
border-left:1px solid #7798a8;
background:#fff;
padding:9px 9px 0 9px;
}
#main{
width:820px;
background:url(../images/generic/left-bg.gif) top left repeat-y;
overflow:hidden;
}


/* ----- left side ----- */

#left{
width:210px;
padding:20px 0 0 20px;
background:#7798a8;
margin:0 5px 0 0;
float:left;
}
#logo{ /* #left > #logo{ */
text-indent:-9999px
}
#left p a{
display:block;
width:184px;
height:41px;
background:url(../images/generic/logo.gif) top left no-repeat;
margin:0 0 25px;
}
#left hr{
width:25px;
height:1px;
text-align:left;
background:#b2c7d2;
color:#b2c7d2;
margin:12px 0;
}


/* ----- main content ----- */

#content{
width:585px;
float:left;
background:#dee7ec;
overflow:none;
}
#info{
width:405px;
padding:25px 125px 50px 55px;
background:url(../images/generic/devington-side.gif) no-repeat 530px 25px;
}
#info h2{
font-weight:bold;
color:#89a;
}
#info p,address{
color:#666;
margin:14px 0;
}
#info a{
color:#094fa3;
text-decoration:none;
font-weight:normal;
}
#info a:hover{
color:#094fa3;
text-decoration:underline;
}
#info li{
color:#666;
}
#info address{
width:160px;
float:left;
}
#tfe{
float:left;
margin:30px 0 0 0;
padding:0 0 50px 0;
}


/* ----- footer ----- */

#ftr{
width:822px;
height:35px;
border-top:0;
border-right:1px solid #7798a8;
border-bottom:1px solid #7798a8;
border-left:1px solid #7798a8;
background:#fff;
padding:0 9px;
}
#ftr p{
text-align:center;
line-height:35px;
color:#7798a8;
}
#ftr acronym{
margin-left:4px;
}
#ftr a{
color:#7798a8;
font-weight:normal;
}
#ftr a:hover,#cc a:hover{
color:#094fa3;
text-decoration:underline;
}
#cc{
text-align:center;
margin:10px;
color:#777;
}
#cc a{
color:#578;
font-weight:normal;
}
