
/* Layout
==================================== */

html {
	overflow-y:scroll;
}


body {
	background-color: #f6f4ea;
}


/* Header */

#header  {
	background: #f0f0ec url(topbar.gif) repeat-x left top;
	padding: 16px 3% 0px 3%;
	position: relative;
}

/* Easy Clearing :TODO: Fix for IE5.x */

#header:after, #footer:after, #features:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header, #footer, #features {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #header, * html #footer, * html #features {height: 1%;}
#header, #footer {display: block;}
/* End hide from IE-mac */

#phone {
	position: absolute;
	top: 16px;
	left: 2%;
	width: 90%;
}


#logo {
	float: left;
	margin-top: 1em;
}


#highlight {
	width: 61%;
	float: right;
	margin-top: 1em;
	display: inline;
	position: relative;
}

#highlight img {
	float: right;
	margin-left: 2em;
}


#highlight p.link {
	text-align: right;
}

#header #highlight.testimonial {
	background-image: url("quote-open.gif");
	background-position: 25px 0;
	background-repeat: no-repeat;
}

#header #highlight.testimonial blockquote {
	padding-left: 55px;
	padding-right: 25px;
	background-image: url("quote-close.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header #highlight .credit {
	padding-top: 15px;
}



/* Content */


#content {
	background:  #fff url(headerbase.gif) repeat-x left top;
	width: 100%;
	padding-top: 44px;
	float: left;
}

#maincontent {
	width: 58%;
	margin-right: 10%;
	display: inline;
	float: right;
}


#sidebar {
	width: 25%;
	margin-left: 3%;
	display: inline;
	float: left;
}


#sidebar .downloadVcard {
	margin-top: 20px;
	padding-left: 30px;
	/*background: url(/images/aa/vcard-medium.png) no-repeat left center;*/
}


#maincontent .downloadVcard a {
	padding-left: 20px;
	*/background: url(/images/aa/vcard-small.png) no-repeat left center;*/
}


/* Footer */


#footer {
	background:  #f6f4ea url(footer.gif) repeat-x left top;
	padding: 0 3% 10px 3%;
	clear: both;
}

#footer .download {
	width: 445px;
	float: left;
	margin-top: 40px;
}

.download img {
	float: left;
	padding-right: 14px;
}

.download p {
	padding-left: 40px;
}

#footer ul {
	float: right;
	margin-top: 40px;
}

#footer li {
	display:inline;
}

#footer address {
	width: 100%;
	float: right;
	text-align: right;
}

/* Other Stuff */

.mugshot {
	width: 25%;
	float: left;
	padding: 3px;
	margin-right: 3%;
	margin-bottom: 2%;
	border: 1px solid #999;
}

.groupshot {
	width: 100%;
	clear: both;
	padding: 3px;
	border: 1px solid #999;
}

label,.error {
	display: block;
}
.error {
	margin-left: -25px;
	padding-left: 25px;
}

#eventSummary {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	margin-bottom: 1em !important;
}

#eventSummary dt, #eventSummary dd {
	padding: 0 !important;
	margin: 0 !important;
}

#eventSummary dt {
	width: 4em;
	float: left;
	clear: left;
}

.conferencePic {
	width: 100%;
	clear: both;
	padding: 3px;
}

.buyNow {
	margin-left: 1em;
	vertical-align: middle;
}

#maincontent #map {
  /*width: 100%;*/
  height: 250px;
  margin-left: 25px;
}

#maincontent .infoWindow {
  width: 300px;
}

input, textarea {
	font-size: 1em;
	color: #434343;
	width: 20em;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

#sidebar input {
	width: 100%;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}

/* Courses */

#features {
	padding: 2em;
	margin-bottom: 2em;
	margin-left: 30px;
}

#features #col1 {
	width: 47%;
	float: left;
}

#features #col2 {
	width: 47%;
	float: right;
}

#maincontent #features h2 {
	padding: 0;
	margin-bottom: 0.5em;
}

#maincontent #features ol {
	padding: 0;
}

#features ol li {
	margin: 0;
	padding-left: 20px;
}


