

/* Layout Stylesheet */ 
body, html {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	background-color: #2e5b6d;
	color: #5e6366;
	padding: 0;
	margin: 0;
}

a {
	color: #2e5b6d;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p, ul, ol {
	font-family: tahoma, arial, helvetica, sans-serif;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 961px;
	background-color: #ffffff;
}

#container {
	width: 961px;
	text-align: left;
	
}

#header-home {
	width: 961px;
	height: 257px;
	background: url("images/green-neck-consulting-home.jpg") no-repeat;
}

#header-other {
	width: 961px;
	height: 84px;
	background: url("images/green-neck-consulting-secondary.jpg") no-repeat;
}

#header {
	height: 84px;
}

#menu {
	position: relative;
	top: 203px;
	margin: 0 300px;
	text-align: center;
	padding: 8px;
}

#menu ul {
	width: 420px;
	background: #ffffff;
	padding:7px 4px;
	margin:0;
	list-style-type:none; 
	height: 19px;
}

#menu ul li {
	display:inline;
	text-transform:uppercase;
	font-family: tahoma, arial, sans-serif;
	font-size: 7.8pt;
	font-weight: bold;
}

#menu2 {
	position: relative;
	top: -80px;
	margin: 0 10px 0 300px;
	text-align: center;
	padding: 8px;
}

#menu2 ul {
	width: 420px;
	background: #ffffff;
	padding:7px 4px;
	margin:0;
	list-style-type:none; 
	height: 19px;
}

#menu2 ul li {
	display:inline;
	text-transform:uppercase;
	font-family: tahoma, arial, sans-serif;
	font-size: 7.8pt;
	font-weight: bold;
	padding: 0;
}

li.paleblue a {
	background-color: #afc2bf;
	color: #5e6366;
	text-decoration: none;
	padding: 5px 10px;
}

li.charcoal a {
	background-color: #5e6366;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px;
}

li.paleblue a:hover, li.charcoal a:hover {
	background-color: #ffffff;
	color: #5e6366;
}

#left {
	float: left;
	width: 265px;
	background: inherit;
	margin: 0;
	padding: 10px 20px 0 40px;
}

#tips, #tips2 {
	color: #004812;
	background: url("images/gray-circle.gif") no-repeat;
}

#tips p {
	padding: 30px 0 10px 45px;
}

#tips .header, #tips2 .header {
	font-weight: bold;
	text-transform: uppercase;
}

#tips ol {
	padding-left: 25px;
}

#tips2 p {
	padding: 30px 0 10px 5px;
}

#right { 
	float: right;
	width: 615px;
	padding: 10px 10px 0;
	margin: 0;
}

#right2 { 
	float: left;
	width: 400px;
	padding: 20px 0px 0;
	margin: 0;
}

#col3 {
	float: right;
	width: 200px;
	padding: 0px 10px 0;
	margin: 38px 10px 0 0;
	
}

#highlights {
	padding: 5px;
	background: #e0ecc3;
	color: #2e5b6d;
	border: 1px solid #bbc3bd;
	margin: 0;
}

ul.bullet {
	list-style-image: url("../images/green-bullet.gif") left no-repeat;
}

p.products {
	padding: 0;
	margin: 0;
}

.centered {
	text-align: center;
}

h2 {
	font-size: 110%;
}

h3 {
	text-transform: uppercase;
	font-size: 102%;
	line-height: 100%;
}

h4 {
	font-size: 102%;
}

.textbold {
	font-weight: bold;
}

.indent {
	padding: 0 30px;
	margin: 0;
}


.tablerow {
	width: 400px;
	padding: 0;
	margin: 0;
}

.leftcol {
	float: left;
	text-align: right;
	width: 15%;
	padding: 0 10px 10px 0;
	margin: 0;
}

.rightcol {
	float: left;
	text-align: left;
	width: 80%;
	padding: 0;
	margin: 0;
}

.tablespace {
	clear: both;
	height: 15px;
}


#spacer {
	clear: both;
	height: 10px;
}


.error {
	color: #ff0000;
	background: inherit;
}

#footer {
	clear: both;
	font-size: 8pt;
	line-height: 14pt;
	color: #000000;
	text-align: left;
	padding: 0 10px;
}
