* {
	padding:0;
	margin:0;
}

/* ============= Firefox uses padding-left for ul; IE uses margin-left ============ */
ul {
	padding-left:1em;
    margin-left:0;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

table {
	cellpadding: 0;
	cellspacing: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.spacer {  
	clear: both;
	float: none;
	height: 1px;
	margin:0;
	padding:0;
	overflow:hidden;
}

p {
	padding: .6em 0 .6em 0;
}
.lessair{
	margin: 2px 0 4px 0;
	padding: 0;
}

.air{
	line-height: 2em;
}

.small {
	font-size: 11px;
	line-height: 12px;
}

.tight  {
	margin-top:-10px;
	margin-left:8px;
	padding-left:8px;
}









/* ======================================================================== */
html {
	padding:0;
	margin:0;
	height:100%;
	overflow:auto;
	background:#ffffdd url(../graphics/bg.gif) top left repeat-x;
}

body {
	padding:0;
	margin:0;
	height:100%;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.7em;
	color: #333;
}
a:link, a:visited {
	color: #936;
	text-decoration: none;
}
a:active {
	color: #c06;
}
a:hover {
	color: #f93;
}

#container {
	width: 694px;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* ============= Main Text Section ============ */

.main_container {
	width: 680px;	
	margin:127px 0 0 7px;
	padding:0;
	background:#ffd url(../graphics/bg-main.gif) top left repeat-x;
}

.main {
	padding: 20px 60px 110px 80px;
}
.main_wide {
	padding: 20px 60px 110px 60px;
}
.main2 {
	padding: 20px 60px 20px 80px;
}
.main_wide2 {
	padding: 20px 60px 20px 60px;
}

.photo_cory {
	width:140px; height: 170px; float:right; margin-top:16px; margin-left:16px; margin-bottom:12px;
}


/* ============= Clients and Contact Double Columns ============ */
.double_col_left {
	float:left; width:250px; text-align:right; margin-right:12px; margin-bottom:22px; line-height:1.3em;
}

.double_col_right {
	float:left; width:260px; text-align:left; margin-bottom:22px; line-height:1.3em;
}
 /* ============= COPYRIGHT ============ */
 
#copyright {
	width:650px;
	position:fixed;
	bottom:0;
	margin: 10px 0 0 7px;
	padding: 50px 30px 0 0;
	text-align: right;
	background:#ffd url(../graphics/watermark.gif) top left no-repeat;
}
*html #copyright {
	position:absolute;
}
#copyright_unfixed {
	width:650px;
	margin: 10px 0 0 7px;
	padding: 50px 30px 0 0;
	text-align: right;
	background:#ffd url(../graphics/watermark.gif) top left no-repeat;
}

.hbar {
	padding: 0;
	width:500px;
	height:1px;
	margin-bottom:8px;
}
.footer_text {
	padding: 0;
	color: #333;
}

.copyright_text {
	font-size:.9em;
	margin: 0;
	padding: 0 0 10px 0;
	color: #999;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #edb57d;
	text-decoration: none;
}
#copyright a:hover {
	color: #f93;
}

/* ============= spiral P bullet list ============ */

.p_bullets {
	margin:6px 0 18px 20px;
}
.p_bullets ul {
	list-style-image: url(../graphics/p-bullet.gif);
	list-style-position: inside;
}
.p_bullets li {
	padding-left:1em;
	margin: 6px 0 0 0;
}






/* ============= HEADER ============ */

.header {
	width:694px;
	height:91px;
	margin:0;
	position:fixed;
	top:0;
	background:#944c70 url(../graphics/bg-header.gif) top left no-repeat;
}
*html .header {
	position:absolute;
}

.header img {
	display: none;
}

#logo{
	margin: 0 0 0 336px;
	height:91px;
	text-indent:-8000px;
}

#logo a, #logo a:active {
	width:270px;
	height:91px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(../graphics/logo-turnpoint.gif);
}
#logo a:hover {background-position:0 -91px;}



/* ============= NAV ============ */

.nav_container {
	width:694px;
	height:66px;
	margin:0;
	position:fixed;
	top:91px;
	background: url(../graphics/bg-nav.gif) top left no-repeat;
}
*html .nav_container {
	position:absolute;
}

.nav_container img {
	display: none;
}

#nav{
	margin: 0;
	padding: 0 0 0 2px;
	z-index:12;
	width:678px;
	height:25px;
}
#nav li{
	list-style:none;
	float:left;
	display:inline;
	height:25px;
	margin:0;
	padding:0;
	text-indent:-8000px;
}
#nav li a, #nav li a:active {
	list-style:none;
	display:block;
	height:25px;
	margin:6px 0 0 16px;
	padding:0;
	overflow:hidden;
	background-position:0 0;
	background-repeat:no-repeat;	
}
#nav li a:hover {background-position:0 -25px;}
#nav li#nav1 a{background-image:url(../graphics/nav-home.gif);width:94px;}
#nav li#nav2 a{background-image:url(../graphics/nav-about.gif);width:94px;}
#nav li#nav3 a{background-image:url(../graphics/nav-clients.gif);width:94px;}
#nav li#nav4 a{background-image:url(../graphics/nav-feedback.gif);width:94px;}
#nav li#nav5 a{background-image:url(../graphics/nav-resources.gif);width:94px;}
#nav li#nav6 a{background-image:url(../graphics/nav-contact.gif);width:94px;}



/* ============= TEXT ============ */



h1 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 8px 0 8px 0;
	margin: 0;
	color:#603;
	text-align:center;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 8px 0 0 0;
	margin: 0;
}

 /* ============= Dropquotes ============ */
 

.dropquote {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	text-align:right;
	margin:18px 12px 24px 0;
	padding: 14px 0 14px 0;
	color: #603;
}


.quote_author {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 4px 6px 4px 0;
	font-weight: bold;
	text-align:right;
}

.quote_open {
	margin: -4px 0 0px 0;
	display: inline;
}

.quote_close {
	margin: 0 0 0 2px;
	display: inline;
}
