/* site colors:
  orange #F7953A
	cantelope #f5c3a2
  cantelope2: #f5D9b6
	purple #CC2D70
	light blue in top font: #9DB2E9
	dark blue font in phone#: #1230B2
*/

body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0em;
	text-align: left;
	vertical-align: top;
	margin: 0em;
}

/* main div has no margin or padding and orange border */
div#mainDiv {
  margin: 0em;
	padding: 0em;
	/* orange border on left */
	border-left: 0.69em solid #F7953A;
}

div#mainWrapper {
  padding: 0em;
	margin: 0em;
  width: 850px;
}

div#topDiv {
  margin: 0;
	/* not sure why 17px doesnt line up with 18px below... oh well */
	padding: 0.75em 0.8em 0.75em 17px;
	text-align: center;
  /* purple border on top and left */
	border-top: 0.55em solid #CC2D70;
	border-right: 0.55em solid #CC2D70;
	background-color: #F7953A;
}
div#topDiv h1 {
 display: none;
}
div#topDiv, div#mainContent {
	/* purple border left, keep these in sync */
	border-left: 0.55em solid #CC2D70;
}

div#mainContent h3 {
  margin-top: 2em;
}

div#contact {
	padding: 0.62em 0.56em 0.62em 38px;
  background-color: #F7953A;
	margin-top: 0em;
	text-align: center;
}

div#contact div#contactText,div#contact div#contactText a {
  /* orange background with blue font */
	color: #1230B2;
	font-size: 12px;
	margin: 0em;
	padding: 0em;
	font-weight: bold;
}
/* show only in print view... e.g. email address */
div#contact div#contactText span.hideScreen {
  display: none;
}
/* make the dots white */
div#contact div#contactText span.dot {
	color: white;
}
/* need to tie to tds in tables too 
   since we have tables we need to tie to a specific px size for IE and  moz
*/
div#mainContent, div#mainContent td, div#mainContent th {
  color: #1230B2;	
	font-size: 14px;
}
/* sets a margin on the main content text */
div#mainContentText {
  width: 650px;
}
div#mainContent {
	padding: 0em 1.5em 1em 0em;
	border-right: 0.55em solid #CC2D70;
	background-color: #f2f2e7;
	margin-bottom: 0em;
}
/* efefe4 *.
/* F4F4E9 */
/*f5c3a2 */
div#mainContent h2 {
  font-size: 18px;
  margin: 0em;
	/* line up with the title image exactly */
	padding: 18px 18px 0px 18px;
}
div#mainContent h3 {
  font-size: 15px;
  margin: 0em;
	/* line up with the title image exactly */
	padding: 8px 18px 0px 18px;
}
div#mainContent div#mainRightImage {
  float: right;
	margin: 2em 0em 0.5em 0.5em;
}
/* for right images that we want to be more in the middle of the page */
div#mainContent div#mainRightImage.moveDown img {
	margin-top: 175px ;
}

div#mainContent ul#mainList {
  margin: 0em;
	padding: 0em;
	list-style-type: none;
	padding-top: 0.6em;
}

div#mainContent p, div#mainContent div#mainContentText div {
  padding-left: 18px;
	/* this makes page not work in ie: padding-right: 10px; */
}
div#mainContent ul#mainList li {
  margin-bottom: 0.7em;
  background-repeat: no-repeat;
  background-image: url(images/mainBullet.gif);
	background-position: 0em 0.44em;
	padding-left: 18px; 
}
div#mainContent ul#mainList li.emphasis {
  color: #CC2D70;
}
div#mainContent div#photos {
	margin:2em 0em 0em 0em;
	padding: 0em;
	vertical-align: bottom;
	height: 140px;
}
div#mainContent div#photos img {
  /* 20px is 18px + 2px border */
	margin:0em 30px 0em 0px;
	border: 2px solid #F7953A;
}
div#nav {
  background-color: #CC2D70;
	padding: 0.25em 1em 0.37em 1em;
	margin: 0em;
	clear: both;
	text-align: center;
}
div#nav ul {
  /* 11px lines this up with the 38px left alignment */
	margin-left: 11px;
	padding-left: 0;
	display: inline;
} 

div#nav ul li {
	margin-left: 0;
	padding: 0.19em 1.88em 0.19em 0em;
	list-style: none;
	display: inline;
	color: #9DB2E9;
	font-size: 0.9em;
}

div#nav ul li, div#nav ul li a {
	font-weight: bold;
	padding-bottom: 0.7em;
	white-space: nowrap;
}
div#nav ul li a {
  color: white;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration:underline;
}
div#topLinks {
  padding-left: 0em;
  padding-top: 0.75em;
	margin-left: 0px;
	font-size: 90%;
}
div#topLinks a {
  white-space: nowrap;
}
table#calendar td {
  padding-right:2em;
}
table#tuition td {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 0.8em;
  padding-left: 0.8em;
	white-space: nowrap;
	font-size: 14px;
}
.nobreak {
	white-space: nowrap;
}

