body {
	background:url(/images/background_tile.jpg) repeat-y #fefaf1;
	background-position:center top;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bodyBackground {
	background:url(/images/background_top.jpg) no-repeat top center;
	min-height:960px;
	padding-top:10px;
}
.bodyframe {
	margin-top:3px;
	padding:0px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
}
img {
	border:0px;
}
.topBar {
	background:url(/images/top_bar.png) repeat-x;
	height:17px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
/****************************************Page Left****************************************/
.mainLeft {
	width:210px;
	float:left;
	position:relative;
	z-index:2;
}
.mainLeft .logo {
	width:189px;
	height:89px;
	position:relative;
	top:16px;
	left:7px;
}
/******************************Navigation******************************/
#nav {
	width:175px;
	position:relative;
	left:-30px;
	top:27px;
	list-style:none;
}
ul#nav li a {
	display:block;
	position:relative;
	left:-20px;
	width:180px;
	padding-right:40px !important;
	height:34px;
	list-style:none;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	padding-right:20px;
	background:url(/images/arrow.png) no-repeat 187px 11px;
	z-index:11;
}
ul#nav li.active a {
	color:#e39f30;
	background:url(/images/arrow-active.png) no-repeat 187px 11px;
}
ul#nav li.active a:hover { 
	color:#e39f30;
	background:url(/images/arrow-active.png) no-repeat 187px 11px;
}
ul#nav > li.active:hover a {
	color:#e39f30;
	background:url(/images/arrow-active.png) no-repeat 187px 11px;
}
ul#nav li.single a {
	background:none !important;
}
ul#nav li {
	width:175px;
	height:32px;
	float:left;
	border-top:1px solid #3a3e46;
	border-bottom:1px solid #000;
	text-align:right;
	position:relative;
	float:left;
}
ul#nav li.top, ul#nav li.top a {
	border-top:0px;
	background:none;
}
ul#nav li.bottom, ul#nav li.bottom a {
	border-bottom:0px;
	background:none;
}
ul#nav li.bottom:hover, ul#nav li.bottom a:hover, ul#nav li.top:hover, ul#nav li.top a:hover {
	background:none !important;
}
/**********Rollover************/
ul#nav li a:hover {
	color:#f1c73b;
	background:url(/images/arrow_roll.png) no-repeat 187px 11px !important;
}
/*********DropDown*************/
ul#nav li:hover > ul {
	position:absolute;
	left:185px;
	top:0px;
	z-index:20;
	padding:3px 0px;
}
ul#nav > li:hover a {
	color:#f1c73b; /*Rollover Stays When in Rollover State*/
	background:url(/images/arrow_roll.png) no-repeat 187px 11px !important;
}
ul#nav > li.single:hover a {
	background:none !important;
}
ul#nav li ul {
	border-top:1px solid #171a1f;
	border-right:1px solid #171a1f;
	border-bottom:1px solid #171a1f;
	position:absolute;
	left:-9999999px;
	top:-9999999px;
	display:block;
	border-radius:4px;
	background:#fff;
	width:200px;
	height:auto;
	list-style:none;
	margin:0px;
	padding:2px 0px 2px 0px;
	overflow:visible;
	z-index:4;
}
ul#nav li ul img.arrow {
	position:absolute;
	left:-13px;
	top:3px;
}
ul#nav li ul li {
	width:185px;
	height:28px;
	float:left;
	border:1px solid #fff;
	margin-left:3px;
	position:relative;
	text-align:left;
	padding-left:5px;
	float:left;
}
ul#nav li ul li, ul#nav li ul li:first-child, .ul#nav li ul li:last-child {
	background:none;
	padding:0px 0px 0px 0px;
	text-indent:7px;
	float:none;
	margin:0px 0px 0px 3px;
	height:28px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff !important;
	width:192px;
	*width:192px;
	*float:left;
}
ul#nav li ul li:hover {
	background:#f1c73b;
	border:1px solid #d2aa24 !important;
	margin-left:3px;
}
/*ul#nav li ul li a:hover {
	color:#1a2743 !important;
	text-indent:7px !important;
}*/
ul#nav li ul li a {
	left:2px;
	background:none !important;
	height:28px;
	width:185px !important;
	padding:7px 0px !important;
	line-height:14px;
	float:none;
	color:#1a2743 !important;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	text-transform:none;
}
ul#nav li ul li:last-child {
	border-bottom:0px;
}
/*********************End Nav**********************/

/**********************Form************************/
.mainLeft .form {
	width:211px;
	position:relative;
	left:-16px;
	top:62px;
}
.mainLeft .formTop {
	width:211px;
	height:61px;
	float:left;
	background:url(/images/formTop.jpg) no-repeat;
}
.mainLeft .formMid h2 {
	font-size:16px;
	color:#f1c73b;
	text-transform:uppercase;
	width:211px;
	text-align:center;
	margin:3px 0px 20px 0px;
	padding:0px;
	font-weight:bold;
}
.mainLeft .formMid {
	position:relative;
	width:211px;
	background:url(/images/formMid.jpg) repeat-y;
	height:auto;
	float:left;
	padding:10px 0px 0px 3px;
}
.mainLeft .formBot {
	background:url(/images/formBot.jpg) no-repeat;
	width:222px;
	height:20px;
	margin-top:-8px;
	float:left;
}
.mainLeft .formMid .row {
	float:left;
	padding:3px 3px 2px 0px !important;
	border:2px #203445 solid;
	width:182px;
	height:25px;
	border-radius:5px;
	margin-left:1px;
	margin-bottom:1px;
}
.mainLeft .formMid .row.highlight {
	background:#f0d17f !important;
	border-radius:5px;
	border:2px solid #e39f30 !important;
	/*margin-top:2px;
	padding:3px 4px 4px 0px !important;*/
}
.mainLeft .formMid .row.highlight input {
	background:url(/images/formField1.png) no-repeat;
}
.row div.chzn-drop.highlight div.chzn-search input {
	background:none;
}
.form div.formMid.highlight form#frmRequest .highlight a.chzn-single {
}
.form div.formMid form#frmRequest .row #State_chzn {
	padding:0px 0px;
}
.formMid .row.highlight label {
	color:#000 !important;
	margin-top:2px;
	
}
.mainLeft .formMid input {
	float:left;
}
.mainLeft .formMid fieldset {
	border:none;
	margin:-10px 0px 0px 0px;
	padding:0px 0px 0px 7px;
}
.mainLeft .formMid label {
	color:#fff;
	float:left;
	line-height:22px;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	width:60px;
	margin-right:6px;
}
.mainLeft .formMid input {
	width:108px;
	height:17px;
	line-height:16px;
	background:url(/images/formField.png) no-repeat;
	border:none;
	padding-left:3px;
	padding-top:2px;
	margin-top:2px;
}
/*.mainLeft .formMid select {
	width:117px;
	height:24px !important;
}*/
.checkbox {
	position:absolute;
	left:15px;
	bottom:93px;
	width:200px !important;
	height:23px !important;
	display:block !important;
}
.mainLeft .checkbox input {
	background:none !important;
	width:10px !important;
}
.checkbox p {
	color:#fff !important;
	font-size:10px !important;
	margin:0px !important;
	position:absolute;
	bottom:4px;
	left:2px;
}
.mainLeft .formMid .button {
	float:left;
	padding:0px;
	margin:12px 0px 0px 10px;
	width:173px;
	height:29px;
}
.mainLeft .formMid p {
	font-size:9px;
	color:#fff;
	width:180px;
	padding:4px 0px 0px 6px;
	float:left;
	margin-top:8px;
	text-align:center;
}
#error {
	color:red;
	font-size:10px;
	display:none;
}
.needsfilled {
	background:url(/images/formField-error.png) no-repeat !important;
	color:#9b2a3c !important;
	font-size:10px !important;
}
/*div#State_chzn.chzn-container.chzn-container-single.needsfilled.chzn-container-active.highlight a.chzn-single {
	background:url(/images/formField-error.png) no-repeat !important;
	color:#9b2a3c !important;
	font-size:10px;
}*/

/*****************************************Request Info Page*************************************/
.requestInfo .highlight {
	background:url(/images/form_corner.png) no-repeat 435px -2px #f0d17f !important;
	border-radius:5px;
	border:2px solid #e39f30 !important;
}
.requestInfo {
	float:left;
	width:479px;
	margin:25px 0px 10px 15px;
	box-shadow:0px 0px 5px #bbb;
	border-radius:5px;
	background:#f1f1f1;
	padding:12px 7px 9px 11px !important;
}
.requestInfo .title {
	width:480px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:6px 0px;
	margin-bottom:10px;
}
.requestInfo .title h3 {
	font-size:14px;
	color:#222;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 30px;
	font-weight:normal;
	height:23px;
	line-height:23px;
	background:url(/images/titleArrow.jpg) no-repeat left;
}
.requestInfo fieldset {
	border:0px;
	padding:0px;
	margin:0px;
}
.requestInfo fieldset .row {
	padding:10px 17px;
	margin-left:0px;
	float:left;
	width:437px;
	background:#fff;
	border:2px solid #ddd;
	border-radius:5px;
	margin-bottom:9px;
}
.requestInfo fieldset .row .styled-select select {
   	padding: 2px;
   	font-size: 12px;
   	border: 1px solid #aaa;
	border-radius:4px;
   	height: 24px;
}
.requestInfo fieldset .row input {
	margin:0px 10px 0px 0px;
	padding:3px;
	border:#aaa 1px solid;
	height:16px;
	border-radius:4px;
}
/*.requestInfo form#frmRequest fieldset .row span select {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:16px !important;
}*/
.requestInfo form#frmRequest fieldset .row span select.needsfilled2 {
	font-size:13px !important;
}
.requestInfo fieldset label {
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:0px 0px 5px 0px;
	width:700px;
	float:left;
}
.requestInfo fieldset label.sub {
	font-size:12px;
	font-weight:normal;
	color:#666;
	margin:5px 0px 0px 0px;
	float:left;
	width:auto;
	display:block;
}
.requestInfo fieldset .row span {
	float:left;
	width:auto;
}
.requestInfo fieldset .row span input {
	float:left;
}
.info {
	text-align: left;
	padding: 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 2px #a9a9a9;
	-moz-box-shadow: -1px 1px 2px #a9a9a9;
	box-shadow: -1px 1px 2px #a9a9a9;
}
.error {
	background: #f60000;
	border: 3px solid #d50000;
}
.correct {
	background: #41a002;
	border: 3px solid #008000;
}
.wrong {
	padding:4px !important;
	font-weight: bold;
	color: #e90000;
	background:#fff0bc;
	border:1px solid #e90000;
}
.normal {
	font-weight: normal;
	color: #222;
}
#send {
	background: #3f5a81;
	width: 100%;
	border: 5px solid #0F1620;
	font: bold 30px Verdana, sans-serif;
	color: #fafafa;
	text-shadow: 1px 1px 1px #0F1620;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#send:hover {
	background: #4d76b1;
	border: 5px solid #253750;
	color: #fff;
}
#send:active {
	text-indent: -10px;
}
#error2 {
	color:red;
	font-size:10px;
	display:none;
}
.needsfilled2 {
	padding:3px !important;
	font-weight: bold;
	color: #e90000;
	background:#fff0bc;
	border:1px solid #e90000;
}
.checkbox2 {
	margin:15px 0px 0px -5px;
	padding-top:10px;
}
.cssButton {
	margin:5px 0px 0px -8px;
	float:right;
}
.buttonF {
	border:none;
	background:none;
	padding:0;
	margin:22px 0px 0px -6px;
	width:auto;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
	height:44px;
	line-height:42px;
}
.buttonF span, .buttonF em {
	display:block;
	height:44px;
	line-height:42px;
	margin:0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
.buttonF span {
	padding-left:20px;
	background:url(/images/bg_button.gif) no-repeat 0 0;
}
.buttonF em {
	font-style:normal;
	padding-right:20px;
	background:url(/images/bg_button.gif) no-repeat 100% 0;
}
/****************************************Page Right****************************************/
.mainRight {
	width:750px;
	float:left;
	position:relative;
	z-index:1;
}
.header {
	width:750px;
	height:117px;
	padding-bottom:7px;
	position:relative;
	left:-6px;
	padding-left:6px;
}
.header .phone {
	width:242px;
	height:63px;
	position:absolute;
	top:25px;
	left:150px;
}
.header .search {
	position:absolute;
	width:194px;
	height:29px;
	right:5px;
	top:52px;
}
.header .search .searchField {
	background:url(/images/searchBar.png) no-repeat;
	border:0px;
	width:152px;
	height:24px;
	float:left;
	padding-left:8px;
	font-size:12px;
}
.header img.schoolFinder {
	position:absolute;
	left:0px;
	top:-19px;
}
.header .search p {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0px 0px 5px 2px;
	padding:0px;
}
.searchBox {
	background:url(images/searchBox.png) no-repeat;
	width:192px;
	height:27px;
	border:none;
}
.goButton {
	position:absolute;
	right:3px;
	top:25px;
 *top:26px;
	width:29px;
	height:20px;
}
/********************Video Player*********************/
.videoPlayer {
	width:735px;
	height:368px;
	position:relative;
	left:15px;
	top:-8px;
 *top:-4px;
	background:url(/images/videoBack.jpg) no-repeat 294px 0px;
}
a.video1 {
	position:relative;
	top:0px;
	left:2px;
}
a.video1 img.a {
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
}
a.video1 img.b {
	position:absolute;
	left:0px;
	top:0px;
}
a.video2 {
}
a.video2 img.a {
	position:absolute;
	right:3px;
	top:6px;
	z-index:10;
}
a.video2 img.b {
	position:absolute;
	right:3px;
	top:6px;
}
a.video3 img.a {
	position:absolute;
	left:56px;
	bottom:7px;
	z-index:13;
}
a.video3 img.b {
	position:absolute;
	left:56px;
	bottom:7px;
	z-index:12;
}
/************Body***************/
.bodyContainer {
	width:702px;
	height:454px;
	*height:468px;
	background:#fbf4e0;
	float:left;
	padding:10px 10px 7px 10px;
	margin:10px 0px 0px 20px;
 	*margin-top:38px;
	border:solid 1px #f5dbb0;
	border-radius:5px;
}
.bodyContainer a {
	color:#2a4295;
}
	
.bodyContainer h2 {
	font-size:16px;
	font-weight:bold;
	color:#024e81;
	margin:0px 0px 3px 0px;
	padding:0px;
}
.bodyContainer p {
	font-size:13px;
	color:#4d4c4c;
	line-height:19px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.homeLeft {
	width:475px;
	float:left;
}
.homeRight {
	float:right;
	width:205px;
	margin-left:10px;
	padding-left:5px;
	min-height:427px;
	background:url(/images/homeLine.jpg) repeat-y left;
}
@font-face {
	font-family: "PlazaCom-Regular";
	src: url( /fonts/PlazaCom-Regular.eot ); /* IE */
	src: local("PlazaCom-Regular"), url( /fonts/PlazaCom-Regular.ttf ) format("truetype"); /* non-IE */
}
.special-font {
	font-family:PlazaCom-Regular;
	font-size:24px;
	padding:15px;
}
/********School Accordion************/
.accordionWrap {
	width:478px;
	height:270px;
	position:relative;
}
#accordion1 {
	color:#fff;
	height:270px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:470px;
}
#accordion1 li {
	height:270px;
	position:relative;
}
#accordion1 .slide_handle {
	background:url(images/handles.png);
	bottom:0;
	cursor:pointer;
	left:0;
	position:absolute;
	top:0;
	width:28px;
}
#accordion1 .slide2 .slide_handle {
	background-position:-28px 0;
}
#accordion1 .slide3 .slide_handle {
	background-position:-56px 0;
}
#accordion1 .slide4 .slide_handle {
	background-position:-84px 0;
	width:10px;
}
#accordion1 .slide_handle div {
	background:url(images/arrows.gif);
	bottom:10px;
	height:7px;
	left:11px;
	position:absolute;
	width:7px;
}
#accordion1 .slide_opened .slide_handle {
	cursor:default;
}
#accordion1 .slide_opened .slide_handle div {
	background-position:0 -7px;
}
#accordion1 .slide_content {
	bottom:0;
	left:28px; /* Matches the width of .slide_handle */
	position:absolute;
	right:0;
	top:0;
}
#accordion1 .slide_caption_toggle div {
	background:url(images/toggle-caption.png) no-repeat 50% -10px;
	height:100%;
}
#accordion1 .slide_caption_toggle:hover {
	background:url(images/black-30pct.png);
}
#accordion1 .slide_caption_collapsed .slide_caption_toggle div {
	background-position:50% 0;
}
#accordion1 a:hover {
	text-decoration:none;
}
#accordion1 .slide4 .slide_content {
	background:url(images/digital-noise.png) 100% 0;
}
#accordion1 .homeSearch {
	background:url(/images/contentBack.jpg) no-repeat;
	width:386px;
	height:270px;
}
#accordion1 .homeSearch .results {
	background: url(/images/blueLine.png) no-repeat bottom center;
	position:relative;
	width:386px;
	display:block;
	height:67px;
}
.last {
	background:none !important;
}
.slide1 {
	z-index:1;
}
.slide2 {
	z-index:2;
}
.slide3 {
	z-index:3;
}
.slide_content .homeSearch .results a.homeMap {
	position:relative;
	left:13px;
	top:7px;
}
a.homeMap img.a {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
a.homeMap img.b {
	z-index:0;
	position:absolute;
	left:0px;
	top:0px;
}
.slide_content .homeSearch .results a.homeAddress {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	left:5px;
	padding-left:92px;
	padding-top:12px;
	top:0px;
	text-decoration:none;
	width:288px;
	height:57px;
}
.slide_content .homeSearch .results:hover {
	background:url(/images/homeRoll.png) no-repeat right -1px !important;
	cursor:pointer;
}
.slide_content .homeSearch .results a.homeAddress h3 {
	font-size:12px;
	color:#024E81;
	font-weight:bold;
	margin:0px 0px 1px 0px;
	padding:0px;
}
.slide_content .homeSearch .results a.homeAddress p {
	font-size:12px;
	font-weight:normal;
	color:#7d7d7d;
	margin:0px;
	padding:0px;
	line-height:15px;
}
.slide_content .homeSearch .results a.homeAddress .moreArrow {
	position:absolute;
	right:17px;
	bottom:12px;
}
.handleRight {
	position:absolute;
	right:0px;
	top:0px;
}
/**********home right**************/
.homeRight .roundedBox {
	width:186px;
	height:143px;
	position:relative;
	left:15px;
	top:0px;
	margin:5px 0px 2px 0px;
	background:url(/images/redHead.jpg) no-repeat top;
}
.homeRight .roundedBox h2 {
	position:absolute;
	left:7px;
	top:5px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	margin:0px;
	padding:0px;
}
.homeRight .roundedBox img.c {
	position:absolute;
	left:0px;
	top:26px;
	z-index:10;
	opacity:0;
}
.homeRight .roundedBox img.d {
	position:absolute;
	z-index:9;
	left:0px;
	top:26px;
}
.homeRight p.one {
	position:relative;
	left:15px;
	width:186px;
	text-align:center;
	top:0px;
	padding:0px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
	color:#024e81;
}
.homeRight p.two {
	position:relative;
	left:15px;
	width:186px;
	text-align:center;
	top:0px;
	padding:0px;
	margin:0px 0px 0px 0px;
	font-size:13px;
	color:#666;
}
.homeRight p.three {
	position:relative;
	left:14px;
	width:186px;
	text-align:center;
	top:-2px;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:13px;
	color:#666;
}
.homeRight .social {
	position:relative;
	left:15px;
	top:20px;
	width:195px;
	padding-top:17px;
	border-top:dashed 1px #eed7a1;
}
/************************Interior************************/
.mainRight .container {
	position:relative;
	float:left;
	width:724px;
	min-height:843px;
	float:left;
	padding-bottom:15px;
	left:15px;
	top:-29px;/*background:url(/images/bodyTile.jpg) repeat-x;*/
}
.mainRight .container .header2 {
	width:724px;
	height:216px;
	position:relative;
	left:-6px;
	float:left;
}
.mainRight .container .header2 img {
	position:absolute;
	left:0px;
	top:0px;
}
.mainRight .container .header2 h1 {
	position:absolute;
	top:70px;
	left:15px;
	margin:0px;
	padding:0px;
	font-size:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.mainRight .container .header2 h1 span {
	font-size:30px !important;
	color:#bddcd5 !important;
	font-weight:normal !important;
	text-transform:lowercase !important;
}
.mainRight .container .line {
	height:1px;
	width:690px;
	border-top:1px solid #ccc;
	background:#999;
	float:left;
	margin:15px 0px 25px 15px;
}
.mainRight .container .content {
	width:691px;
	position:relative;
	float:left;
	margin-top:0px;
	padding:0px 0px;
}
.mainRight .container .content h2 {
	color:#024e81;
	font-size:18px;
	position:relative;
	top:-7px;
	font-weight:bold;
	padding:0px;
	margin-bottom:-13px;
}
.mainRight .container .content p {
	font-size:13px;
	line-height:19px;
	color:#4c4c4c;
	font-weight:normal;
	margin:10px 0px 0px 0px;
	padding:0px;
}
.mainRight .container .content ul {
	position:relative !important;
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size:13px;
	color:#00577e;
	list-style-position:inside;
}
.mainRight .container .content li {
	position:relative;
	left:25px;
	padding-right:35px;
	padding-top:5px;
	line-height:16px;
}
.mainRight .container .content li span {
	font-weight:bold;
	color:#00577e;
}
.mainRight .container .content p span {
	font-weight:700;
	font-size:12px;
	color:#00577e;
}
.mainRight .container .breadCrumb {
	width:700px;
	height:15px;
	position:absolute;
	bottom:5px;
	left:20px;
}
.mainRight .container .breadCrumb a {
	float:left;
	color:#666;
	font-size:12px;
}
.mainRight .container .breadCrumb a:hover {
	color:#333 !important;
}
.mainRight .container .breadCrumb p {
	float:left;
	margin:0px !important;
	padding:0px !important;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	font-style:italic;
	color:#666;
}
.mainRight .container .breadCrumb span {
	float:left;
	padding:0px 5px;
	color:#666;
	font-size:12px;
}
.mainRight .container .content .image {
	float:left;
	margin:-4px 7px 0px -5px;
}
.mainRight .container .content .image2 {
	float:left;
	margin:7px 7px 0px -5px;
}
.mainRight .container .content .contentTop {
	background:url(/images/contMid.png) repeat-y;
	width:731px;
	padding-left:14px;
	min-height:2px;
	margin-left:-4px;
	margin-top:0px;
	float:left;
	padding-bottom:7px;
}
.contentTop h2 {
	margin:0px 0px -12px 0px !important;
}
.mainRight .container .content .contentBot {
	float:left;
	margin-left:-4px;
}
.mainRight .container .content .excerpt {
	width:698px;
	margin-left:-2px;
	margin-top:20px;
	height:100%;
}
.excerpt .excerptArrow {
	position:absolute;
	top:5px;
	right:-9px;
	z-index:2;
}
.excerpt .excerptMid .excerptLine {
	position:relative;
	background:url(/images/excerptLine.jpg) repeat-x;
	width:667px;
	height:2px;
	margin:17px 10px 17px 0px;
}
.excerpt .excerptMid .group {
	background:url(/images/excerptLine.jpg) repeat-x bottom center;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:7px;
	width:667px;
	float:left;
}
.excerpt .excerptTop {
	background:url(/images/excerptTop.png) no-repeat;
	height:7px;
	width:698px;
	float:left;
	margin-top:5px;
}
.excerpt .excerptMid {
	padding:7px 0px 7px 15px;
	width:683px;
	background:url(/images/excerptMid.png) repeat-y;
	float:left;
	position:relative;
	z-index:1;
}
.excerpt .excerptMid a {
	color:#9b2a3c !important;
}
.excerpt .excerptMid h3 {
	color:#9b2a3c;
	text-transform:uppercase;
	font-size:14px !important;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.excerpt .excerptMid ul {
	position:relative !important;
	margin:2px 0px 0px 0px !important;
	padding:0px;
	left:10px;
	font-size:13px !important;
	line-height:19px !important;
	color:#024e81 !important;
	list-style:none;
}
.excerpt .excerptMid ul li {
	position:relative;
	left:15px !important;
	padding-right:35px;
	padding-top:4px !important;
	line-height:19px !important;
	list-style-position:outside !important;
	list-style-image:url(images/dash.png);
}
.excerpt .excerptMid img.excerptImg {
	float:left;
	margin:-4px 10px 0px 0px;
}
.excerpt .excerptMid img.excerptImgRight {
	float:right;
	margin:-4px 20px 0px 0px;
}
.excerpt .excerptMid p {
	position:relative;
	left:15px !important;
	padding-right:45px;
	padding-top:4px !important;
	line-height:19px !important;
	margin:2px 50px 0px 0px !important;
	font-size:13px !important;
	color:#024e81 !important;
	list-style:none;
}
.excerpt .excerptBot {
	width:698px;
	float:left;
	height:8px;
	margin-bottom:20px;
	background:url(/images/excerptBot.png) no-repeat;
}
.pageBubble {
	width:694px;
	margin-left:0px;
	margin-top:15px;
	margin-bottom:5px;
	padding:15px;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 0px 5px #bbb;
	float:left;
	overflow:hidden;
 *border:1px solid #ccc;
}
.pageBubble h2 {
	width:690px;
	border-bottom:#ddd 1px dotted;
	height:27px;
	margin-bottom:15px !important;
	top:0px !important;
	margin-top:5px !important;
}
.pageBubble p {
	line-height:21px !important;
}
.pageBubble a {
	color:#2a4295;
}
/**********************School Pages***************************/
.schoolBubble {
	width:694px;
	margin-left:0px;
	margin-top:20px;
	padding:15px;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 0px 5px #bbb;
	float:left;
	overflow:hidden;
 *border:1px solid #ccc;
}
.schoolBubble h2 {
	width:690px;
	border-bottom:#ddd 1px dotted;
	height:25px;
	margin-bottom:15px !important;
}
.schoolBubble p {
	line-height:21px !important;
}
.schoolBubble .schoolImages {
	float:left;
	margin:-7px 7px 0px -12px;
}
.schoolBubble .highlightSchool {
	width:695px;
	height:20px;
	margin:15px 0px 0px -15px;
	padding:15px;
	background:#dbe7e6;
	float:left;
}
.schoolBubble .highlightLeft {
	width:275px;
	float:left;
	margin-top:-7px;
	background:url(/images/green_pipe.jpg) no-repeat right center;
}
.schoolBubble p a {
	color:#2a4295;
}
.schoolBubble .highlightLeft a {
	color:#2a4295;
	font-size:13px;
	line-height:33px !important;
}
.schoolBubble .highlightRight {
	width:410px;
	margin-top:-4px;
	float:left;
}
.schoolBubble .highlightRight p {
	font-size:13px;
	font-style:italic;
	padding-left:5px;
	color:#666;
	line-height:7px !important;
}
.schoolBubble .mapRight {
	width:240px;
	float:left;
	margin:0px 0px 0px 15px;
}
.schoolBubble .mapRight p.mapTitle {
	margin:0px 0px -6px 0px !important;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
/******School Nav******/
ul.schoolNav {
	width:724px;
	height:39px;
	background:url(/images/school_nav.png) no-repeat;
	position:absolute;
	left:-10px;
	top:13px;
	padding:0px !important;
	margin:0px !important;
	list-style:none;
}
ul.schoolNav li {
	float:left;
	background:url(/images/pipe.jpg) no-repeat right bottom;
	height:39px;
	top:0px;
	margin:0px;
	padding:0px 0px 0px 0px !important;
	left:0px !important;
}
ul.schoolNav li:last-child {
	background:none;
}
ul.schoolNav li:hover {
	background:url(/images/pipe.jpg) no-repeat right bottom #5d0b18;
	height:37px;
}
ul.schoolNav li:last-child:hover {
	background:#5d0b18;
	height:37px;
}
ul.schoolNav li a {
	display:block;
	height:44px;
	color:#fff;
	width:100%;
	padding:0px 30px 0px 29px !important;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:41px;
	cursor:pointer !important;
}
/*******School Slider*********/

/* panel images */
.mb-inside img {
	width: 100%;
}
#slider-one p, #slider-two p, #slider-three p, #slider-four p, #slider-five p {
	font-size: 11px;
	background:#000;
	border-radius:0px 0px 5px 5px;
	padding:7px 0px;
	color: #ccc;
	text-transform:uppercase;
	position:relative;
	top:0em;
	margin-top:-5px;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px 2px #000;
	height:38px;
}
#slider-one .videoText p {
	font-size:12px !important;
	color:#fff !important;
	height:19px !important;
}
div.mb-inside h3.gallery1 {
	color:#f1c73b !important;
	background:#000;
	font-size:13px;
	border-radius:0px 0px 5px 5px;
	padding:0px 0px 10px 0px !important;
	text-transform:uppercase;
	width:100%;
	position:relative;
	top:0em;
	margin-top:-5px;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px 2px #000;
}
.mb-inside a, .mb-inside a:visited {
	color:#f1c73b !important;
	text-decoration:none;
	font-size:14px;
	line-height:10px;
}
.mb-inside a:hover {
	color:#fff;
	text-decoration:underline;
	font-size:14px;
	cursor:pointer;
}
.mb-wrapper {
	width: 700px; /* default, this is overridden by script settings */
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 0;
	background:#fff;
}
/* Panel Wrapper */
.mb-slider, .mb-scroll {
	width: 700px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: -50px;
	top: 0;
}
/*** Slider panel ***/
.mb-slider .mb-panel {
	width: 350px;  /* default, this is overridden by script settings */
	margin: 5px 0;
	padding: 5px;
	display: block;
	cursor:default;
	float: left;
	list-style: none;
}
/* Cursor to arrow over current panel, pointer for all others,
  change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
	cursor:default;
}
/*** Inside the panel ***/
.mb-inside {
	/*padding:5px;*/
  margin:4px;
	box-shadow:1px 1px 5px #777;
	border-radius:0px 0px 5px 5px;
}
.mb-inside * {
	max-width: 100%;
}
/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 50px;
	height: 50px;
	background: transparent url(../images/arrows.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -29px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
a.mb-scrollButtons.mb-left {
	background-position: left top;
	left: -65px;
}
a.mb-scrollButtons.mb-right {
	background-position: right top;
	right: -65px;
}
a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}
/*** Controls added below the panels ***/
.mb-controls {
	margin: 0 auto;
	text-align: center;
	left:-50px;
	position: relative;
	z-index: 100;
}
.mb-controls a {
	color: #444;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a.current, .mb-controls a:hover {
	color: #ccc;
}
/*********Page Scroll*************/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(/images/ui.totop.png) no-repeat left top;
	z-index:9999;
}
#toTopHover {
	background:url(/images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}
/*********Articles*************/
.paging {
	padding:3px 0px;
	position:relative;
	left:-15px;
	float:left;
	width:100%;
	width:725px;
}
.paging h2 {
	width:auto;
	height:auto;
	font-size:17px;
	color:#364784;
	margin:10px 0px 8px 0px;
	padding:0px;
}
.paging a {
	display:block;
	text-decoration:none;
}
.paging a ul:hover {
	background:#d6d9eb;
}
.paging ul {
	overflow:hidden;
	width:725px;
	font-size:12px;
	height:30px;
	line-height:29px;
	padding:0px 0px 0px 5px;
	margin:0px !important;
	list-style:none;
}
.paging ul li {
	padding-top:8px !important;
}
.paging ul.color {
	margin:0px !important;
	background:#eff1f9;
	border-top:solid 1px #e4e7f3;
	border-bottom:solid 1px #e4e7f3;
	height:30px !important;
}
.paging a ul li.date {
	float:left;
	width:80px;
	color:#000 !important;
	font-weight:bold !important;
}
.paging a ul li.title {
	float:left;
	width:auto;
}
.simplePagerContainer ul.simplePagerNav {
	text-align:right !important;
	clear:inherit;
	float:right;
	width:auto;
	height:25px;
	margin-right:15px !important;
	margin-top:10px !important;
	list-style:none;
}
.simplePagerContainer ul.simplePagerNav li {
	min-width:17px;
	height:25px;
	float:left;
	padding:0px 1px !important;
}
.simplePagerContainer ul.simplePagerNav li a {
	float:left;
	color:#999;
	height:16px;
	padding:0px 4px !important;
	text-decoration:underline;
}
.simplePagerContainer ul.simplePagerNav li.currentPage a {
	text-decoration:none !important;
	font-size:14px;
	font-weight:bold;
	color:#2A4295 !important;
	padding:0px 4px !important;
	margin-top:0px;
}
/*********************Guest Services**************************/
ul.guestNav {
	width:724px;
	height:39px;
	background:url(/images/school_nav.png) no-repeat;
	position:absolute;
	left:-15px;
	bottom:-15px;
	padding:0px !important;
	margin:0px !important;
	list-style:none;
}
ul.guestNav li {
	float:left;
	background:url(/images/pipe.jpg) no-repeat right bottom;
	height:39px;
	top:0px;
	margin:0px;
	padding:0px 0px 0px 0px !important;
	left:0px !important;
}
ul.guestNav li:last-child {
	background:none;
}
ul.guestNav li:hover {
	background:url(/images/pipe.jpg) no-repeat right bottom #5d0b18;
	height:37px;
}
ul.guestNav li:last-child:hover {
	background:#5d0b18;
	height:37px;
}
ul.guestNav li a {
	display:block;
	height:44px;
	color:#fff;
	width:100%;
	padding:0px 50px 0px 49px !important;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:41px;
	cursor:pointer !important;
}
ul.guestServices {
	width:700px;
	height:30px !important;
	list-style:none;
	margin:0px !important;
	padding:0px !important;
}
ul.guestServices.color {
	margin:0px !important;
	background:#eff1f9;
	border-top:solid 1px #e4e7f3;
	border-bottom:solid 1px #e4e7f3;
	height:30px !important;
}
ul.guestServices li {
	float:left;
	margin:0px;
	padding:7px 0px 0px 0px !important;
	left:10px !important;
}
ul.guestServices li span {
	font-weight:normal !important;
	font-style:italic;
	font-size:11px;
	padding-left:7px;
}
ul.guestServices li.price {
	float:right;
	/*width:15px;*/
	text-align:right;
	margin:0px 20px 0px 0px;
}
ul.guestServices:hover {
	background:#dbe0f4;
	cursor:default;
}
.guest-services-container {
	width:1250px;
	height:auto;
	float:left;
	margin:2px 0 !important;
	padding:0px !important;
}
.guest-services-left {
	width:620px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0px 0px 0px 18px !important;
	padding:0px !important;
}
.guest-services-right {
	width:25px;
	height:auto;
	float:left;
	margin:0px 0 !important;
	padding:0px !important;
}
.guest-services-1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type:none;
	width:auto;
	height:auto;
	float:left;
	padding-right:10px !important;
}
.guest-services-2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	list-style-type:none;
	width:auto;
	height:auto;
	float:left;
}
.guest-services-3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type:none;
	background-image:url(/images/ellipses.png);
	width:650px;
	height:20px;
	margin:-3px 0 !important;
	float:left;
	text-align:right;
}
.guest-services-4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type:none;
	width:25px;
	height:auto;
	text-align:left;
	padding:0px 0px 0px 5px !important;
	margin:4px 0 !important;
}
/**********************Map Original***************************/
/*.searchLeft {
	margin:15px 15px 0px 0px;
	float:left;
	width:310px;
}
.searchRight {
	margin:15px 0px 0px 0px;
	float:left;
	width:360px;
}
.searchLeft .refine {
	width:310px;
	float:left;
	background:url(/images/refineTop.png) no-repeat top;
}
.searchLeft .refine .mid {
	margin-top:7px;
	margin-left:2px;
	background:url(/images/refineMid.png) repeat-y;
	width:310px;
	height:51px;
	float:left;
}
.searchLeft .refine .bot {
	margin-left:2px;
	background:url(/images/refineBot.png) no-repeat;
	float:left;
	width:310px;
}
.searchLeft .refine .mid h2 {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0px 0px 0px 9px;
	padding:0px;
}
.searchLeft .refine .mid .searchRow {
	height:29px;
	width:300px;
	padding-left:7px;
	margin:3px 0px 0px 0px;
	position:relative;
}
.searchLeft .refine .mid input {
	height:19px;
	width:162px;
	background:url(/images/refineField.jpg) no-repeat;
	border:0px !important;
}
.searchLeft .refine .mid .searchRow select {
	position:relative;
	top:0px;
	left:6px;
	height:20px;
	width:83px;
	margin-top:0px !important;
}
.searchLeft .refine .mid #button1 {
	width:35px;
	height:21px;
	background:none;
	position:relative;
	top:6px;
	left:12px;
}
.searchLeft ul.paging {
	list-style:none;
	margin:0px;
	padding:0px;
}
.searchLeft ul.paging li.results {
	z-index:10;
	width:310px;
	float:left;
	background:url(/images/resultsTop.png) no-repeat top;
	margin:0px 0px 7px 0px !important;
	padding:0px !important;
	list-style:none;
	left:0px !important;
	display:block;
}
.searchLeft ul.paging li.results .mid {
	position:relative;
	height:46px;
	margin-top:7px;
	margin-left:2px;
	background:url(/images/resultsMid.png) repeat-y;
	width:310px;
	float:left;
	text-decoration:none !important;
}
.searchLeft ul.paging li.results .bot {
	margin-left:2px;
	background:url(/images/resultsBot.png) no-repeat;
	float:left;
	width:310px;
	height:7px;
}
.searchLeft ul.paging li.results:hover {
	cursor:pointer;
	background:url(/images/resultsTop-r.png) no-repeat top !important;
}
.searchLeft ul.paging li.results:hover .mid {
	background:url(/images/resultsMid-r.png) repeat-y !important;
}
.searchLeft ul.paging li.results:hover .bot {
	background:url(/images/resultsBot-r.png) no-repeat;
}
.searchLeft ul.paging li.results.active {
	cursor:pointer;
	background:url(/images/resultsTop-roll.png) no-repeat top !important;
}
.searchLeft ul.paging li.results.active .mid {
	background:url(/images/resultsMid-roll.png) repeat-y !important;
}
.searchLeft ul.paging li.results.active .bot {
	background:url(/images/resultsBot-roll.png) no-repeat !important;
}
.searchLeft .results .mid .letter {
	position:absolute;
	left:15px;
	top:13px;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
}
.searchLeft .results .mid .address {
	position:absolute;
	left:55px;
	width:255px;
}
.searchLeft .results .mid .address h3 {
	font-size:12px;
	color:#2a4295;
	font-weight:bold;
	margin:0px 0px 1px 0px;
	padding:0px;
}
.searchLeft .results .mid .address p {
	font-size:12px;
	font-weight:normal;
	color:#454546;
	margin:0px;
	padding:0px;
	line-height:15px;
}
.searchLeft .results .mid .address .moreArrow {
	position:absolute;
	right:17px;
	bottom:12px;
}
.mainRight .container .content .searchLeft ul.simplePagerNav {
	color:#2a4295 !important;
	position:relative !important;
	left:230px !important;
	top:2px !important;
	list-style:none !important;
	height:16px !important;
	display:inline !important;
}
.mainRight .container .content .searchLeft ul.simplePagerNav li {
	float:left !important;
	padding:0px 5px;
}
.mainRight .container .content .searchLeft ul.simplePagerNav li a {
	color:#888;
}
.mainRight .container .content .searchLeft ul.simplePagerNav li.currentPage.simplePageNav1 a, .mainRight .container .content .searchLeft ul.simplePagerNav li.currentPage.simplePageNav2 a, .mainRight .container .content .searchLeft ul.simplePagerNav li.currentPage.simplePageNav3 a {
	text-decoration:none !important;
	font-size:15px !important;
	font-weight:bold !important;
	color:#2a4295 !important;
}*/
/*******************Search 2.0*********************/
.searchAlert {
	float:left;
	width:745px;
	height:28px;
	margin-bottom:7px;
	background:url(/images/searchAlert.jpg) no-repeat;
}
.searchAlert p {
	color:#000;
	padding:7px 0px 0px 15px;
	margin:0px;
	font-weight:normal;
	font-size:12px;
}
.moreArrow {
	position:absolute;
	right:13px;
	bottom:11px;
}
.searchResults img {
	border:0px;
}
.searchResults {
	width:723px;
	margin-top:20px;
	margin-left:0px;
	float:left;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 0px 5px #bbb;
	float:left;
	overflow:hidden;
 *border:1px solid #ccc;
}
.searchResults .state {
	width:708px;
	height:15px;
	float:left;
	position:relative;
	display:block;
	background:url(/images/blueLine.png) no-repeat bottom;
	padding:0px 0px 15px 15px;
	margin-top:0px;
	z-index:1;
	background:#203445;
	border-radius:5px 5px 0px 0px;
}
.searchResults .state h3 {
	color:#fff;
	font-size:14px;
	margin:7px 0px 0px 0px;
	padding:0px;
}
.searchResults .results {
	width:710px;
	height:80px;
	float:left;
	position:relative;
	display:block;
	background:url(/images/blueLine.png) no-repeat bottom;
	padding:15px 0px 15px 15px;
	z-index:1;
}
.searchResults .results.blue {
	background:url(/images/blueLine.png) no-repeat bottom #efefef;
}
.searchResults .results:hover {
	background:url(/images/blueLine.png) no-repeat bottom #e4e7f3 !important;
}
/*.searchResults .results:hover {
	background:url(/images/largeRoll.jpg) no-repeat;
	cursor:pointer;
	height:80px;
	padding:15px 0px 15px 15px;
	width:710px;
}*/
.searchResults .results a.resultsFull {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	padding-top:13px;
	padding-left:110px;
	height:100px;
	width:620px;
	text-decoration:none !important;
	z-index:4;
}
.searchResults .results .resultsMap {
	position:absolute;
	left:0px;
	top:15px;
	width:101px;
	height:75px;
	float:left;
	margin-left:15px;
	z-index:5;
}
.searchResults .results .resultsMap img.a {
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
}
.searchResults .results .resultsMap img.b {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
.searchResults .results .resultsName {
	width:210px;
	float:left;
	margin:4px 0px 0px 20px;
}
.searchResults .results .resultsName h2 {
	font-size:15px;
	color:#024e81;
	padding:0px;
	margin:8px 0px -5px 0px !important;
	height:20px;
}
.searchResults .results .resultsName h2 span {
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#296a96;
}
.searchResults .results .resultsName p {
	margin:-1px 0px 0px 0px;
	padding:0px;
	color:#000;
}
.searchResults .results .resultsDistance {
	width:65px;
	float:left;
	margin:4px 0px 0px 20px;
}
.searchResults .results .resultsDistance p {
	margin:0px;
	color:#000;
}
.searchResults .results .resultsCourses {
	width:140px;
	float:left;
	margin:4px 0px 0px 40px;
}
.searchResults .results .resultsCourses ul {
	padding:0px;
	color:#000;
	width:160px;
	margin:0px;
}
.searchResults .results .resultsCourses ul li {
	width:160px;
}
.searchResults h4 {
	font-size:16px;
	color:#024E81;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 0px 10px;
	padding:15px 0px 15px 0px;
	top:15px;
	position:relative;
}
/************************Footer*************************/

html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
}
#main {
	margin-bottom: 0px;
}  /* must be same height as the footer */
#footer {
	position:relative;
	height: 230px; /* .push must be the same height as .footer */
	margin-top:55px;
	/*background:url(/images/footerTile.png) top repeat-x;*/
	background:#eee;
	border-top:4px solid #f1c73b;
	clear:both;
	z-index:1;
}
#footer .container {
	margin-left:auto;
	margin-right:auto;
	width:930px;
	height:177px;
	padding-top:8px;
	z-index:1;
	position:relative
}
#footer .container .left {
	position:relative;
	margin-top:10px;
	padding-top:0px;
	left:-30px;
	width:225px;
	float:left;
}
#footer .container .left .footerLogo {
	position:relative;
	left:-10px;
	top:15px;
}
#footer .container .mid {
	position:absolute;
	margin-top:10px;
	padding-top:10px;
	padding-left:0px;
	left:-10px;
	width:805px;
	float:left;
	left:195px;
}
#footer .container h3 {
	position:relative;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	top:25px;
	left:6px;
	color:#023a60;
	margin:0px;
	padding:0px;
}
#footer .container h4 {
	position:relative;
	left:6px;
	top:25px;
	font-size:18px;
	font-weight:bold;
	color:#023a60;
	margin:0px;
	padding:0px;
}
#footer .container p {
	position:relative;
	top:25px;
	left:6px;
	color:#023a60;
	font-size:12px;
	padding:0px;
	line-height:12px;
	margin:5px 0px 0px 0px;
}
#footer .container p.copyright {
	font-size:11px;
	margin-top:20px;
	line-height:13px;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
/
}
#footer .container ul.main ul, #footer .container ul.main ul a {
	color:#023a60;
	font-size:14px;
	list-style:none;
	font-weight:normal;
	margin:-1px 0px 4px 0px;
	padding:0px;
	text-decoration:none;
}
#footer .container ul.main, #footer .container ul.main li a {
	color:#023a60;
	font-size:13px;
	list-style:none;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-decoration:none;
}
#footer .container ul.main ul li, #footer .container ul.main ul li a {
	color:#023a60;
	font-size:11px;
	list-style:none;
	font-weight:normal;
	padding:0px;
	width:auto;
	margin-left:0px;
	text-decoration:none;
	line-height:16px !important;
}
#footer .container ul.main li a:hover {
	text-decoration:underline !important;
}
#footer .container ul.main li {
	line-height:22px;
	width:auto;
}
#footer .container .column {
	width:auto;
	margin:0px 42px 0px 0px;
	float:left;
}
/*Search Dropdown*/
.drop_down {
	width:191px;
	min-height:27px;
	position:relative;
	background:url(/images/search_drop.png) no-repeat !important;
	cursor:pointer;
}
.drop_down p {
	font-size:14px !important;
	color:#666 !important;
	font-weight:normal !important;
	margin:0px !important;
	padding:7px 0px 0px 10px !important;
}
.drop_down:hover > .sub_menu {
	position:absolute;
	top:27px;
	left:0px;
}
.drop_down .sub_menu {
	width:198px;
	height:auto;
	position:absolute;
	background:url(/images/drop_top.png) no-repeat top;
	left:-9999px;
	top:-9999px;
	z-index:99;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.drop_down .sub_menu ul {
	margin:13px 0px 0px 0px;
	padding:1px 0px 0px 0px;
	background:url(/images/drop_mid.png) repeat-y;
	width:198px;
	list-style:none;
}
.drop_down .sub_menu ul li {
	text-indent:10px;
	margin-top:7px;
	font-size:12px;
	color:#024e81;
	font-weight:bold;
}
.drop_down .sub_menu ul li ul {
	margin:0px 0px 0px 10px !important;
	background:none !important;
}
.drop_down .sub_menu ul li ul li {
	text-indent:0px !important;
	margin-left:-9px !important;
	width:189px;
	font-size:11px !important;
	color:#797979 !important;
	font-weight:normal !important;
	margin-top:0px !important;
	height:15px !important;
	padding-top:1px !important;
	padding-bottom:1px !important;
	line-height:15px;
}
.drop_down .sub_menu ul li ul li:hover {
	background:#e6e8f4;
}
.drop_down .sub_menu ul li ul li a {
	display:block;
	padding-left:20px !important;
	width:169px !important;
	color:#555;
	text-decoration:none;
}
.drop_bot {
	width:198px;
	float:left;
	height:18px;
	position:absolute;
	left:0px;
	bottom:-18px;
}
.brands-group {
	width:730px;
	z-index:41;
	margin-left:13px;
}
.brands {
	float:left;
	height:auto;
	width:162px !important;
	margin-top:0px;
	margin-bottom:0px;
	list-style:none;
}
.brands img {
	margin-top:15px;
}
/*************Net Price Calculator****************/
.netPrice {
	width:580px;
	height:auto;
	padding:5px 5px 40px 5px;
	position:relative;
	line-height:16px;
}
.netPrice h1 {
	font-size:14px;
	color:#013b71;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
}
.netPrice p {
	font-size:13px;
	line-height:17px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	width:550px;
}
.npcButton {
	display:block;
	position:absolute;
	right:20px;
	bottom:5px;
	width:78px;
	height:25px;
	background:url(/images/npcButton.png) no-repeat 0px -25px;
	text-decoration:none !important;
	cursor:pointer;
}
.npcButton:hover {
	background-position:0px 0px;
}
.npcButton span {
	display:block;
	color:#fff;
	fon-size:14px;
	font-weight:bold;
	text-align:center;
	width:78px;
	height:25;
	padding-top:5px;
}
.npcButtonL {
	right:105px !important;
}
.netPrice .title1 {
	color:#013b71;
	font-weight:bold;
}
.netPrice .title2 {
	font-weight:bold;
}
.formtable tr td {
	vertical-align:text-top !important;
	padding-top:10px !important;
}
.formtable tr td span.title1 {
	padding:0px 15px 0px 0px !important;
}
#dv_npc_s5 #dv_summary table tbody tr td.boldtd {
	padding-right:20px !important;
	font-weight:bold !important;
}
#dv_npc_s5 #dv_summary table tbody tr {
	line-height:18px !important;
}


/*******************Net Price Calculator**********************/
.npc-top
{
width:700px;
height: 183px;
background-image:url(/images/npc-top.png);
}
.npcButton1 {
	display:block;
	float: left;
	width:78px;
	height:25px;
	background:url(/images/npcButton.png) no-repeat 0px -25px;
	text-decoration:none !important;
	cursor:pointer;
}
a#lnkNPC.npcButton1 span {
     font-size: 14px;
	display:block;
	color:#fff;
	padding:5px 0px 0px 0px !important;
	width:78px !important;
	font-weight:bold;
	text-align:center !important;
}
.npcButton1:hover {
	background-position:0px 0px;
}
.npcDrop {
    float:right;
	right:15px;
	top:50px;
	margin:0px 0px 0px 10px !important;
	padding:10px;
	width:320px;
	height:120px !important;
	border-radius:5px;
	background:#e8eff9;
	border:1px solid #acc2e2;
}
.npcDrop h2 {
	color:#3a6cb3;
	font-size:14px !important;
	border-bottom:0px !important;
	font-weight:bold;
	margin:0 0 7px 4px !important;
	padding:0px;
}
.npcP {
	color:#2f2e2e;
	font-size:12px !important;
	line-height:17px !important;
	width:370px !important;
}
/*#dv_npc_s6 table tbody tr td span {
	font-size:12px;
	font-weight:bold;
}*/
div#dv_npc_s6 {
	width:300px !important;
}
#dv_npc_s6_r table tbody tr td {
	width:300px !important;
}
#dv_npc_s6 table.formtable tbody tr td {
	padding-top:2px !important;
}
.npcStepAlign {
    font-size  : 12px;
	width:50px !important;
	text-align:right !important;
	display:block;
	float:left;
	margin:4px 12px 0px 0px;
}
.npcAlign {
    font-size   : 12px;
	width:40px !important;
	text-align:right !important;
	display:block;
	float:left;
	margin:4px 8px 0px 0px;
}
#lnkNPC {
	margin-left:110px;
}
.npcDrop {
	right: 15px;
	top: 50px;
	margin: 0px 10px 0px 10px;
	padding: 10px;
	width: 320px;
	height: 100px;
	border-radius: 5px;
	background: #E8EFF9;
	border: 1px solid #ACC2E2;
	border-image: initial;
}

#fsDiv:hover
{
 cursor:pointer;
}

