/* FONT */
@font-face {
	font-family: '';
	src: url('lte50019.eot');
	src: local('?'), url('lte50019.woff') format('woff');
	src: local('?'), url('lte50019.ttf') format('truetype');
}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, figure, footer, header, hgroup, menu, nav, section, menu,time, mark, audio, video {margin:0; padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */
/* 
 * minimal base styles 
 */



/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { text-rendering: optimizeLegibility; font-weight: normal; }


/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:active { outline: none; }
a:focus { outline: thin dotted; }

a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }


ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #ffec31; color:#000; text-shadow: none; }
::selection { background:#ffec31; color:#000; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 


/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display:block; text-indent:-999px; overflow:hidden; background-repeat: none; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }





 /* Primary Styles
    Author: Silverink
 */

a {text-decoration: none;}
a:link {color: #84003c;} 
a:visited {color: #84003c;} 
a:active {color: #84003c;}
a:hover {color: #4D0122;}
a:focus, a:active {color: #84003c;}
html,body {height: 100%;}

body {font: 12px arial,sans-serif;}

.centerContent {width: 960px; margin: auto;position: relative;}
#commentsDiv {}
	#commentsDiv form {}
	#commentsDiv blockquote {}
	#commentsDiv .inputBlock {}
	#commentsDiv label  {}
	#commentsDiv label.error  {}
	#commentsDiv input[type="text"] {}
	#commentsDiv textarea {}
	.commentfooter {}

	.commentDivrow, .commentDivaltrow {margin: 20px; padding: 10px;}
	.commentDivrow {background-color: #efefef;}
	.commentDivaltrow {background-color: #F2F2F2}
	.commenter {}
	.commentDate {}
	.commentDivrow h4,	.commentDivaltrow h4 {padding-bottom: 5px; border-bottom: 1px dashed #fff; font-size: 14px !important}
	
	.numComments {font-size: 12px !important; padding: 5px; background-color: #efefef; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin-top: 10px;}

.copyright {}

#currentTagList {}
	#currentTagList .title {}
	#currentTagList .currentTagSpan {}

#DateDiv {display: none;}

.homeRows {margin-top: 20px;}

#easilogo {margin: 10px; float: right; }

.emailinput {}


#footer {position: relative; width:100%; height: 235px; /* Height of the footer */ color: #666;}
	.push { height:235px; /* Height of the footer */}
	.footLogos {margin: auto; text-align: center;}
		.footLogos img {border: none; margin-right: 60px; margin-bottom: 10px;}

	
form .error {}

.fpImages {list-style-type: none; margin: 0; padding: 0; float: left; width: 470px; height: 212px; overflow: hidden;}
	.fpImages li img {border: 10px solid #fff;}
#homeContentTop {
position: relative;
padding: 20px 0px;
background: #6D002F; /* old browsers */
background: -moz-linear-gradient(top, #83003B 0%, #4c0122 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83003B), color-stop(100%,#4c0122)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83003B', endColorstr='#4c0122',GradientType=0 ); /* ie */
}

	#homeContentTop .rightContent {
		float: left; width: 462px; margin-left: 15px; overflow: hidden;
	}
	
	#homeContentTop .rightContent ul { margin-top: 20px;}
		#homeContentTop .rightContent li {float: left; width: 30%; list-style-image: url(bullet.png); margin-bottom: 5px;}
			#homeContentTop .rightContent li a {color: #fff;}
	
#homeEditable {font-size: 15px; color: #fff; line-height: 140%; margin-top: 0px; margin-left: 5px;}

#intranetLogIn {padding: 10px;}
	#intranetLogIn legend {font-weight: bold; margin-bottom: 10px; font-size: 14px}
	#intranetLogIn label {font-weight: bold; width: 90px; float: left;}
	#intranetLogIn .intranetName {width: 185px;}
	#intranetLogin input {border: 1px solid #7f9db9; padding: 2px;}
	.intranetPass {width: 125px;}
	#intranetLoginBtn {vertical-align: text-bottom;}


.flickrGal {list-style-type: none;margin: 0; padding: 0;}
	.flickrGal li{float: left; margin-right: 10px; text-align: center;}
	.flickrGal img {padding: 5px; border: 1px solid #83003B;}
	.flickrGal .imageTitle {font-style: oblique; text-align: center; font-size: 11px;}
	#fancybox-title {font-weight: bold;}

.greyGrad {background: #EAEAEA; /* old browsers */ background: -moz-linear-gradient(top, #EAEAEA 0%, #FFFFFF 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA), color-stop(100%,#FFFFFF)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#FFFFFF',GradientType=0 ); /* ie */}

fieldset legend {font-weight: bold; padding: 5px; font-size: 16px;}
	#updateMember input, #addEvent input {margin: 5px;}
	
	#menu {position: absolute; right: 20px; top: 50px; font-weight: bold;}
		#menu a {color: #6D002F;}
		#menu .increaseFont {font-size: 16px; cursor: pointer;}
		#menu .decreaseFont {font-size: 12px; cursor: pointer;}
	
/*FILESTORE*/


.dataTables_paginate {display: block;  color: #ffffff; margin-top: 10px; clear: both;}
	.dataTables_paginate .paginate_active, .dataTables_paginate .paginate_button {background-color: #6D002F;cursor: pointer; padding: 5px;border: 1px solid #7a0035; margin: 2px;}
	.dataTables_paginate .paginate_active {font-weight: bold; background-color: #6D002F !important; border: 1px solid #6D002F;-moz-box-shadow: 1px 1px 3px 0px #888; -webkit-box-shadow: 1px 1px 3px 0px #888; /* Horizontal, Vertical, Blur, Spread, Colour */ cursor: default;}
	.dataTables_paginate .paginate_button:hover {background: #6D002F !important; border: 1px solid #6D002F !important;}
	.dataTables_paginate .first, .fileStoreTable_paginate .previous, .fileStoreTable_paginate .next, .fileStoreTable_paginate .last {display: none;}

.fileStoreTable, .fileStoreMultiTable {width: 97%; margin-top:  10px;}
#directoryTable {width: 97%; margin-top:  10px; text-align: left;}
.fileStoreTable th, .fileStoreMultiTable th, #directoryTable th {background: #6D002F; /* old browsers */
background: -moz-linear-gradient(top, #83003B 0%, #4c0122 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83003B), color-stop(100%,#4c0122)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83003B', endColorstr='#4c0122',GradientType=0 ); /* ie */
color: #fff; text-align: left !important; padding: 5px;}
.fileStoreTable th a, .fileStoreMultiTable th a, #directoryTable th a {color: #fff !important;}
.fileStoreTable td, .fileStoreMultiTable td, #directoryTable td {border-right: 1px solid #f9f9f9; border-bottom: 1px solid #f7f7f7; text-align: left !important; padding: 5px}
.fileStoreTable tr.even, .fileStoreMultiTable tr.even, #directoryTable tr.even {background: #efefef !important;}
.fileStoreTable tr.odd, .fileStoreMultiTable tr.odd, #directoryTable tr.odd {background: #F2F2F2 !important;}
#directoryTable td {padding: 10px !important;}

.dataTables_length {float: right; margin-right: 30px;}
#categorySelect {margin-bottom: 10px;}

.dataTables_paginate span {margin: 5px; cursor: pointer;}


.intranetUl {list-style-type: none;}
	.intranetUl li { background: -moz-linear-gradient(top, #83003B 0%, #4c0122 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83003B), color-stop(100%,#4c0122)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83003B', endColorstr='#4c0122',GradientType=0 ); /* ie */
color: #fff; width: 20%; float: left; margin-right: 5%;
border-radius: 3px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;

}
	.intranetUl li a {padding: 5px; color: #fff; display: block; text-align: center;}
	

#logoWrap {height: 125px; background: url(logo.gif) no-repeat top left; width: 960px; margin: auto; position: relative;}
	#logo {width: 200px; height: 150px; position: absolute; top: 0px; left: 0px; cursor: pointer;}
#maincontainer {position: relative; margin: 0 auto -235px auto; min-height: 100%; height: auto !important; height: 100%;} /* negative margin for footer */


#maincontainer {position: relative;}

#MainHTML {width: 960px !important; margin: auto;}

#map_canvas2, #map_canvas {width: 200px; height: 200px; border: 1px solid #83003B; float: right;}

.month li {display: none; list-style-type: none; margin: 0px; padding: 0px; margin-bottom: 10px; margin-left: 10px;}
.month {margin: 0; padding: 0; margin-top: 20px;}
	.month h3 {font-size: 16px; font-weight: bold; cursor: pointer; color: #84003c; font-weight: 100; margin-bottom: 5px;}
	.NewsStoryselected {font-weight: bold;}
div #maincontainer {width: 960px !important; margin: auto;}

.bodyHome #MainHTML {width: 100% !important;}

.mainContentContain {}
	.mainContentContain a {} 
#maincontent, #maincontentwide {margin-bottom: 20px;}
#maincontent .subMain {width: 690px; margin-left: 20px; float: left; margin-top: 10px;}
#maincontent .subMain .top {}
#maincontent .subMain .mid {}
#maincontent .subMain .bot {}

#maincontentwide .top {}
#maincontentwide .mid {margin-top: 20px;}
	.bodyHome .mid {margin-top: 0px !important;}
#maincontentwide .bot {}

	.memberClass,
	.memberClass a,
	.memberClass .fc-event-inner, .memberClass div  {
		cursor: pointer;
		border-color: #490021;
		background: -moz-linear-gradient(top, #83003B 0%, #4c0122 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83003B), color-stop(100%,#4c0122)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83003B', endColorstr='#4c0122',GradientType=0 ); /* ie */
		}
	.memberClass .fc-event-inner:hover, .memberClass div:hover  {
		cursor: pointer;
		border-color: #490021;
		background: -moz-linear-gradient(top, #4c0122 0%, #83003B 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c0122), color-stop(100%,#83003B)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0122', endColorstr='#83003B',GradientType=0 ); /* ie */
		}
		
		
	.otherMemClass,
	.otherMemClass a,
	.otherMemClass .fc-event-inner, .otherMemClass div {
		color: #444;
		border-color: #D8D8D8;
		background: -moz-linear-gradient(top, #D8D8D8 0%, #EFEFEF 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D8D8D8), color-stop(100%,#EFEFEF)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8D8D8', endColorstr='#EFEFEF',GradientType=0 ); /* ie */
		}




	.memberClassEmail,
	.memberClassEmail a,
	.memberClassEmail .fc-event-inner, .memberClassEmail div {
		color: #444;
		border-color: #D8D8D8;
		background: -moz-linear-gradient(top, #D8D8D8 0%, #EFEFEF 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D8D8D8), color-stop(100%,#EFEFEF)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8D8D8', endColorstr='#EFEFEF',GradientType=0 ); /* ie */
		}



.mid h1, .mid h3  {}
.mid h1 {font-size: 24px; margin-bottom: 10px;}
.mid h2 {font-size: 20px; margin-bottom: 10px;}
.mid h3 {font-size: 18px; margin-bottom: 10px;}
.mid h4 {font-size: 16px; margin-bottom: 10px;}

.mid .styleOne { display: block; line-height: 140%; font-size: 14px; font-style: oblique; border-top: 5px solid #84003c; padding: 10px; background: #EAEAEA; /* old browsers */ background: -moz-linear-gradient(top, #EAEAEA 0%, #FFFFFF 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA), color-stop(100%,#FFFFFF)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
	margin-bottom: 10px; margin-top: 10px;
}

.mid .styleTwo {display: block; border-color: #490021;
		background: -moz-linear-gradient(top, #83003B 0%, #4c0122 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83003B), color-stop(100%,#4c0122)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83003B', endColorstr='#4c0122',GradientType=0 ); /* ie */
		padding: 10px; color: #fff; margin-top: 20px; margin-bottom: 20px; font-size: 16px; line-height: 140%; clear: both;
}

.mid li {margin-bottom: 10px;}

#newsboxWrap {width: 470px; height: 140px; position: relative; float: left; overflow: hidden; border-top: 5px solid #84003c;}
	#newsboxWrap .bottom {position: absolute; bottom: 0; right: 0; width: 150px; margin-right: 10px; z-index: 1000}
	#newsboxWrap .bottom a {color: #fff !important;}
	#nextNB {color: #84003c; float: right; cursor: pointer; z-index:1001;}
	#prevNB {color: #84003c; float: left; cursor: pointer; margin-left:10px; z-index:1001;}
	.bNavText {text-align: center; font-size: 11px;}
#newsbox {list-style-type: none; list-style-image: none; margin: 0; background: none !important; height: 280px;}
	#newsbox li {padding: 10px;width: 470px; display: block; }

/* #newsimage {float:right; display: inline;} */
.newsimg {float:right; border: 1px solid #6D002F; margin-left: 10px; margin-bottom: 10px;}
#imageCaption{float:right; clear: both; width:300px; text-align: right; font-style: italic; font-size: 10px; margin-left: 20px; margin-bottom: 20px;}

p {margin-bottom: 10px; line-height: 140%;}

.bodyHome p {margin-bottom: 10px; line-height: 100% !important;}
.slideBox h3 {font-size: 16px; color: #84003c; margin-bottom: 0px;}
	.slideBox .intro {font-size: 13px; line-height: 140%; font-weight: bold; width:300px;}

	.slideBox .picDiv {float: right; margin: 0px 10px; width:150px; height:100px; overflow: hidden; z-index:-1;}
	.picDiv img {margin-right: 10px;}

	.fpNewsHeadline {width: 280px;}
	
/* RSS */

.donateBox {width: 450px;height: 120px; margin-left: 20px; padding: 10px; position: relative; float: left; overflow: hidden; border-top: 5px solid #84003c;font-size: 13px; }


.newsFeed a {color: #000; font-size: 13px;}

#runMemberLogin {padding: 10px; width: 240px; margin: auto;}
	#runMemberLogin label {display: block; font-weight: bold; }
	#runMemberLogin input {margin-bottom: 10px;}
	#runMemberLogin input[type="submit"] { float: right;}
	#runMemberLogin input[type="text"], #runMemberLogin input[type="password"] { width: 240px;}
	
.rssHeader {margin: 10px;}
	.rssHeader a {color: #84003c; font-size: 16px !important; display: block;  background: url(gNews.gif) right top no-repeat; height: 22px;}
.rssBody li {list-style-image: url(rArrow.gif);}

#submenu {width: 230px; float: left; padding: 10px;}

.subBot {}

.subContainer {}

.subHeader {}
	.subHeader h2 {}

.SubMenuHeadingSpan { margin-top: 10px; font-size: 20px;}
	.SubMenuHeadingSpan a {}
	
.SubMenuHeadingSpanWide {display: none;}
	.SubMenuHeadingSpanWide a {}

#SubMenuFooter {}

#SubmenuHTML {}

#SubMenuUl {list-style-type: none; margin: 0; padding: 0;}
#SubMenuUl li { padding-left: 0px; margin: 10px; font-weight: bold; font-size: 14px;}
#SubMenuUl li a {font-weight: 100!important;}
	#SubMenuUl li.selected a{font-weight: 800 !important;}
	#SubMenuUl li.level3 {margin-left: 30px;}
	#SubMenuUl li.level4 {margin-left: 50px;}
	#SubMenuUl li:first-child {border: none !important;}
	#SubMenuUl li.level2 {border-top: 1px solid #ccc; padding-top: 10px;}
.subMid {}
	.subMid ul,.mid ul, .middle ul { }
	.subMid ul li, .mid ul li, .middle ul li  {}
	
.threeColBox {width: 305px; height: 127px; float: left; margin-top: 20px; border-top: 5px solid #84003c;}

	.homeRows {font-size: 11px;}
	.homeRows .firstCol, .homeRows .secondCol {margin-right: 20px; }
		.homeRows .firstCol p {padding: 10px; clear: both;}
			.thumb {float: left;}
			.homeRows .firstCol .text {float: left; margin-left: 5px; width: 220px;}
		.homeRows .secondCol p {text-align: center; padding: 10px;}

		


#taglist, #currentTagList {margin-top: 60px; font-size: 11px; color: #999; !important; }
	.currentTagSpan a {color: #999;}

		
	
#topbanner {height: 140px; position: relative;}
	
#TopMenu {width: 100%; position: absolute; bottom: 0px; right: 0px; padding-bottom: 10px; border-bottom: 5px solid #83003c; font: 16px arial; }
#TopMenu #TopMenuSpan {list-style-type: none; text-align: right;width: 960px; margin: auto; }
#TopMenu #TopMenuSpan li { display: inline; padding: 10px 20px 12px 0px; margin-left: 2px;}
	#TopMenuSpan a {color: #83003c; text-decoration: none; border-left: 1px solid #efefef; padding-left: 20px; font-weight: 800;}
	#TopMenuSpan li {border-top-right-radius: 3px; border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px; 
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	cursor: pointer;
	}

	#TopMenuSpan li:hover, #TopMenuSpan li.selected {background: #83003B; /* old browsers */


background: -moz-linear-gradient(top, #6D002F 0%, #83003B 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6D002F), color-stop(100%,#83003B)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83003B', endColorstr='#6D002F',GradientType=0 ); /* ie */}
	#TopMenuSpan li:hover a, #TopMenuSpan li.selected a {color: #fff; border-left: 1px solid #84003c;}
	
.vtopNav {list-style-type: none; position: absolute; right: 0; top: 10px;}
	.vtopNav li {float: left; margin-right: 10px; font-size: 13px;}
		.vtopNav li a {padding: 5px;}
			.vtopNav li a:hover, .vtopNav li a.selected {background-color: #84003c; color: #fff;}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* Media queries for responsive design */
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}


/* SUPERFISH  DROPDOWN MENU - COULD BE REMOVED IF DROPDOWNS ARE NOT REQUIRED*/

.sf-menu {list-style-type: none; text-align: right; margin: auto; width: 960px;  z-index: 1000;}
.sf-menu li { display: inline; padding: 10px 20px 12px 0px; margin-left: 2px; position: relative;}
.sf-menu a {color: #83003c; text-decoration: none; border-left: 1px solid #efefef; padding-left: 20px; font-weight: 800;}
.sf-menu li {border-top-right-radius: 3px; border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px; 
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	cursor: pointer;
	}

.sf-menu li:hover, .sf-menu li.selected {background: #83003B; /* old browsers */


background: -moz-linear-gradient(top, #6D002F 0%, #83003B 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6D002F), color-stop(100%,#83003B)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83003B', endColorstr='#6D002F',GradientType=0 ); /* ie */}
.sf-menu li:hover a, .sf-menu li.selected   {color: #fff; border-left: 1px solid #84003c;}


.sf-menu li ul {display: none;}
.sf-menu li ul li{ display: inline; padding: 0px !important; margin-left: 2px; position: relative;}

.sf-menu li ul li {display: block; width: 210px !important; float: none !important; clear: both; text-align: left !important; border: none !important; margin:0px !important;  padding: 10px !important;}
.sf-menu li ul li a {color: #83003c; text-decoration: none; border-left: none !important; font-weight: 800; padding: 0 !important; font-size: 12px;}
sf-menu li:hover ul li a, .sf-menu li.selected   {color: #fff; border-left: none !important;}

.sf-menu li:hover ul {display: block; position: absolute; top: 40px; left: 0px; z-index: 1000;width: 230px !important; float: none !important; clear: both;  text-align: left !important; padding: 0; margin: 0;background: #83003B; /* old browsers */


background: -moz-linear-gradient(top, #6D002F 0%, #83003B 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6D002F), color-stop(100%,#83003B)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83003B', endColorstr='#6D002F',GradientType=0 ); /* ie */}

