html {
background: #0a2640 url('../../images/header.jpg') center top no-repeat;
}

* html body {
	behavior: url('ie6hover.htc'); /* Make :hover work on non-links */
}

body {
width: 938px;
margin: 0 auto;

border-bottom: 1px solid black;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #4d4d4d;
position: relative;
}


iframe {
width: 1022px !important;
background-color: white;
background-image: none;
}


a {
color: #1b75bb;
text-decoration: none;
}

a:visited {
color: #1b55bb;
}

a:hover {
text-decoration: underline;
}

a:active {
color: #1b75dd;
}

a.more {
padding-right: 15px;
background: transparent url('../../images/arrow.gif') right 4px no-repeat;
display: block;
text-align: right;
margin: .5em 0;
clear: both;
}

img.right {
float: right;
margin: 0 0 10px 10px;
}

#caught {
padding-top: 1px;
}

#caught li {
list-style-type: none;
padding: 0;
margin: 1em auto;
border: 1px solid;
padding: 10px;
width: 50%;
text-align: center;

}

#header {
/* background: transparent url('../../images/header.jpg') left top no-repeat; */
background-color: transparent;
padding-top: 196px;
}

#nav {
text-align: center;
padding: 0 0 1em 0;
}

#nav li {
display: inline;
position: relative;
padding-bottom: 12px;
z-index: 9999;
cursor: default;
}

object, embed {
z-index: 1;
}

#nav li a {
color: white;
text-decoration: none;
font-size: 1.1em;
font-weight: bold;
padding: 0 10px;
border-right: 1px solid #e8a713;
}

#nav li ul {
display: none;
position: absolute;
left: 0;
top: 25px;
background-color: #0a2640;
width: 180px;
}

#nav li:hover ul {
display: block;
}

#nav li ul li {
display: block;
padding: 0;
}

#nav li ul li a {
border-width: 0;
padding: 5px 10px;
display: block;
text-align: left;
}

#nav li ul li a:hover {
background-color: #223d5d;
}

#nav li ul li ul li {
display: none;
}

#nav li ul li ul {
display: none;
left: 180px;
top: 0;
}

#nav li ul li:hover ul {
display: block;
}

#nav li ul li:hover ul li {
display: block;
}


#main {
width: 938px;
margin: 0 auto;
background: white url('../../images/roundedtop.gif') left top no-repeat;
line-height: 1.4em;
}

#maininner {
background: transparent url('../../images/roundedbottom.gif') left bottom no-repeat;
min-height: 40px;
padding: 0 10px 10px 11px;
}

#topbuttons {
text-align: right;
}

#topbuttons li {
display: inline;
}

#topbuttons a {
color: #00356c;
text-decoration: none;
font-weight: bold;
/* padding-right: 40px;
background: transparent url('../../images/arrow.gif') 82% 3px no-repeat;
*/
margin-left: 25px;
margin-right: 5px;
line-height: 2em;
display: inline;
background-position: right 3px;
}

#topbuttons li.topbutton a {
margin-left: 5px;
vertical-align: top;
}

#flashmap {
float: right;
margin-left: 20px;
margin-bottom: 23px;
}

#sidebar {
width: 300px;
float: right;
}

#sidebar .section {
background: white url('../../images/triplet-top.gif') center top no-repeat;
}

#sidebar .sectioninner {
background: transparent url('../../images/triplet-bottom.gif') center bottom no-repeat;
min-height: 200px;
padding: 7px 7px 0 7px;
}

#main h1 {
color: #00356c;
font-size: 15px;
margin-bottom: 1em;
font-weight: bold;
font-family: georgia;
font-style: italic;
}

#main p,
#main ul,
#main ol {
margin: 1em 0;
}

#main ul {
list-style-type: disc;
padding-left: 2em;
}

#main blockquote {
font-family: georgia, serif;
font-style: italic;
}

#main blockquote.full {
clear: both;
border-top: 1px solid #00356c;
border-bottom: 1px solid #00356c;
color: #00356c;
font-size: 15px;
margin: 22px 0;
}

#main blockquote.full p {
width: 80%;
margin: 1em auto;
}

#main blockquote.full cite {
display: block;
width: 80%;
margin: 1em auto;
padding-left: 120px;
font-style: italic;
}

.triplet {
background: white url('../../images/triplet-top.gif') center top no-repeat;
}

.triplet .tripletinner {
background: transparent url('../../images/triplet-bottom.gif') center bottom no-repeat;
overflow: hidden;
min-height: 200px;
}

.triplet .section {
width: 285px;
float: left;
margin-right: 10px;
padding: 7px 7px 0 7px;
}

.triplet .last {
margin-right: 0;
}

.triplet h2,
#sidebar .section h2 {
font-family: georgia, serif;
font-style: italic;
font-weight: normal;
color: #00356c;
border-bottom: 1px solid;
font-size: 15px;
padding-bottom: 5px;
text-transform: lowercase;
margin-bottom: .8em;
text-decoration: none !important;
padding-top: 0 !important;
margin-top: 0 !important;
}

.triplet object {
display: block;
margin: 0 auto;
}

.propertyinfo img.photo {
background-color: white;
padding: 5px;
border: 1px solid #999;
float: right;
margin: 0 10px;
}

.propertyinfo p {
padding-top: 1em;
}

.has_sidebar #template {
margin-right: 310px;
}

#template .subheaderLinkContainer {
	text-align: center;
}

#template strong,
#template mark,
#template h2,
#template th {
color: #00356c;
font-weight: bold;
}

#template h2 {
margin-top: 3em;
text-decoration: underline;
}

#template table {
border: 1px solid;
width: 100%;
margin: 1em 0;
}

#template td,
#template th {
padding: 2px 5px;
border: 1px solid #ccc;
}

#template h3 {
font-weight: bold;
}

#template li {
margin: .5em 0;
}

#template ul ul {
list-style-type: circle;
margin: 0;
}

#template li img {
vertical-align: middle;
padding: 1em 1em 1em 0;
}

#footer {
clear: both;
color: white;
font-size: .8em;
padding-top: 1em;
padding-bottom: 80px;
text-align: center;
}

#videotabs {
position: relative;
top: 5px;
text-align: right;
}

#videotabs span {
border: 1px solid #93c1e6;
border-top-width: 0;
background-color: #cedfeb;
padding: 5px 7px;
cursor: pointer;
}

#videotabs #video2_link {
border-left-width: 0;
}

/* ============================================================
	Clearfix
============================================================ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
