html, body {
	font-family: helvetica, arial, sans-serif;
	background: #fff;
}

body {
	background: #999999 url(images-layout/backgroundMain.jpg) repeat-x scroll center top;		
	font-size: 62.5%; /* reset 1em to 10px */
	text-align: center;
}

#wrapper {
	width: 754px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}

#header {
	position: relative;
	width: 754px;
	height: 127px;
	text-align: left;
}

#headerLogo {
	display: inline-block;
	float: left;
}

#headerPhone {
	position: absolute;
	right: 8px;
	bottom: 18px;
	color: #fff;
}

#headerPhone h1 {
	margin-bottom: 24px;
	font-size: 2.4em;
}

#headerPhone h2 {
	font-size: 1.2em;
	font-weight: normal;
}

#content {
	position: relative;
	width: 754px;
}

#contentMain {
	position: relative;
	display: inline-block;
	float: left;
	width: 451px;
	text-align: left;
}

#contentMain p.intro {
	padding: 18px 8px 20px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
}

#contentMain .introHeader {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#tabWrapper {
	position: relative;
	margin-left: 8px;
	width: 435px;
	z-index: 100;
}

#tabArea {
	width: 435px;
/*	height: 740px; */
	padding-top: 20px;
	background: url(images-layout/bg-tab-tall.jpg) repeat-x;
}

#tabShadow {
    position:absolute;
    left:0;
    z-index:1;
    background:url(images-layout/tab-bottom-black-wide.gif) center bottom no-repeat;
    margin-left:4px;
    margin-top:-4px;
}

.tab {
	width: 435px;
/*	height: 740px; */
	text-align: center;
}

.tabInset {
/*	height: 720px; */
	margin: 0 20px;
	background: #fff;
	color: #333;
	text-align: left;
}

.tabInset p {
	padding: 0 16px 16px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.tabInset ol {
	padding: 0 16px 16px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.tabInset ul {
	padding: 0 16px 16px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.tabInset li {
	margin-left: 15px;
	list-style: disc;
}

.tabInset ol li {
	list-style: decimal;
}

.tabInset p.CTA {
	color: #0069b2;
	font-weight: bold;
}

#tabArea .contentPromo {
	display: none;
}

#contentSide {
	display: inline-block;
	float: left;
/*	width: 303px; */
	width: 284px;
	margin-top: 15px;
	margin-left: 11px;
	text-align: left;
}

#contentSide p {
	padding: 5px 10px;
	color: #666;
	font-size: 1em;
	line-height: 1.2em;
}

#contentSide a {
	color: #003399;
}

#contentSideTop {
	height: 199px;
	background: #fff url(images-layout/header-sidebar.gif) no-repeat;
}

#contentSideTop p {
	display: inline-block;
	padding: 45px 8px 0 109px;
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}

#contentSideForm {
	background: #fff url(images-layout/bg-sidebar.gif) repeat-y;
}

#footer.main {
	width: 754px;
}

#footer p {
	padding: 20px 10px;
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
}

#footer a {
	color: #003399;
}

.clearIt {
	clear: both;
}

/* form elements */
#contentSideForm form {
	position: relative;
	margin: 0;
	padding: 0 2px 5px;
	color: #333;
}

#contentSideForm form p {
	padding-left: 5px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#contentSideForm fieldset {
/*	margin-top: 10px; */
/*	padding: 5px; */
/*	padding-top: 5px; */
}

#contentSideForm legend {
	display: none;
}

#contentSideForm form p.legend {
	display: block;
	margin: 0 5px 10px 5px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
	text-transform: uppercase;
	background: #2f83be;
}

#contentSideForm fieldset input {
	display: block;
	width: 187px;
	float: right;
	margin: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #bababa;
}

#contentSideForm textarea {
	/* display: block; */
/*	width: 175px; */
	width: 187px;
	float: left;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #bababa;
}

#contentSideForm p input {
	display: inline;
	float: none;
	width: auto;
/*	margin: 0; */
/*	width: auto; */
}

#contentSideForm p label {
	display: inline;
	float: none;
	width: auto;
	font-size: 1em;
}

#contentSideForm label {
	display: block;
	float: left;
	width: 80px;
	margin-bottom: 5px;
	padding-left: 5px;
/*	padding-right: 5px; */
	text-align: left;
	color: #333;
	font-size: 1.1em;
}

#contentSideForm select {
	/* display: block; */
	float: left;
/*	width: 175px; */
	width: 187px;
	margin-bottom: 5px;
	font-size: 1.1em;
	border: 1px solid #bababa;
}

#contentSideForm form br {
	clear: left;
}
	
#contentSideForm .short {
	width: 70px;
	font-size: 1em;
	background: #c2e3fb;
}

#contentSideForm .checkbox {
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}

#contentSideForm form .header {
	display: block;
	background: #aac0d1;
	margin: 0;
	padding: 5px;
	color: #275273;
	font-weight: bold;
	font-size: 1.3em;
}

#contentSideForm span.callout {
	font-size: 1.3em;
}

div.video-player {
    display:none;
    z-index:10000;
    background:#fff;
    border:3px solid #efefef;
    padding:8px;
}
div#hide-video {
    text-align:right;
    color:#000;
    font-weight:bold;
    margin:3px;
}

div#hide-video a { color:#c0c0c0; font:bold 12px/2 Arial,sans-serif,serif;}
