/*-----------------------------------------------------------------------------
Basic Style Sheet

version:   1.0
date:	   4/3/2009	
author:    Larry Cobb
email:     lcobb@trsg.net
website:   http://www.sallyebmathis.edu/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, hr {
  margin: 1em 0;
}

/* Put it back on certain elements */
ul, ol {
  margin: 1em 3em;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	margin: 0; 
	padding: 0;
	background: url(../images/bg-main.jpg) #fff center top no-repeat;
}

em {
	color: #0066a4;
}

#topNav p{
	color: #2ab0c9;
	font-weight: bold;
	margin: .5em 0;
}

.red-highlight {
	color: #b90303;
	font-weight: bold;
}

#footer p{
	color: #0066a4;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}

#quicklinks-header p{
	color: #0066a4;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

#happening-header p{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

/* =Main Layout
-----------------------------------------------------------------------------*/

#container {
	width: 970px;
	margin: 1px auto;
}

#topNav {
	background: url(../images/bg-topNav.gif) #ffffff bottom left no-repeat;
	float: right;
	width: 317px;
	height: 30px;
	margin: 0 41px 27px 0;
	padding: 1px 0;
	text-align: center; 
}

#mastheadLeft {
	float: left;
	width: 747px;
	height: 282px;
	margin: 0; 
}

#mastheadLeftHome {
	float: left;
	width: 747px;
	height: 469px;
	margin: 0; 
}

#mastheadFarLeft {
	float: left;
	width: 22px;
	height: 282px;
	margin: 0; 
}

#mastheadFarLeftHome {
	float: left;
	width: 22px;
	height: 469px;
	margin: 0; 
}

#mastheadCenter {
	float: right;
	width: 725px;
	height: 282px;
	margin: 0; 
}

#mastheadCenterHome {
	float: right;
	width: 725px;
	height: 469px;
	margin: 0; 
}

#logo {
	height: 201px;	
}

#logoHome {
	height: 394px;	
}

#bottomFill {
	background: url(../images/bg-masthead-bottom.jpg) left top repeat-x;
	width: 725px;
	height: 43px;	
}

#bottomFillHome {
	background: url(../images/bg-masthead-bottom-home.jpg) left top repeat-x;
	width: 725px;
	height: 37px;	
}

#mastheadRight {
	float: right;
	width: 223px;
	height: 282px;
	margin: 0; 
}

#mastheadRightHome {
	float: right;
	width: 223px;
	height: 469px;
	margin: 0; 
}

#mainContent {
	margin: 0 35px 0 5px;
	width: 853px;
	padding: 0 45px 30px 32px;
	background: #fff;
}

#mainContentHome {
	margin: 0 35px 0 5px;
	width: 858px;
	padding: 0 28px 30px 44px;
	background: #fff;
}

#leftDiv {
	float: left;
	width: 280px;
	vertical-align: top;
	padding: 0;
}

#leftDivHome {
	float: left;
	width: 451px;
	vertical-align: top;
	padding: 0;
}

#callout-left {
	width: 280px;
	margin: 0 0 10px;
}

#rightDiv {
	float: right;
	width: 537px;
	vertical-align: top;
	padding: 0 0 0 36px;
}

#rightDivHome {
	float: right;
	width: 370px;
	vertical-align: top;
	padding: 0 0 0 2px;
}

#callout-quicklinks {
	width: 370px;
	height: 134px;
	margin: 24px 0 0;
}

#quicklinks-header {
	width: 344px;
	height: 22px;
	padding: 7px 0 0 26px;
	background: url(../images/bg-quicklinks-header.gif) #e5dabe left center no-repeat;
	border-bottom: 10px #0066a4 solid;
}

#quicklinks-icons {
	width: 332px;
	height: 63px;
	padding: 16px 19px;
	background: #b9e1f8;
}

#callout-happening {
	width: 419px;
	margin: 24px 0 0;
}

#happening-header {
	width: 399px;
	height: 23px;
	padding: 7px 0 0 20px;
	background: url(../images/bg-happening-header.gif) #b90303 left top no-repeat;
}

#happening-events {
	width: 373px;
	padding: 15px 23px 40px;
	background: url(../images/bg-happening-events.gif) #e5dabe left bottom no-repeat;
}

#footer {
	margin: 0 35px 20px 5px;
	width: 873px;
	padding: 6px 15px 20px 42px;
	background: #fff;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 { 
	font-size: 24px; 
	line-height: 31px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}

h2 { 
	font-size: 21px; 
	line-height: 28px;
	color: #0066a4;
	margin: 15px 0;
}

#rightDiv > h2 { 
	margin-top: 0;
}

#leftDivHome > h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
}

h3 {
	font-size: 18px; 
	line-height: 24px;
	margin: 0;
}

h4 {
	font-size: 16px; 
	line-height: 18px;
	margin: .5em 0 .25em;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color: #0066a4;
	text-decoration: underline;
}

a:visited {
	color: #408dbb;
	text-decoration: underline;
}

a:hover, a:active {
	color: #b90303;
	text-decoration: underline;	
}

#topNav a:link, #topNav a:visited {
	color: #b90303;
	text-decoration: none;
}

#topNav a:hover, #topNav a:active {
	text-decoration: underline;	
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	width: 725px;
	height: 38px;
	background: #0066a4;
}

#nav {
	float: left;
	height: 38px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;	 
	font-weight: bold;
	line-height: 18px;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

#nav a:hover, #nav a:active {
	color: #b90303;
	text-decoration: none;	
}

#nav li {
	background: url(../images/bg-mainNav.gif) left top repeat-x; 
	float: left;
	padding: 10px 0;
	margin-right: 2px;
	color: #fff;
	text-align: center;
}

#nav p {
	display: block;	
	text-decoration: none;
	padding: 0;
	color: #fff;
}

#nav li:hover, #nav li.sfhover {
	background: url(../images/bg-mainNavOver.gif) left top repeat-x; 
}

/* =Secondary Nav
-----------------------------------------------------------------------------*/
#secondaryNav {
	width: 280px;
	padding: 0;
	margin: 6px 0 33px;
}

#subNav {
	width: 280px;
	list-style: none;
	background: #0066a4;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 45px 0;
}

#subNav ul {
	padding: 0;
	margin: 0;
	background-color: #0066a4;
	border: 2px #0066a4 solid;
	list-style: none;	 
	font-size: 14px;
	font-weight: bold;
}

#subNav a {
	display: block;	
	text-decoration: none;
	padding: 0;
	color: #fff;
}

#subNav a:hover, #subNav a:active {
	display: block;	
	text-decoration: underline;
	padding: 0;
	color: #fff;
}

#subNav li#sectionHead a {
	display: block;	
	text-decoration: none;
	padding: 0;
	color: #fff;
}

#subNav li#sectionHead a:hover, #subNav li#sectionHead a:active {
	display: block;	
	text-decoration: underline;
	padding: 0;
	color: #fff;
}

#subNav li { 
	border-bottom: 1px #0066a4 solid;
	height: 30px;
	width: 231px;
	padding: 0 0 0 49px;
	background: #418dbb;
	line-height: 30px;
	margin: 0;
}

#subNav li.selected { 
	border-bottom: 1px #0066a4 solid;
	height: 30px;
	width: 231px;
	padding: 0 0 0 49px;
	background: #0066a4;
	line-height: 30px;
	text-decoration: underline;
	margin: 0;
}

#subNav li#sectionHead {
	height: 42px;
	width: 231px;
	padding: 0 0 0 49px;
	line-height: 42px;
	background: url(../images/bg-sectionHead.gif) #b90303 center left no-repeat;
	margin: 0;
}

#subNav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 230px;
	w\idth: 230px;
	font-size: 14px;
	font-weight: bold;
	margin: -30px 0 0 228px;
}

#subNav li li {
	width: 200px;
	padding: 0 0 0 30px;
	border-bottom: 1px #0066a4 solid;	
}

#subNav li li.bottom {
	width: 200px;
	padding: 0 0 0 30px;
	border-bottom: 0px #0066a4 solid;	
}

#subNav li ul a {
	display: block;	
	text-decoration: none;
	width: 200px;
	w\idth: 200px;
	padding: 0;
	color: #fff;
}

#subNav li:hover ul ul, #subNav li:hover ul ul ul, #subNav li.sfhover ul ul, #subNav li.sfhover ul ul ul {
	left: -999em;
}

#subNav li:hover ul, #subNav li li:hover ul, #subNav li li li:hover ul, #subNav li.sfhover ul, #subNav li li.sfhover ul, #subNav li li li.sfhover ul {
	left: auto;
}

#subNav li:hover, #subNav li.sfhover {
	background: #0066a4;
}

/* =Top Nav
-----------------------------------------------------------------------------*/
#quickLinks {
	float: left;
	list-style: none;
	background: #ffffff;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding: 0;
}

#quickLinks ul {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	list-style: none;	 
	font-weight: bold;
}

#quickLinks a {
	display: block;	
	text-decoration: none;
	padding: 0;
	color: #b90303;
}

#quickLinks a:hover, #quickLinks a:active {
	display: block;	
	text-decoration: underline;
	padding: 0;
	color: #b90303;
}

#quickLinks li {
	float: left;
	height: 18px;
	border-right: 1px #2ab0c9 solid;
	padding: 0 10px;
	line-height: 18px;
	margin: 6px 0;
}

#quickLinks li.end-right {
	float: left;
	height: 18px;
	border-right: 0px #2ab0c9 solid;
	padding: 0 10px;
	line-height: 18px;
	margin: 6px 0;
}

#quickLinks li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 155px;
	w\idth: 155px;
	border-top: 1px #b90303 solid;
	font-weight: bold;
	margin: -1px 0 0 -80px;
}

#quickLinks li li {
	width: 150px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
	border-right: 0px #2ab0c9 solid;
	border-bottom: 1px #b90303 solid;	
}

#quickLinks li ul a {
	display: block;	
	text-decoration: none;
	width: 150px;
	w\idth: 150px;
	padding: 0;
	color: #fff;
}



#quickLinks li:hover ul ul, #quickLinks li:hover ul ul ul, #quickLinks li.sfhover ul ul, #quickLinks li.sfhover ul ul ul {
	left: -999em;
}

#quickLinks li:hover ul, #quickLinks li li:hover ul, #quickLinks li li li:hover ul, #quickLinks li.sfhover ul, #quickLinks li li.sfhover ul, #quickLinks li li li.sfhover ul {
	left: auto;
}

#quickLinks li:hover, #quickLinks li.sfhover {
	background: #ffffff;
}

/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

.form-label {
	margin: 1em 0 .25em;
	font-weight: bold;
}

.form-field {
	margin: .25em 0 1em;
}

textarea {
  	width: 400px;
  	height: 100px;	
}
	
input[type="submit"] {
	width: auto;
}
	
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}	

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

#staff-listings {
	border: 2px #000000 solid;
	margin: 1em 0 2em;
}

#staff-listings td, #staff-listings th {
	padding: 3px;
	width: 200px;
}

/* =site map
-----------------------------------------------------------------------------*/
#sitemap ul {
	margin: 3px 15px; padding: 0;
}
#sitemap li {
	list-style: none;
}
#sitemap a.top_level:link, #sitemap a.top_level:visited {
	text-decoration: none;
	font-size: 1.4em;
	line-height: 120%;
	color: #000;
	font-weight: bold;
	}
#sitemap a.top_level:hover, #sitemap a.top_level:active {
	text-decoration: underline;
	color: #079da2;
	}
#sitemap a.sub1:link, #sitemap a.sub1:visited {
	text-decoration: none;
	font-size: 1.2em;
	line-height: 120%;
	color: #000;
	font-weight: bold;
	}
#sitemap a.sub1:hover, #sitemap a.sub1:active {
	text-decoration: underline;
	color: #079da2;
	}
#sitemap a.sub2:link, #sitemap a.sub2:visited {
	text-decoration: none;
	font-size: 1em;
	line-height: 120%;
	color: #000;
	font-weight: bold;
	}
#sitemap a.sub2:hover, #sitemap a.sub2:active {
	text-decoration: underline;
	color: #079da2;
	}
.subhead {
	text-decoration: none;
	font-size: 1.2em;
	line-height: 120%;
	color: #cc0033;
	font-weight: bold;
	margin: .25em 0;
	}
.subhead2 {
	text-decoration: none;
	font-size: 1em;
	line-height: 120%;
	color: #cc0033;
	font-weight: bold;
	margin: .25em 0;
	}
	
/* CSS CALENDAR DISPLAY
/***************************************************/

/* =Main Layout
-----------------------------------------------------------------------------*/
/****** Old Formatting ********/
#event_nav_type {
	float: left; 
	width: 240px; 
	margin-left: 0;
}

#event_nav_jump {
	float: right; 
	width: 200px; 
	margin-right: 80px;
}

#event_nav_date {
	margin: 20px auto; 
	width: 360px;
	font-size: 14px;
	line-height: 16px;
}

#event_nav_date_left {
	float: left; 
	width: 90px;
}

#event_nav_date_right {
	float: right; 
	width: 270px;
}

#event_nav_date_center {
	float: left; 
	width: 180px; 
	text-align: center;
}

#event_nav_date_far_right {
	float: right; 
	width: 90px;
}

.events_display {
	border: 0px #000000 solid;
	margin: 10px auto;
	text-align: left;
}

.event-type-display {
	padding: 0 0 0 20px;
}

.event-display {
	padding: 0 0 0 20px;
}

.normal_date { 
	background-color: #edddc8;
	padding: 3px 10px;
	width: 90%;
}
.event_header {
	width: 394px;
	margin-top: 20px;
}

.edit_event {
	background: #ffffff;
	width: 450px; 
	font-size: 10pt; 
	color: #000000; 
	padding: 20px; 	
	border: solid #336699 0px;
}
/****** End Old Formatting ********/

#event_grid_filters {
	width: 841px;
	height: 29px;
	background: #b90303;
	padding: 4px 0 0 8px;
	vertical-align: middle;
	margin: 0 auto;
}

#event_grid_filters #event_nav_type {
	float: left; 
	width: 300px; 
	margin-left: 0;
}

#event_grid_filters #event_nav_jump {
	float: right; 
	width: 300px; 
	margin-right: 240px;
}

.grid-date {
	float: right;
	padding: 4px 8px;	
}

.list-date {
	float: left;
	padding: 4px 8px;	
}

/* =Tables
-----------------------------------------------------------------------------*/

#grid { 
  border-spacing: 2px;
	border-collapse: separate;
	margin: 2px 0;
}

#list { 
  border-spacing: 2px;
	border-collapse: separate;
	margin: 2px auto 20px;
}

#grid td {
	vertical-align: top;
	clear: both;
}

#list td {
	vertical-align: top;
	clear: both;
	border-bottom: 1px #408dbb dotted;
	padding: 4px 0;
}

#grid tr.prev-next-nav {
	background: #0066a4;
}

#grid tr.header {
	background: #408dbb;
}

#grid tr.days {
	background: #d5f0f9;
}

#grid td.other {
	background: #ededed;
}

#grid td.today {
	background: #eeddbb;
}

/* =Typography
-----------------------------------------------------------------------------*/
/****** Old Formatting ********/
.header2 { 
	font-size: 16px; 
	line-height: 18px;
	font-weight: bold;
	color: #ee1c23; 
}

.normal_date p {
	margin: 0;
}

#event_nav_type p, #event_nav_jump p {
	margin: .25em 0;
}
/****** End Old Formatting ********/

#event_grid_filters #event_nav_type p, #event_grid_filters #event_nav_jump p {
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}

#grid tr.prev-next-nav p, #grid tr.header p {
	font-weight: bold;
	color: #FFFFFF;
	margin: 4px 0;
	text-align: center;
}

.grid-date p, .list-date p {
	color: #408dbb;
	font-weight: bold;
	margin: 0;	
}

#happening-events p{
	color: #0066a4;
	font-weight: bold;
	text-transform: uppercase;
}

.calendar-green {
	clear: both;
	color: #22AA66;
	font-size: 10px;
	padding: 2px 4px;
}

.calendar-blue {
	clear: both;
	color: #0066AA;
	font-size: 10px;
	padding: 2px 4px;
}

.calendar-orange {
	clear: both;
	color: #EE6600;
	font-size: 10px;
	padding: 2px 4px;
}

.calendar-purple {
	clear: both;
	color: #AA66BB;
	font-size: 10px;
	padding: 2px 4px;
}

.calendar-red {
	clear: both;
	color: #BB0000;
	font-size: 10px;
	padding: 2px 4px;
}

.calendar-none {
	clear: both;
	color: #000000;
	font-size: 10px;
	padding: 2px 4px;
}

.calendar-day {
	float: left;
	background: #0066a4;
	height: 22px;
	width: 17px;
	padding: 4px 0 0 9px;
	color: #ffffff;
	font-weight: bold;
}

/* =Links
-----------------------------------------------------------------------------*/
/****** Old Formatting ********/
#event_nav_date a:link, #event_nav_date a:visited {
	color: #ee1c23;
	text-decoration: underline;
}

#event_nav_date a:hover, #event_nav_date a:active {
	color: #000;
	text-decoration: underline;	
}
/****** End Old Formatting ********/

#grid tr.prev-next-nav a:link, #grid tr.prev-next-nav a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#grid tr.prev-next-nav a:hover, #grid tr.prev-next-nav a:active {
	color: #b90303;
	text-decoration: underline;	
}
	