@charset "UTF-8";

/* Color Chart
Navy = #172753 
Dark Gray Text = #333333
Light Brown = #E3E3D1
*/

/* These styles Normalize all the Browser Defaults */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Removes list-style from lists */
ol, ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: italic;
}

/* Normalizes table padding */
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
}

a:focus {
	outline:0;
}



/* =layout.css
--------------------------------------------------------------------*/
body {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
#header_repeat {
	background: url(../images/body_bg.gif) repeat-x 0px 0px;
	position: absolute;
	height: 106px;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#headerbg {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	background: url(../images/logodesign.jpg) no-repeat center 0px;
	height: 75px;
	left: 0px;
	top: 0px;
}
#container {
	margin: 0px auto;
	width: 775px;
	position: relative;
	text-align: left;
}
#branding {
	height: 105px;
	width: 100%;
	position: relative;
}
#branding h1 {
}
#branding h1 a {
	text-indent: -5000px;
	position: absolute;
	height: 105px;
	width: 220px;
	left: 0px;
	top: 0px;
	display: block;
}



/* =Typography Styles - Base settings for type
------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, #pageCaption, #featuredItems span.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #172753;
}
h2 {
	font-size: 3em;
	font-weight: bold;
}
h3 {
	font-size: 2em;
	line-height: .75em;
}
h4 {
	font-size: 1.4286em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 1.3333em;
	line-height: 1.125em;
}
p, li, address, ul, ol  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {
	color: #172753;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* =navMain - Main Navigation Styles
------------------------------------------------------------------- */
#navMain {
	position: absolute;
	width: 100%;
	top: 75px;
	height: 31px;
	z-index:100;
}
#navMain li {
	height: 31px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navMain span {
	height: 31px;
	padding-right: 10px;
	padding-left: 12px;
	cursor: pointer;
	float: left;
}
#navMain a, #navMain a:link, #navMain a:visited {
	font: bold .9167em/2.8182em Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: none;
	background: url(../images/navMain_divider.png) no-repeat left -5px;
	height: 31px;
	float: left;
}

#navMain li a:hover {
	background: url(../images/navMain_hover_right.png) no-repeat right -5px;
}
#navMain li a:hover span {
	background: url(../images/navMain_hover_left.png) no-repeat left -5px;
}

/* Tab Menus
------------------------------------------------------------------------------------------- */

#navMain li.mainCurrentSec a, #navMain li.mainCurrentSec a:link, #navMain li.mainCurrentSec a:visited
{
	background: url(../images/navMain_active_right.png) no-repeat right -5px;
}

#navMain li.mainCurrentSec span, #navMain li.mainCurrentSec a:hover span
{
	background: url(../images/navMain_active_left.png) no-repeat left -5px;
}
/*-------------------------------------------------------------------------------- Styles for dropdown box above menu
#navMain #acadLevels {
	background: url(../images/navMain_HoverBox.png) no-repeat 0px 0px;
	position: absolute;
	height: 61px;
	width: 219px;
	left: 234px;
	top: -72px;
	margin: 0px;
	padding-top: 17px;
	padding-left: 19px;
	
}
#navMain #acadLevels li {
	height: 20px;
	width: 100px;
	display: block;
	position: relative;
	margin:0px;
	padding:0px;
}
#navMain #acadLevels li a, #navMain #acadLevels li a:link, #navMain #acadLevels li a:visited, #navMain #acadLevels li a:hover {
	background: url(none) no-repeat;
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
	font: bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
}
#navMain #acadLevels li a:hover {
	color: #172753;	
}*/
#navMain #acadLink {
position: relative;
}
#navMain #acadLevels {
	background: url(../images/navMain_HoverBox_down.png) no-repeat 0px -5px;
	position:absolute;
	left: -18px;
	top: 24px;
	height: 61px;
	width: 260px;
	margin: 0px;
	padding-top: 19px;
	padding-left: 19px;
	z-index:10;
	display:block;
}
#navMain #acadLevels li {
	height: 20px;
	width: 105px;
	display: block;
	position: relative;
	margin:0px;
	padding:0 0 0 12px;
	background: url(../images/bullet_icon.gif) no-repeat 0px 3px;
}
#navMain #acadLevels li a, #navMain #acadLevels li a:link, #navMain #acadLevels li a:visited, #navMain #acadLevels li a:hover {
	background: url(none) no-repeat;
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
	font: bold 11px/13px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	
}
#navMain #acadLevels li a:hover {
	color: #172753;	
}



/* Main Nav - dropdown menus
---------------------------------------------------------------------------------- */
/*
#navMain ul li ul {
	display: none;
	
	}
#navMain ul li:hover ul {
	position: absolute;
	left:3px;
	top:31px;
	display: block;
	background-color:#cfcfbe;
	z-index: 10;
	margin:0;
	padding:0px 2px 2px 2px;
	}
#navMain ul li ul li {
	float:none;
	display:block;
	margin: 0;
	height: 16px;
	clear: both;
	}
#navMain ul li ul li a, #navMain ul li ul li a:link, #navMain ul li ul li a:visited {
	display:block;
	background: url(../none);
	font-size: 10px;
	padding: 1px 5px;
	margin: 0px;
	line-height: 14px;
	width: 160px;
	font-weight: normal;
	}
#navMain ul li ul li a:hover {
	background-color:#172753;
	color: #FFFFFF;
	}
*/
/* =searchForm - Search Form Style
---------------------------------------------------------------------------------- */
#searchForm {
	position: absolute;
	width: 225px;
	right: 0px;
	text-align: right;
	top: 10px;
}
#searchForm label {
	text-indent: -9999px;
	text-align: left;
	position: absolute;
}
#searchText {
	background: #FFFFFF url(../images/textField_bg.gif) repeat-x left top;
	border: 2px solid #D5D4C9;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 4px 3px 3px;
	text-align: left;
}
#searchButton {
	position: relative;
	top: 8px;
}

/* =navSub - Sub Navigation Styles
------------------------------------------------------------------------------- */
#navSub {
	background: url(../images/navSub_bg.gif) no-repeat left top;
	width: 171px;
	margin: 60px 0px 0px;
	padding: 0px;
	z-index: 0;
	display: inline;
	float: left;
}
#navSub ul hr {
	border:0;
	height:1px;
	color: #cecdbe;
	background-color: #cecdbe;
}
.navSubSection {
	width: 130px;
	margin-top: 1.6667em;
	margin-right: auto;
	margin-bottom: 2.6667em;
	margin-left: auto;
}
.navSubSection a, .navSubSection a:link, .navSubSection a:visited, .home_quicklinks_sec a, .home_quicklinks_sec a:link, .home_quicklinks_sec a:visited  {
	text-decoration: none;
	color: #666666;
}
.navSubSection a:hover, .home_quicklinks_sec a:hover {
	color: #172753;
	text-decoration: underline;
}
#navSub li {
	font-size: 1em;
	line-height: 1.1667em;
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}
#navSub  h5, #events h5 {
	font-weight: lighter;
	margin-bottom: 0.25em;
	border-bottom: 2px solid #cecdbe;
	padding-bottom: 0.25em;
}
#sectionNav h5 {
	display: none;
}
#sectionNav li {
	margin-top: 0;
	margin-bottom: 0;
}
#sectionNav a,#sectionNav a:link,#sectionNav a:visited {
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 1px;
	width: 123px;
	display: block;
	text-decoration: none;
}
#sectionNav li a:hover, #sectionNav li.currentSec a, #sectionNav li.currentSec a:link, #sectionNav li.currentSec a:visited {
	text-decoration: none;
	color: #172753;
	border: 1px solid #cecdbe;
	background: #e8e9d8 url(../images/navSub_hover_bg_03.gif) repeat-x left top;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainBody {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}


/* =content 
-------------------------------------------------------------------------------- */
#content {
	width: 603px;
	margin: 60px 0 0 0px;
	padding: 0px 0 0 0px;
	display: inline;
	float: left;
	position:relative;
}

/* =pageInfo
--------------------------------------------------------------------------------- */

#pageInfo {
	background: url(../images/pageInfo_bg.gif) no-repeat left top;
	height: 188px;
	width: 600px;
	margin-left: 4px;
}
#pageInfo h2 {
	line-height: 1.25em;
	position:absolute;
	top: -54px;
	left: -170px;
}
#container h2.pageInfo {
position: absolute;
line-height: 1.25em;
top: 111px;
left: 1px;
}
#pageInfo img {
	top: 14px;
	position: relative;
	left: 14px;
}
#pageInfo #missionExcerpt {
	height: 160px;
	width: 168px;
	display: block;
	position: absolute;
	top: 14px;
	right: 13px;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6667em;
	text-align: center;
	background-image: url(../images/mission/acad_exec.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}
#pageInfo #missionLink a, #pageInfo #missionLink a:link, #pageInfo #missionLink a:visited {
	position: absolute;
	right: 21px;
	top: 150px;
	display: block;
	border-top: 1px solid #A5BBC0;
	padding-top: 2px;
	width: 155px;
	text-align: center;
	text-decoration: none;
	color: #666666;
}
#pageInfo #missionLink a:hover {
	color: #172753;
	text-decoration: none;
}
#pageInfo #pageCaption {
	background: url(../images/pageCaption_bg.gif) no-repeat left top;
	height: 24px;
	width: 392px;
	position: absolute;
	left: 13px;
	top: 151px;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 1em;
}


/* =contentMain - Main Content Style
------------------------------------------------------------------------------- */

#contentMain {
	width: 395px;
	float: left;
	position: relative;
	margin-left: 8px;
	display: inline;
	color: #333333;
	padding-top: 14px;
}
#contentMain select {
	margin-top: 5px;
}
#contentMain h3 {
	font-size: 2em;
	line-height: 1.1667em;
	display: block;
	margin-bottom: 0.25em;
	clear: both;
	margin-top: 0em;
	letter-spacing: -0.08em;
}
#contentMain h3 a, #contentMain h3 a:link, #contentMain h3 a:visited {
	text-decoration: none;
}
#contentMain h3 a:hover {
	color: #666666;
}
#contentMain h3 em {
	font-style: italic;
}
#contentMain span.canceled, #contentMain .canceled, #events_container li.event_item span.canceled {
	color: #C10000;
}
#contentMain p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	margin-top: .5em;
}
#contentMain p strong, #contentMain li strong {
	font-weight: bold;
}
#contentMain p em {
	font-style: italic;
}
#contentMain a, #contentMain a:link, #contentMain a:visited {
	color: #172753;
	text-decoration: underline;
}
#contentMain a:hover {
	text-decoration: none;
}
#contentMain ul, #contentMain ol {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#contentMain ul {
	list-style: none outside;
}
#contentMain ol {
	list-style: decimal inside;
}
#contentMain li, div.halfBar li {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0.75em;
	background: url(../images/bullet_icon.gif) no-repeat 0px 4px;
	padding-left: 1.3333em;
	position: relative;
}
#contentMain ol li {
	background: url(none);
	text-indent: -1.3333em;
	padding-left: 1.3333em;
}
#contentMain li.downloadPDF, #contentMain li.actionItem {
	background: url(none);
	padding: 0px;
	margin-bottom: 22px;
}
#contentMain li.downloadPDF a {
	background: #f3f3eb url(../images/icons/pdf.jpg) no-repeat 4px 2px; 
}
#contentMain li.actionItem a {
	background: #f3f3eb url(../images/icons/action.jpg) no-repeat 4px 2px;
}

#contentMain li.downloadPDF a, 
#contentMain li.downloadPDF a:link, 
#contentMain li.downloadPDF a:visited,
#contentMain li.actionItem a,
#contentMain li.actionItem a:link, 
#contentMain li.actionItem a:visited
{
	color: #333333;
	display: block;
	padding: 7px 5px 9px 50px;
	border: 1px solid #c6c5b6;
	text-decoration: none;
	position: relative;
	width: 83%;
	font: 22px/26px Georgia, "Times New Roman", Times, serif;
}
#contentMain li.downloadPDF a:hover,
#contentMain li.actionItem a:hover
{
	border: 1px solid #172753;
	color: #172753;
}
#contentMain li.downloadPDF a em,
#contentMain li.actionItem a em {
	font: normal 14px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color: #666666;
}
#contentMain img {
	padding: 2px;
	float: left;
	border: 1px solid #c6c5b6;
	margin: 3px 3px 3px 3px;
	font-size: 1em;
	line-height: 1.5em;
}
#contentMain img.right {
	float: right;
}
#contentMain a:hover img {
	border-color: #172753;
}
#contentMain img.left {
	font-size: 1em;
	margin: 0px .5em 0em 0px;
	border-style: none;
}
#contentMain div.photoGallery {
	background: #E3E3D1;
	border: 1px solid #c6c5b6;
	padding: 5px 15px 15px;
	min-height: 20px;
	margin: 0px 0 20px;
}
#contentMain div {
	text-align: center;
}
#contentMain div img {
	float: none;
}
#contentMain table {
}
#contentMain blockquote {
	font: bold 1.5em/1.3333em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 1em;
	padding: 10px;
	background-color: #f3f3eb;
	border: 1px solid #c6c5b6;
	color: #666666;
}


/* =contentSub - Sub Content Styles
------------------------------------------------------------------------------------ */

#contentSub {
	float: right;
	position: relative;
	width: 187px;
	display: block;
	height: auto;
}
#contentMain p.updateDate  {
	font: normal 14px/18px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color: #666666;
	margin-bottom: .75em;
}
div.subSection {
	display: block;
	position: relative;
	padding-top: 18px;
	float: left;
}
.subSection a, .subSection a:link, .subSection a:visited, .events_list a, .events_list a:link, .events_list a:visited {
	color: #000033;
	text-decoration: underline;
}
.subSection a:hover, .events_list a:hover {
	text-decoration: none;
}
#contentSub #featuredItems {
	position: relative;
	text-align: center;
	padding-left: 15px;
}
#contentSub div.featured_item {
	margin-right: 0px;
}
#home_quicklinks_container #weeklyWordInfo {
	padding-left: 5px;
}
#weeklyWordInfo {
	padding-left: 5px;
}
#contentSub #events_container {
	margin-top: 0px;
}

/* =columns specific
------------------------------------------------------------------------------------------ */
div.columns_2 #contentMain{
	width: 582px;
}
div.columns_2 #contentSub {
	display: none;
}

/* =weeklyWord - Weekly Word Styles
------------------------------------------------------------------------------------------ */

#latestEditionLink a, #latestEditionLink a:link, #latestEditionLink a:visited    {
	background: url(../images/weeklyWord_view.gif) no-repeat left top;
	height: 132px;
	width: 159px;
	display: block;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#subscribeLink a, #subscribeLink a:link, #subscribeLink a:visited {
	background: url(../images/weeklyWord_e-news.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 49px;
	width: 159px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#facebookLink a, #facebookLink a:link, #facebookLink a:visited {
	background: url(../images/facebook.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 49px;
	width: 159px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* =siteInfo =navSiteInfo =contactInfo =copyrightInfo
--------------------------------------------------------------------------------------------------- */

#siteInfo {
	clear: both;
	width: 100%;
	background: url(../images/siteInfo_bg.gif) no-repeat center 20px;
	padding-top: 56px;
	font-size: 0.8333em;
	color: #555555;
	height: 100px;
	position: relative;
}

#navSiteInfo h5 {
	text-indent: -9999px;
	position: absolute;
}
#navSiteInfo li {
	float: left;
	line-height: .8333em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: 1px solid #555555;
}
#navSiteInfo li:first-child, #navSiteInfo li.first {
	border-left-style: none;
}
#navSiteInfo a, #navSiteInfo a:link, #navSiteInfo a:visited {
	color: #555;
	text-decoration: none;
}
#navSiteInfo a:hover {
	text-decoration: underline;
}

#contactInfo {
	float: right;
	line-height: 1.25em;
}
#contactInfo span {
	display: block;
}
#contactInfo strong {
	font-weight: bold;
}

#branding #contactInfo {
	position: absolute;
	top: 12px;
	left: 617px;
	color: #CCCCCC;
	font-size: 0.8333em;
}

#copyrightInfo {
	float: left;
	clear: left;
	line-height: 1.25em;
	margin-top: 1.5em;
	margin-left: .5em;
}

/* =homepage specific styles
---------------------------------------------------------------------------------*/

#home_main_image_container {
	background-image: url(../images/home_main_image_wrapper_center.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 189px;
	position: relative;
	width: 769px;
	margin-left: 2px;
	margin-top: 20px;
} #home_main_image_bg_left {
	background-image: url(../images/home_main_image_wrapper_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 189px;
	width: 15px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}
#home_main_image_bg_right {
	background-image: url(../images/home_main_image_wrapper_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 189px;
	width: 15px;
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
}
#homeImage {
	overflow: hidden;
	position: absolute;
	height: 158px;
	width: 739px;
	top: 16px;
	left: 15px;
}
#home_featured_container {
	background-image: url(../images/home_featured_wrapper_center.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: relative;
	height: 170px;
	width: 581px;
	margin-top: 16px;
	float: left;
}
#home_featured_items_mask {
	position: absolute;
	height: 149px;
	width: 520px;
	left: 30px;
	top: 21px;
	overflow: hidden;
}
#home_featured_items {
	position: absolute;
	height: 149px;
	width: 2000px;
	left: 0px;
}
#home_featured_move_left a, #home_featured_move_left a:link, #home_featured_move_left a:visited {
	background-image: url(../images/home_featured_wrapper_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 170px;
	width: 34px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent: -5000px;
	position: absolute;
	left: -5px;
	top: 0px;
}
#home_featured_move_left a:hover {
	background-position: -34px 0px;
}
#home_featured_move_right a, #home_featured_move_right a:link, #home_featured_move_right a:visited {
	background-image: url(../images/home_featured_wrapper_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 170px;
	width: 33px;
	text-indent: -5000px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
#home_featured_move_right a:hover {
	background-position: -33px 0px;
}
div.featured_item {
	background-image: url(../images/home_featured_item_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 143px;
	width: 159px;
	position: relative;
	float: left;
	margin-right: 20px;
}
div.featured_item img {
	position: absolute;
	top: 4px;
	left: 4px;
}
div.featured_item h3 {
	position: absolute;
	top: 103px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	line-height: 23px;
	left: 0px;
}
div.featured_item p {
	position: relative;
	text-align: center;
	width: 100%;
	left: 0px;
	top: 0px;
}
div.featured_item a, div.featured_item a:link, div.featured_item a:visited {
	position: absolute;
	width: 151px;
	left: 3px;
	top: 3px;
	display: block;
	z-index: 0;
	background: url(../images/clear_spacer.gif) repeat;
	padding-top: 119px;
	color: #999999;
	border: 1px solid #CCCCCC;
	line-height: 16px;
	text-decoration: none;
}
div.featured_item a:hover {
	text-decoration: none;
	color: #172753;
	border: 1px solid #172753;
}

#home_quicklinks_container {
	background-image: url(../images/home_quicklinks_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	width: 187px;
	margin-top: 16px;
	float: right;
	margin-right: 2px;
}
#home_quicklinks {
	margin-bottom: 0px;
}
.home_quicklinks_sec {
	width: 140px;
	margin-left: 25px;
	margin-top: 20px;
	position:relative;
}
.home_quicklinks_sec h2 {
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B9B9B4;
	font-weight: bold;
	padding-bottom: 5px;
}
.home_quicklinks_sec li {
	line-height: 16px;
	font-size: 12px;
	margin-top: 8px;
}
.home_sub_sec {
	margin: 18px 0px 0px;
	padding: 0px;
}

/* = Events Container
----------------------------------------------------------------------------------------------*/
#events_container {
	position: relative;
	width: 187px;
	margin-top: 30px;
	float: left;
}
#events_contianer span.tab a, #events_contianer span.tab a:link, #events_contianer span.tab a:visited {
	text-decoration: none;
}
#first_tab a {
	height: 26px;
	width: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #172753;
	padding-top: 8px;
	text-decoration: none;
	text-align: center;
}
div.tab_1 #first_tab a  {
	background-image: url(../images/home_events.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.tab_2 #first_tab a {
	color: #666666;
	background: url(../images/home_events.gif) no-repeat 0px -34px;
}
div.tab_2 #first_tab a:hover {
	background: url(../images/home_events.gif) no-repeat 0px -68px;
	color: #172753;
}
#second_tab a {
	position: absolute;
	height: 26px;
	width: 117px;
	top: 0px;
	display: block;
	left: 70px;
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #172753;
	padding-top: 8px;
	text-decoration: none;
	text-align: center;
}
div.tab_1 #second_tab a {
	color: #666666;
	background: url(../images/home_events.gif) no-repeat -70px -34px;
}
div.tab_1 #second_tab a:hover {
	background: url(../images/home_events.gif) no-repeat -70px -68px;
	color: #172753;
}
div.tab_2 #second_tab a {
	background-image: url(../images/home_events.gif);
	background-repeat: no-repeat;
	background-position: -70px 0px;
}
#events_container ul.event_list {
	margin-top: 43px;
	margin-left: 4px;
	display: block;
	/*position: relative;*/
}
li.event_item {
	list-style-type: none;
	position: relative;
	display: block;
	float: left;
	padding-bottom: 6px;
	width: 100%;
}
li.event_item span.date {
	display: block;
	float: left;
	width: 45px;
	color: #666666;
}
li.event_item span.event {
	display: block;
	float: left;
	width: 128px;
	color: #000000;
}
li.event_item span.sportname {
	display: block;
	color: #000000;
	clear: left;
	padding-left: 45px;
}
li.event_item span.sportdate {
	width: 45px;
	color: #666666;
	position: absolute;
	left: 0px;
	top: 0px;
}
li.event_item span.sportevent {
	display: block;
	clear: left;
	color: #666666;
	padding-left: 45px;
}
li.event_item strong {
	font-weight: bold;
}
#events_container span.view_more, span.view_more {
	float:left;
	clear:both;
	border-top: 2px solid #E5E4D2;
	margin: 5px 0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	text-align: right;
}
.view_more a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	margin-top: 5px;
}
.view_more a, .view_more a:link, .view_more a:visited  {
	text-decoration: none;
}
.view_more a:hover {
	color: #666;
	text-decoration: none;
}
#athEventsTitle {
	font-size: 20px;
	border-bottom: 2px solid #DADADA;
	margin-bottom: 5px;
	background: url(../images/calendar_icon.gif) no-repeat 0px 0px;
	padding-left: 25px;
	padding-bottom: 5px;
}
#news_container {
	float: left;
	width: 356px;
	margin-left: 21px;
	margin-top: 30px;
	position: relative;
}
#news_container h2 {
	border-bottom: 2px solid #B9B9B4;
}
#news_container h2 a, #news_container h2 a:link, #news_container h2 a:visited {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #172753;
	display: block;
	text-decoration: none;	
}
#news_container h2 a:hover {
	color: #666666;
	text-decoration: none;	
}
#rssLink {
	position: absolute;
	top: 8px;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 57px;
	left: 302px;
}
#rssLink a, #rssLink a:link, #rssLink a:visited {
	background: url(../images/rss.jpg) no-repeat 0px 0px;
	text-indent: -5000px;
	display: block;
	height: 24px;
	width: 57px;
	margin: 0px;
	padding: 0px;
}
#social_links {
	margin: 0px 0px 12px;
	padding: 0px;
	border: 1px solid #B9B9B4;
	background: #E3E3D1;
	float: left;
	display: block;
	width: 354px;
}
#social_links li {
	margin: 0px;
	float: left;
	list-style: none;
	padding: 5px;
	display: inline;
}
#social_links a, #social_links a:link, #social_links a:visited {
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #172753;
	text-decoration:none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}
#social_links a:hover {
	text-decoration: underline;
}
#twitter_link {
	background: url(../images/twitter.gif) no-repeat 0px 0px;
	height: 27px;
	padding-left: 32px;
}
#facebook_link {
	background: url(../images/facebook_small.gif) no-repeat 0px 0px;
	height: 27px;
	padding-left: 32px;
}

.news_item {
	margin-top: 18px;
}
.news_item  h3 a em {
	color: #666666;
	font-style: normal;
	font-weight: normal;
}
.news_item h3 a, .news_item h3 a:link, .news_item h3 a:visited {
	font: bold 0.6667em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	/*letter-spacing: -0.06em;*/
}
.news_item h3 a:hover, .news_item h3 a:hover em {
	color: #172753;
	text-decoration: none;
}
.news_item p {
	font-size: 12px;
	color: #595959;
	line-height: 18px;
	margin-top: 5px;
}
.news_item p strong {
	font-weight: bold;
}
.news_item p a, .news_item p a:link, .news_item p a:visited {
	color: #000033;
	text-decoration: underline;
}
.news_item p a:hover {
	text-decoration: none;
}
#contentMain #news_container {
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
}
#contentMain #news_container div {
	text-align: left;
}
#contentMain  #news_container  p {
	margin-top: 0px;
}
div.simplePage h2 {
	margin-top: 20px;
	padding-left: 10px;
	display: block;
	padding-bottom: 25px;
}
div.fullLinkBar, div.halfBar {
	background: #E5E4D2;
	width: auto;
	border: 6px solid #C7C6B7;
	position: relative;
	text-align: center;
	height: 90px;
	margin: 0px 0px 30px;
	padding: 5px 0px;
}
div.halfBar {
	width: 345px;
	text-align: left;
	padding: 10px;
	margin-right: 0px;
	height: auto;
	float: left;
}
#infoLinks {
	margin-right: 0px;
	float: right;
}

div.halfBar  h3 {
	margin: 0px 0px 10px;
	padding: 0px;
}
div.halfBar ul {
	margin-bottom: 25px;
	position: relative;
	width: 90%;
}
div.halfBar a, div.halfBar a:link, div.harfBar a:visited {
	color: #172753;
	text-decoration: underline;
}
div.halfBar a:hover {
	text-decoration: none;
}
#dailyLinks ul li {
	float: left;
}
li.iconLink a:link, li.iconLink a:visited {
	position: relative;
	width: 98px;
	height: 10px;
	padding: 73px 0px 5px;
	margin: 0px 40px;
	font-weight: bold;
	color: #666666;
	display: block;
	text-decoration: none;
}
li.iconLink a:hover {
	color: #172753;
	text-decoration: none;
}
#lunchMenu a:link, #lunchMenu a:visited {
	background: url(../images/plate_icon.jpg) no-repeat 0px 0px;
}
#lunchMenu a:hover {
	background: url(../images/plate_icon.jpg) no-repeat -98px 0px;
}
#netClass a:link, #netClass a:visited {
	background: url(../images/netclass_icon.jpg) no-repeat 0px 0px;
}
#netClass a:hover {
	background: url(../images/netclass_icon.jpg) no-repeat -98px 0px;
}
#familyCal a:link, #familyCal a:visited {
	width: 120px;
	background: url(../images/calendar_icon.jpg) no-repeat 0px 0px;
}
#familyCal a:hover {
	background: url(../images/calendar_icon.jpg) no-repeat -120px 0px;
}
#staffIcon a:link, #staffIcon a:visited {
	background: url(../images/staff_icon.jpg) no-repeat 0px 0px;
}
#staffIcon a:hover {
	background: url(../images/staff_icon.jpg) no-repeat -98px 0px;
}
h3.underline, h4.underline {
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 5px;
	position: relative;
}
div.teamPage #contentMain, div.fullPage #contentMain {
	width: 98%;
}

/* =Table Styles
---------------------------------------------------------------------------------------------*/
table.teamScheduleTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	border-bottom: 4px solid #192553;
}
table.teamScheduleTable th, table.teamScheduleTable td {
	padding: 5px 8px;
}
table.teamScheduleTable th {
	font-weight: bold;
	color: #FFFFFF;
	background: #192553;
	border-bottom: 1px solid #FFFFFF;
}
table.teamScheduleTable td {
	background: #E3E3D1;
	border-bottom: 1px solid #FFFFFF;
}
table.teamScheduleTable tr:hover td {
	background: #F6F7E3;
}
.teamScheduleTable th.leftCorner {
	background: #192553 url(../images/left_corner.gif) no-repeat left top;
}
.teamScheduleTable th.rightCorner {
	background: #192553 url(../images/right_corner.gif) no-repeat right top;
}
#contentMain div.newsPageItem     {
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	border-bottom: 2px solid #E5E4D2;
}
.tdSection {
	color: #FFFFFF;
	background-color: #000033;
	font-weight: bold;
}
td.tdHeader {
	background-color: #D8E7ED;
	padding: 5px;
	font-weight: bold;
}
td.tdBody {
	background-color: #F5F4EC;
	padding: 5px;
}
#contentMain h3.noLowerMargin {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
table.main_table {

border-collapse:collapse;
margin-bottom:1.5em;
width:100%;
}
table.main_table td {
	padding: 6px;
}

/* =Give Online Button
----------------------------------------------------------------------------------------------*/
#giveOnline a, #giveOnline a:link, #giveOnline a:visited {
	background: url(../images/give_online_button.gif) no-repeat 0px 0px;
	text-indent: -5000px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	height: 55px;
	width: 165px;
	display: block;
}
#giveOnline a:hover {
	background: url(../images/give_online_button.gif) no-repeat 0px -55px;
}
#giveOnline2 a, #giveOnline2 a:link, #giveOnline2 a:visited {
	background: url(../images/give_online_button_wTree.gif) no-repeat 0px 0px;
	text-indent: -5000px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	height: 92px;
	width: 165px;
	display: block;
}
#giveOnline2 a:hover {
	background: url(../images/give_online_button_wTree.gif) no-repeat 0px -92px;
}

/* =Yellow Pages layouts
----------------------------------------------------------------------------------------------*/

#contentMain div.yp_item {
	text-align: left;
	margin: 0px 0px 20px;
	padding: 13px 18px 18px;
	background: #f3f3eb;
	border: 1px solid #c6c5b6;
}#contentMain div.yp_item h4  {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
}
#contentMain div.yp_item p {
	margin: 0px;
	padding: 0px;
}
#contentMain span.yp_desc, #contentMain span.yp_address {
	display: block;
	margin: 0px;
	padding: 0px;
}
#contentMain span.yp_website {
	font-weight: bold;
}
#contentMain span.yp_person, #contentMain span.yp_relation {
	font-style: italic;
}
/* =Contact Forms
------------------------------------------------------------------------------------------------*/
form.contactForm {
	margin: 0px;
	padding: 0px;
}
form.contactForm input, form.contactForm textarea {
	padding: 2px;
	color: #333333;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
form.contactForm label {
	display: block;
	margin: 0px;
	padding: 0px;
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
form.contactForm label strong {
	font-weight: bold;
}
form.contactForm label.smallLabel {
	display: inline;
}
form.contactForm input.fullWidth, form.contactForm textarea {
	width: 95%;
}
form.contactForm input.halfWidth, form.contactForm select.halfWidth {
	width: 50%;
}

/* = Photo Gallery
----------------------------------------------------------------------------------------------*/
div.galleryContent {
	clear: both;
	margin: 5px 0px 0px 0px;
	display: block;
}
div.galleryButtons {
	float: right;
	height: 24px;
	width: 60px;
	padding: 0 5px 5px 0;
}
#contentMain div.photoGallery p.galleryTitle {
	font-size: 20px;
	font-weight: bold;
	color: #172753;
	margin: 1px 0 5px 0px;
	padding: 0px;
	float: left;
	line-height: 20px;
}
#contentMain div.photoGallery p.galleryPageNum {
	font-size: 11px;
	font-weight: bold;
	color: #172753;
	margin: 5px 7px 0px 8px;
	padding: 0;
	float: right;
}
div.photoGallery div.ajaxLoader {
	background: #E3E3D1 url(../images/ajax-loader.gif) no-repeat 0px 5px;
	margin: 0px 0px 0px;
	height: 16px;
	width: 16px;
	float: right;
	position: relative;
	padding: 5px 0px 0px;
}
a.galleryNextActive, a.galleryNextActive:link, a.galleryNextActive:visited {
	background: #E3E3D1 url(../images/gallery_buttons.gif) no-repeat -30px -24px;
	text-indent: -5000px;
	float:right;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 30px;
}
a.galleryPrevActive, a.galleryPrevActive:link, a.galleryPrevActive:visited {
	background: #E3E3D1 url(../images/gallery_buttons.gif) no-repeat 0px -24px;
	text-indent: -5000px;
	float:right;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 30px;
}
a.galleryNextDisable, a.galleryNextDisable:link, a.galleryNextDisable:visited {
	background: #E3E3D1 url(../images/gallery_buttons.gif) no-repeat -30px -50px;
	text-indent: -5000px;
	display:block;
	float:right;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 30px;
	cursor:default;
}
a.galleryPrevDisable, a.galleryPrevDisable:link, a.galleryPrevDisable:visited {
	background: #E3E3D1 url(../images/gallery_buttons.gif) no-repeat 0px -50px;
	text-indent: -5000px;
	display:block;
	float:right;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 30px;
	cursor:default;
}
a.galleryNextActive:hover {
	background: #E3E3D1 url(../images/gallery_buttons.gif) no-repeat -30px 2px;
}
a.galleryPrevActive:hover {
	background: #E3E3D1 url(../images/gallery_buttons.gif) no-repeat 0px 2px;
}
#contentMain div.gallery_selector_wrapper {
	background: #D9DAC8;
	border-top: 1px solid #c6c5b6;
	border-right: 1px solid #c6c5b6;
	border-bottom: 1px none #c6c5b6;
	border-left: 1px solid #c6c5b6;
	margin: 0px;
	padding: 5px 5px 6px 5px;
	text-align: right;
	position: relative;
}
div.gallery_selector_wrapper select {
}
div.gallery_selector_wrapper span.selectorLoader {
	background: url(../images/ajax-loader.gif) no-repeat 0px 0px;
	height: 16px;
	width: 16px;
	margin: -8px 0px 0px;
	padding: 0px;
	position: absolute;
	display: block;
	text-align: right;
	left: 10px;
	top: 50%;
}

/* Style for Login panel */
#login{
	border: 1px solid #CCCCCC;
	
}
#login h4 {
	background: #E3E3D1;
	border-bottom: 1px solid #CCCCCC;
}
