
/*
	Green  		#82A32A
	Orange 		#FF6600
	Red    		#CC0000	top nav
	Red 		#990000	titles
	Blue   		#0033CC
	
*/


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-color:#CCCCCC;
	background-image:url(images/bgLight.gif);
	background-repeat:repeat;
	z-index:0;
	width:100%; 
	margin:0; 
	padding:0;
}
.printHeader { 
	display:none;
}
#bgDark {
	background-image:url(images/bgDark.gif);
	background-color:#666666;
	background-repeat:repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:190px;
	z-index:0;
}
#container {
	position:absolute;
	top:8px;
	left:50%;
	width:750px; 
	margin-left:-374.5px;
}
#containerSmall {
	xbackground-color:#FFFFFF;
	width:750px;
	xmargin:0 auto;
}
#bgWhite {
	background-image:url(images/bgWhite.gif);
	background-repeat:repeat-y;
	position:absolute;
	left:0px;
	top:262px;
	width:753px;
	z-index:5;
	xborder:dashed #00F 1px;
}
#containerContent {
	width:750px;
	position:relative;
	float:left;
	xborder:dashed #F00 1px;
}
a { 
	font-weight:normal;
	text-decoration:none; 
	color:#82A32A;
}
a:hover { 
	text-decoration:underline; 
	color:#FF6600;
}
.lineBreak1 { line-height:-3px; }
.lineBreak2 { line-height:4px; }
.lineBreak3 { line-height:7px; }
.lineBreak4 { line-height:2px; }
.lineBreak5 { line-height:9px; }	
	
#pageTitle {
	position:relative;
	float:left;
	top:-23px;
	height:18px;
	padding-left:43px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;  /*  This controls the gap between the title and the main content area  */
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bolder;
	font-size:20px;
	line-height:24px;
	color:#CCCCCC;
	background-image:url(images/pageHeaderCross.gif);
	background-repeat:no-repeat;
	background-position:20px 0px;
	z-index:20;
	xborder:dashed #00FF00 1px;
}

form { 
	padding:0px;
	margin:0px;
}


#bgHeader {
	background-image:url(images/bgHeader.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:757px;
	height:16px;
	z-index:3;
}
#bgGrey {
	background-color:#999999;
	position:absolute;
	top:13px;
	left:0px;
	width:750px;
	height:169px;
	z-index:2;
}
#bgGradient {
	background-image:url(images/bgGradient.gif);
	background-color:#999999;
	background-repeat:repeat-x;
	position:absolute;
	top:182px;
	left:0px;
	width:750px;
	height:80px;
	z-index:3;
}
#bgDropShadow {
	background-image:url(images/bgDropShadow.gif);
	background-repeat:repeat-y;
	position:absolute;
	top:182px;
	left:750px;
	width:4px;
	height:80px;
	z-index:3;
}
#topLogo {
	background-image:url(images/headerLogo.gif);
	background-repeat:no-repeat;
	background-color:#999999;
	position:absolute;
	top:13px;
	right:15px;
	width:305px;
	height:52px;
	z-index:3;
}
#topLogo a {
	width:305px;
	height:20px;
	xborder:1px dashed #FF0000;
	display:block;
	text-decoration:none;
}
#topLogo a:hover {
	text-decoration:none;
}
	
.ruleLine {
	display:block;
	float:left;
	clear:both;
	width:510px;
	height:1px;
	margin:0px;	
	padding:0px;	
	xborder:1px dashed #FF0000
}
	

#topNavLeft {
	position:absolute;
	top:51px;
	right:375px;
	z-index:5;
	padding:0px;
	width:392px;
}
#topNavLeft table { 
	width:392px;
}
#topNavLeft td { 
	vertical-align:middle;
	text-align:center;
}
#topNavLeft .edgeTop { 
	margin-left:1px;
	margin-right:1px;
	border-bottom:1px solid #CC0000;
}
#topNavLeft .edgeBottom { 
	border-top:1px solid #CC0000;
	margin-left:1px;
	margin-right:1px;
	position:relative;
	top:-1px;
}
#topNavLeft a {
	color:#FFFFFF;
	background-color:#CC0000;
	width:auto;
	height:18px;
	display:block;
	padding-top:4px;
	padding-right:2px;
	padding-bottom:2px;
	padding-left:2px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:1px;
	margin-left:0px;
	font-size:12px;
	text-decoration:none;
	border-left:1px solid #CC0000;
	border-right:1px solid #CC0000;
	white-space:nowrap;
}
#topNavLeft .anchorDefault {
    background-color:#CC0000;
	white-space:nowrap;
}
#topNavLeft .anchorCurrent {
    background-color:#AA0000;
	white-space:nowrap;
}
#topNavLeft a:hover {
    background-color:#FF6600;
	white-space:nowrap;
}
#topNavLeft img { 
	position:relative;
	top:2px;
}

#topNavRollOverArea {
	position:relative;
	top:30px;
	left:-15px;
	width:440px;
	height:70px;
	z-index:3;
	xborder:1px dashed #FF0000;
}

.topNavRollOver {
	position:absolute;
	top:31px;
	z-index:4;
}
#topNavRollOverLeft {
	left:-14px;
}
#topNavRollOverRight {
	right:330px;
}
#container .topNavRollOver a {
	color:#333333;
	text-decoration:none;
}
#container .topNavRollOver a:hover {
	color:#000000;
	text-decoration:underline;
}
#container .topNavRollOver .navRollOverText {
	color:#FFFFFF;
    background-color:#FF6600;
	width:auto;
	height:18px;
	display:block;
	padding-top:4px;
	padding-right:7px;
	padding-bottom:2px;
	padding-left:7px;	
	margin-top:0px;	
	margin-right:0px;	
	margin-bottom:1px;	
	margin-left:0px;
	font-size:12px;
	text-decoration:none;
	border-left:1px solid #CC0000;
	border-right:1px solid #CC0000;
	white-space:nowrap;
}
.topNavRollOver .edgeTop { 
	margin-left:1px;
	margin-right:1px;
	border-bottom:1px solid #CC0000;
}
.topNavRollOver .edgeBottom { 
	border-top:1px solid #CC0000;
	margin-left:1px;
	margin-right:1px;
	position:relative;
	top:-1px;
}




#topNavRight {
    width:352px;
	height:18px;
	position:absolute;
	top:69px;
	right:18px;
	z-index:3;
}




#breadcrumb {
    position:absolute;
	top:-63px;
	left:20px;
	display:block;
	z-index:1;
	font-size:11px;
	color:#FFFFFF;
}
#breadcrumb a{
    color:#FFFFFF;
	text-decoration:none;
}
#breadcrumb a:hover{
    color:#CC0000;
	text-decoration:none;
}

#greenCrosses {
	position:absolute;
	top:-88px;
	right:0px;
	width:68px;
	height:68px;
	display:block;
	xborder:dashed #FF0000 1px;
	z-index:8;
}
#sendPrint {
	position:absolute;
	top:-72px;
	right:62px;
	display:block;
	xborder:dashed #FF0000 1px;
}


#sideLinks{
	padding-top:15px;
	width:150px;
	z-index:5;
}
.sideLinksBlock {
	font-size:11px;
	width:156px;
	z-index:5;
}
.sideLinksTitle {
	font-weight:bold;
	font-size:12px;
	color:#990000;
	text-transform:uppercase;
}

.sideSearchCloud {
	font-size:11px;
	width:156px;
	z-index:5;
}
.sideSearchCloudTitle {
	font-weight:bold;
	font-size:12px;
	color:#990000;
	text-transform:uppercase;
}
.sideSearchCloud .cloudSize1 { font-size:11px; } 
.sideSearchCloud .cloudSize2 { font-size:12px; } 
.sideSearchCloud .cloudSize3 { font-size:13px; } 
.sideSearchCloud .cloudSize4 { font-size:14px; } 
.sideSearchCloud .cloudSize5 { font-size:15px; } 
.sideSearchCloud .cloudSize6 { font-size:16px; } 
.sideSearchCloud .cloudSize7 { font-size:17px; } 
.sideSearchCloud .cloudSize8 { font-size:18px; } 
.sideSearchCloud .cloudSize9 { font-size:19px; } 
.sideSearchCloud .cloudSize10 { font-size:20px; } 





#searchRight {
	padding-top:15px;
	width:156px;
	height:48px;
	z-index:5;
}
.searchText1 {
	font-weight:bold;
	font-size:12px;
	color:#990000;
	text-transform:uppercase;
}
.searchText2 {
	font-size:9px;
	color:#333333;
	text-transform:uppercase;
}
#searchRight .searchText2 a {
	font-size:9px;
	color:#333333;
	text-transform:uppercase;
	text-decoration:none;
}
#searchRight .searchText2 a:hover {
	font-size:9px;
	color:#FF6600;
	text-transform:uppercase;
	text-decoration:none;
}
.searchHolder {
	
}
.searchTextField {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-color:#333333;
	border-right-color:#333333;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	width:144px;
	height:20px;
}
.searchTextFieldField {
	color:#666666;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:none;
	height:14px;
	width:120px;
	margin-top:2px;
	margin-left:2px;
}
.searchArrow{
	position:relative;
	border:none;
	width:9px;
	height:7px;
	left:128px;
	top:-14px;
}
.formDropDown {
	width: 148px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.formField {
	color: #666666;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-color:#333333;
	border-right-color:#333333;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	xtext-indent:5px;
}
.formSubmit {
	font-size: 14px;
	color: #666666;
	background-color: #F3F3F3;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}
.formSubmit:hover {
	background-color:#EEEEEE;
}
.formTextArea {
    color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	xtext-indent: 5px;
	width: 400px;
	height: 80px;
}




#footer {
	display:block;
	height:33px;
	width:753px;
	float:left;
	padding-bottom:30px;
	background-image:url(images/bgLight.gif);
	background-repeat:repeat;	
	xborder:#FF0000 dashed 1px;
}
#footerLeft {
	background-image:url(images/footerLeft.gif);
	background-repeat:no-repeat;
	width:12px;
	height:33px;
	z-index:3;
	float:left;
}
#footerMain {
	background-image:url(images/footerTile.gif);
	background-repeat:repeat-x;
	width:571px;
	height:33px;
	z-index:3;
	float:left;
}
#footerMain p{
    font-size:11px;
	color:#CCCCCC;
	padding-left:10px;
	margin-top:7px;
}
#footerLogo {
	background-image:url(images/footerLogo.gif);
	background-repeat:no-repeat;
	width:170px;
	height:33px;
	z-index:3;
	float:left;
}
#footerLogo a {
	display:block;
	width:160px;
	height:24px;
}

#flashFeaturedMedia {
	position:absolute;
	top:107px;
	left:0px;
	width:100%;
	height:244px;
	z-index:5;
}
#flashFeaturedMediaNoFlash { 
	background-image:url(featured_media.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:244px;
}
#flashFeaturedMediaNoFlash a{ 
	width:100%;
	height:244px;
	display:block;
}
#flashFeaturedImages {
	position:absolute;
	top:107px;
	left:0px;
	width:100%;
	height:83px;
	z-index:5;
}
#flashFeaturedImagesNoFlash { 
	background-image:url(featured_images.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:83px;
}
#flashFeaturedImagesNoFlash a{ 
	width:100%;
	height:83px;
	display:block;
}


#bottomlinks {
    float:left;
	width:750px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	xborder:1px #FF0000 dashed;
}
#bottomlinks-left {
	font-size:11px;
	padding-left:20px;
    float:left;
	xbackground-color:#FFCCFF;
}
#bottomlinks-right {
    float:right;
	display:block;
	font-size:11px;
	padding-right:15px;
	xbackground-color:#FFFFCC;
}

#containerContent #bottomlinks #bottomlinks-right .top {
	color:#333333;
    background-image:url(images/arrowTop.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:10px;
	text-decoration:none;
}
#containerContent #bottomlinks #bottomlinks-right .top:hover {
    background-image:url(images/arrowTop_on.gif);
	color:#82A32A;	
	text-decoration:underline;
}


.bookmark {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:-5px;
	margin-bottom:8px;
	text-transform:uppercase;
}
#columnRight .bookmark a { 
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}
#columnRight .bookmark a:hover { 
	text-decoration:underline;
}
.bookmark img {
	margin-right:10px;
	position:relative;
	top:5px;
}
.share {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:-5px;
	margin-bottom:8px;
	text-transform:uppercase;
}
#columnRight .share a { 
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}
#columnRight .share a:hover { 
	text-decoration:underline;
}
.share img {
	margin-right:10px;
	position:relative;
	top:5px;
}
	
	
.calendarItem {
    float: left;
	width: 32px;
	height: 41px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.iPodVideoFooter { 
	position:relative;
	width:320px;
	height:25px;
	background-color:#EAEAEA;
	margin:-24px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.iPodVideoFooter img { 
	float:left;
	margin:2px 4px 0px 0px;
	padding:0px;
}
.iPodVideoFooter .left { 
	float:left;
	padding:0px 0px 0px 6px;
	margin:0px;
	height:24px;
}
.iPodVideoFooter .right { 
	float:right;
	height:24px;
	padding:0px 6px 0px 0px;
	margin:0px;
}
.iPodVideoFooter a { 
	float:left;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.iPodVideoFooter a:hover { 
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}



















