@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	}
#holder{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-top: 20px;
	border: 1px solid #999999;
	}
#header{
	background: #003e7e url(../images/headerBack.gif) top right no-repeat;
	height: 100px;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	}
#main{
	padding: 0px;
	height: 450px;
	width: 1000px;
	border-bottom: 1px solid #999999;
	/*border-left: 6px solid #fff;
	border-right: 6px solid #fff;*/
	}
#main h4{
	color: #001549;
	}
#main h3{
	color: #001549;
	font-size: 10pt;
	margin: 20px 0 0 0;
	}
#main h2{
	font-size: 9pt;
	color:#333333;
	padding: 10px 0 0 0;
	}
#main p{
	font-size: 9pt;
	color:#666666;
	margin: 0px 0 20px 0;
	}
#main a{
	color: #001549;
	text-decoration: none;
	}
#main ul li{
	font-size: 9pt;
	margin: 0 0 0 30px;
	}
#main ul ul li{
	margin: 0 0 0 50px;
	}
.propImg{
	margin: 20px 10px 0 0;
	border: 1px solid #000000;
	}
.logo{
	margin: 40px 0 0 40px;
	}
#mLeft{
	width: 420px;
	padding: 40px 0 0 50px;
	float: left;
	}
#mLeftLong{
	width: 650px;
	padding: 50px 0 0 50px;
	}
#mRight{
	margin: 0 20px 0 500px;
	padding: 40px 0 0 10px;
	}
.theForm{
	font-size: 9pt;
	color:#666666;
	}
.theForm input{
	border: 1px solid #999999;
	width: 225px;
	}
.clear{
	clear: both;
	}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,img,p{
	margin: 0;
	padding: 0;
	}
img{
	border: 0;
	}




#home li#link0 a, #about li#link1 a, #services li#link2 a, #properties li#link3 a, #principals li#link4 a, #news li#link5 a, #contact li#link6 a{
	color:#66c3e1;
	}
#home #main, #about #main, #contact #main{
	background: url(../images/home.jpg) 218px 0px no-repeat;
	}
#services #main{
	background: url(../images/services.jpg) 435px 0 no-repeat;
	}
#principals #main{
	background: url(../images/principals.jpg) 522px 0 no-repeat;
	}
#properties #main p{
	font-size: 9pt;
	margin: 0 0 5px 0;
	}
#properties #main{
	height: 550px;
	}
#prop a{
	color:#666666;
	}
#news h3{
	margin: 0 0 10px 0;
	}
#news a{
	color: #666666;
	}
#menu .copyright{
	color: #fff;
	padding: 15px 50px 0 0;
	float: right;
	font-size: 7pt;
	}
#menu{
	background: #001549 url(../images/menuBack.gif) top right no-repeat;
	height: 40px;
	border: 6px solid #fff;
	}
#menu ul{
	padding: 0px;
	white-space: nowrap;
	}
#menu ul li {
	display: inline;
	list-style-type: none;
	padding: 0;
	float: left;
	position: inherit !important; position:relative;
	background: url(../images/pipe.gif) no-repeat right 15px;
	}
#menu ul li{
	display: block;
	}
#menu ul li a {
	height: 23px;
	display: block;
	color: #fff;
	padding: 15px 15px 0 15px;
	font-size: 9pt;
	font-weight: 100;
	text-transform: uppercase;
	}

#menu ul li a:link, #menu ul li a:visited {
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
	}
#menu li#link7{
	background: none;
	}
#menu ul li a:hover {
	color: #68d8fc;
	text-decoration: none;
	}
	
	
	
	
/* SCROLLER /////////////////////////////*/
.scrollingText{
	padding-right: 20px;
	overflow: auto;
	height: 370px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/bar_arrowless.gif) top center repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/ball.gif) center center no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	background: url(../images/arrow_up.gif) no-repeat;
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/arrow_down.gif) no-repeat;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}