/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { 
  color: #222; 
  font-size: 75%;
line-height:1.5em;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
background:url(images/body-bg.jpg) bottom left repeat-x #fff;
 }
 
body.index { 
  color: #222; 
  font-size: 75%;
line-height:1.5em;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
/*  background:url(images/bg-index.gif) top left repeat-x #fff;*/
 }
 
h1,h2,h3,h4,h5,h6 { 

  color: #111; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.75em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em 0; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
a:focus, 
a:hover     { color: #de1d2f; }
a           { color: #4d6aab; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.medium      { font-size: 1.2em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.6em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }
.clear		{clear:both; }
.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* Layout DIVS ---------------------------------------- */

div#wrapper {
	position:relative;
	margin: 0 auto 0;
	width:770px;
	}

div#head {
	position:relative;
	float:left;
	width:770px;
	background:url(images/header-bg.gif) bottom right no-repeat;
	}

div#navi-top  {
	position:relative;
	float:left;
	width:770px;
	padding:10px 0 10px 15px;
	background:url(images/navi-bg.gif) top left no-repeat;
	}
	
div#navi-base {
	position:relative;
	float:left;
	width:770px;
	padding:10px 0;
	background:url(images/navibase-bg.gif) top left no-repeat;
	}	

div#banner-wrap {
	position:relative;
	float:left;
	width:770px;
	background-color:#fff;
	}

div#banner-text {
	float:left;
	width:280px;
	height:120px;
    padding:10px;
    color:#fff;
	background-color:#666;
	}	

div#banner-img {
	float:left;
	width:770px;
	}

div#banner-img-index {
	float:left;
	width:470px;
	}
	
div#content-wrapper{
	position:relative;
	float:left;
	width:770px;
	background:#fff;
	}
	
div#navi {
	position:relative;
	float:left;
	display:inline;
	width:240px;
	padding:15px 0 10px 10px;
	}

div#content {
	position:relative;
	float:left;
	width:500px;
	padding:15px 10px 10px 10px;
	background:url(images/pattern.gif) top left repeat-y;
	}

div#content h1 {
      border-left:3px solid #de1d2f;
      padding:10px 0 10px 10px;
      }

div#content h1 span {
      color:#4d6aab;
     }

div#footer {
	position:relative;
	clear:both;
	width:750px;
	padding:15px 10px 10px 10px;
	}

div#footer  p {
color:#666
}

/* navigation ---------------------------------------- */

div#navi-top ul, div#navi-base ul {
	margin:0;
	padding:0;
	}

div#navi-top ul li, div#navi-base ul li {
	display:inline;
	padding:8px 5px;
color:#fff;
	}
	
div#navi-top ul li a{
	color:#fff;
	text-decoration:none;
font-weight:bold;
font-size:12px;
	}	
	
div#navi-base ul li a {
	color:#666;
	text-decoration:none;
	}		
	
div#navi-top ul li a:hover, div#navi-base ul li a:hover {
	text-decoration:underline;
	}	
	
	
/* navigation ---------------------------------------- */	
	
div#navi ul {
	margin:0;
	padding:0;
	}

div#navi ul li {
	list-style-type:none;
	padding:2px 8px 2px 5px;
	}
	
div#navi ul li a:link, div#navi ul li a:visited, div#navi ul li a:hover{
	display:block;
	background-color:#999;
	color:#fff;
	width:195px;
	padding:2px 0px 2px 5px;
	text-decoration:none;
	border-left:5px solid #5974b3;
	}
	
div#navi ul li a:hover {
	background-color:#333;
        color:#fff;
	border-left:5px solid #f00;
	}

/* LEVEL 2 (UL UL)*/

div#navi li ul li a:link, div#navi li ul li a:visited, div#navi li ul li a:hover {
	display:block;
	width:180px;
	padding-left:15px;	
	border-left:5px solid #f00;
	}

div#navi li ul li a:hover {
      background-color:#333;
      }

/* LEVEL 3 (UL UL UL)*/

div#navi li ul li ul li a:link, div#navi li ul li ul li a:visited, div#navi li ul li ul li a:hover {
	display:block;
	width:155px;
	padding-left:45px;	
	border-left:5px solid #ff0;
	}

/* graphics ---------------------------------------- */

div#logo {
	position:relative;
	float:left;
	width:150px;
	padding:0px 0px 0px 0;
	}

div.services {
	position:relative;
	float:left;
	width:120px;
	margin-right:20px;
	}

p.split {
	background:url(images/split.gif) no-repeat;
	line-height:0px;
	height:1px;
	font-size:2px;
	margin:10px 0;
}

h2.split {
	background:url(images/split.gif) bottom left no-repeat;
	line-height:0px;
	font-size:12px;
	padding:10px 0 10px 0;
	margin:0 0 5px 0;
}

p.main_split {
	margin:5px 0 5px 5px;
	height:5px;
	font-size:2px;
	width:230px;
	background:url(images/main_head.gif);       
    }

p.bold {
	font-weight:bold;
	color:#5974b3;
	padding:3px 0 3px 0;
	margin:0;
	}

/* Office space CSS ---------------------------------------- */	
	
div#back {
	position:relative;
	float:right;
	width:100px;
	border:1px solid #ccc;
	background-color:#5974b3;
	padding:5px;
	text-align:center;
	}

div#back a:link, div#back a:visited, div#back a:hover {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	}
	
div#back a:hover {
	text-decoration:underline;
	}
/****************************************************************************************************/
div#content-wrapper-bc{
	position:relative;
	float:left;
	width:770px;
background-color:#fff;
	}

div#content-bc {
	position:relative;
	float:left;
	width:740px;
	padding:15px 10px 10px 15px;
  
	}

div#content-bc-new {
	position:relative;
	float:left;
	width:440px;
	padding:15px 10px 10px 15px;
        background:url(images/pattern.gif) top right repeat-y;
	}
	
div#bc-right {
        position:relative;
	float:left;
	width:285px;
background:url(images/map.gif) bottom left no-repeat;
	
}

div.image {
	float:left;
	position:relative;
	width:248px;
        padding:10px 10px 10px 10px;
	border:1px solid #ccc;
margin:15px 0 0 15px;
background-color:#efefef;
	}

div#contact {
	position:relative;
	float:left;
	width:260px;
padding-left:20px;
	}

div#pdf {
	position:relative;
	float:left;
	width:260px;
padding-left:20px;
	}

a.pdfd {
padding:8px 0 15px 45px;
font-size:12px;
font-weight:bold;
background:url(images/pdfd.jpg) top left no-repeat;
}

a.reader {
padding:20px 0 8px 45px;
font-size:12px;
font-weight:bold;
background:url(images/reader.jpg) top left no-repeat;
}
/****************************************************************************************************/
div#content-bc h1.location {
	font-size:22px;
	color:#333333;
	background:url(images/patternx2.gif) bottom left repeat-x;
	padding:5px 0 10px 0;
	margin:0 0 5px 0;
	}	

div#content-bc-new h2.address {
	color:#4d6aab;
	background:url(images/patternx3.gif) bottom left repeat-x;
	font-size:18px;
	padding:5px 0 10px 0;
	margin:0 0 5px 0;
	}		


div#breadcrumb {
	position:relative;
	float:left;
	width:745px;
	background:url(images/arrow-crumb.gif) #a8b6d7 4px 5px no-repeat;
        padding:6px 0 6px 25px;
	}

div.header {
	position:relative;
	float:left;
	width:140px;
	background-color:#231f20;
	margin:15px 10px 0 0;
	color:#FFFFFF;
	text-align:center;
	}
	
div.header1 {
	position:relative;
	float:left;
	width:140px;
	background-color:#231f20;
	margin:15px 10px 0 0;
	color:#FFFFFF;
	text-align:center;
	}
	
div.header h3 {
	color:#FFFFFF;
	text-align:center;
	padding-top:8px;
	}

div.header1 h3 {
	color:#FFFFFF;
	text-align:center;
	padding:4px 0;
	font-size:18px;
	margin:0;
	}
	
div.info, div.info1 {
	position:relative;
	float:left;
	width:138px;
	border:1px solid #ccc;
	margin:2px 10px 16px 0;
	text-align:center;
	}

div.info h3 {
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	}	

div.info1 h3 {
	font-size:13px;
	font-weight:bold;
	padding:13px 0 8px 0;
	}	

div#description {
	float:left;
	position:relative;
	width:440px;
	padding:0 10px 0 0;
	}

div#location {
	float:left;
	position:relative;
	width:440px;
	padding:0 10px 0 0;
	}


/* index CSS ---------------------------------------- */

div#banner-text-index {
	float:left;
	width:300px;
	height:240px;
	background:url(images/banner-text-bg.jpg) #231f20 top left no-repeat;
	}	
	
div#banner-img-index {
	float:left;
	width:470px;
	}
	
div.column {
	position:relative;
	display:inline;
	float:left;
	width:240px;
	margin:10px 10px 0 10px;
	}

div.columnlast {
	position:relative;
	display:inline;
	float:left;
	width:240px;
	margin:10px 0 0 0;
	}
	
div.column p, div.columnlast p {
	padding:0 5px 0 0px;
	margin:5px 0 5px 5px;
	}

div.column a, div.columnlast a {
	padding:0 5px 0 5px;
	}

div.column h2.red {
	color:#de1d2f;
	padding:0 5px 0 10px;
	margin:5px 0 5px 0px;
	font-size:1.5em;
	border-left: 3px solid #de1d2f;
	}
	
div.column h2.blue {
	color:#5974b3;
	padding:0 5px 0 10px;
	margin:5px 0 5px 0px;
	font-size:1.5em;
	border-left: 3px solid #5974b3;
	}
	
div.columnlast h2.lblue {
	color:#a8b6d7;
	padding:0 5px 0 10px;
	margin:5px 0 5px 0px;
	font-size:1.5em;
	border-left: 3px solid #a8b6d7;
	}

/* location CSS ---------------------------------------- */

div.summary {
	position:relative;
	float:left;
	width:740px;
	background-color:#efefef;
	padding-left:10px;
	margin-bottom:10px;
	}

div.space {
	position:relative;
	float:left;
	width:140px;
	background-color:#231f20;
	margin:8px 5px 0 10px;
	color:#FFFFFF;
	text-align:center;
	}

div.space h3 {
	color:#FFFFFF;
	text-align:center;
	padding:4px 0;
	font-size:18px;
	margin:0;
	}
	
div.spacedetail {
	position:relative;
	float:left;
	width:138px;
	border:1px solid #ccc;
	margin:2px 5px 3px 10px;
	text-align:center;
    background-color:#fff;
	}
	
div.spacedetail h3 {
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	}	

div.moreinfo {
	position:relative;
	float:left;
	width:140px;
	background-color:#de1d2f;
	margin:0px 5px 0 10px;
	color:#FFFFFF;
	text-align:center;	
	}

div.moreinfo a:link, div.moreinfo a:visited, div.moreinfo a:hover {	
	color:#fff;
	text-decoration:none;
	display:block;
	width:140px;
	padding:2px 0;
	}

div.moreinfo a:hover {
	background-color:#5974b3;
	}

div#image-thumb {
	float:left;
	position:relative;
	width:120px;
	height:120px;
	margin:8px 0 0 5px;
	background-color:#efefef;
	}

div#description-sub {
	float:left;
	position:relative;
	width:450px;
	padding:0 10px 0 0;
	background:url(images/pattern.gif) top right repeat-y;
	}


/*-----------------------------------------------------------------------------*/

div#bcform {
position:relative;
float:left;
width:370px;
background-color:#efefef;
border:1px solid #ccc;
padding:0px 15px;
}