@charset "utf-8";

/* 
    AUTHOR: Zechariah Tanner
            ztanner@newvisualsolutions.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Arial, sans-serif; }
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#container {
	position: relative;
	width: 815px;
	margin: 0 auto;
}
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 815px;
	height: 91px;
	background: url(images/header.png);
	text-indent: -8000px;
}
#nav {
	position: relative;
	top: 0;
	left: 0;
	width: 815px;
	height: 22px;
	background-color: #A00936;
}
#nav ul {
	position: relative;
	margin-left: 17px;
	width: 815px;
	height: 22px;
}
#nav li {
	float: left;
	padding-top: 3px;
}
#nav a {
	width: auto;
	height: 19px;
	margin: 0 5px;
	display: block;
	color: #fff;
	font: bold 12px Geneva, sans-serif;
	text-decoration: none;
}
#nav a:hover {
	color: #e3e3e3;
}
#sidebar {
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: 465px;
}
#testimonials {
	top: 0;
	left: 0;
	width: 170px;
	height: 195px;
	padding: 20px 15px;
	color: #fff;
	background-color: #B2B3B7;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
#testimonials p.clientname {
	position: relative;
	left: 15px;
	font-size: 10px;
	margin-top: -5px;
}
#home #testimonials p.clientname {
	margin-top: -12px;
}
#quickresources {
	width: 200px;
	height: 230px;
	color: #333;
	background: url(images/bg_resources.gif);
}
#quickresources h3 {
	margin: 8px 0 20px 8px;
	font: 14px Verdana, sans-serif;
}
#quickresources ul {
	margin: 10px;
	font: 10px Verdana, sans-serif;
	line-height: 1.5em;
}
#quickresources a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#quickresources a:hover {
	text-decoration: underline;
}
#quickresources img {
	position: relative;
	top: 50px;
	left: 10px;
}
#mainpic {
	position: absolute;
	top: 113px;
	left: 200px;
	width: 615px;
	height: 235px;
}
#home #mainpic {
	background: url(images/pic_home.jpg);
}
#whyjedgar #mainpic {
	background: url(images/pic_whyjedgar.jpg);
}
#forstartups #mainpic {
	background: url(images/pic_startups.jpg);
}
#formergers #mainpic {
	background: url(images/pic_mergers.jpg);
}
#forgrowth #mainpic {
	background: url(images/pic_growth.jpg);
}
#forrightsizing #mainpic {
	background: url(images/pic_rightsizing.jpg);
}
#resources #mainpic, .home #mainpic, .single #mainpic {
	background: url(images/pic_resources.jpg);
}
#contactus #mainpic {
	background: url(images/pic_contactus.jpg);
}
#jobopps #mainpic {
	background: url(images/pic_jobopps.jpg);
}
#content {
	position: absolute;
	top: 348px;
	left: 200px;
	width: 615px;
	height: 230px;
}
#content h2, #content h3 {
	color: #A00936;
	margin: 8px 0 10px 15px;
	font: bold 16px Geneva, sans-serif;
}
#content h3 {
	color: #000;
	margin-bottom: 5px;
	font-size: 13px;
}
#content p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 1em 15px;
}
#content a {
	color: #A00936;
}
#content ul {
	margin: 10px 0 15px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
#footer {
	position: relative;
	top: 20px;
	width: 815px;
	height: 17px;
	padding-top: 5px;
	left: -200px;
	color: #fff;
	background-color: #A00936;
}
#home #footer, #forgrowth #footer, #forrightsizing #footer {
	top: 42px;
}
#jobopps #footer {
	top: 174px;
}
#footer p {
	font-size: 10px;
	margin: 0 0 0 210px;
}
/* END STRUCTURE */

