/* Start of CMSMS style sheet 'cs-main' */
@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ebe4d8 url(uploads/site/nav-bg.png) repeat-x; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #272113;
	font-family:Arial, Helvetica, sans-serif; font-size: 13px;
	height:100%;
	width:100%;
}

p.small { font-size:.75em; }

body:first-of-type {background:url(uploads/site/nav-bg.png) repeat-x; background-color: #ebe4d8; }
ul { margin:0; padding:0; }

a { color:#8c3b3b; text-decoration: underline; }
a:hover { text-decoration: none; }

a.title-link { font:15px Georgia, "Times New Roman", Times, serif; text-decoration: none; }
a.title-link:hover { text-decoration: underline; }

h1 { 
	color: #8c3b3b; /* light maroon */ 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.55em; 
	font-weight: normal;
	text-align:left; 
}

  h1 a { text-decoration:none; }
  h1 a:hover { text-decoration:underline; }
h2 { 
	color: #8c3b3b; /* light maroon */ 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.55em; 
	font-weight: normal;
	text-align:left; 
}
h3 { 
	color: #8c3b3b; /* light maroon */ 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.4em; 
	font-weight: normal; 
	/*margin-bottom:0; */
	text-align:left; 
}
	h3 a { text-decoration:none; }
	h3 a:hover { text-decoration:underline; }

h4 { 
	color: #8c3b3b; /* light maroon */ 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.25em; 
	font-weight: normal; 
	/*margin-bottom:0; */
	text-align:left; 
}
	h4 a { text-decoration:none; }
	h4 a:hover { text-decoration:underline; }
        h4 span.normal { color: #272113; font-family:Arial, Helvetica, sans-serif; font-size: 13px; }

p { text-align:left; }
ol { text-align:left; }
ul { text-align:left; }

ul.documentListing { clear:both; margin-bottom:20px; } 

.pdfListItem { list-style:none; background:url(uploads/site/pdf-icon36x36.png) no-repeat 0 0; clear:both; padding-left:40px; min-height:36px; }
.linkListItem { list-style:none; background:url(uploads/site/webdoc-icon36x36.png) no-repeat 1px 0; clear:both; padding-left:40px; min-height:36px; }
.docListItem { list-style:none; background:url(uploads/site/doc-icon36x36.png) no-repeat 0 0; clear:both; padding-left:40px; min-height:36px; }
.pptListItem { list-style:none; background:url(uploads/site/ppt-icon36x36.png) no-repeat 0 0; clear:both; padding-left:40px; min-height:36px; }

.docDetails { clear:none; padding-left:10px; font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; margin-bottom:8px; }
.docData { font-family:Arial, Helvetica, sans-serif; font-size:13px;color:#777777; }

#pageWrap { width:1024px; margin:0 auto; padding:0; background:transparent url(uploads/site/pagewrap-bg.png) repeat-y; }
#pageBottom { background:transparent url(uploads/site/pagewrapbottom-bg.png);width:1024px; margin:0 auto; height:20px; }


#mastheadWrap { 
	width: 980px;
  background:transparent url(uploads/site/footer-bg.gif); 
	margin: 0 auto; /* auto margins (in conjunction with a width) center page */
	text-align: left; /* this overrides "text-align:center" on body element. */
	padding:0;
}

#container { 
	width: 980px;
       background-color: #ebe4d8; 
	margin: 0 auto; /* auto margins (in conjunction with a width) center page */
	text-align: left; /* this overrides "text-align:center" on body element. */
	padding:32px 0 0px 0;
} 

#universalNav { 
	background: url(uploads/site/nav-bg.png) repeat-x; 
	padding: 0; 
	margin: 0 auto;
	height:36px;
	width:1024px;
	position:relative;
	display:block;
} 


#universalNav a { color:#a2bcb5; text-decoration:none; height:28px;margin-bottom:3px;margin-right:7px;padding:14px 14px 5px 14px; text-transform:uppercase; }
#universalNav a:hover { color:#ffffff; text-decoration:none; background-color:#48797f; }
#universalNav a.active { color:#ffffff; text-decoration:none; background-color:#48797f; }
#universalNav a:hover.active { color:#a2bcb5; text-decoration:none; background-color:#48797f; }

#universalNav div.logoBlock { 
	position:absolute; 
	left:60px;
	top:0px;
	height:86px;
	width:250px;
	float:left;
	clear:none;
}
#universalNav div.logoBlock a, #universalNav div.logoBlock a img { 
 background:none; border:0; padding-left:0px; 
}
#universalNav div.logoBlock a:hover, #universalNav div.logoBlock a:hover img { 
 background:none; border: 0; padding-left:0px;
}

#universalNav #universalNavigation {
    height:36px;
    margin:0px 0px 0px 310px;
    padding:0;
    font-size:15px;
    font-family:Georgia, 'Times New Roman', Times, serif; color:#a2bcb5;
    float:left;
    clear:none;
}
#universalNav #universalNavigation li { 
    float:left;
    clear:none;
    list-style:none;
    height:26px;
    padding-top:10px;
    background:url(uploads/site/nav-divider.png) right no-repeat;
}



/* Begin Secondary Navigation */

div#secondaryNavColumnDiv ul li { list-style:none; }

div#secondaryNavColumnDiv {
		width:244px;
		padding:3px;
		margin:0 0 20px 0;
		background-color:#DED8CC;
		font-size:14px; 
}

div#secondaryNavColumnDiv ul#secondaryNavColumnUl { 
		width:242px; 
		padding:0; 
		margin:0; 
		border:1px solid #EBE4D8;  
}
	
ul#secondaryNavColumnUl li.nav-item a:hover { text-decoration:underline !important; }
ul#secondaryNavColumnUl li.nav-item a, ul#secondaryNavColumnUl li.nav-item-current a { display:block; }

ul#secondaryNavColumnUl li.nav-item { 
		width:225px; 
		height:30px; 
		padding:8px 6px 0 6px; 
		border-bottom:1px solid #EBE4D8;
		list-style:none;	
		margin:0 0 0 2px;
		display:block;
}
ul#secondaryNavColumnUl li.nav-item:hover { 
		width:225px; 
		height:30px; 
		padding:8px 6px 0 6px; 
		border-bottom:1px solid #EBE4D8;
		list-style:none;	
		margin:0 0 0 2px;
		background:url(uploads/site/nav-list-item-bg.png) no-repeat 0 -1px; 
		display:block;
		text-decoration:underline !important;
}	

ul#secondaryNavColumnUl li.nav-item-current a { 
		width:223px; 
		height:30px; 
		padding:8px 6px 0px 8px; 
		border-bottom:1px solid #EBE4D8; 
		list-style:none;
		margin:-15px 0 0 2px; 
		/* margin:-15px 0 0 2px; Camino and Opera Value */
		/* margin:-18px 0 0 2px; Firefox value*/ 
		/* margin:0 0 0 2px; Safari value */
		/* margin:-8px 0 0 2px; Internet Explorer Value */
		background:url(uploads/site/nav-current-arrow.png) no-repeat 222px 13px; 
		display:block;
}
ul#secondaryNavColumnUl li.nav-item-current a:hover { text-decoration:underline !important; }

ul#secondaryNavColumnUl li.nav-item-current:hover a:hover { 
		width:223px; 
		height:30px; 
		padding:8px 6px 0px 8px; 
		border-bottom:1px solid #EBE4D8;
		list-style:none; 
		margin:-15px 0 0 2px;
		background:url(uploads/site/nav-list-item-current-bg.png) no-repeat -0px -1px; 
		display:block;
		text-decoration:underline !important;
}	
body:first-of-type ul#secondaryNavColumnUl li.nav-item-current a, ul#secondaryNavColumnUl li.nav-item-current:hover a:hover { margin:0 0 0 2px; }

	
	
ul#secondaryNavColumnUl li.nav-item-last a { 
		width:223px; 
		height:30px; 
		padding:8px 6px 0px 8px; 
		list-style:none;
		margin:0 0 0 px;
		display:block;
}	
ul#secondaryNavColumnUl li.nav-item-last:hover a:hover { 
		width:223px; 
		height:30px; 
		padding:8px 6px 0px 8px; 
		list-style:none;
		margin:0 0 0 2px;		 
		background:url(uploads/site/nav-list-item-bg.png) no-repeat -0px -1px; 
		display:block;
		text-decoration:underline !important;
}	
body:first-of-type ul#secondaryNavColumnUl li.nav-item-last a, ul#secondaryNavColumnUl li.nav-item-last:hover a:hover { margin:0 0 0 2px; }
ul#secondaryNavColumnUl li.nav-item-last a:hover { text-decoration:underline !important; }


ul#secondaryNavColumnUl li.nav-item-last-current a { 
		width:223px; 
		height:30px; 
		padding:8px 6px 0px 8px; 
		list-style:none; 
		margin:0px 0 0 2px;
		background:url(uploads/site/nav-current-arrow.png) no-repeat 222px 13px;  
		display:block;
}
ul#secondaryNavColumnUl li.nav-item-last-current:hover a:hover { 
		width:223px; 
		height:30px; 
		padding:8px 6px 0px 8px; 
		list-style:none; 
		margin:0 0 0 2px;
		background:url(uploads/site/nav-list-item-current-bg.png) no-repeat -0px -1px; 
		display:block; 
		text-decoration:underline !important; 
}
body:first-of-type ul#secondaryNavColumnUl li.nav-item-last-current a, ul#secondaryNavColumnUl li.nav-item-last-current:hover a:hover { margin:0 0 0 2px; }
ul#secondaryNavColumnUl li.nav-item-last-current a:hover { text-decoration:underline !important; }

	li.nav-item a { 
			color:#272113; 
			text-decoration:none; 
			font-family: "Trebuchet MS", Verdana; 
			font-size:1em; 
			margin-left:2px !important; 
	}
	li.nav-item-last a, li.nav-item-current a, li.nav-item-last-current a { 
			color:#272113; 
			text-decoration:none; 
			font-family: "Trebuchet MS", Verdana; 
			font-size:1em; 
			margin-left:2px !important; 
	}
	li.nav-item-current .current { 
			color:#272113; 
			text-decoration:none; 
			font-family: "Trebuchet MS", Verdana; 
			font-size:1em; 
			margin-left:2px !important; 
	}
	li.nav-item-last-current .current { 
			color:#272113; 
			text-decoration:none; 
			font-family: "Trebuchet MS", Verdana; 
			font-size:1em; 
			margin-left:0px !important; 
	}
.navNote { font-size:11px !important; }


	
/*ul#secondaryNavColumnUl li.nav-item-sub { 
		width:200px; 
		height:29px; 
		padding:7px 6px 0px 6px; 
		border-bottom:1px solid #EBE4D8; 
		border-left:5px solid #135f88; 
		list-style:none; 	
		margin-left:0px;  
}	
	
ul#secondaryNavColumnUl li.nav-item-current-sub { 
		width:200px; 
		height:29px; 
		padding:7px 6px 0px 6px; 
		border-bottom:1px solid #EBE4D8;; 
		border-left:5px solid #666; 
		list-style:none; 
		margin-left:0px; 
		background:url(uploads/site/nav-current-arrow.png) no-repeat 195px 10px; 
}	
	ul#secondaryNavColumnUl li.nav-item-current-sub a { 
			color:#272113 !important; 
	}
ul#secondaryNavColumnUl li.nav-item-last-sub { 
		width:224px; 
		height:28px;	
		padding:7px 0px 0px 0px; 
		border-left:5px solid #135f88; 
		list-style:none; 
}	
	
ul#secondaryNavColumnUl li.nav-item-last-current-sub { 
		width:224px; 
		height:28px; 
		padding:7px 0px 0px 0px; 
		border-left:5px solid #666; 
		list-style:none; 
		background:url(uploads/site/nav-current-arrow.png) no-repeat 197px 10px; 
}
ul#secondaryNavColumnUl li.nav-item-last-current-sub a { 
	color:#272113 !important; 
}
	li.nav-item-sub a { 
			color:#272113; 
			text-decoration:none; 
			font-family: "Trebuchet MS", Verdana; 
			font-size:.9em; 
			margin-left:4px; 
	}
	li.nav-item-current-sub .current { 
			color:#666; 
			text-decoration:none; 
			font-family: "Trebuchet MS", Verdana; 
			font-size:.9em; 
			margin-left:4px; 
	}
	li.nav-item-last-sub a { 
			color:#272113; 
			text-decoration:none; 
			font-family: "Trebuchet MS", Verdana; 
			font-size:.9em; 
			margin-left:10px; 
	}
	li.nav-item-last-current-sub .current { 
			color:#666; 
			text-decoration:none; 
			font-family: "Trebuchet MS", Verdana; 
			font-size:.9em; 
			margin-left:10px; 
	}
	li.nav-item-sub a:hover, li.nav-item-last-sub a:hover { 
			color:#272113; 
			text-decoration:underline; 
	}*/


/* End Secondary Navigation */



#masthead { 
	background: #366169 url(uploads/site/masthead1.jpg) 50% 50% no-repeat; /* bg color was #d7d1c6 */
	padding: 0px;
	margin: 0px auto 0px auto;
	height:223px;
	width:100%;
}
body#about-us #masthead { 
	background: #366169 url(uploads/site/masthead-about.jpg) 50% 50%  no-repeat; /* bg color was #d7d1c6 */
	padding: 0px;
	margin: 0px auto 0px auto;
	height:223px;
	width:100%;
} 
body#workshops #masthead { 
	background: #366169 url(uploads/site/masthead-workshops.jpg) 50% 50% no-repeat; /* bg color was #d7d1c6 */
	padding: 0px;
	margin: 0px auto 0px auto;
	height:223px;
	width:100%;
} 

body#resources #masthead { 
	background: #366169 url(uploads/site/masthead-resources.jpg) 50% 50% no-repeat; /* bg color was #d7d1c6 */
	padding: 0px;
	margin: 0px auto 0px auto;
	height:223px;
	width:100%;
} 

body#collaborations #masthead { 
	background: #366169 url(uploads/site/masthead-collaborations.jpg) 50% 50% no-repeat; /* bg color was #d7d1c6 */
	padding: 0px;
	margin: 0px auto 0px auto;
	height:223px;
	width:100%;
} 

body#Blogs #masthead { 
	background: #366169 url(uploads/site/masthead-blog.jpg) 50% 50% no-repeat; /* bg color was #d7d1c6 */
	padding: 0px;
	margin: 0px auto 0px auto;
	height:223px;
	width:100%;
} 

#serpent-header { 
	background:transparent url(uploads/site/serpent-header5.png) repeat-x;
	clear:both;
	margin-top:2px;
	height:20px;
} 

#rightSidebar {
	float: right; 
	clear:none;
	width: 286px; /* since this element is floated, a width must be given */
	background: #ebe4d8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 32px 0px 32px; /* top and bottom padding create visual space within this div  */
	/* total width with padding 348px */
	margin:0px 0px 0px 0px;
	display:block;
}
#leftSidebar {
	float: left; 
	clear:none;
	width: 286px; /* since this element is floated, a width must be given */
	background: #ebe4d8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 32px 0px 32px; /* top and bottom padding create visual space within this div  */
	/* total width with padding 348px */
	margin:0px 0px 0px 0px;
	display:block;
}



#rightSidebar h3, #rightSidebar p, #leftSidebar h3, #leftSidebar p {
	margin-left: 0px; 
	margin-right: 0px;
}

#leftMainContent { 
	float:left;
	clear:none;
	width: 588px;
	margin: 0px 0px 0px 32px; 
	display:block;
} 
body#home #leftMainContent { 
	float:left;
	clear:none;
	width: 588px;
	margin: 0px 0px 0px 32px; 
	display:block;
} 
#rightMainContent { 
	float:right;
	clear:none;
	width: 588px;
	margin: 0px 32px 0px 0px;
	display:block; 
} 

#leftMainContent .leftCol276px, #rightMainContent .leftCol276px { 
    float:left;
    margin:0 0 20px 0;
    padding:0;
    clear:left;
    width:276px;
}

#leftMainContent .rightCol276px, #rightMainContent .rightCol276px { 
    float:right;
    margin:0 0 20px 0;
    padding:0;
    clear:none;
    width:276px;
}

.textAlongsideThumbLeft { 
    line-height:1.275em;
    padding-top:4px;
}

.textAlongsideThumbRight { 
    line-height:1.275em;
    padding-top:4px;
    text-align:right;
}
 

#leftMainContent p, #rightMainContent p { 
	padding:0; 
	margin:0 0 30px 0; 
	line-height:1.5em; 
}
.itemBlockExterior { 
    padding-bottom:10px;
    clear:both;
    margin-top:-5px;
}

.itemBlockExterior2 { 
    padding-bottom:10px;
    clear:both;
    margin-top:-25px;
}

.viewall { font-size:10px; font-family:Arial, Helvetica, san-serif; float:right; clear:none; width:50px; margin-top:6px; }
.viewall a { text-decoration:underline; }
.viewall a:hover { text-decoration:none; border-bottom:1px dotted; }

.thumbBlockInteriorWhiteBg { 
    width:50px;
    height:50px;
    background-color:#ffffff;
    padding:3px;
    border: 1px solid #dfd9cd;
    margin:0 8px 5px 0; 
    float:left;
    clear:none;
}
.thumbBlockInteriorWhiteBg a { text-decoration:none; }
.thumbBlockInteriorWhiteBg a img { border:0; }

.thumbBlockInteriorDefaultBgvarpx { 
    height:26px;
    background-color:#ebe4d8;
    padding:3px;
    /* border: 1px solid #dfd9cd; */
    margin:0 10px 10px 0; 
    float:left;
    clear:none;
}
.thumbBlockInteriorDefaultBg26px { 
    width:26px;
    height:26px;
    background-color:#ebe4d8;
    padding:3px;
    /* border: 1px solid #dfd9cd; */
    margin:0 0 10px 0; 
    float:left;
    clear:none;
}
.thumbBlockInteriorDefaultBg50px { 
    width:50px;
    height:50px;
    background-color:#ebe4d8;
    padding:3px;
    /* border: 1px solid #dfd9cd; */
    margin:0 8px 10px 0; 
    float:left;
    clear:none;
}


.itemBlockText { 
    line-height:1.275em;
    padding-top:0px; /* was 3 */
}

.dateBlockText { 
    width:40px;
    height:34px;
    padding:8px 5px !important;
    margin:0;
    background-color: #8c3b3b;
    color: #ffffff;
    font-weight:normal;
    font-size:1.15em;
    font-family: Arial, Helvetica, sans-serif; 
    text-align:center;
		display:block;
}

.dateBlockText a { color:#ffffff; }

/*#serpent-footer { 
	background:transparent url(uploads/site/serpent-footer4.png) repeat-x;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*clear:both;
	margin-bottom:4px;
	height:10px;
} */

#serpent-footer { 
	background:transparent url(uploads/site/serpent-footer4.png) repeat-x;
	clear:both;
	margin-top:2px;
	height:20px;
}

#footer { 
	background:transparent url(uploads/site/footer-bg.gif) repeat-x;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:##ebe4d8;
	clear:both;
} 

#footer-interior { 
	width: 980px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0 32px 0 32px; 
}
#nsfLogo {
	width:550px;
}
#nsfLogo a.nsf-logo { 
background:transparent url(uploads/site/nsf-logo.png) no-repeat scroll left center;
display:block;
float:left;
height:59px;
padding:20px 7px 0 0;
width:59px;
}
#nsfLogo p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#56492a;
	line-height:1.25em;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* the following fix IE6s problems with undeclared widths for floated divs*/
.img-blockw315px { float:right;margin:0 0 20px 20px;width:315px; }
.img-blockw300px { float:right;margin:0 0 20px 20px;width:300px; }
.thumb-blockw96pxLeft { float:left;margin:0 20px 20px 0;width:96px; }
.contactItem { clear:both; display:block; }
.contactDetails { padding-top:8px; display:block; }
.contactDetails p { font-size:14px; margin-bottom:20px !important; line-height:1em !important; }
.contactDetails p span.contactName { font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; }
.contactDetails p span.contactTitle { font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; }
.contactDetails p a.site { font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; }
.contactDetails p a.email { font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; }

img.bordered { background-color:#ffffff;padding:3px;border: 1px solid #dfd9cd;margin-bottom:6px; }
.imgCaption { font-size:12px;font-family:Georgia, 'Times New Roman', Times, serif; 
padding:0 5px 0 10px;margin:0;width:90%; /*text-align:center;*/ }

.entry-info { 
	font-size:0.8em;
	margin-top:-10px;
	text-align:left;
	clear:left;
	margin-left:65px;
	color: #646464;
}

#rightMainContent .blogs-showentrybox {
	display:block;
	width:575px;
}
.blogs-showentrytime { 
	font-size:0.8em;
}
.entry-info-commentlink { 
	background:transparent url(uploads/site/comments.gif) no-repeat scroll left center;
	padding-left:15px;
}
.entry-info-details { 
	background:transparent url(uploads/site/post.gif) no-repeat scroll left center;
	padding-left:15px;
}
.blogs-showentrybox p { 
	margin-bottom:1em !important;
}
#rightMainContent .blogs-showentryheader {
	margin-bottom:24px;
	padding:10px;
	width:550px;
}
.blogs-showentrycomments { 
	/*background-color:#DED8CC;*/
	border-top:1px dashed #8c3b3b;
	border-bottom:1px dashed #8c3b3b;
	/*border-right:1px solid #E8E8E8;*/
	padding-left:12px;
	padding-top:12px;
	margin-bottom:20px;
}
.blogs-showentrycomment  {
background-color:#EBE1D6;
border:1px dotted #CECECE;
margin:10px 0 20px 0;
padding:10px;
}

.blogs-showentrycommenttime { 
	font-size:0.75em;
	margin-bottom:10px;
}
.blogs-showentrycommenttext { 
	/*background:#FFFFFF none repeat scroll 0 0;*/
	/*border-bottom:1px solid #366169;*/ /* was #E8E8E8 */
	/*border-right:1px solid #366169;*/ /* was #E8E8E8 */
	font-size:0.9em;
	line-height:1.5em;
	margin-top:10px;
	padding:10px;
	width:90%;
}

.blogs-showentrycommenttext p {
	margin-bottom:1em !important;
}
#blogContentArea h3 { margin-bottom:0px; }
.blogs-showmessage {
border:2px solid #9C0800;
margin:12px;
padding:12px;
}

.rssLink { font-size:.5em; font-family: Arial, Verdana, Helvetica, sans-serif;  }
.rssLink a { border:none; text-decoration:none; }
.rssLink a img { border:none; }
.callOut { display:block; border:1px solid #999999; padding:15px 8px; margin:20px 0px; text-align:center; 
background-color:#366169; color:#ffffff; font-size:1.25em !important;  }
.callOut  a { color:#ffffff; text-decoration:none; border-bottom:1px dotted #cecece; padding:1px;}
.callOut  a:hover { color:#ffffff; text-decoration:none; border-bottom:none; padding:1px;}
a.underlineOnHover { text-decoration:none !important; }
a.underlineOnHover:hover { text-decoration:underline !important; }

/* End of 'cs-main' */

