/* HTML tags configs. */
body {
    color: white;
    background-color: black;
    font-size: small;
    font-family: Arial;
}
p {
    margin-top: 0;
}
h1 {
    color: #9EC9FC;
	font-weight: bold;
    margin-bottom: 0;
}
h2 {
	color: #9EC9FC;
	font-weight: bold;
    margin-bottom: 0;
}
a {
    color: #9EC9FC;
}

/* Common page elements. */
.Header {
    margin-left: 50px;
    margin-right: 50px;
    background-color: #284B86;
    padding: 15px 15px 10px 15px;
}
.Header a {
    font-size: x-large;
    font-weight: bold;
    color: white;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-decoration: none;
    display: block;
}
.TagLine {
    font-size: medium;
    color: #9EC9FC;
    font-weight: bold;
}
.TopNavigation {
    border-top: solid 1px #9EC9FC;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 17px;
    padding-top: 5px;
}
.TopNavigation li {
    float: left;
    padding-right: 20px;
}
.TopNavigation a {
    font-size: small;
}
.PageBody {
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.PhotoHolder {
    float: right;
    position: relative;
    top: -9px;
    left: 2px;
}
.BottomAds {
    padding-top: 8px;
    clear: both;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}
.BottomBar {
    margin-left: 50px;
    margin-right: 50px;
    background-color:#284B86;
    padding: 0 0 1px 3px;
    font-weight: bold;
}
.LegalCrap {
    clear: both;
    margin-top: 5px;
    text-align: center;
    font-size: x-small;
}

/* Maps. */
.MainMap {
    margin-left: 50px;
    margin-right: 50px;
    height: 400px;
}
.LB {
    color: #666666;
    font-weight: bold;
}
.LB a {
    color: #284B86;
}
.LB h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #284B86;
}
.LBCountry {
    font-style: italic;
    border-bottom: solid 1px #000000;
    margin-top: 0;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 4px;
}
.CountryMap {
    float: right;
    width: 400px;
    height: 300px;
    margin-left: 15px;
}
.LocationMap {
    float: right;
    width: 200px;
    height: 200px;
    margin-left: 15px;
}

/* Other bits. */
.LocationPhotoTable td {
    text-align: center;
    font-size: small;
    color: #9EC9FC;
    font-weight: bold;
    vertical-align: top;
    padding-bottom: 8px;
}
.Feed {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("/images/feed.png") no-repeat 0 50%;
}

