
/* STRUCTURE */

* {
margin:0;
padding:0;
}

body {
background-color: #a9afb3 ; 
}

#wrap-body {
width:900px;
margin:18px auto;
}

#wrap-head {
width:900px;
float:left;
padding-bottom:12px;
}

#logo {
}

#wrap-content{
width:900px;
float:left;
background: #fff url(../images/back-contentTop.gif) 0 0 no-repeat;
}

#content{
width:836px;
margin-left:32px;
padding-top:18px;
}

#wrap-footer {
width:900px;
clear:both;
background: url(../images/back-contentBot.gif) 0 0 no-repeat;
padding:30px 0;
text-align:center;
font-size:10px;
}

.clear {
clear:both;
height:0px;
font-size:0;
}



/* GLOBAL STYLES */

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 80%;
color:#575757;
}

a {
text-decoration:underline;
outline:none;
}

a:hover {
color:#000;
}


p {
font-size:1em;
margin-bottom:1em;
line-height:140%;
}


h1 {
color:#666; 
font-weight:normal; 
font-size:16px;
margin-bottom:12px;
}


h2 {
margin-bottom:.5em;
}

h3 {
font-size:1.2em;
}

h4 {
}

h5 {
}

h6 {
}

img {
border:none;
}


#nav {
float:right;
margin-top:12px;
}

#nav ul{ 
list-style:none;
color: white; 
font-size: 13px; 
letter-spacing: 1px; 
}

#nav ul li{
float:left;
border-right:1px solid #fff;
}

#nav ul li#last{
border-right:0;
}

#nav ul li a { 
color: #575757; 
text-decoration: none; 
padding:0 12px;}

#nav ul li a:hover { 
color: white; 
text-decoration: none; 
}

.contact {color: #666; font-size: 12px;}
.contact img {float: left}
.contactinfo p {font-size: 14px; }
.contactinfo {margin-left: 250px;}

.resbody p { color: black; 
text-align: left ; 
}

.ressub  { 
color: #666; 
font-size: 12px; 
line-height: 15px; 
text-align: left; }

.thumb {
padding: 0;
width:138px;
height:110px;
margin-bottom:10px;
float:left;
display:inline;
text-align:center;
position:relative;
}

.thumb a  {
display:block;
position:absolute;
bottom:32px;
width:138px;
}

div.thumb p {
position:absolute;
bottom:0px;
width:138px;
padding: 0;
margin:0;
font-size:10px;
line-height:100%;
}


/* IE HACKS */

* html .thumb a{
margin-left:-69px;
}
*:first-child+html .thumb a {
margin-left:-69px;
}

* html .thumb p{
margin-left:-69px;
}
*:first-child+html .thumb p {
margin-left:-69px;
}
/* END IE HACKS */




#popup p{
margin-top:14px;
}
