/* CSS Document */

/* jester assoc green 42bc32 */

body {
	margin: 0;
	background-color: #033372;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

a {
	text-decoration: none;
	color: #33b2fb;
	outline: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

/* IE PNG Fix */
img, div {
	behavior: url(http://www.jesterassoc.com/iepngfix.htc)
}

#container {
	width: 842px;
}

#navbarContainer {
	background-color: #0b345e;
	height: 47px;
}

#navbar {
	margin: 0 auto;
	width: 842px;
}

#navbar p {
	float: left;
	font-size: 0.7em;
	padding: 19px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#prodSearch {
	float: left;
	padding: 0px 20px 0px 53px;
}

#mastheadContainer {
	background-color: #040404;
	height: 349px;
	background-image: url(../images/masthead-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#masthead {
	position: relative;
	margin: 0 auto;
	width: 738px;
}

#masthead .manu {
	position: absolute;
	top: 200px;
}

#mastheadNav {
	position: absolute;
	top: 284px;
}

#bodyContainer {
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-color: #033372;
	overflow: auto;
}

#body {
	margin: 0 auto;
	width: 842px;
	padding: 0px 0px 20px 0px;
}

#intro {
	width: 738px;
	margin: 0 auto;
}

#intro p {
	color: #d7d7d7;
	padding: 20px;
	font-size: .7em;
	line-height: 1.5em;
}

#introBox {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	background-image: url(../images/intro-box.gif);
	height: 228px;
	width: 233px;
	background-repeat: no-repeat;
}

#introMore {
	position: absolute;
	top: 175px;
	left: 0px;
}

#manufacturers {
	clear: both;
	background-image: url(../images/manu-bg.png);
	height: 61px;
	width: 735px;
	margin: 0 auto;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 2px;
}

#manufacturers h3 {
	color: #FFFFFF;
	font-size: .8em;
}

#manufacturers p {
	padding: 2px 10px 0px 10px;
	font-size: .8em;
	line-height: 1.1em;
}

/* SubPages */

#subNavbar {
	position: relative;
	width: 842px;
	height: 42px;
	margin: 10px 0px 0px 0px;
}

#subNavbarLinks {
	position: absolute;
	top: 18px;
	left: 309px;
}

#subNavbarLinks p {
	font-family: Arial, Helvetica, sans-serif;
	color: #0328a1;
	font-size: 0.8em;
}

#subNavbarLinks a {
	color: #0328a1;
}

#subNavbarLinks a:hover {
	color: #33b2fb;
}

#subPages {
	position: relative;
	margin: 27px 60px;
}

#subPages h1 {
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 12px;
}

#subPages h2 {
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 8px;
}

#subPages p {
	font-size: 0.8em;
	color: #f7f7f7;
	padding-bottom: 10px;
}

#subPagesDivider {
	position: absolute;
	height: 166px;
	width: 1px;
	top: 30px;
	left: -16px;
}

/* Jester Consulting */

ul#sampleSpecs {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

ul#sampleSpecs li {
	margin: 0;
	padding: 0px 5px 5px 0px;
	float: left;
}

ul#sampleSpecs a { 
  display : block;
  padding : 10px;
  background-color : #33b2fb;
  height: 30px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: normal;
  font-size: 0.7em;
}

ul#sampleSpecs a:hover, ul#sampleSpecs a:focus, ul#sampleSpecs a:active, 
ul#sampleSpecs a.selected, ul#sampleSpecs a.selected:hover, ul#sampleSpecs a.selected:focus, ul#sampleSpecs a.selected:active { 
  background-color : #ffffff;
  color: #33b2fb;
  text-decoration: none;
}

/* Footer */

#footerConainer {
	background-color: #022655;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 175px;
}

#footer {
	margin: 0 auto;
	width: 842px;
	padding-top: 50px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #696969;
	text-align: center;
}

#footer h1 {
	margin: 10px auto;
	background-image: url(../images/footer-tagline.gif);
	height: 9px;
	width: 296px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

/* CEU Education */

#education {
	border: 1px solid #FFFFFF;
	overflow: auto;
	padding: 10px;
	width: 695px;
	margin: 10px 0px;
}

#education h1 {
	font-size: 1em;
	font-weight: bold;
}

#education h2 {
	font-size: 0.9em;
	font-weight: normal;
}

#educationContent {
	float: left;
	width: 500px;
	text-align: left;
}

#educationLogo {
	float: right;
}


/* Classes */

.uppercase {
	text-transform: uppercase;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.centerTxt {
	text-align: center;
}

/* Jester Group */

.groupNav {
	background-image: url(../images/group-navbar.gif);
	background-repeat: no-repeat;
}

.groupDivider {
	background-image: url(../images/group-divider.gif);
	background-repeat: no-repeat;
}

.groupH1 {
	color: #33b2fb;
}

/* Jester Associates */

.associatesNav {
	background-image: url(../associates/images/associates-navbar.gif);
	background-repeat: no-repeat;
}

.associatesDivider {
	background-image: url(../associates/images/associates-divider.png);
	background-repeat: no-repeat;
}

.associatesH1 {
	color: #42bc32;
}

/* Jester Consulting */

.consultingNav {
	background-image: url(../consulting/images/consulting-navbar.gif);
	background-repeat: no-repeat;
}

.consultingDivider {
	background-image: url(../consulting/images/consulting-divider.png);
	background-repeat: no-repeat;
}

.consultingH1 {
	color: #f22727;
}

/* Jestec, Inc. */

.jestecNav {
	background-image: url(../jestec/images/jestec-navbar.gif);
	background-repeat: no-repeat;
}

.jestecDivider {
	background-image: url(../jestec/images/jestec-divider.png);
	background-repeat: no-repeat;
}

.jestecH1 {
	color: #ed5c0c;
}