/* CSS Document */

body{
	background:url(../images/bg.jpg) center repeat-y #0d4a7e;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#1e1e1e;
}

h2{
	font-weight:bold;
	font-style:italic;
	font-size:15px;
	color:#002647;
	margin:0;
	padding:0;
}

hr{
	border-top:dotted #1e1e1e 1px;
	width:97%;
	margin:16px 0;
	height:0;
}

ul{
	margin:0 14px;
	padding:0;
	list-style-image:url(../images/bullet2.gif);
	font-size:10px;
}

li{
	margin:4px 0 0 0;
}

.clear{
	clear:both;
}

#container{
	width:774px;
	border:#FFFFFF solid 1px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#header{
	background:#0d4a7e url(../images/logo.gif) left no-repeat;
	height:117px;
}

#logo{
	float:left;
}

#nav{
	float:right;
	margin:8px 6px 0 0;
	color:#FFFFFF;
	width:570px;
}	

#contentLeft{
	padding:12px 0 12px 12px;
	float:left;
	width:514px;
}

#contentFull{
	padding:12px 0 12px 12px;
	float:left;
	width:750px;
}

.boxRight{
	width:213px;
	float:left;
}

.box{
	width:213px;
	float:left;
	margin:0 19px;
}

.boxTop{
	width:213px;
	height:14px;
	margin-top:20px;
	padding:0 12px;
	background:url(../images/boxTop.gif);
}

.boxBot{
	width:213px;
	height:14px;
	padding:0 12px;
	background:url(../images/boxBot.gif);
}

.boxMidWithHeight{
	height:220px;
	width:213px;
	padding:0 12px;
	background:url(../images/boxMid.gif) repeat-y;
}

.boxMid{
	width:213px;
	padding:0 12px;
	background:url(../images/boxMid.gif) repeat-y;
	overflow:hidden;
}

.boxImg{
	border:1px solid #002647;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	margin-bottom:4px;
}

.homeImg{
	border:1px solid #002647;
	margin-left:25px;
	margin-right:25px;
	margin-top:4px;
}


.viewDetails{
	float:right;
	margin-top:-6px;
	margin-right:7px;
}

.contact{
	font-style:italic;
	color:#002647;
	font-weight:bold;
	font-size:12px;
}

.contactBig{
	font-style:italic;
	color:#002647;
	font-weight:bold;
	font-size:22px;
}

#contactFooter{
	color:#1e1e1e;
	font-weight:bold;
	font-size:16px;
}

#footer{
	padding:0 0 14px 14px;
}

.tableTop{
	color:#FFFFFF;
}

.apartPos{
	float:right;
	width:252px;
	margin:8px;
}

.apartPos img{
	margin:0 0 7px 0;
}

/* - - - Links - - - */

a{color:#1e1e1e; text-decoration:none;}
a:hover{color:#1e1e1e; text-decoration:underline;}

#nav a{color:#FFFFFF; text-decoration:none;}
#nav a:hover{color:#FFFFFF; text-decoration:underline;}

.contact a{color:#002647; text-decoration:none;}
.contact a:hover{color:#002647; text-decoration:underline;}

#contactFooter a{color:#1e1e1e; text-decoration:none;}
#contactFooter a:hover{color:#1e1e1e; text-decoration:underline;}

#footer a{color:#1e1e1e; text-decoration:none;}
#footer a:hover{color:#1e1e1e; text-decoration:underline;}

/*-----------High Slide------------*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border:1px solid #0B3F66;
	margin-bottom:2px;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
}

.highslide-wrapper {
	background: black;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 3px solid #cdcdcd;
    border-top: none;
    padding: 5px;
    background-color: black;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
