/* CSS Document */
@import url(/css/menu.css);

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 100%;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h2 {
	font-size: 95%;
	color: #6A828B;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h3 {
	font-size: 70%;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

p {
	font-size: 70%;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

a, a:link, a:visited, a:hover, a:active {
	color: #28728e;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}




form {
	margin: 0px;
	padding: 0px;
}

#formCell {
	background-color:#FFFFFF;
	padding-bottom:10px;
}

#frmLogin {

	padding:0 0 20px;

}

#frame {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px 0px 14px;
	text-align:left;
	background-image: url(images/backgroundBody.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#header {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 3em;
	
}
#header h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#header h2 {
	font-size: 11px;
	color: #FC1921;
	margin: 0px;
	padding: 0px;
}
#header .searchfield {
	border: 1px solid #999999;
	color: #666666;
	background-color: #E9E9E9;
	padding: 1px;
	font-size: 90%;
}
#header #header_l {
	padding-left: 0px;
	padding-top: 0px;
	height: 3em;
	
	background-image: url(images/corner_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#header #header_r {
	background-image: url(images/corner_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 3em;
}

#header #header_inner {
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


#banner_wordmark {
	border: 0pt none ; 
	float: left; 
	width: 146px;
}


#navbar {
	border-bottom:1px solid #C3CDD1;
	font-size:11px;
	font-weight:normal;
	height:77px;
}


/* content */


#content {
	
}

#content p {
	line-height: 140%;
}

#content #leftNav {
	padding-left:15px;
	padding-right:45px;
}


#content #leftNav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content #leftNav li {
	background-image:url(images/internalNav-sep.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	display:block;
	font-size:70%;
	line-height:140%;
	list-style-type:none;
	margin:0;
	padding:5px 0 5px 7px;
}


#content #leftNav li.activeSubcat {

	background-color:#edf0f1;
}


/* Leftside - Navigation 2nd Level
----------------------------------------------- */

#content #leftNav ul li ul {
	padding: 0px;
	margin: 0px;
	
	
}

#content #leftNav ul li ul li {
	
	
	background:transparent none repeat scroll 0 0;
	margin: 0px;
	font-size:85%;
	padding:0 0 7px 10px;
	
	
}




#content #leftNav  ul li ul li a {
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	
}



#content #leftNav ul li ul li.activeSubcat {
	
	background-image:url(images/circleBullet_on.gif);
	background-position:0 4px;
	background-repeat:no-repeat;

}


#content #leftNav a.secnav-chosen {
	
	font-weight:bold;

}




/* Leftside - Navigation 3rd Level
----------------------------------------------- */

#content #leftNav ul li ul li ul {
	padding: 0px;
	margin: 0px;
	
	
}

#content #leftNav ul li ul li ul li {
	margin: 0px;
	line-height: 110%;
	font-size:95%;
	background-image: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}




#content #leftNav  ul li ul li ul li a {
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: none !important;
	color: #C70B02;
}





/*
#content td  {
	padding: 5px;
	color: #333333;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#content td p {
	margin: 0px;
	padding: 0px 0px 6px;
	line-height: 100% !important;
}


#content th  {
	padding: 5px;
	color: #9E2D5F;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#content th p {
	margin: 0px;
	padding: 0px 0px 6px;
	line-height: 100% !important;
}
*/

/* home intro */

.darkBorder {
	border: 1px solid #333333;
	
}

#casaLogo {
	
	position:absolute;
}

#homeGallery {
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;

}

#homeGallery-Inner {

	background-color:#6a828b;
	height:305px;

}

#newsHighlights {
	background-color:#FFFFFF;
	float:left;
	height:305px;
	padding-left:20px;
	width:305px;
	background-image:url(images/background.home.gallery.gif);
	background-position:right top;
	background-repeat:no-repeat;
	overflow:hidden;
}


#newsHighlights .listbox {
	
	height:240px;
	width:265px;

}






#newsHighlights h3,
#content #leftNav h1
{
	color: #7a7f8a;
	text-transform: uppercase;	
	font-weight:normal;
	font-size:12px;
	padding-top:20px;
}

#content #leftNav h1 {
	padding-left:5px;
}

.newsItem {
	background-image:url(images/seperator.newsitems.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-top:8px;
	padding-right:25px;
	letter-spacing:0.1em;
}


.newsItem h2 {
	color: #28728E;
	font-weight:bold;
	font-size:10px;
	margin:0;
	padding:0 0 3px;
}

.newsItem p {
	font-size:10px;
	margin:0;
	padding:0;
}

.newsItem a{
	color: #28728e;
}



#homeFeatures {
	float:left;
	padding-left:15px;
	padding-top:25px;
	width:635px;
}

#calloutItem{
	width:635px;
}

#calloutPhoto {

	width:343px;
	float:left;
}

#calloutContent {
	padding-left:15px;
	width:225px;
	float:left;

}

#calloutContent h3 {
	color:#C3CDD1;
	font-size:12px;
	font-weight:normal;
}


#calloutContent p {
	font-size:11px;
	font-weight:normal;
	line-height:150%;
}


#calloutContent a {
	color:#FFFFFF;
	
}


#homeFeatures img.featurePhoto {
	border: 1px solid #FFFFFF;
	
}

#homeFeatures .featureLink {
	
}


#partnerTitle {

	background-color:#C3CDD1;
}

#partnerTitle h2,
#formCell h2 {
	padding:5px 5px 5px 20px;
}

#partnerCell {
	
}

#partners {
	padding-top:10px;
	padding-bottom:10px;
}

.partner {
	background-image:url(images/graphicSeperator.gif);
	background-position:right center;
	background-repeat:no-repeat;
	float:left;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	width:100px;
}

.partnerLarge {
	width:140px !important;
}

.featureContent {
	padding-left:15px;

}

.featureContent h3 {
	color:#C3CDD1;
	font-size:12px;
	font-weight:normal;
}


.featureContent p {
	font-size:11px;
	font-weight:normal;
	line-height:150%;
}


.featureContent a {
	color:#FFFFFF;
	
}

#articleControls {
	float:right;
}

#articleControls {
	float:right;
	color:#FFFFFF;
		font-size:11px;
}


#articleControls a  {
	color:#FFFFFF;
	padding:2px 5px;

}

#articleControls li a.chosenArticle  {
	background-color:#C3CDD1;
	color:#6A828B;
}




#footer {
	padding-top:10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6A828B;
}


#footer-left {
	float:left;
	width:560px;
}


#footer h2 {
	font-size: 10px;
	text-transform: uppercase;
	color:#28728E;
}

#footer p {
	font-size:9px;
}

#footer-right {

	float:right;
	width:375px;
}

#homeIntro {
	position:absolute;
	height:125px;
	margin-top:275px;
	width:936px;
	background-image: url(images/homebanner_backgrd.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow:hidden;
}

#homeIntro p {
	color:#cccccc;
	line-height:160%;
	padding-bottom:0px;
	margin-bottom:0px;
}

#homeBanner {
	height:127px;
	margin:0px;
	text-align:right;
	padding:7px 0 0;
}


#internalBanner {
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #990000;
	width:936px;

}


#internalBreadcrumbs {
	width:936px;
	height:1.25em;
	background-color: #990000;
	

}

#breadcrumbs {
	margin-left:266px;

}

#breadcrumbs p,
#breadcrumbs a {

	color:#ffffff;
}

#homeBottom {
	background-color:#FFFFFF;
	background-image: url(images/content-bottomRule.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width:936px;
	padding-top:25px;
	padding-bottom:40px;
}


#internalBottom {
	background-color:#FFFFFF;
	width:904px;
	padding-top:40px;
	padding:16px;
}

#internalBottom table td {

	vertical-align: top;
	text-align: left;
	
}

.seperator {
	background-image: url(images/verticalRule.gif);
	background-repeat: repeat-y;
	background-position: right top;
	

}

#spotlights p {
	color: #34627E;
}

#layout {
}
#layout #layout_l {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#layout #layout_r {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#layout #layout_inner {
	padding-right: 4px;
	padding-left: 4px;
}
#home-content1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#home-content2 {
	background-color: #F2F2EB;
	padding-bottom: 10px;
}
#home-content2 select {
	border: 1px solid #D4D5CF;
	background-color: #FFFFFF;
	width: 180px;
	margin-top: 2px;
}
#home-content2 input {
	margin-top: 7px;
}

#home-content3 {
	background-color: #DCDDD7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699CC;
}

#home-content3 h1 {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-weight:bold;
}

#quicklinks {
	background-color: #BB5A2A;
	height: 256px;
}
#quicklinks div {
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 20px;
	overflow: hidden;
	height: 230px;
}
#quicklinks h1 {
	text-align: left;
	color: #FFFFFF;
	padding-bottom: 20px;
}

#homeBottom ul {
	padding-left:15px;
	padding-bottom:10px;
	margin:0px;
}

#homeBottom ul li {
	list-style-type: disc;
	padding:0px;
	text-align: left;
	font-size:70%;
	line-height:150%;
	color:#666666;	
}

#home-content1 ul li a {
	color: #FFFFFF;
}


.error {
	color: #CC0000;
}
.clr {
	clear: both;
}
.seperator {
	background-image: url(/images/gb.bg.seperator.gif);
	background-repeat: no-repeat;
	background-position: 100% 15px;
}
.outline {
	border: 1px solid #000000;
}
.alignmiddle {
	vertical-align: middle;	
}
.smaller {
	font-size: 85%;
}
.factbuttons {
	padding: 3px 3px 3px 0px;	
}

.factbuttons a {
	background-color: #FFF;
	text-decoration: none;
	padding: 1px 2px;
	margin-right: 2px;
	border-top: 1px solid #EDB608;
	border-right: 1px solid #EDB608;
	border-bottom: 1px solid #EDB608;
	border-left: 1px solid #EDB608;
}

.factbuttons a:hover {
	background-color: #FCEAB1;
	text-decoration: none;
}

.factbuttons a.selected {
	background-color: #D1E4EB;
}

#funfact-content {
	height: 135px;
	vertical-align: top;
	overflow: hidden;
}
#funfact-count {
	text-align: right;
}

#layout-content1 {
	background-image: url(/images/gb.bg.internal.mast2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	background-color: #D3E3E7;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #edb608;
}
.bold {
	font-weight: bold;
}

#layout-content1 div {
	background-image: url(/images/gb.bg.internal.mast1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 4.3em;	
}

#layout-content1 h1 {
	font-size: 120%;
	color: #34627E;
	font-weight: normal;
	padding-top: 20px;
	padding-left: 95px;
}
#layout-content2 {
	background-image: url(/images/gb.bg.internal.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #edb608;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #edb608;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #edb608;
}

#layout-content2_l {
	background-repeat: repeat-x;
	background-position: left top;
	width: 36em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	background-image: url(/images/gb.bg.internal.content.jpg);
}
#layout-content2_r {
	background-image: url(/images/gb.internal.nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#layout-content2_l #contentcontainer {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#layout-content2_r h2 {
	padding-top: 10px;
	font-size: 90%;
}

#layout-content2_r #sectionnav {
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 20px;
}
/*
#layout-content2_r ul {
	padding-bottom: 10px;
}

#layout-content2_r ul li {
	background-image: url(/images/gb.bg.intlinks.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 80%;
	color: #34627E;
	padding-top: 2px;
	padding-bottom: 8px;
	text-align: left;
	list-style-type: none;
}

#layout-content2_r li ul {
	margin: 0px;
	padding: 0px;
}

#layout-content2_r li ul li {
	list-style-type: none;
	color: #34627E;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	background-image: none;
	padding-left: 10px;
}
*/



/* Leftside - Navigation
----------------------------------------------- */

#layout-content2_r ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#layout-content2_r li {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-image: url(/images/gb.bg.intlinks.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 70%;
	display: block;
}

#layout-content2_r li a {
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
}

#layout-content2_r li a:hover {
	background-image: url(/images/gb.nav.arrow.orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}


/* Leftside - Navigation 2nd Level
----------------------------------------------- */

#layout-content2_r ul li ul {
	padding: 0px;
	margin: 0px;
	
}

#layout-content2_r ul li ul li {
	list-style-type: none;
	margin: 0px;
	line-height: 110%;
	font-size:95%;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




#layout-content2_r ul li ul li a {
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	
	
}

#layout-content2_r ul li ul li a:hover {
		background-image: url(/images/gb.bullet.nav.blue.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}




/* Leftside - Navigation 3rd Level
----------------------------------------------- */

#layout-content2_r ul li ul li ul li {
	line-height: 110%;
	font-size:90%;
	border: none;
}

#layout-content2_r ul li ul li ul li a {
	padding-left: 30px;
}

#layout-content2_r li .secnav-chosen {
	background-image: url(/images/gb.nav.arrow.orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin: 0px;
	/*padding-bottom: 3px;*/
}

#layout-content2_r li ul li .secnav-chosen {
	background-image: url(/images/gb.bullet.nav.blue.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding-bottom: 3px;	
}

#layout-content2_r li ul li ul li .secnav-chosen {
	background-position: 20px 5px;
}

#layout-content2_r .subcatUL,
#layout-content2_r .thirdlevel {
	display: none;
}


#layout-content2_r .subcatUL-active,
#layout-content2_r .thirdlevel-active {
	display: block;
	
}

#contentBody {
	background-image:url(images/background.internalBanner.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding:40px 20px 20px;
	
	
}

#contentBody ul {

	padding-left:20px;
	padding-bottom:15px;

}



#contentBody li {
	list-style-position: outside;
	font-size:70%;
	line-height:150%;
	color:#666666;
	
}


#contentBody table ul
 {

	padding-left:12px;

}

#contentCenter h1 {
	
	color:#6a828b;
	font-size:18px;

}


#contentCenter table th  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
	
	
}

#contentCenter table td,
#contentCenter  table th {
	padding-left: 10px;
	padding-right:10px;
	font-size:70%;
}

#contentCenter table.scroll td, 
#contentCenter table.scroll th {
	padding-left: 0px;
	padding-right:0px;
}


#contentCenter table td.HeaderLeft,
#contentCenter table td.HeaderRight,
#contentCenter table td.HeaderButton {
	
	padding:0;

}


#contentCenter table td li,
#contentCenter table td h1,
#contentCenter table td h2,
#contentCenter table td h3,
#contentCenter table td p

{

	font-size:100%;
}


#contentCenter table td select,
#contentCenter table td #filterTitle {

	font-size:9px;
	
}

#contentCenter {
	padding-right:20px;
}


#contentRight {
	padding-left:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9D9D9;
}


#contentRight h2 {
	
	padding-bottom: 0px;
	color:#666666;
}


#contentRight h3 {
	font-weight:normal;
	padding-bottom:0px;
}

#contentRight p {
	font-size:70%;
}


/* gallery items
----------------------------------------------- */

#photocontainer { 

padding-left: 20px;
padding-bottom: 10px;
} 

#photocontainer img {
	border: 2px solid #FFFFFF;
} 

#gallerycontainer {
	font-size: 90%;
	margin-top:20px;
}


#gallerycontainer #gallery_l {
	background-color:#FFFFFF;	
}
	

#gallerycontainer #gallery_r {
	padding: 20px;
}
#gallerytext {
	text-align: center;
	vertical-align: bottom;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	overflow: hidden;
}

#galleryphoto {
	height: 197px;
	width: 260px;
	text-align: center;
	vertical-align: middle;
}


#gallery_l p {
	color: #993300;
}
#gallery_r p {
	color: #34627E;
}

#contentRight table td.galPhotoCell {
	text-align:center !important;
	vertical-align:middle !important;
	width:210px;
	height:220px;
	background-color:#E3E3E3;
	border: 1px solid #CCCCCC;
}

#gallist {
	padding-bottom:10px;
}

#gallist h2 {
	font-size:12px;
}

#gallist ul {
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;

}


#gallist li {
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#gallist li a{
	margin: 0px;
	padding-left: 10px;
}

#gallist li a:hover {
	background-image: url(/images/listArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#gallist li .galchosen {
	background-image: url(/images/listArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;	
}

#galloader {
	padding-top: 15px;
	position: absolute;
	display: none;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	width:200px;
	text-align:center;
	
	
}




#layout-content2_l #breadcrumbs {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#spotlights {
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding-left: 15px;
	background-image: url(/images/gb.internal.vertseperator.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bucket {
	background-image: url(/images/gb.bg.intlinks.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-top: 10px;
}
#layout-content3 {
	background-color: #D3E4EC;
}


/* event calendar */

.calTable {
	
	border-collapse:collapse;
	border:none;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 90%;
	
}

.calTable p {
	margin: 0px !important;
	font-size: 9px !important;
	padding-top: 0px!important;
	padding-right: 0px!important;
	padding-bottom: 5px!important;
	padding-left: 0px!important;
	line-height: normal!important;
}


.calTable .days {
	border: 1px solid #666666;
	height: 80px;
	width: 100px;
	background-color:#FFF;
}
.calTable .calHead {
	border:none!important;
	margin: 0px;
	padding: 0px;
}

.calTable a{
	line-height: 12px;
}

.nonmonthdays {
	background-color: #F0FBEB;
	border: 1px solid #666666;
	height: 80px;
	width: 100px;	
}

.dateChosen {
	border: 1px solid #666666;
	height: 80px;
	width: 100px;
	background-color:#FFF;
}

.noRules {
	
	border: none !important;
	
}

#contentCenter table {
	border-collapse:collapse;
}



#contentCenter tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


table tr.BottomNoRules td {
	border: none !important;

}
