* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/tile-wrapper.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #333;
}




/* BASIC TEXT TAGS */

h1, h2 {
    font-family: 'HelveticaNeueLTStd87HvCn';
	font-size: 36px;
	font-weight: normal;
	color: #014A7D;
	line-height: 1em;
	text-transform:uppercase;
	letter-spacing:-1px;
}
h2 {
    margin-bottom:.5em;
}
h2 {
    margin-bottom:.1em;
}
h3, h4 {
    font-family: 'HelveticaNeueLTStd77BdCn';
	font-size: 18px;
	font-weight: normal;
	color: #014A7D;
	line-height: 1.1em;
	text-transform:uppercase;
}
h3 {
    margin-bottom:1em;
}
h4 {
    margin-bottom:.1em;
}
h5, h6 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
}
h5 {
	margin-bottom: 1.2em;
}
h6 {
	margin-bottom: .1em;
}
p, ul {
	margin-bottom: 1.2em;
}








/* LINKS */
a:link, a:visited {
	color: #0076a3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}






/* WRAPPERS */

#wrapper {
	background-image: url(../images/bg-landing.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}





#headline h1, #headline h4 {
	color:#FFF;
	text-transform:uppercase;
}
#headline h1 {
	font-size:70px;
	margin-top:-10px;
}
#headline h4 {
	font-size:34px;
	margin-bottom:0px;
}






/* CONTENT LAYOUT */

.content {
	height: 430px;
	position: relative;
}
#intro {
	width: 500px;
	top: 130px;
	position: absolute;
	left: 2px;
}
#intro h2 {
    font-family: 'HelveticaNeueLTStd77BdCn';
	color:#011e40;
	font-size:20px;
	text-transform:none;
	letter-spacing:0px;
}
#headline {
	position: absolute;
	top: 30px;
}





#info-paragraph {
	padding:20px 0 5px 20px;
	border-bottom:solid 1px #ccc;
	font-size:14px;
	color:#666;
	line-height:1.1em;
	color:#0277A3;
}
#info-paragraph ul {
	list-style-type:disc;
	margin-left:20px;
}
#info-paragraph li {
	margin-bottom:.5em;
}
#info-paragraph h3 {
	margin-bottom:.3em;
}


#social img {
	margin-right: 7px;
	margin-bottom: -7px;
}




/* LOCATION FORM */

#select-location {
	position: absolute;
	left: 20px;
	top: 255px;
	width: 325px;
}
#select-location h2 {
	color:#FFF;
	font-size:42px;
	margin-bottom:0px;
}
#select-location h4 {
	line-height:.9em;
	margin-bottom:.5em;
}
#location-menu {
	margin-bottom:5px;
	margin-top:5px;
}
#gourl{
	width: 150px;
	float: left;
	margin-right: 3px;
	font-size: 11px;
	padding: 2px;
	line-height: 20px;
	height: 20px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#button {
	font-size: 11px;
	font-weight: bold;
}






/* SEMINAR MENU */

#select-seminar {
	position: absolute;
	left: 20px;
	top: 405px;
}
#seminar-menu {
	margin-bottom:5px;
	margin-top:5px;
}
#seminar-button {
	font-size: 11px;
	font-weight: bold;
}




/* MISC CUSTOM CLASSES*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.tight {
	margin-bottom: 0.2em;
}
.nobreak {
        white-space: nowrap;
}
.rule {
	background-color: #999;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	font-size: 0px;
}
img {
	border:none;	
}





/*CALL PHONE BAR*/
#call {
	text-align:center;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#call h3 {
	margin:0;
}



	
	
/* SPOTLIGHTS PANEL */

#landing-spotlights {
	background-image: url(../images/panel-tile.jpg);
	background-repeat: repeat-y;
	width: 900px;
	position: relative;
	padding-bottom:1px;
}
#panel-top {
	width:900px;
	height:25px;
	background:url(../images/panel-top.jpg) no-repeat;
}
#panel-bottom {
	width:900px;
	height:25px;
	background:url(../images/panel-bottom.jpg) no-repeat;
}


#landing-spotlights h3 {
	margin-bottom:.3em;
}
#spotlight-left {
	float: left;
	width: 256px;
	margin-left:21px;
	margin-right:42px;
}
#spotlight-center {
	float: left;
	width: 256px;
	margin-right:42px;
}
#spotlight-right {
	float: left;
	width: 256px;
}
.bold {
	color:#000;
	font-weight:bold;
}





#callout {
	text-align:center;
}


#location-contact-info {
	text-align:center;
	margin-top:15px;
}
#location-contact-info td {
	text-align:center;
}






/* FOOTER */

#footer {
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	color: #0076a3;
	font-size:10px;
	line-height:1.3em;
	margin-bottom: 30px;
	margin-top: 10px;
	border-top:solid 1px #ccc;
}
#footer-left {
	float: left;
	width: 500px;
}
#footer-right {
	float: right;
	width: 260px;
	text-align: center;
}
.copyright {
	font-size: 9px;
	line-height: 1.1em;
}









/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 23, 2011 */



@font-face {
    font-family: 'HelveticaNeueLTStd47LtCn';
    src: url('../fonts/helveticaneueltstd-ltcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-ltcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-ltcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-ltcn-webfont.svg#HelveticaNeueLTStd47LtCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTStd57Condensed';
    src: url('../fonts/helveticaneueltstd-cn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-cn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-cn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-cn-webfont.svg#HelveticaNeueLTStd57Condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTStd67MdCn';
    src: url('../fonts/helveticaneueltstd-mdcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.svg#HelveticaNeueLTStd67MdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTStd77BdCn';
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStd77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTStd87HvCn';
    src: url('../fonts/helveticaneueltstd-hvcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-hvcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-hvcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-hvcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-hvcn-webfont.svg#HelveticaNeueLTStd87HvCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

