/* Reset statement for cross browser compatibility */
html, body, div, span, h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Start tag specific properties */
body {
	background: #95abb9;
	font-size: 13px;
	color: #797979;
}

h1, h2, h3 {
	margin-top: 0px;
	text-transform: none;
	font-weight: normal;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
	color: #94abb8;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #987138;
	font-weight:bold;
}

h4 {
	font-size: 12px;
	color: #638296;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 100%;
}

p {
	font-size: 10px;
	color: #000000;
	font-weight:normal;
	line-height:14px;
	text-align:justify;
}

ul, ol {
	line-height: 120%;
}

li {
	font-size: 10px;
	color: #000000;
}

a {
	color: #638296;
	text-decoration:none;
}

a:hover {
	color: #638296;
	text-decoration: underline;
}

hr {
	height: 1px;
}

img {
	border: 0;
}

/* Start class list*/
img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

.aligncenter {
	margin: auto auto;
	text-align:center;
}

img.imageRight {
	float: right;
	padding-left: 10px;
}

img.imageLeft {
	float: left;
	padding-right: 10px;
}

a img {
	border: none;
}

/*label{
	display:block;
	float:left;
	width:65px;
	text-align:right;
	margin:0px 5px 0px 0px;
}*/

.caption {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:11px;
}

.highlite {
	color: #638296;
	font-weight:bold;
}

/* Wrapper */

#wrapper {
	background: url(images/bkedge.png) repeat-y left top;
	width: 964px;
	margin: 0px auto 0 auto;
}

/* Landing Page */

#lwrapper {
	/*background: url(images/bkedge.png) repeat-y left top;*/
	background-color:#FFF;
	width: 950px;
	margin: 0px auto 0 auto;
}
#lheader {
	width: 950px;
	height: 302px;
	margin: 0px 0px 5px 0px;
	/*background: url(images/land2.jpg) no-repeat left top;*/
}

.lh2 {
	font-size: 14px;
	color: #94abb8;
	font-weight: bold;
	padding-bottom: 10px;
}

#lcontent {
	width: 950px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#lcontent p {
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	line-height:14px;
	text-align:justify;
}

#lcontent li {
	font-size: 11px;
	color: #000000;
}

#land1 {
	float: left;
	width: 158px;
	padding: 40px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#land2 {
	/*background: url(images/bkedgeLand2.png) repeat-y left top;*/
	float: left;
	width: 505px;
	padding: 15px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
}

#land3 {
	float: left;
	width: 215px;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

#land4 {
	float: left;
	width: 25px;
	padding: 0px;
	margin: 35px 0px 0px 0px;
}

#lfooter {
	width: 950px;
	margin: 0px 5px 10px 0px;
	/*background: url(images/bg_950.jpg) repeat-y left top;*/
}

/* End Landing Page */
/* Header */

#header {
	width: 950px;
	height: 116px;
	margin: 0px 0px 5px 7px;
	background: url(images/fade3.png) no-repeat left top;
}

#header #logo {
	float:left;
	padding: 6px 0px 0px 10px;
	width: 120px;
}

#header #top4 {
	font-size: 12px;
	color:#000;
	float: right;
	width: 105px;
	padding: 0px 10px;
	margin-top: 40px;
	text-align: center;
}

#header #land {
	font-size: 10px;
	color:#000;
	float: right;
	width: 128px;
	padding: 0px 0px;
	margin-top: 30px;
	text-align: center;
}

#header a {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}

#header a:hover {
	/*color: #94abb8;*/
	color: #CC6633;
	font-size: 14px;
	text-decoration: none;
}

/* Menu */

.first {
	color: #638296;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#menu {
	width: 950px;
	height: 80px;
	margin: 0px 0px 0px 7px;
}
/*	width: 234px;*/

#menu ul {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 3px;
	list-style: none;
	float: left;
	background-color: #c1cfda;
}

#menu1 ul {
	width: 214px;
}

#menu2 ul {
	width: 254px;
}

#menu3 ul {
	width: 244px;
}

#menu4 ul {
	width: 224px;
}

#menu a {
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	text-transform: none;
	font-size: 10px;
	color: #555555;
	font-weight: normal;
	line-height: 14px;
}

#menu a:hover {
	font-size: 11px;
	color: #914D00;
	text-decoration: none;
	font-weight: normal;
}

/* Content */

#content {
	width: 950px;
	margin: 0px 0px 0px 14px;
	/*overflow: hidden;*/
}

#content1 {
	float: left;
	width: 447px;
	padding: 15px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}

#content1 h1 {
	color: #987138;
	font-size: 18px;
	font-weight:bold;
	margin-top:6px;
}

#content1 h2 {
	font-size: 14px;
	color: #987138;
	font-weight: bold;
	margin-top: 6px;
}

#content1 p {
	padding-top: 5px;
}

#content1 h2 {
	color: #CC6633;
}

#content2 {
	float: left;
	width: 438px;
	padding: 15px 5px 0px 10px;
	margin: 0px 0px 0px 10px;
}

#content3 {
	float: left;
	width: 560px;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content4 {
	float: left;
	width: 175px;
	padding: 15px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}

#contentww {
	width: 950px;
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 0px;
/*	background: url(images/bg_ww.jpg) repeat-y left top;*/
	overflow: hidden;
}

.contentwwc {
	float: left;
	width: 141px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
}

.column {
	float:left;
	padding: 10px 20px 0px 0px;
	width: 309px;
}

.column a {
	color:#99732B;
	font-weight:bold;
	text-decoration:underline;
}

.column h1 {
	color: #987138;
	font-size: 24px;
	font-weight:bold;
	margin-top:6px;
}

.column3 {
	float:left;
	padding: 10px 0px 0px 0px;
	width: 280px;
}

.columnM1 {
	float:left;
	padding: 0px 10px 0px 0px;
	width: 650px;
}

.columnM2 {
	float:left;
	padding: 0px 10px 0px 0px;
	width: 440px;
}

.columnM3 {
	float:left;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 10px;
	width: 160px;
	border: 2px black solid;
}

.columnM4 {
	float:left;
	padding: 0px 10px 0px 10px;
	width: 242px;
}

.columnM5 {
	float:left;
	padding: 0px 0px 0px 10px;
	width: 368px;
}

.columnM6 {
	float:left;
	padding: 0px 10px 0px 10px;
	width: 255px;
	border: 2px black solid;
}

.workSpaces {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.workSpaces3 {
	margin-bottom: 15px;
	width: 100%;
	float:left;
}

.workSpacesImg2 {
	width: 120px;;
	float:left;
}

.workSpacesImg {
	margin-bottom: 15px;
	width: 150px;;
	float:left;
	overflow: hidden;
}

.workSpacesImg5 {
	margin-bottom: 15px;
	width: 206px;;
	float:left;
	overflow: hidden;
}
.workSpacesImg3 {
	margin-bottom: 15px;
	width: 280px;
	float:left;
}

.workSpacesImg4 {
	margin-bottom: 15px;
	width: 162px;;
	float:left;
}

.workSpacesCnt5 {
	margin-bottom: 15px;
	margin-left: 10px;
	float:right;
	overflow: hidden;
	width: 257px;
}

.workSpacesCnt {
	margin-bottom: 15px;
	margin-left: 10px;
	float:right;
	overflow: hidden;
	width: 212px;
}

.workSpacesCnt3 {
	margin-bottom: 15px;
	margin-left: 10px;
	float:right;
	overflow: hidden;
	width: 270px;
}

.workSpacesCnt4 {
	margin-left: 10px;
	float:right;
	overflow: hidden;
	width:297px;
}

.workSpaces p {
	margin-top: 0px;
}

.maphdr {
	color: #638296; 
	font-size:14px; 
	font-weight:bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 237px;
	padding: 50px 0px 0px 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin: 15px 15px 25px 15px;
}

#sidebar li li {
	font-size: 11px;
}

#sidebar h2 {
	height: 27px;
	margin: 0px;
	padding: 3px 0px 0px 15px;
	font-size: 24px;
}

#sidebar a {
	color: #BCE8EC;
}

/* Footer */

#footer {
	width: 950px;
	margin: 0px 0px 10px 7px;
	background: url(images/bg_950.jpg) repeat-y left top;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#footer a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
