@charset "utf-8";
/* CSS Document: sandweiss.css*/
/* Note: these styles get layered over the framework of other base styles and are specific to Sandweiss Test Prep  */
/* Unless otherwise noted, copyright 2009 Bunny Hirschmann Web Services */


/********************* Typography ************************/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Arial, Verdana, sans-serif;} 

h1, h3  {
	color: #993333; 
	}
	
a:link, a:visited {
	color:#1559CA;
text-decoration: none;
outline: none;
}

a:hover {
	text-decoration: underline;
	outline:none;
}

h1 {
font-size: 1.6em; 
margin-top: 1em;/*was 2em*/
font-weight: normal;
}

h2 {
font-size: 1.1em;
text-align: left;
line-height: 1.5em;
font-size: 1.3em;
color: #1e568c;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 1em;
    border-top: 1px solid #eaeaea;
	padding-top: 0.5em;    
}
h4 {
    font-size: 1.2em;
    border-top: none;
	padding-top: 0.5em;    
}


/********************* Div styles *************************/
#container {
	border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
	
}

#topSection h1 {
	display: none;
	color: #ff0000;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.7em;
	}
	


#logo {
	padding: 6px;
	padding-left: 15px;
}

img#logo {
display: block;
}

#upperAddress p{
	float: right;
	text-align: right;
	font-size: .82em;
	margin-top: 3px;
	padding-right: 20px;	/*was 4*/
	line-height: 1.2em;
	margin-bottom: 0;
	padding-bottom: 0;
	
}



#buttonRight{
	clear: both;
	position: absolute;
	top: 42px;
	right: 0px;
	padding-right: 20px;
	text-align: right;
	margin: 0;
	padding: 0;
	margin-top: 0;
	height: 29px;
	width: 176px;
	
}

#buttonRight p {
	margin-top: 0px;
	
}

#leftWrapper { /*this holds everything in the left column and prevents the right border from showing up at the top when there is a button*/
	border: none;
	padding: 15px 0px 18px 18px;/*was 7px all the way around*/
	float: left;
	width: 200px;/*was 182*/
	margin: 0;
}

#leftWrapper p {
	margin: 0;
	margin-left: -5px;
	padding: 0;
	text-align: left;
}

/*--the content in leftcol was an include in any pages that do not have forms on the old site */
#leftcol{
	width: 182px;/*was 182*/
	border-right: 1px solid #999;
	padding-right: 18px;/*allows for borders on top/bottom of Register to not go all the way to vertical line*/
	padding-bottom: 0px;
	margin-bottom: 10px;
	

}

#leftcol h2, #rightcol h2 {

	text-align: center;
	line-height: 1.5em;
	font-size: 1.6em;/*was not declared*/
	color: #1e568c;/*was 255276*/
	font-weight: normal;/*was not declared*/
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 0.75em;	
	width: auto;
}


/*centerAndRight is the main content area, containing either centerNarrow and rightWideWrapper or centerWide and rightNarrowWrapper*/
#centerAndRight {
	position: relative;
	padding: 0 0 0 25px;/*padding-right was 10px*/
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 219px;/* was 218leftWrapper and it's padding of 18*/
	width: 775px;/*was msx-width 800, then 775 then 769*/	
}

/*newly declared - will be narrow center col to accomodate wide right, such as on course pages*/
#centerNarrow {
	width: 506px;/*was max-width 490*/
	float: left;
	padding-left
	
}

#centerNarrow p {
	width: 470px;/*could be wider but looks better over the courseBoxes*/
	clear: both;
	}
	
#centerNarrow ol {
	padding-left: 5px;
}

#centerWide {
	width: 550px; /*was 500*/
	float: left;
}

#centerSpan2 /*used for registration and payment forms to include the middle and right columns*/{
	clear: inherit;
	float: left;
	width: 750px;/*was 690 too small, 770 which was too big*/	
}

#centerSpan2 h2 {
	
}

.buttonSubmit {
	width: 70px;
	background-color: #336699;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid black;
	height: 20px;
}

#rightWideWrapper {
    float: right; 
    width: 236px;/*was 230*/
    border: 0;
    padding: 0;/*was 2% 0 2% 2%*/
	padding-right: 0px;
}

#rightWideWrapper h2 {
    text-align: left;
    text-decoration: underline;
}

#rightNarrowWrapper {
	float: right;
	width: 200px;
	border: 0;
	padding: 0;/*was 2% 0 2% 2%*/
}

/*#rightcol{
	border-left: 1px solid #999;
	padding-left: 18px;

}this is needed depending upon where the vertical line goes - not currently in use */

#footer {
	height: 29px;
}



/************* table styles *******************/
table {
	/*min-width: 180px;
	max-width: 430px;*/
	border: 1px solid #666;
	margin: 0 auto;
	margin-bottom: 35px;
	margin-top: 15px; 
}

th {
	background-color:#0b497a;/*was 000066*/
	border-bottom: 1px solid #666;
	padding: .5em .5em .5em .5em;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

td {
	background-color: #fff;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 0.5em 0.75em 0.5em 15px;
	vertical-align: middle;
	text-align: left;
	
}

.homePage td {
	padding: .5em .5em .5em .5em;
	
}



a.tableHeadingLink {
	color: #000000;
	text-decoration: none;
}

.contact {
	text-align: center;
}

.narrowRightTable {
	width: 180px;
	margin: 0 auto;
	margin-top: 15px;
}

.narrowRightTable td {
	padding-top: 25px;
	padding-bottom: 30px;
}

.blueBoldLeft {
	font-weight: bold;
	color: #1e568c;
	text-align:left;
	padding-left: 10px;
}


/***************************** positioning oddities **************/

#content p {
	padding-right: 15px;
	text-align: left;
}

/* new classes and div's for upgrade */
.googleMap {
	border: 1px solid #999999;
}

.largeButton {
	width: 196px;
	/*height: 123px;was 123*/
	font-size: 1.7em;
	padding-top: 0;
	margin-top: 0px;
	margin: 0 auto;/*was margin-left: 0*/
	padding-bottom: 0px;
	
}

/*the following renders the searchable link text invisible in browsers, so as not to conflict with the button*/
.buttonAccess {
	display: none;
	
}


.bookmark {
	text-align: center;
	color: #993333;
}

.bookmark a:link, .bookmark a:visited, bookmark a:hover {
	color: #993333;
	
}

.red {
	color: #993333;
	font-size: 1.1em;
}

.parking {
clear: both;
	margin: 1.5em;
	padding-top: 2.0em;
	color:#999999;
}

/*styles for new course tables */

.newCourseTableNarrow {
	width: 500px;/*was 169*/
	border-collapse: collapse;
	margin: 0 auto;
	border: 1px solid #00366A;
	margin-bottom: 10px;
}

.smallerTH {
	font-size: 0.75em;
}




.about136 {
	float: left;
	margin: 0px 10px 3px 0;
	width: 136px;
}


#noTop {
	padding-top: 0;
}

.left {
    float: left; 
    width: 40%;
    border: 0;
    padding: 3%;
}



.left ul li {
    list-style-type: none;
}

#right ul li {
    list-style-type: none;
}

.left h2 {
    text-align: left;
    text-decoration: underline;
}

.centered {
	text-align: center;
}






/*--------------------------------------*/

.boxPara {
	margin-top: 0em;
	font-size: .85em;
	width: 400px;
	background-color: transparent;	
	}

.boxPara p {
	margin-bottom: 0px;
}

.blueBold {
	font-weight: bold;
	color: #1e568c;
}
.prices {
	color: #87a5c2; /*99afc4, color of scheduleBox, too light*/
}


/* ----------------styles for courseScheduleBoxStretch for lower right column ---------------*/

#courseOptionsBoxStretch {
	padding-left: 0px;
	padding-top: 0px;/*was 5px*/
	padding-bottom: 15px;
	padding-right: 15px;
	margin-left: -8px;
	width: 457px;
	}

#courseOptionsBoxStretchTop {
	background-image:url(../images/courseBoxStretchTop.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 50px;
	width: 472px;
	margin-bottom: 0;
}


#courseOptionsBoxStretchMiddle {
	background-image:url(../images/courseBoxStretchStripe.jpg);
	background-repeat:repeat-y;
	padding: 0;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0;
	height: auto;
	width: 448px;
}

#courseOptionsBoxStretch p {
	width: 422px;
}

#courseOptionsBoxStretch h2 {
	padding-top: 20px;
	padding-left: 22px;
	padding-bottom: 0;
	margin-bottom: 0;
	
		
}

.largeLink {
	font-size: 1.28em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#courseOptionsBoxStretch a {
	color: #1e568c;
	text-decoration: underline;
}

/*these are for the normal two column layout*/
#courseBoxLeft {
	float: left;
	background-color: transparent;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 205px;
	}

#courseBoxLeft p {
	width: 195px;
	margin-bottom: 1.3em;
	padding-bottom: 0em;
	padding-right: 10px;
}

#courseBoxLeft h2 {
	margin-top: -35px;
	padding-top: 0;
	padding-left: 0;
	font-size: 1.28em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

#h2Left {
	float: left;
	background-color: transparent;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 205px;
}

#h2Left h2 {
	font-size: 1.28em;
}

#h2Right h2 {
	font-size: 1.28em;
}

#h2Right {
	float: right;
	background-color: transparent;
	padding-bottom: 0;
	padding-left: 15px;
	margin-bottom: 0;
	margin-right: 20px;
	width: 220px;
}

#courseBoxRight {
	float: right;
	background-color: transparent;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-right: 20px;
	width: 220px;
	}

#courseBoxRight p {
	width: 200px;
	margin-bottom: 1.3em;/*was -10*/
	padding-bottom: 0em;
}

#courseBoxRight h2 {
	margin-top: -35px;
	padding-top: 0;
	padding-left: 0;
	font-size: 1.28em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

#dashContainer {
	border-left: 1px dashed #999999;
	padding-left: 15px;
}


#courseOptionsBoxStretchBottom {
	clear: both;
	background-image:url(../images/courseBoxStretchBottom.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 472px;/*was 472*/
	margin-top: -20px;
}





/* --------------- Styles for stretch featurebox  ---------------*/

#featureBoxStretch {

	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 15px;
	width: 215px;
	font-size: 0.86em;
	
	
}

#featureBoxStretchTop {
	background-image:url(../images/featureBoxTop.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 60px;
	width: 231px;
	margin-bottom: 0;
}

#featureBoxStretchBottom {
	background-image:url(../images/FeaturesBoxBottom.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 231px;
}

#featureBoxStretchMiddle {
	background-image:url(../images/FeaturesBoxStripe.jpg);
	background-repeat:repeat-y;
	padding: 0;
	margin: 0;
	height: auto;
	width: 231px;
}

#featureBoxStretch h2{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-decoration:  none;
	color:#87a5c2;
	padding-top: 20px;

}

#featureBoxStretch ul {
	padding-left: 35px;
	padding-right: 20px;
	list-style-type: disc;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#featureBoxStretch ul li {
	padding-bottom: 7px;	
}

/* styles for courseScheduleBoxStretch for lower right column */

#courseScheduleBoxStretch {
	padding-left: 0px;
	padding-top: 0;
	padding-bottom: 20px;
	padding-right: 15px;
	width: 215px;
	font-size: 0.86em;
	margin: 0 auto;
}

#courseScheduleBoxStretchTop {
	background-image:url(../images/CourseScheduleBoxStretchTop.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 60px;
	width: 231px;
	margin-bottom: 0;
}

#courseScheduleBoxStretchBottom {
	background-image:url(../images/CourseScheduleBoxStretchBottom.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 231px;
}

#courseScheduleBoxStretchMiddle {
	background-image:url(../images/CourseScheduleBoxStretchStripe.jpg);
	background-repeat:repeat-y;
	padding: 0;
	margin: 0;
	height: auto;
	width: 231px;
}

#courseScheduleBoxStretch h2{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-decoration:  none;
	color:#ffffff;/*should be #333333 or something other than white to validate*/
	padding-top: 20px;

}


#courseScheduleBoxStretch ul {
	padding-left: 35px;
	padding-right: 20px;
	list-style-type: disc;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#courseScheduleBoxStretch ul li {
	padding-bottom: 7px;
	
}

#courseScheduleBoxStretch p {
	color:#333333;
	padding-left: 25px;
	padding-right: 20px;
	margin-bottom: 0;
	padding-bottom: 10px;
}


/*-------------------------*/


#studyHall {
	padding-left: 18px;
	background-image:url(../images/studyHallBlank.jpg);
	background-repeat: no-repeat;
	width: 211px;
	height: 107px;
	margin: 0 auto;
	
}

#studyHall p {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 72px;
	padding-top: 40px;
	width: 130px;
	line-height: 1.25em;
}



#enrollNow {
	padding-left: 12px;
	width: 211px;
	height: 106px;
	background-image:url(../images/EnrollNow.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	visibility: visible;
	
}

#enrollNow p {
	visibility: hidden;
}



.rtColGraphic {
	margin-top: 0px;
	padding-left: 0px;
	border: none;
	vertical-align: middle;
} 

.rtColGraphic a:hover {
	text-decoration: none;
	}

.rtColLinks a:link, .rtColLinks a:visited {
	text-decoration: none;
	color: #993333;
	
}

.rtColLinks a:hover, .rtColLinks a:active {
	text-decoration: none;
	color: #993333;
}

#jumpLinks {
clear: both;/*new declaration for isee page*/
	margin-top: 10px;
}

#jumpLinks p {
	color:#993333;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1.0em; 
}

#jumpLinks img {
	border: none;
	padding-right: 10px;
	padding-left: 18px;
	vertical-align: middle;
	margin-top: 0px;
}

#linksBox {
	background-image:url(../images/links.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 30px;
	padding-right: 20px;
	width: 165px;
	height: 124px;
	font-size: 0.86em;
	margin: 0 auto;
}

#linksBox h2{
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	text-decoration:  none;
	color:#1e568c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -0.1em;
	
}

.linksCitations p {
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.linksCitations h3 {
	margin-bottom: 5px;
	padding-bottom: 0;
	color: #003399;
	font-size: 1.2em;
	padding-left: 28px;
	border: none;
}



/* ------------ misc. positioning or other styles----------------*/

.blackboardImage {
	margin: 0 auto;
	margin-left: -12px;
	margin-right: -15px;
	margin-top: -15px;
}

/*----------------Back to top styles---------------------------*/

#backToTop {
	color: #bf4b2d;
	font-size: 0.85em;
	margin-top: -0.5em;
	}
	
#backToTop img {
	
	border: none;
	padding-right: 0.35em;
}

#backToTop a {
	color: #bf4b2d;
	text-decoration: none;
}

#backToTop a:link {
	text-decoration: none;
}

#backToTop a:hover {
	text-decoration: underline;
}

#backToTop a:active {
	text-decoration: none;
}


#tableJumps ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#seeCourseCalendar {
	position: relative;
	width: 240px;/*was 250*/
	margin-top: 30px;
	margin-right: 10px;
	line-height: 1.5em;
	font-size: 1.5em;
	color: #1e568c;
	font-family:Arial, Helvetica, sans-serif;
}

#seeCourseCalendarWide {
	position: relative;
	width: 400px;
	margin-top: 30px;
	margin-right: 0px;
	line-height: 1.5em;
	font-size: 1.5em;
	color: #1e568c;
	font-family:Arial, Helvetica, sans-serif;
}



/*--------------courseFaqButtons Styles ------------------ */





ul#courseFaqButtons {
	width: 100%;/*was 650px*/
	padding: 0;
	margin: 0;	/*was 2em 0 2em 0*/
	float: left;
	margin-bottom: 2.0em;
}

ul#courseFaqButtons li {	
	margin: 0;
	padding: 0 0 0 0.95em;
	height: 35px;
	width: 45px;
	list-style: none;	
	float: left;
	margin:0 0.8em 0 0;
	background:url(../images/CourseFAQbutton.jpg) no-repeat left top;
	padding-top: 9px;
	
	
	
}

ul#courseFaqButtons li a {
	text-decoration: none;
	display: block;
	color: #333333;			
	height: 17px;	
	text-align: center;
	padding: 0 9px 9px 0;
	
	
	
	
}


ul#courseFaqButtons li:hover {
	background-repeat: no-repeat;
}

ul#courseFaqButtons li:hover a{
	background-repeat: no-repeat;
	color:#666666;
}



#quiz {
	background-color:#CCCCCC;
	width: 400px;
	margin-bottom: 15px;
	padding: 25px;
}


#quiz p {
	width: 400px;
	
}

h3.faq {
	font-size: 1.6em;
	color: #1e568c;
	font-weight: normal;
	font-family: Arial,Verdana,sans-serif;
	line-height: 1.0em;
}


/*sitemap styles*/

.leftSitemap {
    float: left; 
    width: 330px;/*was 355*/
    border: 0;
    padding: 0;
	padding-left: 15px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.leftSitemap ul li {
    list-style-type: none;
}

.leftSitemap h2 {
    text-align: left;
    text-decoration: none;
	margin-top: 1.0em;
}

.leftSitemap h3 {
	border: none;
}

.rightSitemap {
    float: right; 
    width: 340px;/*was 370*/
    border: 0;
    padding: 0;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.rightSitemap ul li {
    list-style-type: none;
}

.rightSitemap h2 {
    text-align: left;
    text-decoration: none;
	margin-top: 1.0em;
}

.clear {
	clear: both;
}











