/*  CSS Stylesheet for Jumping Beans website
	*/


/*  Main Structure
  	*/

body {
	background-color: #FFCC00;
	font-size:62.5%;  /* Align pixels with ems */
	/*background-image: url(images/bgTexture.jpg);
	background-repeat: repeat;*/
}

#wrap {
	background-color:  #3FAEE0;
	width: 1040px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(backgrounds/dynamites-text3.gif);
	background-color: #3FAEE0;
	background-position: 300px 10px;
	background-repeat: no-repeat;
}

#nav {
	background-color:  #3FAEE0;
	width: 170px;
	padding-top: 30px;
	float: left;	
}

#content {
	background-color: #FFFFFF;
	width: 870px;	
	float: right;
}

#footer{
	background-color: #3FAEE0;
	/*background-image: url(backgrounds/bottom-text3.gif);*/
	background-repeat: no-repeat;
	background-position: 300px 20px;
	height: 30px;
	position: static;
	/* overflow: hidden; */
	clear: both;
}

#validations{
	position: absolute;
	bottom: 0;
	right: 0;
}

/*  Text Styles
	*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000099;
	font-weight: bold;
	border-top: 10px solid #FFFFFF;
	margin: 6px;
	padding: 6px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 16px;
	font-weight: bold;
	margin: 6px;
	padding: 6px;
}
	
h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

p, form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	margin: 6px;
	padding: 6px;
}

legend {
	color: #FF0000;
	font-weight: bold;
}

#footer p {
	color: #000099;
	font-size: 10px;
	display: inline;
	position: relative;
	top: -5px;
}

#validations p {
	color: #000000;
	font-weight: bold;
}

ul.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	list-style-type: disc;
}

ul#tests {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav ul {
	list-style-image: url('backgrounds/bean.gif');
}

#nav li {
	padding-bottom: 8px;
	padding-left: 5px;
}

blockquote p {
	font-family: Georgia, Tahoma, 'Times New Roman', serif;
	font-weight: bold;
	color: #DE0021;
}

span.leftquote, span.rightquote {
	font-family: Georgia, Tahoma, 'Times New Roman', serif;
	font-size: 150%;
}

.rightcolumn { /*  NO IDEA!!! */
	background-color: #0094D7;
}


/*  Link Styles
	*/

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DB001E;
	margin: 1px;
	padding: 1px;
}
	
a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#nav a {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#nav a:link, #nav a:visited  {
	color: #FF0000;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #FF0000;
	text-decoration: underline;
}

a img {
	 border: 0 none;
	 margin: 0;
}

/*  Tabular Data
	*/

table#term_dates {
	width: 680px;
	margin: 10px;
	border: 1px solid #000000;
	border-collapse: collapse;
}
th.top_level {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

td.halls, td.dates, td.times_table, td.emptyCell {
	width:20%;
	border-right: 1px solid #000000;
	padding-top: 0;
}
td.halls, td.emptyCell {
	border-top: 1px solid #000000;
	padding-top: 5px;
}
td.times_tables {
	border-bottom: 1px solid #000000;
}
table#term_dates p {
	margin-left: 3px;
	margin-right: 3px;
}

table.class_times {
	width: 100%;
	font-size: 12px;
}
table.class_times th, table.class_times td {
	border-bottom: 1px dotted #000000;
}
table.class_times td {
	margin-left: 3px;
	padding-left: 3px;
	border-left: 1px dotted #000000;
}

table#contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 12px;
	width: 80%;
	margin-left: 30px;
	border: 0;
}

#contact td.spacer {
	padding-right: 20px;
}

#contact td a {
	margin: 0;
	padding: 0;
}

/*  Misc
	*/

.trial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #DE0021;
	margin: 6px;
	text-align: left;
	padding: 6px;
}

.quote2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0094D7;
	margin: 6px;
	padding: 6px;
}


.menu-on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: underline;
	margin: 5px;
	padding: 5px;
	font-weight: normal;
}
.photoBaby {
	background-color: #FFFFFF;
}

img#dynamites_logo {
	float: left;
}

#validations img, .tests img {
	border:0;
	width:88px;
	height:31px;
}

.tests {
	text-align:center;
}

#seasonal {
	background-color: #009900;
	border: 5px solid #FF0000;
	border-top: 0;
	margin-right: 10px;
	margin-left: 5px;
	width: 220px;
	float: right;

}
#seasonal img {
	position: relative;
	left: -15px;
}
#seasonal p {
	color: #FFFFFF;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}

