/* ambient energy 1.1 style sheet  ::  may 22, 2008 soul design group  ::  www.souldesigngroup.com */

html {
	height:auto;
	min-height:100%;
	outline:none;
	behavior:url(csshover.htc);
}

img, div { behavior: url(iepngfix.htc) }


* {
	margin:0px;
	padding:0px;
}

body {
	background: /**url(images/bg_glow.png) center bottom no-repeat**/ #069;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:1.2em;
	letter-spacing:1.2px;
    color:#333;
	margin:0 auto;
	border:none;
}

p {
	margin-top:10px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#666;
}

h2 {
	font-size:14px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#666;
	line-height:20px;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	font-family:Verdana, Helvetica, sans-serif;
}

a:active { text-decoration:underline; color:#555; border:none; }
a:link { text-decoration:underline; color:#555; }
a:visited { text-decoration:underline;  color:#555; }
a:hover { text-decoration:underline; color:#069; }

ul, li {
	list-style-type:square;
	margin-left:20px; 
	line-height:1.5em;
}

li {margin-top:6px}

.blue {color:#069; font-weight:bold;}

.lt_gry {color:#777;}

.clear {clear:both;}
.clear_right {clear:right;}
.clear_left {clear:left;}

img {border:none;}

.divider {width:600px; height:6px; background:url(images/divider.png) no-repeat left; margin:3px 0 5px -7px;}

.divider_dotted {border-bottom:1px dotted #DDD; margin:10px 50px;}


/*********************************
		BASIC PAGE LAYOUT
*********************************/

#page_placement {	
	width:1000px;
	height:100%;
	margin:10px auto;
}
	
#header {
	width:975px;
	height:60px;
	/**background:url(images/ambient_energy_clouds.png) no-repeat right bottom ;**/
	background-color:none;
	text-align:right;
	margin:0 -25px 0 0;
	float:right; 
}

#container {
	width:100%;
	height:100%;
	background:url(images/right_bg.gif) repeat-y right #FFC;
}

#left {
	width:150px;
	height:100%;
	float:left;
}

#content {
	width:625px;
	height:100%;	
	float:left;
	padding:0px 0 10px 30px;
}

#right {
	width:145px;
	height:100%;
	float:right;
	margin-right:0;
}

.corner {
	background-color:#069;
	height:15px;
}

#container_footer {
	width:910px;
	height:15px;
	background-color:#FFC;
	margin-right:90px;
}

#footer {
	color:#999;
	margin:5px 90px 20px 0;
	font-size:10px;
	text-align:center;	
}

#home {
	margin:0 0px -15px 0;
	text-align:right;
}

.top {
	margin:0 -75px 0 0;
	text-align:right;
	float:right;
}

#clouds {
	margin: 0 90px 0 0;
	text-align:center;
}

.newspic {
	float:left;
	border:1px solid #069;
	margin:7px 5px 0 0;
	background:none;
}

 	
/*********************************
		 LEFT NAV COLUMN
*********************************/	

#top_pic {
	width:150px;
	height:168px;
	margin:0;
	background:url(images/top_left_blank.jpg) no-repeat top left; 
}

#nav {
	margin-top:25px;
}

.nav_dvd {
	margin:3px 0;
}

/*********************************
		NAV ROLLOVER TABS
*********************************/	

#navigation_tabs a {
	color: #666;
	text-decoration: none;
}

#navigation_tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:150px;
}

#navigation_tabs ul li {
	font: bold 11px arial, helvetica, sans-serif;
	height:100%; 
	background:none;
	position: relative;
	float:left;
	width:100%;
	margin-left:-1px;
	}
	
#navigation_tabs ul li ul li{
	background:url(images/white_opaque.png);
	margin:0 0 3px 0;
	padding: 5px 3px;
	width: 135px;
	line-height:11px;
	border-right:6px inset #069;
	border-left:4px solid #FFC;
}

#navigation_tabs ul li a{
	display:block;
	}

#navigation_tabs ul li a:hover {
	color: #069;
	background: none;
}

#navigation_tabs ul li ul li a:hover{
	background: none;
}

#navigation_tabs ul ul {
	position: absolute;
	top: 0;
	display:none;
}

#navigation_tabs ul li:hover ul{
	display: block;
	left:150px;
	top:8px;
}


/*********************************
		   RIGHT COLUMN
*********************************/

.picture_box {
	width:145px;
	height:120px;
	margin:10px -90px 5px 0;
}

.photo_box_credits {
	
	margin: 0px -90px 5px 60px;
	font: normal 9px verdana, helvetica, sans-serif;	
	color:#FFF;
	letter-spacing:0px;
}

/*********************************
		   MAIN CONTENT
*********************************/

.intro {margin-bottom:-3.5px;}

.project_item {
	width:625px;
	margin:30px 0;
}

.project_img {
	margin:20px 0 0 15px;
	float:left;
	font-size:9px;
	line-height:1.1em;
	color:#999;
}

.project_nav {
	width:115px;
	float:left;
	margin:0 25px;
	padding:5px 0 5px 35px;
	border-bottom:1px #DDD dotted;
}

.services_img {
	margin:5px 0 0 15px;
	float:left;
	font-size:9px;
	line-height:1.1em;
	color:#999;
}

.services_nav {
	width:260px;
	float:left;
	margin:0 40px 0 0;
	padding:5px 0 5px 10px;
	border-bottom:1px #DDD dotted;
}

.project_points {
	margin:10px 0 0 0;
	float:left;
}

.content_general {
	width:625px;
	margin:30px 0 50px 0;
}

.team_member {
	margin:15px 0;
	min-height:140px;
	_height:140px
}

.team_img {
	width:105px;
	height:130px;
	margin:3px 12px 0 0;
	float:left;
	border-top:4px solid #069;
}



