/*
Design by Justin Palm
contact@justinpalm.net
*/

/*overall styles*/
body {
	margin-top: 50px;
	background: url("images/top.png") repeat-x #71726E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	
}
#banner {
	width: auto;
	height: 240px;
	background-image:
	url('images/ESMastheadlogo.jpg');
	background-position: top center;
}


h1 {
	color:#811305;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:none;
}

h2 {
	color:#811305;
	font-size:16pt;
}

h3 {
	color:black;
	font-size:16pt;
}

#linkMenu a {
	color: black;
	text-decoration: none;
}

a:active {
	color: white;
	
}

/*=========ToolTip styles==================*/
.tip {
	width: 100px;
	padding-top: 20px;
	display: none;
	position:absolute;
	background: transparent url("images/images/tipTop.png") no-repeat top;
}

.tipMid {
	background: transparent url("images/images/tipMid.png") repeat-y;
	padding: 0 25px 20px 25px
}

.tipBtm {
	background: transparent url("images/images/tipBtm.png") no-repeat bottom;
	height: 19px;
}

/*=========linkMenu STYLES=================*/
#linkMenu {
	position: relative;
	margin:0 auto;
	width: 250
}

#linkMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	z-index:5;
}

#xmasAlert {
	float: left;
	position: relative;
	right: 119px;
	top: 141px;
	z-index: 50;
}

/**********Colored Backgrounds For Links******************/
#home, #linkMenu #home {
	background-color: #999966;
}

#events, #linkMenu #events {
	background-color: #CC6633;
}

#clips, #linkMenu #clips{
	background-color: #CCCCCC;
}

#services, #linkMenu #services  {
	background-color: #669999;
}

#bio, #linkMenu #bio {
	background-color: #669999;
}

#WOE, #linkMenu #WOE {
	background-color: #996666;
}

#reference, #linkMenu #reference {
	background-color: #CC9933;
}

#wwd, #linkMenu #wwd {
	background-color: #669999;
}

#businessPage, #leadershipPage, #lifePage  {
	background-color: #999966; /*rgb(131,205,175);*/
}



#linkMenu li {
	/*background: url("images/link_default.png") no-repeat 0 0;*/
	padding 5px;
	margin: 2px;
	cursor: pointer;
	height: auto;
	
}

#linkMenu li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	display: block;
	padding: 1px 0 5px 10px;
}

#linkMenu li a span {
	font-style: italic;
	font-size: 8pt;
}

#linkMenu li:active {
	background-color: #C5D5F3;	
}

#linkMenu .knight {
	position: absolute;
	top: 1px;
	left: 180px;
	z-index:10;
	background: url("images/knight.png") no-repeat top right transparent;
	width: 39px;
}



#jsCheck {
	margin: 2em;
}

.event {
	clear: right;
	margin: 1em;
}


#content #quote{
	color:#811305;
	font-size:14px;
	font-style:italic;
}

#content blockquote span {
	font-style:italic;
	float: right;
	margin-right: 3em;
}


#banner ul li{
	list-style-type: none;
	position:relative;
	display:block;
}

#banner ul {
	position: relative;
	float: right;
	top: 80px;
	left: 50px;
}

#banner ul li img{
	width: 40px;
	border: none;
	position: relative;
	
}

/*==========sideBar STYLES==========*/
#sideBar {
	width:210px;
	height: auto;
	float: left;
	clear: both;
	background: url('images/sidebarbig.png') no-repeat top left;

}


#linkBox {
	height: auto;
}

#contact {
	height: auto;
}

/* FORM STYLES */

#form {
	
}

legend{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #811305;
	padding-left: 1em;
	
}



#msg, #name, #phone, #email, #sendMail {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	width:100%;
}

#requestInfo {
	position:relative;
	margin-top: 12px;
	padding: 0;
	border:none;
}

#requestInfo div {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}

#name:hover, #phone:hover, #msg:hover, #email:hover, textarea:hover, #Name:hover, #Email:hover {
	background-color: #C5D5F3;
}

#name:focus, #phone:focus, #msg:focus, #email:focus, textarea:focus #Name:focus, #Email:focus{
	background-color: #C5D5F3;
}
#mailList {
	float: left;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#news {
	float: left;	
	padding: 2px;
}

input[type = "submit"] {
	float: left;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

label.error {
	color: red;	
}

#cert {
	width: 200px;
	margin-left:auto;
	margin-right:auto;
}

#cert img {
	width: 200px;
	border: none;
	margin-top: 10px;
}

#assesment {
	width: 40%;
	margin-left:auto;
	margin-right:auto;
}
#assesment p {
	clear: both;
	margin: 5px 0px 5px 0px;
}

#assesment label.error{
	float:none;
	color: red;
	padding-left:0.5em;
	vertical-align: top;
}

#assesment label { width: 10em; float: left; }

/*page styles*/
#title {
	color: black;
}

#page {
	float: left;
	width: 710px;
	background-color: white;
}

#pageTitle{
	text-align: center;
}

#content{
	margin: 2em;
}

#content p > img{
	float: left;
	margin-right: 1em;
}

#business, #life, #leadership,#bluePrint {
	padding:1em;
}

#business img, #life img, #leadership img, #bluePrint img, #minutes img {
	float: left;
	margin-right: 1em;
}

#buisHack {
	margin-left: 15em;
}
.comment{
	background-color: #FFFFF1;
	color:#333366;
	margin-top: 3em;
	padding: 2em;
	float: left;

}

#footer{
	clear: left;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-size: 10pt;
	padding: 1em 0;
	background-color: #71726E; 
}

#footer a{
	color: white;
	text-decoration: none;
	margin-right: 1em;

}

#footer p{
	margin: 0;
}


object{
	float:left;
	overflow:hidden;
}

#bookWrapper {
	overFlow:hidden	
}


.book {
	width: 50%;
	height:150px;
	overflow:hidden;
	float: left;
	position:relative;
}

.book p {
	margin-top: 1em;
	
}

.book img {
	border:none;
	float:left;
}
.book>img {
	list-style-type: none;
	float: left;
	height: 100px;
	margin-right:1em;
}

/*======Popup styles=============*/
/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

#woe {
 	width: 1000px;
	margin-left:-500px;
	position:absolute;
}

#thankyou_add, #thankyou, #assesmentRedirect{
    width: 500px;
	margin-left:-250px;

}

#thankyou_add h2, #thankyou h2, #assesmentRedirect h2 {
	font-size: 34px;
	margin:0;
	text-align:center;
}

#thankyou_add #pop_low, #thankyou #pop_low, #assesmentRedirect #pop_low {
	border-top: medium dotted black;
	text-align:center;
	margin-top: 13px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#wheelTop p {
	color:#811305;
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	margin: 0px 0px 0px 30px;
}

#wheelTop img{
	float: right;
	width: 40px;
	margin-right: 3px;
	border:none;
}
/******audioClips************/
#minutesWrapper {
	width: 499px;
	margin-left: auto;
	margin-right: auto;
	margin-top:2em;
	position: relative;
}


#minutes img {
	height: 120px;
}

/*******Accordion Tab Style********/
#accordion {
	margin-bottom: 2em;
	float: left;
}

#accordion a {
	color: #811305;
	font-weight: bold;
}

/*******MainButton****************/
.mainButton {
	float: left;
	height: 175px;
	width: 650px;
	margin-bottom: 1em;

}

.mainButton div {
	width: 175px;	
}

.mainButton h2{
	margin-left: 20px;
	margin-bottom: 0px;
	color: blue;
}

.mainButton ul {
	padding: 0px;
	margin-left: 20px;
	margin-top: 0px;
}

.mainButton ul li {
	list-style-type: none;
	
}

#businessLink {
	background-image: url('images/MainButtons.png');
	background-position: 0px 175px;
}

#businessLink:hover {
	background-position: 650px 175px;
}

#leadershipLink {
	background-image: url('images/MainButtons.png');
	background-position: 0px 0px;
}

#leadershipLink:hover {
	background-position: 650px 0px;
}

#lifeLink {
	background-image: url('images/MainButtons.png');
	background-position: 0px 350px;
}

#lifeLink:hover {
	background-position: 650px 350px;
}









