/* @override http://temp-leetassociates.gaiahost.net/_css/style.css */

/* @group General */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #2a60a7;
}

h1,h2,h3,h4,p {
	margin-bottom: 15px;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	font-size: 9pt;
	text-align: center; 
}

#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

/* @end */

/* @group Header */

#header h1 a {
	background: url(/_images/logo.gif) top left no-repeat;
	height: 30px;
	display: block;
	margin: 20px 10px 5px 10px;
}

#header h2 {
	background: url(/_images/h2_background.gif) top left repeat-x;
	height: 44px;
	width: 920px;
	margin-bottom: 0;
}

#header h2 strong {
	display: block;
	height: 44px;
	width: 780px;

	
}

#header span {
	display: none;
}

/* @end */

/* @group Primary Nav */

#nav {
	background: #000;
	float: left;
	width: 900px;
	padding-left: 20px;
}

#nav li {
	display: inline;
	float: left;
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	background: url(/_images/button_bg.gif) bottom left no-repeat;
}

#nav a:hover {
	background: #ff902d;
}

#nav_home a {
	background: none;
}

/* @end */

/* @group Subnav */

#sidebar {
	width: 190px;
	float: left;
}

#sidebar dl {
	margin-top: 20px;
	margin-left: 20px;
}

#sidebar dt {
	margin-bottom: 30px;
	color: #fff;
}

#sidebar dd {
	margin-bottom: 7px;
}

#sidebar dd a {
	color: #369;
	text-decoration: none;
	font-weight: bold;
	font-size: 94%;
	padding-left: 10px;
	background: url(/_images/bullet.gif) no-repeat 0 6px;

}

/* @group Hidden misc */

#subnav_about, #subnav_services, #subnav_clients, #subnav_publications, #subnav_contact, #subnav_home {
	display: none;
}

#subnav_about p {
	text-align: center;
	margin-top: 70px;
}

#subnav_about img {
	padding: 1px;
	border: 1px solid #aaa;
}

#subnav_home {
	margin-top: 30px;
	padding: 15px 10px;
	background: #eee;
	text-align: center;
	margin-bottom: 25px;
	margin-left: ;
}

#subnav_home h3 {
	font-weight: normal;
	color: #143054;
	font-size: 85%;
}

#subnav_publications {
	margin-top: 20px;
}


#subnav_publications h2 {
	font-size: 110%;
	margin-bottom: 35px;
	color: #fff; 
}

#subnav_publications ul {
	margin-bottom: 40px;
}

#subnav_publications li {
	margin-bottom: 10px;
	margin-left: 10px;
	list-style: none;
}

/* @end */

/* @end */

/* @group Content Area */

#content {
	margin-left: 220px;
	margin-top: 60px;
	padding-bottom: 150px;
}

#content h1 {
	color: #369;
	font-size: 150%;
}

#content p {
	line-height: 170%;
}

#content h2 {
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 15px;
	line-height: 170%;
}

#content h3 {
	color: #ff902d;
	font-size: 90%;
	text-transform: uppercase;
	margin: 0; 
}

#content a img {
	border: none;
}

#content ul li, #content ol li {
	margin-bottom: 10px;
	margin-left: 40px;
	list-style-image: url(/_images/bullet.gif); 

}

#content ul li ul li {
	list-style: none;
	font-size: 90%;
	line-height: 180%; 
	font-weight: normal; 
	margin-bottom: 5px;
	list-style-image: url(/_images/bullet.gif); 
}

#services_menu span {
	width: 45%;
	float: left;
	margin: 10px;
}

#services_menu a {
	font-weight: bold;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	border-left: 2px solid orange;
	border-top: 1px solid orange;
	margin: 40px 0px;
	padding-left: 5px;
	font-size: 80%;
	color: gray;
	padding-top: 10px;
}

#footer a {
	text-decoration: none;
	float: right;
	color: gray;
}

#footer span {
	height: 30px;
	padding-top: 10px;

	margin-top: 10px;
	clear: both;
	display: block;
}

#footer span a {
	background: url(/_images/gaiahost_shell16x16.gif) left no-repeat;
	height: 30px;
	padding-top: 5px;
	padding-left: 20px;
	margin-left: 5px;
	float: none;
}

/* @end */

/* @group Page titles */

#h2_about, #h2_services, #h2_clients, #h2_publications, #h2_contact, #h2_home {
	display: none;
}

#h2_about strong {
	background: url(/_images/h2_about.gif) top left no-repeat;
}

#h2_home {
	height: 132px !important;
	background: url(/_images/h2_home.jpg) !important;
}

#h2_services strong {
	background: url(/_images/h2_services.gif) top left no-repeat;
}

#h2_clients strong {
	background: url(/_images/h2_clients.gif) top left no-repeat;
}

#h2_publications strong {
	background: url(/_images/h2_publications.gif) top left no-repeat;
}

#h2_contact strong {
	background: url(/_images/h2_contact.gif) top left no-repeat;
}

/* @end */

.more {
	font-size: 110%;
	display: block;
	padding: 3px;
	padding-left: 25px;
	background: #f9feef url(/_images/more.gif) no-repeat center left;
}



































