@charset "utf-8";
/* CSS Document */

body {
	width: 70em;
	margin-right: auto;
	margin-left: auto;
	background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#banner {
	background-image: url(../../images/BannerBkgd.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	height: 80px;
	width: 70em; 
/*	width: 896px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-border-radius: 16px 16px 0px 0px;    /* for Safari */
	-moz-border-radius: 16px 16px 0px 0px;       /* for Firefox */
	
}

#banner-headings {
	float: left;
	background-image: url(../../images/BannerHeading.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 438px;
	background-position: -10px -10px;
}
#banner-rightcolumn {
	float: right;
	margin-right: 3px;
}
.atomz-label {
	display: none;
}
#search-form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	top: 10px;
	height: 40px;
	float: right;
	}
#search-form input {
	display: block;
	margin: 0px;
	float: left;
	zoom: 1;
	}

.search-input {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cc0000;
	border-right-color: #cc0000;
	border-bottom-color: #cc0000;
	border-left-color: #cc0000;
	margin-right: 0px;
}
/* Navigation Rules */

#navigation {
	background-color: #CC0000;
	height: 28px;
	width: 69.65em;
/*	width: 891px; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../../images/nav-bkgd.jpg);
	background-repeat: repeat-x;
	}
#nav-right-border {
	margin: 0;
	padding: 0;
	background-image: url(../../images/nav-right-border.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
}

.class-navgroup, .enroll-navgroup, .about-navgroup {
	display: none;
	position: relative;
	left: -7em;
	top: .5em;
	}
	
.about-navgroup:hover {
	display: default;
	position: relative;
	left: -7em;
	top: .5em;
		}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#navigation a.home-nav, 
#navigation a.jobs-nav, 
#navigation a.classes-nav, 
#navigation a.enroll-nav,
#navigation a.about-nav,
#navigation a.gallery-nav {
	display: block;
	float: left;
	height: 1.8em;
	width: 7em;
}


/* Content Section Rules */
#content {
background-color: #FFFFCC;
	padding: 10px;
	width: 70em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;

}

#bottom-content {
	background-image: url(../../images/BannerBkgd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 70em;
	height: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	-webkit-border-radius: 0px 0px 16px 16px;    /* for Safari */
	-moz-border-radius: 0px 0px 16px 16px;       /* for Firefox */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#footer {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	}
#rssfeed {
	margin-left: 1.5em;
}


.float-left {
	width: 19em;
	float: left;
}

#left-column {
	float: left;
	width: 32em;
}
#right-column {
	float: right;
	width: 32em;
	margin-right: 20px;
}




/* ***************************************************** */
/* Text Rules */
/* ***************************************************** */

a:link { color: #c00 }
a:active { color: #f00 }
a:visited { color: #CC0000}
a:hover  { color: #f60 }

p {
	margin-left: 2em;
	margin-right: 1em;
	}

h1  {
	display: none;
}
h2     {
	display: none;
}
h3   {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-left: .6em;
	margin-bottom: -10px;
}

h4   {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-left: 1em;
	margin-bottom: -10px;
}
h5 {
	color: #CC0000;
	margin-bottom: -10px;
	margin-left: 2em;
	font-size: 1em;
	font-weight: bold;
}
h6 {
	color:	#960;
	margin-bottom: -10px;
	margin-left: 2em;
	font-size: 1em;
	font-weight: bold;
}

hr {
	display: block;
	clear: both;
	background-image: url(../../images/rule_middle.jpg);
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bullet-list {
	list-style-image: url(../../images/bullet.gif); 
	/* property-name: property-value;*/
	margin-bottom: 2em;
}
ol {
	margin-left: 2em;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: oblique;
	margin-left: .6em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	clear: both;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
	font-size: .9em;
	text-align: right;
	clear: both;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #660000;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
	color: #660000;
	background-color: #FFFFCC;
	padding-left: 1px;
	padding-right: 1px;
}

/*
#searchSubmit:hover {
background-image:url(../../images/submit-button-over.jpg);
}
*/

.clearFloat {
	clear: both;
}
.float-right {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px dotted #CC6600;
	margin-bottom: 10px;
}
table {
	margin-left: 2em;
}
.class-table {
	margin-left: 0;
	margin-right: 0;
}
.schedule-table th {
	white-space: nowrap;
	width: 33%;
}
th {
	font-weight: bold;
	color: #FFFFCC;
	background-color: #CC6600;
	text-align: left;
	padding-right: .5em;
	padding-left: .5em;
	border-bottom: solid 1px #600;
}
td {
	padding-right: .5em;
	padding-left: .5em;
	border-bottom: solid 1px #960;
}
tr {
	background-color: #eeb;
}
tr:hover {
	background-color: #FFFFFF;
}
.input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFF99;
}
tr:hover input {
	background-color: #FFFFFF;
}


