@import url('reset.css');
@import url('style.css');



body {
background: url(/images/bg.jpg) repeat-x #1177BF;
margin-top: 20px;
}

#content #body li {
list-style-type: square;
padding: 5px 0px;
margin-left: 15px;
color:#666666;
font-size: 12px;
}

h1, h2, h3, h4, p, td, th, a, li, span {
font-family: Tahoma, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 { 
font-size: 18px;
font-weight: normal;
}

h1 {
color: #0099D7;
font-size: 20px;
margin: 12px 0;
}

h2, h3 {
font-size: 15px;
margin: 23px 0 8px 0;
color: #FFFFFF;
font-weight: bold;
text-transform: uppercase;
}

#location h2, h3 {
margin: 4px 0;
}

#location h2 {
border-bottom: 1px dashed #ffffff;
padding-bottom: 3px;
}

#location h2#US {
margin-top: 15px;
}

#location h3 {
float:left;
}

#home #location h3 { width: 142px; }
#sub #location h3 {width: 142px; }

h3 {
color:#333;
font-weight: normal;
font-size: 13px;
}

#body h2 {
color: #0099D7;
font-weight: normal;
text-transform: none;
}

h2 a {
color: #FFFFFF;
}

h3 a {
color: #ffffff;
font-size: 12px;
}

p, label, td, th, #body li {
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.5;
color: #000000;
padding: 5px 1px;
}



th {
font-weight: bold;
}

table {
margin: 20px 0;
}
td {
font-size: 12px;
border-top: 1px solid #cccccc;
}

#content p, label {
color: #666666;
font-size: 12px;
}

label {
color: #333333;
}

hr {
border: 0;
height: 1px;
background: #2484C7;
}

span { }

a {
line-height: normal;
color: #0099D7;
}

a:hover {
text-decoration: none;
}
