
@import url("_nav.css");
@import url("_services_subnav.css");
@import url("_gallery_subnav.css");
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}

h2 {font: 16px Verdana, Arial, Helvetica, sans-serif, bold; color:#fff;}
h3 {font: 14px Verdana, Arial, Helvetica, sans-serif, normal;color:#fff; }
img {
	border: 0;
}

img, div { 
	behavior: url(/css/iepngfix.htc)
 }
 
 hr {
border: 0;
color: #e0f1f5;
background-color: #e0f1f5;
height: 1px;
width: 100%;
text-align: left;
margin:5px 0 5px 0;
}
 
a {
	color: #4464bf;
}
a:hover {
	color: #41bcdd;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}


body {
	background: #f9ffff url(images/grad_bg.jpg) repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #464544;
	padding-bottom: 10px;
	text-align: center;
	line-height:1.5
}

/** layout **/
#wrapper {
text-align: left;
	margin: auto;
	width: 910px;
	min-height: 750px;
	_height: 750px;
	background: transparent url(images/main_bg.jpg) no-repeat;
  position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px Verdana, Arial, Helvetica, sans-serif, bold;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
  position: absolute;
  top: 230px;
  left: 134px;
  width: 654px;
  z-index:10;
}

/* services Subnav */

#Subnav {
  padding-left:3px;
}


/** Body **/

#content {
  width: 730px;
  position: absolute;
  color: #2e589e;
  top: 299px;
  left: 85px;
  padding: 18px;
}
#content a {
  color: #4464bf;
  text-decoration: none;
}
#content a:hover {
  color: #41bcdd;
}

.box {
  float: left;
  margin-right: 18px;
}
.box-t { background: top url(images/box_t.gif) repeat-x; }
.box-r { background: right url(images/box_r.gif) repeat-y; }
.box-b { background: bottom url(images/box_b.gif) repeat-x; }
.box-l { background: left url(images/box_l.gif) repeat-y; }
.box-tr { background: top right url(images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}
/*home page*/
#concepts { width: 201px;}

#culture {width: 266px;}

#consciousness { width: 201px;}
/*--all pages*/
#c1 {
float: left; 
width: 199px;
background:transparent url(images/sidenav-bg.gif) repeat-y;
margin-right:18px;
}

#c2 {
float: left;
width: 485px;
background:transparent url(images/maincont-bg.gif) repeat-y;
margin-right:18px;
}

img.bt { vertical-align: bottom; } 

/** footer **/
#footer {
margin-top:20px;
text-align: center;
}

#footer p, #footer ul {
  margin: 0.8em;
  color:#4464bf;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}

