body
{
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	background-color: #FFF;
	line-height: 18px;
}

img
{
	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #339;
}

a:hover
{
	text-decoration: underline;
	color: #9C0;
}

a.no-underline 
{
    text-decoration: none !important;
}

a.phone-number:link, a.phone-number:active, a.phone-number:visited 
{
	color: inherit;
	text-decoration: none;
}

.twoColFixRtHdr #container
{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #9C0;
	border-left-color: #9C0;
	padding-top: 0px;
	border-right-width: 8px;
	border-left-width: 8px;
	background-color: #FFFFFF;
	text-align: left;
}

.twoColFixRtHdr #header
{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 0px;
}

.headerImage
{
	position: relative;
	float: left; /* optional */
}

.headerImage .text_float
{
	position: absolute;
	top: 83px; /* in conjunction with left property, decides the text position */
	left: 35px;
	width: 700px; /* optional, though better have one */
	color: #CCC;
	font-weight: bold;
}

p.headerLinks
{
	text-align: left;
	margin-left: 35px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.header-image  /* New Style Header from the Responsive Forms */
{
    border-bottom: 4px solid #66CCFF;
}

.twoColFixRtHdr #header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #mainContent
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 35px;
	float: left;
	width: 625px;
}

.OhCanada
{
	background-position: left 5px;
	background-image: url(/content/images/canadian-flag.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.twoColFixRtHdr #fullContent
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}

.twoColFixRtHdr #sidebar
{
	float: right; /* since this element is floated, a width must be given */
	width: 245px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 18px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9C0;
	margin-top: 0px;
}

.floatLeft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

p
{
	margin-bottom: -2px;
	text-align: left;
}

a.twitter_links:link, a.twitter_links:active, a.twitter_links:visited
{
	color: #9C0;
	text-decoration: none;
}

a.twitter_links:hover
{
	color: #9C0;
	text-decoration: underline;
}

span.twitter_date
{
	color: #999;
}

.twoColFixRtHdr #social
{
	background-color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}

.twoColFixRtHdr #schoolListings, .twoColFixRtHdr #mainSources
{
    padding-right: 35px;
    padding-left: 35px;
}

.twoColFixRtHdr #mainSources p 
{
    margin-bottom: 10px;
}

.twoColFixRtHdr #schoolListings #findASchoolBanner
{
    padding-bottom: 40px;    
}

.twoColFixRtHdr #schoolListings #featuredSchoolsBanner
{
    padding-bottom: 25px;
}

.twoColFixRtHdr #footer
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #99CC00;
	background-color: #FFF;
	text-align: center;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}
.twoColFixRtHdr #footer p
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

.threeColumns, #footerColumns .threeColumns
{
	margin: 0 auto;
	padding: 0px;
}

.threeColumns .column, #footerColumns .threeColumns .column
{
	float: left;
	width: 33%;
	text-align: left;	
}

.threeColumns .column
{
	font-size: 12px;
}

 .threeColumns li
{
	list-style: none;
	margin: 2px 0px 2px 0px;
}

#footerColumns, #footerColumns a, #footerColumns div, #footerColumns p, #footerColumns ul, #footerColumns li
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #339;
}

#footerColumns .threeColumns .column
{
	font-size: 13px;
}


#footerColumns .linkList
{
	padding: 10px;
}

#footerColumns ul
{
}

#footerColumns li 
{
	list-style: none;
	margin: 4px 0px 4px 0px;
}

.fltrt
{
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* Find More Schools */

.find-more-schools-zip-search [class*="span"]
{
    margin-top: 10px;
}

.find-more-schools-zip-search input[disabled]
{
    cursor: not-allowed;
}

.find-more-schools-zip-search .input-append .add-on, .find-more-schools-zip-search .input-prepend .add-on
{
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    box-shadow: 3px 3px 4px #444444 !important;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
    -webkit-appearance: none;
}

.find-more-schools-zip-search .invalidZipCode
{
    margin-left: 0 !important;
    text-align: center;
    width: 230px !important;
}

.find-more-schools-zip-search .zip-search-search-button
{
    background: url("/content/images/search-button-inactive-default.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 54px;
    margin-left: -10px !important;
    width: 171px;
}

    .find-more-schools-zip-search .zip-search-search-button.searchButtonHover
    {
        background: url("/content/images/search-button-inactive-rollover.png") no-repeat scroll 0 0 transparent;
    }

.find-more-schools-zip-search select
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 4px #444444 !important;
    color: #000000;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    width: 270px;
}

.find-more-schools-zip-search .title
{
    color: #333399;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    text-align: left;
}

.find-more-schools-zip-search .title a:link, .find-more-schools-zip-search .title a:active, .find-more-schools-zip-search .title a:visited
{
	color: #333399;
}

.find-more-schools-zip-search .title a:hover
{
	color: #9C0;
}

.find-more-schools-zip-search .zip-search-zip-code
{
    box-shadow: 3px 3px 4px #444444 !important;
    font-size: 13px !important;
    font-weight: normal;
    height: 26px !important;
    width: 215px !important;
    -webkit-appearance: none;
}

.hero-unit
{
    background-color: #EBF7CC;
    border-color: #99CC00;
    border-radius: 25px 25px 25px 25px;
    border-style: solid;
    border-width: 4px;
    color: inherit;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 5px !important;
    margin-top: 15px;
    padding: 15px 20px !important;
}        

/****/

.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.clearer
{
	clear: both;
}

h1
{
	font-size: 24px;
	font-weight: bold;
	color: #F90;
	text-align: left;
	line-height: 26px;
	margin-bottom: 15px;
}
h2
{
	font-size: 18px;
	font-weight: bold;
	color: #F90;
	text-align: left;
	margin-top: 15px;
}
h3
{
	font-size: 16px;
	color: #336;
	text-align: left;
}
h4
{
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5
{
	font-size: 14px;
	font-weight: bold;
	color: #339;
	text-align: left;
	margin-bottom: 3px;
}
h6
{
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	text-align: left;
	margin-bottom: 3px;
}

h4 a
{
	color: #FF9900 !important;
}

.breadcrumb
{
	color: #FF0000;
	font-family: "Trebuchet MS" ,Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
}
a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited
{
	color: #99CC00;
	font-size: 13px;
	text-decoration: underline;
}
a.breadcrumb:hover
{
	color: #99CC00;
	font-size: 13px;
	text-align: left;
	text-decoration: underline;
}
.breadcrumb_active
{
	color: #CCCCCC;
	font-family: "Trebuchet MS" ,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

.content h3
{
	background-image: url(/Content/Images/target-15px.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.content h2
{
	margin-top: 30px;
}


.content p
{
	margin-bottom: 10px;
}

.content ul.indent, .content ol.indent
{
	padding-left: 60px;
	margin-bottom: 15px;
}

hr
{
	border: none 0;
	border-top: 1px solid #9c0;
	height: 1px;
	margin: 10px auto 10px 0;
	padding: 0 0 0 0;
	text-align: left;
}

#footer b
{
	color: #F90;
}

#ZipSearch
{
	font-size: 20px;
	font-weight: bold;
	color: #333399;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#ZipSearch .targetTitle
{
	background-image: url(/Content/Images/target-21px.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #9c0;
	display: none;
}

#ZipSearch_Category, #sidebar #ZipSearch_SubCategory, #sidebar #ZipSearch_ZipCode
{
	border: 1px solid #ccc;
	height: 21px;
}

#ZipSearch ol
{
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 33px;
	padding-bottom: 10px;
	padding-top: 85px;
}

#ZipSearch.small div#ZipSearchBody /* IE6 Multiple Class Bug fix*/
{
	background: url(/content/images/search-bkgrnd-11-short.gif) no-repeat scroll 0 0 transparent;
}

#ZipSearch.large div#ZipSearchBody /* IE6 Multiple Class Bug fix*/
{
	background: url(/content/images/search-bkgrnd-11-long.gif) no-repeat scroll 0 0 transparent;
}

#ZipSearch ol li
{
	padding-top: 4px;
	padding-bottom: 4px;
}

#ZipSearch .invalidZipCode	
{			
   margin-left: -18px;			
   margin-top: 8px;			
   padding: 4px 12px 4px 16px;  			
   width: 192px;    			
}

.firstletter
{
	color: #99CC00;
	float: left;
	font-size: 360%;
	font-weight: bold;
	margin-left: -1px;
	padding-bottom: 8px;
	padding-right: 1px;
	padding-top: 10px;
}

.content #ZipSearch ol li
{
	list-style-type: none;
	float: left;
	padding-right: 8px;
}

.content #ZipSearch ol li:last-child
{
	padding-right: 0px;
}

.content #ZipSearch.large div#ZipSearchBody
{
	background: none;
}

.content #ZipSearch ol
{
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.content #ZipSearch.small div#ZipSearchBody
{
	background: none;
}

.content #ZipSearch .targetTitle
{
	display: block;
}

#ZipSearch small
{
	font-size: 10px;
	display: none;
}

.ZipSearchControl
{
	width: 196px;
	height: 21px;
}

.ZipSearchRadioLabel
{
	font-size: 14px;
}

#ZipSearch_SearchButton
{
	background: url(/content/images/search-now.png) no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	display: inline;
	height: 37px;
	vertical-align: middle;
	width: 202px;
}

.content #ZipSearch_SearchButton
{
	background: url(/content/images/search-button.gif) no-repeat scroll 0 0 transparent;
	height: 23px;
	width: 70px;
}

.watermark
{
	color: #aaa;
}

#sidebar ul
{
	list-style: none;
	margin-bottom: 25px;
}

#sidebar > ul > li
{
	margin-top: 5px;
	margin-bottom: 10px;
}

#sidebar > ul.tweets
{
	margin-bottom: 10px;
}

#sidebar > ul.tweets > li
{
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(/content/images/tweet_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#sidebar ul.accordion li
{
  background: url("/graphics/small-target-bullet.png") no-repeat scroll 0 5px transparent;
  list-style: none outside none !important;
  padding-left: 20px;
}

#infographicTeaser 
{
	margin: 30px 0;
}

.twitter-follow-button
{
	margin-bottom: 25px;
}

#socialButtons
{
	text-align: center;
	margin: 20px 20px 20px 20px;
}

#blogButton
{
	margin: 20px 0px 20px 0px;
}

.searchResults .logo
{
	padding-right:20px;
	vertical-align: top;
	text-align: center;
	width: 220px;
}

.searchResults .campuses, .searchResults .programs
{
	vertical-align: top;
}

.searchResults img.schoolLogo
{
	margin-top: 0px;
}

.searchResults ul li
{
	list-style-type: none;
}

.searchResults .requestInfo
{
	padding-bottom: 5px;
	padding-top: 15px;
}

.pagerContainer
{
	padding: 10px 0px 20px 0px;
}
.pager a
{
	padding: 0px 4px 0px 4px;
	font-weight: bold;
}

.careerCounselor h1
{
	font-size: 48px;
	margin-bottom: 10px;
	margin-top: 25px;
}

.careerCounselor h2
{
	margin-top: 25px !important;
	font-size: 16px;
}

.careerCounselor h3
{
	background-image: none;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 20px;
	padding-left: 0;
}

.careerCounselor h5
{
	color: #66CCFF;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 12px;
}

.careerCounselorArticle h1
{
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
}

.careerCounselorArticle h2
{
	font-size: 16px;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.findASchoolButton
{
	float: left; 
	padding-left: 9px; 
	padding-top: 9px;
}

.infographicLink
{
	margin-top: -10px;
}
.infographicLink a
{
	color: #66CCFF !important;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
}

.climbers
{
	left: 520px;
	margin-bottom: -80px;
	position: relative;
	top: -85px;
	width: 100px;
}

.climbersHeaderImage
{
	padding-bottom: 20px;
}

#careerCounselorTeaser
{
	margin: 30px 0;
}

#container #schoolListings .searchResults 
{
	width: 100%;
}

.socialChicklets
{
	padding-bottom: 25px;
	padding-top: 50px;
	text-align: center;
}
.supportOperator
{
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
	position: relative;
}

#floatingLiveSupportButton
{
	cursor: move;
	height: 112px;
	position: fixed;
	right: -2px;
	top: 440px;
	width: 32px;
	z-index: 960;
}

#popularProgramSearches
{
    padding-top: 15px;    
}

/** ZIP SEARCH LANDING PAGES **/
/* Do NOT use these styles anywhere except within the /find/ folder! */

#ZipSearchLandingContent, #FullZipSearchLandingContent
{
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 30px 30px 0px 30px;
}

#ZipSearchLandingContent h1
{
	color: #333399;
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	position: relative;
	top: 0px;
	left: 360px;
	width: 500px;
	height: 130px;
}

.lt-ie8 #ZipSearchLandingContent h1
{
	margin-top: 35px;
}

#ZipSearchLandingContent #ZipSearch_ZipCode, #FullZipSearchLandingContent #ZipSearch_ZipCode, #LeftSideNarrowZipSearch #ZipSearch_ZipCode, #LeftSideWideZipSearch #ZipSearch_ZipCode
{
	overflow: visible;
	border: none;
	box-shadow: 3px 3px 4px #444;	
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
	width: 190px;
	height: 25px;
	top: 70px;
	left: 404px;
}

.lt-ie8 #ZipSearchLandingContent #ZipSearch_ZipCode, .lt-ie8 #FullZipSearchLandingContent #ZipSearch_ZipCode, .lt-ie8 #LeftSideNarrowZipSearch #ZipSearch_ZipCode, .lt-ie8 #LeftSideWideZipSearch #ZipSearch_ZipCode
{
	border: none;
	-webkit-box-shadow: #444 3px 3px 3px;
	-moz-box-shadow: #444 3px 3px 3px;
	box-shadow: #444 3px 3px 3px;
	behavior: url(/content/PIE.htc);
}

#ZipSearchLandingContent #ZipSearch_SearchButton, #FullZipSearchLandingContent #ZipSearch_SearchButton, #LeftSideNarrowZipSearch #ZipSearch_SearchButton, #LeftSideWideZipSearch #ZipSearch_SearchButton
{
	background: url(/graphics/find/zip-search-now-button.png) no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	display: inline;
	vertical-align: middle;
	width: 178px;
	height: 72px;
	position: relative;
	top: 70px;
	left: 470px;
}

#ZipSearchLandingContent .normal, #FullZipSearchLandingContent .normal, #LeftSideNarrowZipSearch .normal, #LeftSideWideZipSearch .normal
{
	color: #333399;
}

#ZipSearchLandingContent .valid, #FullZipSearchLandingContent .valid, #LeftSideNarrowZipSearch .valid, #LeftSideWideZipSearch .valid
{
	color: #9c0;
}

#ZipSearchLandingContent .invalid, #FullZipSearchLandingContent .invalid, #LeftSideNarrowZipSearch .invalid, #LeftSideWideZipSearch .invalid
{
	color: #F90;
}

#ZipSearchLandingContent .invalidZipCode 
{
    left: 403px;
    padding: 4px 10px;
    position: relative;
    top: 50px;    
    width: 170px;
}

#CategoryZipSearchForm
{
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding-top: 10px;
	padding-left: 10px;
	width: 895px;
	height: 320px;
}

#FullZipSearchLandingContent
{
    padding-top: 10px;
}

#FullZipSearchLandingContent h1 
{
    color: #333399;
    font-size: 35px;
    font-weight: bold;
    height: 86px;
    left: 315px;
    line-height: 45px;
		margin-bottom: 5px;
    position: relative;
    top: 0;
    width: 500px;
}

#FullZipSearchLandingContent h2
{
    margin-bottom: 25px;
    margin-top: 25px;
}

#FullZipSearchLandingContent h3 
{
    background-image: none;
    color: #333333;
    padding-bottom: 8px;
    padding-left: 0;
    padding-top: 15px;
}

#FullZipSearchLandingContent h3 a {
	color: #333;
}

#FullZipSearchLandingContent h3 a:hover {
	color: #99CC00;
}

#FullZipSearchLandingContent #ZipSearch
{
    background-image: url("/graphics/find/quick-find-background-default.gif");
    background-repeat: no-repeat;
    height: 320px;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 10px;
    width: 895px;
}

#FullZipSearchLandingContent #ZipSearch.active
{
	background-image: url("/graphics/find/quick-find-background-active.gif");
}

#FullZipSearchLandingContent .ZipSearchControl 
{
    border: medium none;
    box-shadow: 3px 3px 4px #444444;
    font-weight: bold;
    overflow: visible;
    position: relative;
}

#FullZipSearchLandingContent #ZipSearch_ZipCode
{
	left: 355px;
	top: 58px;	
}

#FullZipSearchLandingContent #ZipSearch_ClassroomType 
{
    left: 354px;
    position: relative;
    top: 78px;
    width: 215px;
}

#FullZipSearchLandingContent #ZipSearch_Category 
{
    height: 22px;
    left: 641px;
    text-align: left;
    top: 0px;
    width: 215px;
}

#FullZipSearchLandingContent #ZipSearch_SubCategory
{	
	height: 22px;
	left: 641px;
	text-align: left;
	top: 10px;
	width: 215px;
}

#FullZipSearchLandingContent #ZipSearch_SearchButton
{
    display: none;
    left: 643px;
    top: 74px;
}

#FullZipSearchLandingContent #ZipSearch_SearchButton.active
{
		left: 644px;
    top: 161px;
}

#ZipSearch #ZipSearch_SearchButton.full
{
	top: 52px !important;
}

#FullZipSearchLandingContent .classroomtype label
{
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
}

#FullZipSearchLandingContent .classroomtype label:nth-child(2)
{	
	border-radius: 40px 0 0 40px;
}

#FullZipSearchLandingContent .classroomtype label:last-child
{	
	border-radius: 0 40px 40px 0;
}

#FullZipSearchLandingContent ul.threeColumn 
{
    float: left;
    margin: 0 0 10px;
    padding: 7px 0;
    width: 227px;
}

#FullZipSearchLandingContent ul.threeColumn li 
{
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    padding-bottom: 4px;
    width: 210px;
}

#FullZipSearchLandingContent ul.threeColumn li a 
{
    color: #333399;
}

#FullZipSearchLandingContent ul.threeColumn li a:hover 
{
    color: #99CC00;
    text-decoration: underline;
}

#FullZipSearchLandingContent .invalidZipCode 
{     
    left: 345px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 4px 10px;
    position: relative;
    top: 64px;
    width: 192px;       
}

/*****************************/

.invalidZipCode 
{
    /* http://www.position-relative.net/creation/formValidator/demos/demoValidators.html */    
    background: none repeat scroll 0 0 #EE0101;
    border: 2px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 4px #000000;
    color: #FFFFFF;
    display: none;
    font-family: Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 11px;  
}

#ZipSearch_ClassroomType
{
	padding-top: 2px !important;
}

.classroomtype
{
	font-size: 0;
	margin: 3px 0 5px 5px !important;
}

.classroomtype label
{
	background: #66ccff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #66ccff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66ccff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66ccff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66ccff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #66ccff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #66ccff 0%,#ffffff 100%); /* W3C */
	border: 1px solid white;
	color: #333399;
	cursor: pointer;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ccff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	font-size: 12px;
	font-weight: bold;
	padding: 0.5em 12px;
}

.classroomtype label:hover
{
	background: #a3e0ff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #a3e0ff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3e0ff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a3e0ff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a3e0ff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a3e0ff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #a3e0ff 0%,#ffffff 100%); /* W3C */
	border: 1px solid white;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3e0ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.classroomtype label:nth-child(2)
{
	border: 1px solid white;
	border-radius: 20px 0 0 20px;
}

.classroomtype label:last-child
{
	border: 1px solid white;
	border-radius: 0 20px 20px 0;
}

.classroomtype .selected, .classroomtype .selected:hover
{
	background: #333399; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: -moz-linear-gradient(top,  #333399 0%, #5b5b99 81%, #feffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333399), color-stop(81%,#5b5b99), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333399 0%,#5b5b99 81%,#feffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333399 0%,#5b5b99 81%,#feffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333399 0%,#5b5b99 81%,#feffff 100%); /* IE10+ */
	background: linear-gradient(top,  #333399 0%,#5b5b99 81%,#feffff 100%); /* W3C */
	border: 1px solid white;
	box-shadow: 1px 2px 6px #333399 inset;
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333399', endColorstr='#feffff',GradientType=0 ); /* IE6-8 */
	text-shadow: none;
}

.content .classroomtype
{
	margin: 0px 0px 0px 0px !important;
}

.hiddenRadio
{
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	position: absolute !important;
	width: 1px;
}

.submitButton 
{
    background: url("/graphics/get-info-button-default.png") no-repeat scroll 0 0 transparent;
    border: 0 none !important;
    color: transparent !important;
    cursor: pointer;
    display: block;
    height: 60px;
    margin-top: 20px;
    padding: 0 0 0 167px !important;
    width: 167px;
}

.submitButtonHover 
{
    background: url("/graphics/get-info-button-rollover.png") no-repeat scroll 0 0 transparent !important; 
}

#updated-date 
{
    color: #888888;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/*****************************/

/** ZIP SEARCH TESTS **/

#LeftSideNarrowZipSearch 
{    
    float: left;
    padding-right: 20px;
    width: 246px;
}

#LeftSideNarrowZipSearch #ZipSearch
{
    background-image: url("/content/images/search-bkgrnd-narrow-default.png");
    background-repeat: no-repeat;
    height: 357px;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 10px;
    width: 246px;
}


#LeftSideNarrowZipSearch #ZipSearch.active
{
		background-image: url("/content/images/search-bkgrnd-narrow-active.png");
}

.content #LeftSideNarrowZipSearch .targetTitle 
{
    display: none;
}

#LeftSideNarrowZipSearch .ZipSearchControl 
{
    border: medium none;
    box-shadow: 3px 3px 4px #444444;
    font-weight:  bold;
    overflow: visible;
    position: relative;
}

#LeftSideNarrowZipSearch #ZipSearch_ZipCode
{
		left: 26px;
    top: 101px;
    width: 195px;
}

#LeftSideNarrowZipSearch #ZipSearch_ZipCode.watermark
{
  color: #cccccc;
	font-size: 16px !important;
}
 
#LeftSideNarrowZipSearch input::-webkit-input-placeholder
{
    color: #cccccc;
    font-size: 16px !important;
}
#LeftSideNarrowZipSearch input:-moz-placeholder
{
    color: #cccccc;
	font-size: 16px !important;
}

#LeftSideNarrowZipSearch input:-ms-input-placeholder 
{
  color: #cccccc;
  font-size: 16px !important;
}

#LeftSideNarrowZipSearch #ZipSearch_ClassroomType 
{
    left: 29px;
    position: relative;
    top: 175px;
    width: 215px;
}

#LeftSideNarrowZipSearch #ZipSearch_ClassroomType.full
{
    left: 29px;
    position: relative;
    top: 144px;
    width: 215px;
}

#LeftSideNarrowZipSearch #ZipSearch_Category 
{
    left: 26px;
    text-align: left;
    top: 134px;
    width: 204px;
}

#LeftSideNarrowZipSearch #ZipSearch_SubCategory
{	
		left: 26px;
    text-align: left;
    top: 136px;
    width: 204px;
}

#LeftSideNarrowZipSearch #ZipSearch_SearchButton
{
    background: url(/content/images/search-now-button-round.png) no-repeat scroll 0 0 transparent;
		border: medium none;
		cursor: pointer;
    vertical-align: middle;
		width: 201px;
		height: 35px;
		position: relative;
    left: 25px;
    top: 258px;
}

#LeftSideNarrowZipSearch #ZipSearch.active #ZipSearch_SearchButton
{	
    top: 189px;
}

#LeftSideNarrowZipSearch #ZipSearch #ZipSearch_SearchButton.full
{
	top: 258px !important;
}

#LeftSideNarrowZipSearch #ZipSearch.active #ZipSearch_SearchButton.full
{
		left: 25px;
    top: 158px !important;
}

#LeftSideNarrowZipSearch .invalidZipCode 
{     
    left: 38px;
    padding: 4px 8px;
    position: relative;
    top: 55px;
    width: 192px;   
}

#LeftSideNarrowZipSearch .classroomtype label:nth-child(2) 
{
    border-radius: 40px 0 0 40px;
}

#LeftSideNarrowZipSearch .classroomtype label:last-child 
{
    border-radius: 0 40px 40px 0;
    padding-left: 15px;
    padding-right: 20px;
}

/*****************************/


#LeftSideWideZipSearch 
{    
    width: 446px;
}

#LeftSideWideZipSearch #ZipSearch
{
    background-image: url("/content/images/search-bkgrnd-wide-default.png");
    background-repeat: no-repeat;
    height: 199px;
    margin: 0;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-top: 10px;
    width: 627px;
}


#LeftSideWideZipSearch #ZipSearch.active
{
		background-image: url("/content/images/search-bkgrnd-wide-active.png");
}

.content #LeftSideWideZipSearch .targetTitle 
{
    display: none;
}

#LeftSideWideZipSearch .ZipSearchControl 
{
    border: medium none;
    box-shadow: 3px 3px 4px #444444;
    font-weight: bold;
    overflow: visible;
    position: relative;
}

#LeftSideWideZipSearch #ZipSearch_ZipCode
{
		left: 149px;
    top: 77px;
    width: 195px;
}

#LeftSideWideZipSearch #ZipSearch_ClassroomType 
{
    left: -52px;
    position: relative;
    top: 93px;
    width: 215px;
}

#LeftSideWideZipSearch #ZipSearch_ClassroomType.full
{
     left: 151px;
    position: relative;
    top: 62px;
    width: 215px;
}

#LeftSideWideZipSearch #ZipSearch_Category 
{
    left: 186px;
    text-align: left;
    top: 74px;
    width: 215px;
}

#LeftSideWideZipSearch #ZipSearch_SubCategory
{	
		left: 186px;
    text-align: left;
    top: 74px;
    width: 215px;
}

#LeftSideWideZipSearch #ZipSearch_SearchButton
{
		background: url(/content/images/search-now-button-round.png) no-repeat scroll 0 0 transparent;
		border: medium none;
		cursor: pointer;
    display: none;
    height: 35px;
    left: -29px;
	  position: relative;
    top: 116px;
    vertical-align: middle;
    width: 201px;
}

#LeftSideWideZipSearch #ZipSearch #ZipSearch_SearchButton.full
{
		left: 174px;
    top: 85px !important
}

#LeftSideWideZipSearch .invalidZipCode 
{     
    left: 160px;
    padding: 4px 8px;
    position: relative;
    top: 78px;
    width: 192px;   
}

#LeftSideWideZipSearch .classroomtype label:nth-child(2) 
{
    border-radius: 40px 0 0 40px;
}

#LeftSideWideZipSearch .classroomtype label:last-child 
{
    border-radius: 0 40px 40px 0;
    padding-left: 15px;
    padding-right: 20px;
}

@media screen and (max-device-width: 480px)
{
	body 
	{
		max-height: 1000000px; /* Mobile Chrome Font Boosting Fix - https://bugs.webkit.org/show_bug.cgi?id=FontBoosting */
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}