/* CSS Document */
#gb-search-container{
float: left;
padding-top: 2px;
padding-left: 2px;
margin-bottom: -2px;
}

/*---------------------------------------------------------------------*/
/* HEADLINE CLASSES 		*/
/*---------------------------------------------------------------------*/

.SWHeadlinesTitle A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.SWHeadlinesTitle :link {
    text-decoration: none;
    color: #000000;
}

.SWHeadlinesTitle :visited {
    text-decoration: none;
    color: #000000;
}

.SWHeadlinesTitle :active {
    text-decoration: none;
    color: #000000;
}

.SWHeadlinesTitle :hover {
    text-decoration: underline;
    color: #000000;
}
.SWHeadlinesTeaser {
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}


/*---------------------------------------------------------------------*/
/* ANNOUNCEMENT CLASSES     */
/*---------------------------------------------------------------------*/


.SWAnnouncements {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFD700;
                padding-bottom:15px;
}

.SWAnnouncements p{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFD700;
                padding-bottom:1px;
}

.SWAnnouncements :link {
    text-decoration: none;
    color: #FFD700;
}

.SWAnnouncements :visited {
    text-decoration: none;
    color: #FFD700;
}

.SWAnnouncements :active {
    text-decoration: none;
    color: #FFD700;
}

.SWAnnouncements :hover {

}

/*---------------------------------------------------------------------*/
/* ARTICLE LIBRARY LISTING  */
/*---------------------------------------------------------------------*/

.SWArticlesTitle A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.SWArticlesTeaser{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

/*---------------------------------------------------------------------*/
/* ARTICLE LIBRARY DETAIL	*/
/*---------------------------------------------------------------------*/

.SWArticlesDetailTitle{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

.SWArticlesDetailContent{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.SWArticlesDetailAuthor{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.SWArticlesDetailAuthorEmail{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.SWArticlesDetailAuthorPhone {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/*---------------------------------------------------------------------*/
/* MAPS & DIRECTIONS LISTING        */
/*---------------------------------------------------------------------*/

.SWMapsTitle A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000C0;
	text-decoration: underline;
}
.SWMapsTitle :link {

    color: #0000C0;
}

.SWMapsTitle :visited {

    color: #0000C0;
}

.SWMapsTitle :active {
 
    color: #0000C0;
}

.SWMapsTitle :hover {
    text-decoration: underline;
    color: #0000c0;
}

.SWMapsStreet{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
.SWMapsCityStateZip{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}


/*---------------------------------------------------------------------*/
/* MAPS & DIRECTIONS DETAIL              */
/*---------------------------------------------------------------------*/


.SWMapsDetailTitle{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.SWMapsDetailStreet{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.SWMapsDetailCityStateZip{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.SWMapsDirectionsDetail{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

/*---------------------------------------------------------------------*/
/* FILE LIBRARY LISTING   */
/*---------------------------------------------------------------------*/

.SWFilesTitle{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


.SWFilesDescription{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}

.SWFilesDescription P{
                margin-top: -3px;
                margin-bottom: -1px;
}


.SWFilesNameSize{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #00000;
}

}
.SWFilesNameSize a:after{
	content: 'Click Here to Download File';
}

/*---------------------------------------------------------------------*/
/* LINK LIBRARY LISTING      */
/*---------------------------------------------------------------------*/

.SWLinksTitle{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

.SWLinksDescription{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.SWLinksLink A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}

/*---------------------------------------------------------------------*/
/* CONTENT					    */
/*---------------------------------------------------------------------*/

/* Used on all layouts. It surrounds all content. */
.SWMasterContentContainer {
}

/* Used on secondary page when left navigation is on. */
.SWContentBODY {
/* FIREFOX PADDING FIX */
    WIDTH: 690px!important;
	WIDTH: 720px;
	BACKGROUND-COLOR:white;
	PADDING-TOP: 15px;
	PADDING-BOTTOM: 15px;
	PADDING-LEFT: 15px;
	PADDING-RIGHT: 15px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	position: relative;
}

/* Used on secondary page when left navigation is off. */
/* Used on Login, Access My Info, Register, Directory and Log Out pages */

.SWContentBODYMinusLeftNavigation {
/* FIREFOX PADDING FIX */
    WIDTH: 930px!important;
	WIDTH: 960px;
    BACKGROUND-COLOR:white;
    PADDING-TOP: 15px;
    PADDING-BOTTOM: 15px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
	font-family: tahoma, verdana;
	font-size: 12px;
	position: relative;
}.SWContentBODYMinusLeftNavigation {
/* FIREFOX PADDING FIX */
    WIDTH: 930px!important;
	WIDTH: 960px;
    BACKGROUND-COLOR:white;
    PADDING-TOP: 15px;
    PADDING-BOTTOM: 15px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
	font-family: tahoma, verdana;
	font-size: 12px;
	position: relative;
}

/* Used to format the Last Modified Date */

.SWLastModifedDate {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

/*---------------------------------------------------------------------*/
/* MYSTART ELEMENT CLASSES      */
/*---------------------------------------------------------------------*/

.SWCancelButton{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}
.SWSignInButton{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.SWButtonGeneral {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

/*---------------------------------------------------------------------*/
/* DIRECTORY		*/
/*---------------------------------------------------------------------*/

.SWDirectoryTitle {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 25px;
	font-weight: normal;
}

.SWDirectoryAlphabeticalGroupHeading {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	width:200px;
}

.SWDirectoryAlphabeticalFilterLink {
	background-color: #F0F0F0;
	padding: 5px 5px 5px 5px;
	width:20px;
	border: 2px solid #FFFFFF;
}

.SWDirectoryAlphabeticalFilterLink A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}


/* Used when navigation node is not hovered over */

.SWDirectoryItem {
	background-color: #FFFFFF;
	padding: 5px;
	width:200px;
	clear: none;
	border: 1px solid #FFFFFF;

}

.SWDirectoryItem A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}

/* Used when cursor is over navigation node */

.SWDirectoryItemHover
{
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	width: 200px;
	border: 1px solid #CCCCCC;
}

.SWDirectoryItemHover A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}

/*---------------------------------------------------------------------*/
/* SITE MAP		*/
/*---------------------------------------------------------------------*/
.SWSMSiteTitle {
	margin-top:10px;
	margin-bottom:10px;
}

.SWSMSiteTitle A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 25px;
	font-weight: normal;
}

.SWSMChannelTitle {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

/* Used when navigation node is not hovered over */
.SWSMSectionItem {
	background-color: #FFFFFF;
	padding: 5px;
	width:200px;
	clear: none;
	border: 1px solid #FFFFFF;
}

.SWSMSectionItem A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* Used when cursor is over navigation node */
.SWSMSectionItemHover {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	width: 200px;
	border: 1px solid #CCCCCC;
}

.SWSMSectionItemHover A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/*---------------------------------------------------------------------*/
/* FLEXLIST		*/
/*---------------------------------------------------------------------*/

.sw-flex-title {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
}
.sw-flex-description {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin-bottom: 15px;
}

/* List View */

/* Used to format group of items in the list */
.sw-flex-item-group {
	margin-top: 10px;
	padding: 0px;
	width: 600px;
}

/* Used to format item in the list*/
.sw-flex-item {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

/* Used to format label for the item*/
.sw-flex-item-label {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

/* Table View */

/* Used to format the table */
.sw-flex-table {
	margin: 0px;
	padding: 0px;
	width: 600px;
}

/* Used to format the column headings r */
.sw-flex-column-heading {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 0px;
}

/* Used to format the alternating row */
.sw-flex-alt-row {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	background-color: #E4E4E4;
}

/* Used to format the row */
.sw-flex-row {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
}
/*---------------------------------------------------------------------*/
/* CALENDAR ACTIVEBLOCK		*/
/*---------------------------------------------------------------------*/
/* Used to format the date */
.SW-Calendar-Block-Date { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
color: #00234C; 

}

/* Used to format the date */
.SW-Calendar-Block-Time { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Used to format the title */
.SW-Calendar-Block-Title {}

/* Used to format the title link */
.SW-Calendar-Block-Title A { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
                text-decoration: none;
                color: #000000; 
}

/* Used to format the entire list */
.SW-Calendar-Block-Container {}

/* Used to format a single event row */
.SW-Calendar-Block-Event-Container {
	margin-top:3px;
	
   
}


/*---------------------------------------------------------------------*/
/* Blogs		*/
/*---------------------------------------------------------------------*/
.SW-BlogPostDate{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	margin-right:10px;
	}
.SW-BlogTitle{
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	margin-right:10px;
	}
.SW-BlogDescription{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	margin-right:10px;
	}	
.SW-BlogPostedBy{ 
	color:#CCCCCC;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCCCCC;
	padding-bottom:10px;
	margin-right:10px;
	}	
.SW-BlogRightHeader{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	}
.SW-BlogRightLink{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-bottom:5px;
	}
.SW-BlogCommentHeading{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	}	
.SW-BlogCommentAuthor{
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	padding-bottom:3px;
	}	
.SW-BlogCommentText{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	padding-bottom:8px;
	}
.SW-BlogCommentPostedOn{ 
	color:#CCCCCC;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	padding-left:15px;
	}
.SW-BlogLeaveCommentHeading{
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
.SW-BlogLeaveCommentFieldCaption{
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	}
	
/*---------------------------------------------------------------------*/
/* Podcasts		*/
/*---------------------------------------------------------------------*/

.SW-Podcast-Title {
margin-top:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
 
}
 
.SW-Podcast-Description {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
 
}
 
.SW-Podcast-Author {
margin-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
 

.SW-Podcast-Length {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
 

.SW-Podcast-Controls {
margin-top:10px;
}

/*---------------------------------------------------------------------*/
/* Assignments  */
/*---------------------------------------------------------------------*/
.sw-assignments-list-container {
     padding: 10px;
     border-bottom: 1px solid #EEEEEE;
}
.sw-assignments-list-category {
     font-size: 12px;
     font-family: Arial, Helvetica, sans-serif;
}
.sw-assignments-list-datetime {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
}
.sw-assignments-list-subject a {
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     color: black;
     font-size: 14px;
}
.sw-assignments-list-note{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     margin-left: 10px;
     font-style: italic;
}
.sw-assignments-pastdue-column {
     padding: 10px;
}
.sw-assignments-pastdue-header-container {
     padding: 10px;
     border-bottom: 4px solid #EEEEEE;
}
.sw-assignments-pastdue-header-text {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 16px;
     font-weight: bold;
}
.sw-assignments-upcoming-column {
     padding: 10px;
}
.sw-assignments-upcoming-header-container {
     padding: 10px;
     font-family: Arial, Helvetica, sans-serif;
     border-bottom: 4px solid #EEEEEE;
}
.sw-assignments-upcoming-header-text {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 16px;
     font-weight: bold;
}
.sw-assignments-top-filter-box {
     border: 1px solid silver;
     WIDTH: 520px;
     cursor: pointer;
}
.sw-assignments-top-filter-box-title{
     background-color: silver;
    
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
     padding-top: 5px;
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 5px;
}
.sw-assignments-top-filter-box-item {
     padding-top: 5px;
     padding-left: 10px;
     padding-right: 10px;
     width: 100%;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
}
.sw-assignments-top-filter-box-buttons{
     text-align: right;
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 10px;

}
.sw-assignments-detail-subject {
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     color: black;
     font-size: 22px;
}
.sw-assignments-detail-category {
     font-size: 12px;
     font-family: Arial, Helvetica, sans-serif;
     margin-bottom: 20px;
     border-bottom: 3px solid #EEEEEE;
     padding-bottom: 10px;
}
.sw-assignments-detail-datetime {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
}
.sw-assignments-detail-container {
     padding: 20px;
}
.sw-assignments-detail-body {
     border-top: 1px solid #EEEEEE;
     margin-top: 20px;
     padding-top: 10px;
}
.sw-assignments-go-back {
     width: 210px;
     font-family: Arial, Helvetica, sans-serif;
     border-top: 1px solid #FFFFFF;
     text-align: left;
}
.sw-assignments-upload-header { 
     background-color: #EEEEEE; 
     border-top: 1px solid #AAAAAA;
     border-bottom: 1px solid #AAAAAA;
     padding-bottom: 10px;
} 
.sw-assignments-upload-button {
     width: 160px;
     font-family: Arial, Helvetica, sans-serif;
     border-top: 1px solid #FFFFFF;
     margin-top: 10px;
     text-align: left;
}
.sw-assignments-upload-detail-subject{
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     color: black;
     font-size: 22px;
     padding: 10px;
}
.sw-assignments-upload-detail-datetime {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     margin-left: 10px;
}
.SWChannelLinkRight {float            : left;background       : url() no-repeat right top;background-color :#ffd700;border			  :0;border-color	  :;border-style	  : solid;font-size        :12px;font-weight      : Bold;text-decoration  :None;font-family: Arial, Helvetica, Sans-Serif;color: #000000;margin-top:0px;margin-bottom:0px;margin-right:0px;margin-left:0px;height			  :45px;text-align:Center;}.SWChannelLinkRight:hover {background       : url() no-repeat right top;background-color :;border			  :0;border-color	  :;border-style	  : solid;font-weight      : Bold;text-decoration  :None;color: #00234c;font-family: Arial, Helvetica, Sans-Serif;font-size        :12px;text-align:Center;}.SWChannelLinkLeft {float            : left;background       : url() no-repeat left top;padding-top      :6px;padding-bottom   :5px;padding-right    :12px;padding-left     :12px;white-space      : nowrap;cursor:			hand;height			  :45px;}.SWChannelNavigationBar A:hover SPAN.SWChannelLinkLeft {background       : url() no-repeat left top;padding-top      :6px;padding-bottom   :5px;padding-right    :12px;padding-left     :12px;height			  :45px;}.SWChannelLinkRightSelected {float            : left;background       : url() no-repeat right top;background-color :;border			  :0;border-color	  :;border-style	  : solid;font-size        :12px;font-weight      :Bold;text-decoration  :None;font-family: Arial, Helvetica, Sans-Serif;color: #001b64;margin-top:0px;margin-bottom:0px;margin-right:0px;margin-left:0px;text-align:Center;height			  :45px;}.SWChannelLinkRightSelected:hover {margin-top:0px;margin-bottom:0px;margin-right:0px;margin-left:0px;}.SWChannelLinkLeftSelected { float            : left;display          : block;background       : url() no-repeat left top;padding-top      :6px;padding-bottom   :5px;padding-right    :12px;padding-left     :12px;white-space      : nowrap;height			  :45px;cursor:			hand;}.SWChannelLinkLeftSelected:hover {padding-top      :6px;padding-bottom   :5px;padding-right    :12px;padding-left     :12px;height			  :45px;}/*                                                                   */
/* SECTION AND HIERARCHY NAVIGATION         */
/*                                                                   */

/*---------------------------------------------------------------------*/
/* Used when navigation node is not selected */
/*---------------------------------------------------------------------*/


/* Formats the size, border and background color */
.SWNav {
	
	padding: 5px 5px 5px 5px;width:200px;
	border: 0px solid #F0F0F0;
}

/* Formats the text link */
.SWNav A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

/*---------------------------------------------------------------------*/
/* Used when cursor is over navigation node */
/*---------------------------------------------------------------------*/

/* Formats the size, border and background color */
.SWNavHover
{
    
    padding: 5px 5px 5px 5px;
    width: 200px;
	border: 0px solid #CCCCCC;
}

/* Formats the text link */
.SWNavHover A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFd700;
	text-decoration: none;

}


/*---------------------------------------------------------------------*/
/* Used when navigation node is selected */
/*---------------------------------------------------------------------*/

/* Formats the size, border and background color */
.SWNavSelected {
	
	padding: 5px 5px 5px 5px;width:200px;
	border: 0px solid #CCCCCC;
}

/* Formats the text link */
.SWNavSelected A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFD700;
	text-decoration: none;
}

/*---------------------------------------------------------------------*/
/* Section List Object		*/
/*---------------------------------------------------------------------*/

.sw-sectionlist {
list-style-type:none; margin:0px;
}

/*---------------------------------------------------------------------*/
/* Used when navigation node is not selected */
/*---------------------------------------------------------------------*/

.sw-sectionlist-item {
padding: 5px 5px 5px 5px;background-color:#CCCCCC;
width:100%;
}

.sw-sectionlist-item a {
font-family:Arial, Helvetica, Sans-Serif;
font-size:12px;

}

/*---------------------------------------------------------------------*/
/* Used when cursor is over navigation node */
/*---------------------------------------------------------------------*/

.sw-sectionlist-item-hover {
padding: 5px 5px 5px 5px;
width:100%;background-color:#FFFFFF;
}

.sw-sectionlist-item-hover a { 
font-family:Arial, Helvetica, Sans-Serif;
font-size:12px;
color:#000000;
}

/*---------------------------------------------------------------------*/
/* Used when navigation node is selected */
/*---------------------------------------------------------------------*/

.sw-sectionlist-item-selected {
padding: 5px 5px 5px 5px;
width:100%;background-color:#FFFFFF;
}

.sw-sectionlist-item-selected a {
font-family:Arial, Helvetica, Sans-Serif;
font-size:12px;
color:#000000;
}