wbody { margin: 0; padding: 0;/* font-family:Verdana, Arial, Helvetica, sans-serif;  */} 
html {margin: 0; padding: 0; } 

h1, h2, h3 { /*font-family: Arial, Helvetica, sans-serif;*/}
h4 { font-family: 'Verdana'}

#bgcontain { width: 780px; margin: 0 auto; text-align: left; } 
/* IE min height hack */ * html #container { height: 250px;} 
#container { padding: 0; float: left; width: 100%; clear: both; min-height: 250px; background: url(../Images/bkg_container.png) repeat-y right top; margin: 20px 0px; } 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header h1.HeaderImage {padding: 0px 0px; margin: 0px;}
.header h1.HeaderText { font-size: 32px; letter-spacing: -2px; font-weight: normal; padding: 15px 0px; margin: 0px; font-family: Helvetica, Arial, sans-serif;}
.header { width: 780px; position: relative; height: 108px; margin-top: 32px;}
.header h1 { font-size: 38px; letter-spacing: -2px; font-weight: normal; padding: 15px 0px; margin: 0px; font-family:  font, Helvetica, Arial, sans-serif; }
.header h1 a { color:#fff;}
.header h1 a:visited { color:#fff;}
.header h1 a:hover { color:#fff; text-decoration: none;}

.header .search { position: absolute; top: 0px; right: 0px; width: 205px; padding: 0px 15px 5px 15px; display:none;}
.header .search h2 { font-size: 14px; color:#fff; margin: 0px; padding: 0px 0px 5px 0px; font-weight: bold; letter-spacing: -1px;}

.header .search form { padding: 0px; margin: 0px;}
.header .search .input { background:#fff; font-size: 11px; padding: 3px 3px 4px 3px; margin: 0px;}
.header .search .arrow { width: 69px; height: 22px; background: url(../Images/SearchArrow.png) no-repeat;}
/*\ IE/Win min height hack */ * html .searcharrow { margin: -23px 0px 0px 135px; } /* */ 
.searcharrow {  margin: -22px 0px 0px 135px; }
.searcharrow { padding: 0px; *margin: -23px 0px 0px 135px; top: 0px; background: none;}
.header .search p { padding: 3px 0px; margin: 0px; font-size: 10px;}
.header .search p a {}


/* Top Menu (Site Menu - SiteMenuPanel.html) 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.TopMenu { position: absolute; top: -23px; left: 0px; }
.TopMenu ul { padding: 0px; margin: 0px;}
.TopMenu li { padding: 0px 5px; margin: 0px; list-style-type: none; display: inline; font-size: 10px;}
.TopMenu li a { text-decoration: underline;}
.TopMenu li a:visited { text-decoration: underline;}
.TopMenu li a:hover { text-decoration: none; text-decoration: underline;}

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu { position: absolute; top: 80px; left: 0px;}

.menu a { padding: 8px; }

/* remove all list stylings */
.menu, .menu ul {margin: 0; padding: 0; border: 0; list-style-type: none; display: block; }

.menu li { margin: 0; padding: 0; border: 0; display: block; float: left;	/* move all main list items into one row, by floating them */
	position: relative; /* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5; /* thus we need to apply explicit z-index here... */
	font-size: 10px;
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li { float: none; /* items of the nested menus are kept on separate lines */ 
letter-spacing: 0px;
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0; left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: "."; height: 0; display: block; visibility: hidden; overflow: hidden; clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 11px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.content { float: left; width: 500px; padding: 0px;} 

/* BreadCrumb */

#content .BreadCrumb { color:#929292;font-size:9px;padding:10px 0 25px; }
#content .BreadCrumb ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 20px;/* background: url(../Images/BreadCrumbIcoUl.png) no-repeat left center;*/ margin:0 0 0 -10px; padding-left:0px;}
#content .BreadCrumb li { background: url(../Images/trail_arrow.gif) no-repeat left center; margin: 0px 4px 0px 0px; padding: 0px 0px 0px 10px; text-decoration: none; display: inline; color:#929292;}

#content .BreadCrumb li:first-child{background:none;}
#content .BreadCrumb li a { color:#929292;text-decoration:none;}
#content .BreadCrumb li a:hover {text-decoration:underline;}

#content h1 { color:#00549D;display:block;font-size:36px;padding: 5px 0px; margin: -20px 0px 5px 0px;font-weight:normal;max-height:88px;}
.inner .content h2 {color:#9DA803;font-size:13px;font-weight:normal;letter-spacing:-0.4px;line-height:15px;margin:0;padding:0 0 11px;word-spacing:-0.5px}
#left_column h2 {  color:#A8B400;}

#content h3 { font-size: 14px; letter-spacing: -1px; padding: 0px 0px; margin: 0px 0px 5px 0px; color:#9BB025;}
#content h3 a {
color:#9BB025;}/* article */
#content .PostItem {display: block; clear: both;}

.Intro { margin-bottom: 20px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Articles { margin: 0px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Featured { margin: 0px 0px; clear: left;}
.Featured h1 { padding-left: 25px; background: url(../Images/FeaturedIcoHeading.png) no-repeat left center;margin-bottom: 10px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentArticles { margin: 20px 0px;}
.RecentArticles h1 { padding-left: 25px;  background: url(../Images/SummaryIcoHeading.png) no-repeat left center; margin-bottom: 10px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Categories {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Blogs {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* IE min height hack */ * html .Authors { height: 150px;} 
.Authors {min-height: 150px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Pages {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News {}
.News h1 { padding-left: 25px; background: url(../Images/NewsIcoHeading.png) no-repeat left center; margin-bottom: 10px;}
.News h2 { font-size: 11px; letter-spacing: -1px; padding: 0px; margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.News .Post { padding: 3px 0px; border-bottom: solid 1px #e0e0e0;}
.News .Post .PostInfo { padding: 0px; margin: 0px; font-size: 9px; color:#ad9f98;  }
.News .Post .PostContent { color:#333; line-height: 15px; }
.News .Post .PostContent p { padding: 4px 0px; margin: 4px 0px; }
.News .Post .readmore   { background: url(../Images/icon_FullStory.png) no-repeat left center; padding-left: 17px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SearchResults {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#RecentBlogsPanel { float: right; width: 220px; }

/* Recent Blogs */
.RecentBlogs { background: #fff;  padding: 0px 0px 0px 20px; float: right; width: 220px; }
.RecentBlogs h1 { padding-left: 25px; background: url(../Images/RecentBlogIcoHeading.png) no-repeat left center; margin-bottom: 10px; }
.RecentBlogs ul { padding: 0px; margin: 10px 0px; }
.RecentBlogs li { padding: 5px 0px; margin: 0px; list-style-type: none; font-size: 9px; border-bottom: solid 1px #e0e0e0;}
.RecentBlogs big { font-size: 11px; display: block; font-weight: bold; letter-spacing: -1px; }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Post */
.Post { padding: 0px; margin: 0px;}

/* Post Author left side from the article */
.Post .PostAuthorDetails { float: right; padding: 10px; margin: 0px 0px 10px 20px; width: 200px; font-size: 11px; border-bottom: #fff 10px solid; border-left: #fff 10px solid;}
.Post .PostAuthorDetails h2 { text-transform: uppercase; font-size: 14px; font-weight: bold; letter-spacing: normal; padding: 0px 0px 5px 0px; margin: 0px;}
.Post .PostAuthorDetails p { font-size: 10px; padding: 3px 0px; margin: 0px; color:#333;}
.Post .PostAuthorDetails img { margin: 0px 10px 0px 0px; padding: 1px; border: solid 1px #ccc; float: left;}

/* Post Head */
.Post .PostHead {}
.Post .PostHead h1 { padding: 2px 0px; margin: 2px 0px;}
.Post .PostHead h2 {/* padding: 2px 0px; margin: 0px;*/font-size:34px;margin:0 0 10px;padding:0; }
#left_column h2 {/* padding: 2px 0px; margin: 0px;*/font-size:32px;margin:0 0 -4px;padding:0; }


/* Post Info/Details */
.Post .PostInfo { padding: 5px; margin: 0px 0px 10px 0px; font-size: 10px; background: #f6f6f6; color:#7e8996; }
.Post .PostInfo li { padding: 0px; margin: 0px; display: inline; list-style-type: none;}
.Post .PostInfo a { color: #7e8996; text-decoration: underline; font-weight: bold;}
/*.Post .PostInfo .Author { border-right: solid 1px #7e8996; padding: 0px 5px 0px 0px;}
.Post .PostInfo .Time { border-right: solid 1px #7e8996; padding: 0px 5px 0px 5px;}
.Post .PostInfo .Categ { border-right: solid 1px #7e8996; padding: 0px 5px 0px 5px;}*/
.Post .PostInfo .Rating {padding: 0px 0px 0px 5px;}

/* Post Content */
.Post .PostContent { margin: 0px; padding: 10px 0px;  line-height: 15px;}
.Post .PostContent img { margin: 0px 10px 10px 0px; padding: 1px; border: solid 1px #ccc;}
.Post .PostContent p {  line-height: 15px;}

/* Post Content -Single Page */
.Post .PostContentSingle { /*color:#00549F;line-height:13px;padding-bottom:10px;*/}
.Post .PostContentSingle img {}
.Post .PostContentSingle h1 { padding: 10px 0px; margin: 0px 0px 5px 0px;}
.Post .PostContentSingle p {  /*line-height: 15px; padding: 6px 0px; margin: 6px 0px;*/}
.Post .PostContentSingle h2 {color: #A8B400 ; font-family: Verdana ; font-size: 13px ; font-weight: normal; letter-spacing:-0.4px;}

/* Post Bottom - Printer Version +  Full story + Visit Site */
.Post .PostBottom { padding: 5px 0px 15px 0px; margin: 0px;}
.Post .PostBottom li { padding: 2px 0px; margin: 0px 5px 0px 0px; list-style-type: none; display: inline; font-size: 10px; }
.Post .PostBottom li a { text-decoration: underline; }
.Post .PostBottom li a:visited { text-decoration: underline;}
.Post .PostBottom li a:hover { text-decoration: underline;}
.Post .PostBottom .FullStory { background: url(../Images/icon_FullStory.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .VisitSite { background: url(../Images/icon_VisitSite.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .PrinterVersion { background: url(../Images/icon_PrinterVersion.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .EditArticle { background: url(../Images/icon_EditArticle.png) no-repeat left center; padding-left: 17px;}

/* Article More Related Info */
.Post .PostMore { padding: 0px; margin: 5px 0px 5px 0px;}
.Post .PostMore h1 { font-size: 23px; padding: 5px 0px; margin: 0px; }

/* Article Comments */
.Post .PostMore .Comment, .Post .PostMore .CommentAlt { padding: 5px 10px 10px 10px;}
.Post .PostMore .Comment .Title, .Post .PostMore .CommentAlt .Title { font-size: 12px; padding: 4px 3px; padding-left:40px; margin: 0px;}
.Post .PostMore .Comment .Details, .Post .PostMore .CommentAlt .Details { font-size: 9px; padding: 0px 3px; padding-left:40px; margin: 0px; color: #7E8996;}
.Post .PostMore .Comment .Reply, .Post .PostMore .CommentAlt .Reply { float: right; font-size: 9px; padding-top:4px; color: #7E8996; clear: both;}
.Post .PostMore .Comment .Content, .Post .PostMore .CommentAlt .Content {  padding: 10px 0px 0px 5px; margin: 0px;}

/* Article Submit Comments */
.PostSubmitComments { font-size: 10px;}

/* Article Navigation */
/* IE min height hack */ * html .ArtNav { height: 15px;} 
.ArtNav {font-size: 11px; line-height: 13px; background: #f5f5f5; padding: 6px; min-height: 15px;}
.ArtNav strong { letter-spacing: -1px;}
.ArtNavLeft { float: left }
.ArtNavRight { float: right }

/* Paging */
.Paging { text-align: right; padding: 6px; margin: 5px 0px; font-size: 10px; line-height: 15px;}
.Paging strong { letter-spacing: -1px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Category Top ( Only on the Category page)  */
.Category { padding: 0px; margin: 10px 0px 10px 0px; }
.Category h1 { font-size: 25px; float:left;}
.Category .Desc { font-size: 10px; line-height: 14px; clear: both; }
.Category .rss { float: right; padding-top: 14px; }
.Category .SubCategory ul { padding: 15px 0px 5px 0px; margin: 0px;}
.Category .SubCategory li { padding: 2px 0px 2px 15px; margin: 0px; list-style-type: none;}
.Category .SubCategory ul {  width: 38em; }
.Category .SubCategory ul li { float: left; width: 15em;  /* accommodate the widest item */ }
/* stop the floating after the list */
.Category .SubCategory br { clear: left; }
/* separate the list from what follows it */
.Category .SubCategory { clear: both; margin-bottom: 1em; }
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Authors A-Z - ( Only on the Author page) */
.AZ { padding: 0px; margin: 15px 0px; position: relative; font-size: 10px; font-weight: bold;}
.AZ ul { padding: 5px 0px; margin: 0px;}
.AZ li { padding: 0px 1px; margin: 0px; list-style-type: none; display: inline;}
.AZ a { padding: 0px 3px; margin-right: 1px;}
.AZ a:visited { padding: 1px 3px;}
.AZ a:hover { padding: 1px 3px; }

.ListAuthors {}
.ListAuthors ul { margin: 0px; padding: 0px 0px 0px 20px; }
.ListAuthors li { line-height: 16px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageForms */

.PageForms tr td { padding: 10px; }
.PageForms tr td table tr td { padding: 3px; font-size: 11px; }
.PageForms tr td table tr td table tr td { padding: 0px; font-size: 11px; }

.PageForms {font-size: 10px;}
.PageForms form {}
.PageForms tr td { padding: 10px; }
.PageForms th { padding: 10px 2px 10px 10px; text-align: left; font-size: 13px; font-family: "Trebuchet MS"; font-weight: normal;}

.PageForms tr td table tr td { padding: 3px; font-size: 11px; }
.PageForms tr td table tr td table tr td { padding: 0px; font-size: 11px; }
.PageForms td table td input { padding: 3px; }
.PageForms td table td input.keyfield { border: inset 1px #ccc; padding: 3px; }
.PageForms td table td textarea { border: inset 1px #ccc; padding: 5px; }
.PageForms td table td select { border: inset 1px #ccc; padding: 2px; }

.PageForms .Button { font-size: 10px; padding: 2px 5px; border: outset 2px #e0e0e0; font-weight: bold;}

.PageForms .Required { color:#FF0000;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Message */
.Message { color: #ff4e00; background: url('../Images/warning.gif') #FFFFCC no-repeat 5px center; font-size: 11px; padding: 5px 5px 5px 25px; line-height: 16px; border: 1px solid #FFCC66;  margin-left: 5px;}
.ErrorMessage { color: #ff0000; background: url('../Images/exclamation.png') no-repeat left center; font-size: 11px;padding-left: 20px; line-height: 16px;}
.SuccessMessage { color: #66ad00; background: url('../Images/success.png') no-repeat left center; font-size: 11px;padding-left: 20px; line-height: 16px;}


/* tabs styles */
#tabnav { height: 26px; margin: 0px 0px 10px 0px; padding-left: 6px; background: url('../Images/tab_bottom.gif') repeat-x bottom;}
#tabnav li { margin: 0; padding: 0;	display: inline; list-style-type: none;}
#tabnav li a {}
#tabnav li a:visited {}
#tabnav li a:hover {}

#tabnav .navlinks {margin: 0; padding: 0; display: inline; list-style-type: none; float: right;}
.tablink { float: left; }
#tabnav .tablink a:link, #tabnav .tablink a:visited 
{float: left; font-size: 10px; line-height: 14px; font-weight: bold; padding: 5px 10px 5px 10px; margin: 0px 4px 0px 0px ; text-decoration: none;}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active {}
#tabnav a:hover {}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ViewAll { background: url(../Images/ico_view_all.png) no-repeat left center; padding-left: 13px; font-size: 10px; font-weight: bold; color:#33b0ee;}
.ViewAll a { color:#33b0ee;}
.ViewAll a:visited { color:#33b0ee;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.right { float: right; width: 235px; padding-top: 10px; } 
.right ul { padding: 10px ; margin: 10px; list-style-image: url(../Images/ArrowLeft.png); } 
.right li { padding: 0px; margin: 0px; list-style-type: none;} 
.right h2 { padding: 0px 0px 10px 0px; font-size: 14px; line-height: 14px; margin: 0px; letter-spacing: -1px; border-bottom: solid 2px #ccc;}

.right li a { font-size: 11px; }
.right li a:visited {}

.right .Categories { margin-bottom: 15px;}
.right .Categories h2 { background: url(../Images/IcoCategories.png) no-repeat left top; padding-left: 20px; margin-bottom: 10px;}
.right .Categories ul { padding:0px; margin:0px;padding-top: 0px;  border-top: solid 1px #dfe6ec; padding-bottom: 0px; list-style-image: none;}
.right .Categories li a { font-size: 12px; padding-left: 15px;display: block; border-bottom: solid 1px #dfe6ec; background: url(../Images/ArrowLeft.png) no-repeat left top; padding-top: 3px; padding-bottom: 3px; }
.right .Categories li a:hover {}

.right .ArticleOptions {margin-bottom: 15px;}
.right .ArticleOptions h2 { background: url(../Images/IcoArticleOptions.png) no-repeat left top; padding-left: 20px;}

.right .ArticleOptions li a {}
.right .ArticleOptions .EmailToFried { background: url(../Images/ArticleOptionsEmail.png) no-repeat left center; padding-left: 15px;}
.right .ArticleOptions .PrintArticle { background: url(../Images/ArticleOptionsPrint.png) no-repeat left center; padding-left: 15px;}
.right .ArticleOptions .RemoveFavorites { background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center; padding-left: 15px;}
.right .ArticleOptions .AddToFavorites { background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center; padding-left: 15px;}
.right .ArticleOptions .ArticlesToRead { background: url(../Images/ArticleOptionsRead.png) no-repeat left center; padding-left: 15px;}
.right .ArticleOptions .RemoveRead { background: url(../Images/ArticleOptionsRead.png) no-repeat left center; padding-left: 15px;}

.right .PopularArticles {margin-bottom: 15px;}
.right .PopularArticles h2 { background: url(../Images/IcoPopularArticles.png) no-repeat left top; padding-left: 20px;}
.right .PopularArticles li a { }

.right .FavoriteArticles {margin-bottom: 15px;}
.right .FavoriteArticles h2 { background: url(../Images/IcoFavoriteArticles.png) no-repeat left top; padding-left: 20px;}
.right .FavoriteArticles li a {   }

.right .ArticlesToRead { margin-bottom: 15px;}
.right .ArticlesToRead h2 { background: url(../Images/IcoArticlesToRead.png) no-repeat left top; padding-left: 20px;}
.right .ArticlesToRead li a { }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.EmailToFriend { background: #fff; margin: 30px;} 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer { font-size:9px;height:1%;overflow:hidden;padding:0 0 25px; color:#61614e;}
.footer p { padding: 0px; margin: 0px;  font-size: 10px;}


/* Spread the Word */
.SpreadTheWord {}
.SpreadTheWord ul { padding: 0px; margin: 0px; }
.SpreadTheWord li { padding: 0px 2px; margin: 0px; list-style-type: none; display: inline; font-size: 11px; line-height: 16px;}

/* Paging */
.Paging { text-align: right; padding: 6px; margin: 5px 0px; font-size: 10px; line-height: 15px;}
.Paging strong { letter-spacing: -1px;}
.Paging a { display: inline; padding: 2px 5px;}
.Paging a:visited {}
.Paging a:hover { text-decoration: none;}
.PagingDisabled { display: inline; padding: 2px 5px; }
.PagingCurrentPageNumber { display: inline; font-weight: bold; padding: 2px 5px;}


.msgWarning
{
	background-image: url('../Images/warning.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
	font: normal 11px/18px Tahoma;
	padding: 5px;
	margin-bottom: 15px;
	padding-left: 25px;
	border: dotted 1px #C0C0C0;
	background-color: lightyellow;
	color: #333333;
	text-decoration: none;
	display: '';
	z-index:1000;
	width: 220px;
}


.ArticleExtraContent { font-size: 11px;}
.ArticleExtra ol, .ArticleExtra ol li { font-size: 11px;}
.ArticleExtra ul, .ArticleExtra ul li { font-size: 11px;}

.ArticleExtra ul { padding-top: 0px; padding-bottom: 0px; margin:0px; list-style-type: none;  padding-left: 20px;}
.ArticleExtra ul li a {  font-size: 11px; display: block; padding-left: 20px; background: url(../Images/ArrowLeft.png) no-repeat left top; }

.FloatNone { float: none; }
.FloatRight { float: right; }
.FloatLeft { float: left; }


/* Summary Article Attachment */
.AttachmentList { padding: 6px;}
.AttachmentList ul { padding-top: 0px; padding-bottom: 0px; margin:0px; list-style-type: none;  padding-left: 20px;}
.AttachmentList ul li { padding: 3px;}
.AttachmentList ul li a { font-size: 10px; display: block; padding-left: 20px; }
.AttachmentHeading { font-size: 11px; font-weight: bold; font-family:Arial,Helvetica,sans-serif; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.right .Newsletter { margin-bottom: 15px; font-size: 11px; }
.right .Newsletter h2 { background: url(../Images/IcoNewsletter.png) no-repeat left top; padding-left: 20px; margin-bottom: 10px;}

/* Teaser Image Styles */
.FeatureImageSpan { font-size: 9px; margin: 5px;}
.FeatureImageCaption {  padding-left: 3px; padding-right: 3px;}


/* Copied Styles */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	color:#00549F;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
color:#00549F;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#BBBBBB none repeat scroll 0 0;
color:#00549F;
font-family:verdana;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
position:relative;
-x-system-font:none;
font-size:11px;
line-height:13px;
margin:20px 0 0;
}

#navigation{
	width: 945px;
	height: 26px;
	padding: 10px 18px 0px 19px;
	margin: 0px 0px 18px 0px;
	background: #A8B400;
}

#navigation ul{
	/*width: 450px;
	float: left;*/
}

#navigation ul li{
	/*margin: 0px 0px 0px 11px;
	padding: 0px 0px 0px 13px;
	float: left;
	background: url(../Images/navi_li.jpg) no-repeat;
color:#fff;*/
-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background: url(../Images/navi_li.jpg) no-repeat;float:left;line-height:17px;margin:0 2px 0 -2px;padding:0 13px 0 16px;

}

#navigation ul li:first-child{
	/*margin: 0px;
	padding: 0px;
	background: none;*/
}
#footer_navigation ul li:first-child
{
margin: 0px;
	padding: 0px;
	background: none;
}

#navigation ul li a{
	color: #fff;
	
}

#navigation ul li span{
	display: block;
	float: left;
	margin: 0px 9px 0px 0px;
}


#navigation ul li img{
	position: relative;
	float: left;
	margin: -3px 0px 0px 0px;
}


#navigation ul li a:hover{
	color: #00549F;
	text-decoration: none;
}

#search{
	width: 358px;
	float: right;
	height: 18px;
}

#search ul{
	width: 182px;
}

#search input#search_btn{
	width: 7px;
	height: 16px;
	float: left;
	background: url(../Images/search_btn.gif) no-repeat;
	border: none;
}

#search input#search_field{
	width: 163px;
	height: 16px;
	float: left;
	margin: 0px 6px 0px 0px;
	background: url(../Images/input_bg.gif) no-repeat;
	border: none;
text-indent:1px;
padding-top:2px;
}

#logo{
	display: block;
	width: 268px;
	height: 83px;
	float: left;
	clear: both;
	margin: 0px 0px 40px 0px;
	background: url(../Images/logo.jpg) no-repeat;
	text-indent: -99999px;outline:none;
}

/* Main navigation */

#main_navigation{
	width: 982px;
	height: 40px;
	float: left;
	clear: both;
}

#main_navigation ul li{
/*	float: left;
	margin: 0px 12px 0px 0px;
	position: relative;
width:128px;
height:41px;*/
/*overflow:hidden;*/
float:left;height:41px;margin:0 7px 0 0;position:relative;width:133px;
z-index:100!important;
}

#main_navigation ul li a{
	display: block;
        font-size:9px;
	
color:#00549F;vertical-align:bottom;	outline: none;
height:40px;

}

#main_navigation ul li#About-Us a{
	width: 128px;
	height: 40px;
	background: url(../Images/aboutus.jpg) no-repeat;
}

#main_navigation ul li#aplications_resources a{
	width: 128px;
	height: 40px;
	background: url(../Images/aplications_resources.jpg) no-repeat;
}


#main_navigation ul li#forums a{
	width: 128px;
	height: 40px;
	background: url(../Images/forums.jpg) no-repeat;
}


#main_navigation ul li#networks a{
	width: 128px;
	height: 40px;
	background: url(../Images/networks.jpg) no-repeat;
}


#main_navigation ul li#news_events a{
	width: 128px;
	height: 40px;
	background: url(../Images/news_events.jpg) no-repeat;
}


#main_navigation ul li#professional_development a{
	width: 128px;
	height: 40px;
	background: url(../Images/professional_development.jpg) no-repeat;
}

#main_navigation ul li#programs a{
	width: 128px;
	height: 40px;
	background: url(../Images/programs.jpg) no-repeat;
}

/* second level */
#main_navigation ul li:hover ul {
	display: block;
}

#main_navigation ul li ul {
	background: #fff;
	position: absolute;
	padding: 10px 3px 3px 3px;
	display: none;
}

#main_navigation ul li ul li {
	background: none !important;
	margin: 0px;
width:auto!important;
height:auto;
float:none;
}

#main_navigation ul li ul li a {
	background: none !important;
	text-indent: 0px !important;
	color: #6f6f6f;
	font: 11px Arial;
	height: auto !important;
	padding: 3px 4px;
width:116px !important;
padding-bottom:2px;
}

#main_navigation ul li ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #a3b700 !important;
}

/* Content */

#content{
	width: 982px;
	float: left;
	clear: both;
	padding: 0px 0px 0px 0px;
padding-bottom:13px;
}

#left_column{
	width: 268px;
	height: 336px;
	float: left;
	padding: 27px 0px 0px 0px;
padding-bottom:25px;
	
margin:-9px 12px 0 0;}
#fadingcontainer{
	
	height: 336px;
	float: left;
padding-bottom:24px;
	
}

#left_column h1{

color:#00549D;display:block;font-size:29px;height:auto;margin:0 0 10px;width:178px;
}

#text{

clear:both;height:224px;width:268px;
overflow:hidden;
}

#left_column p{
	font-size: 11px;
	color: #A8B400;
	margin: 0px 0px 20px 0px;
font-family: verdana;
}

#left_column ul li{
	/*display: none;*/
	float: left;
	margin: 0px 7px 0px 0px;
	
	color: #00549F;

}
#left_column ul li ul li{
	/*display: inline!important;*/
	float: left;
	margin: 0px 7px 0px 0px;
	
	color: #00549F;
}


#left_column li a:hover{
	color: #fff;
	text-decoration: none;
background-color: #a8b400;
}
#left_column .active a{
	color: #fff;
	text-decoration: none;
background-color: #a8b400;
}


#main_column{
	width: 548px;
	height: 357px;
	/*float:left; do not use this property as its breaking jQuery fadding which took almost a week to solve*/
	padding: 10px 0px 0px 0px;
	margin: 0px 6px 0px 0px;
float:left;
  overflow:hidden;
}
#main_column img{
	
height:339px;margin-top:1px;width:542px;}


#right_column{
	width: 142px;
	height: 328px;
	float: right;
	background: #EEF0CC;
	padding: 10px 0px 0px 6px;
	margin: 11px 0px 0px 0px;
}

#right_column h2{
	color: #00549D;
	font-size: 10px;
	margin: 0px 0px 16px 0px;
}

#right_column h3{
	display: block;
	width: 103px;
	/*height: 32px;*/
height :auto;
	margin: 0px 0px 5px 0px;
font-size: 12px;
	
}

#right_column h4{
	color: #00549F;
	font-size: 10px;
}

#right_column p{
	color: #00549F;
	font-size: 9px;
	/*margin: 10px 0px 0px 0px;*/
margin:5px 0 14px;
}

#right_column p a{
	position: relative;
	color: #A8B400;
	font-weight: bold;
}

#footer{
	width: 982px;
	height: 30px;
	float: left;
	clear: both;
	font-size: 10px;
	color: #959595;
        margin-top:9px;       
}

#copyright{

border-top:2px solid #D4DA80;float:left;padding:5px 0 0;width:268px;
}

#footer_navigation{
	
border-top:2px solid #D4DA80;display:inline;float:left;margin:0 0 0 13px;overflow:hidden;padding:5px 0 0;width:547px;
}

#footer_navigation ul li{
	display: inline;
	float: left;
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 7px;
	background: url(../Images/footer_li.gif) no-repeat;
}

#footer_navigation ul li.no_bg{
	padding: 0px;
	margin: 0px;
	background: none;
}

#footer_navigation ul li a{
	color: #959595;
}

#footer_navigation ul li a:hover{
	
color:#00549F;}

#updated{
	
border-top:2px solid #D4DA80;float:right;margin:0 7px 0 0;padding:5px 0 0;width:135px;
}


.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
#wrapper{
background-color:#FFFFFF;
margin:0 auto;
overflow:hidden;
padding:10px;
width:982px;
min-height:1020px;
}

/*******New styles*******/ 

#slogan {
    float: right;
    position: relative;
    top: -6px;
    margin-right: 6px;
}

img {
    vertical-align: top;
}

#main_navigation ul li#About-Us.active a{
    background-position: 0 -40px;
}

#left_column.auto_height {
    height: auto;
    overflow:hidden;
}

#left_column h1.title_aboutus {
	display: block;
	width: 268px;
	height: 37px;
	margin: 0px 0px 20px 0px;
	background:transparent url(../Images/title_aboutus.jpg) no-repeat scroll center bottom;	
color:#A6AE27;
height:auto;
}

#left_column .dropdown li {
    float: none;
    display: block;
    margin: 0px;
    line-height: 18px;
    zoom: 1;
}

#left_column .dropdown li a {
    display: block;
    color: #707070;
    text-decoration: none;
	padding: 0px 4px;
width:261px;
}
#left_column .dropdown li:hover > a {
      color: #fff;
}
#left_column .dropdown .level3 li a:hover {
    background: none!important;
 
color:#707070;}


#left_column .dropdown li ul {
   /* display: none;*/
}

/*#left_column .level2 ul a {
    background:none!important;
   color:#707070;!important;
}
#left_column .level2 ul li a:hover  {
   
   color:#A8B400;!important;
}*/

#left_column .dropdown li.active ul {
    display: block;
}

#left_column .dropdown li ul li {
    padding: 0px 0px 0px 24px;
    margin: 0px 0px 1px 0px;
    line-height: 16px;
    background: url("../Images/bullet_grey.gif") no-repeat 19px center;
}

#left_column .dropdown li ul li.selected, #left_column .dropdown li ul li:hover {
    background:  url("../Images/bullet_green.gif") no-repeat 19px center;
color:#fff;
}

#template_main_column {
    width: 408px;
    float: left;
    margin: 0px 12px 0px 0px;
    padding-bottom: 25px;
}

#template_main_column-norightcol {
    width: 690px;
    float: left;
    margin: 0px 12px 0px 0px;
    padding-bottom: 25px;
}
#template_main_column-norightcol h4 {
color:#9BB025;
font-family: Verdana ;
font-size: 14px ;
font-weight: bold ;
letter-spacing:-1px;
}
#template_main_column-norightcol h6 {
font-family: Verdana ;
font-size: 13px ;
font-weight: normal ;
color: #9DA803;
letter-spacing: -0.4px;
}
#template_main_column h4 {
color:#9BB025;
font-family: Verdana ;
font-size: 14px ;
font-weight: bold ;
letter-spacing:-1px;
}

#template_main_column h5 {
font-family: Arial ;
font-size: 12px ;
font-weight: normal ;
}

#template_main_column h6 {
font-family: Verdana ;
font-size: 13px ;
font-weight: normal ;
color: #9DA803;
letter-spacing: -0.4px;
}

.breadcrumbs {
    color: #929292;
    font-size: 9px;
    padding: 10px 0px 25px;
}

.breadcrumbs a {
    color: #929292;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

p.green {
    font-size: 12px;
    color: #a8b400;
    line-height: 15px;
    padding-bottom: 10px;
}

p.blue {
    font-size: 11px;
    color: #00549f;
    line-height: 13px;
    padding-bottom: 10px;
}

.pdf {
    border-top: solid 1px #bfd4e7;
    border-bottom: solid 2px #dfeaf3;
    padding: 5px 0px;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 16px;
}

.pdf small {
    font-size: 10px;
    color: #707070;
}

.pdf_image {
    float: left;
    margin-right: 8px;
}

.pdf_text {
    width:370px;
    float: left;
}

a.dark_green {
    color: #61680a;
}

a.brown {
    color: #81120d;
}

a.dark_blue {
    color: #082f53;
}

#template_right_column {
    width: 276px;
    float: left;
    padding-top: 11px;
    color: #666;
    padding-bottom:25px;
}

#template_right_column small {
   /* font-size: 9px;
    line-height: 11px;*/
-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:transparent url(../Images/arrow.gif) no-repeat scroll 0 1px;float:left;font-size:9px;line-height:10px;margin:12px 0 0;padding:0 0 0 10px;
}

#template_main_column_large {
    width: 700px;
    float: left;
    padding-bottom: 30px;
}
#template_main_column_large h6 {
font-family: Verdana ;
font-size: 13px ;
font-weight: normal ;
color: #9DA803;
letter-spacing: -0.4px;
}
#template_main_column_large h4 {
color:#9BB025;
font-family: Verdana ;
font-size: 14px ;
font-weight: bold ;
letter-spacing:-1px;
}

#template_main_column_large h5 {
font-family: Arial ;
font-size: 12px ;
font-weight: normal ;
}

.item {
height:auto;overflow:hidden;
    padding: 10px 0px 30px;
float:left;
}

.item .item_image {
    float: left;
    width: 140px;
overflow:hidden;
}
.item .item_image img{
width:126px;
}
.item_image2 {
    float: right;
    width: 140px;
height:119px;
}
.item_image2 img {
 max-width:99px;
}

.item .item_text {
    float: left;
    width: 413px;
    font-size: 12px;
    line-height: 14px;
}

a.green_link {
    color: #a8b400;
}

#template_right_column_small {
    width: 136px;
    float: left;
    padding-top: 160px;
    margin-left: 25px;
}

#template_right_column_small.no_top_padding {
    padding-top: 15px;
}

.spaced_image {
    margin-bottom: 100px;
}

.centennial_form {
    background: #bfd4e7;
    padding: 7px 0px 7px 16px;
}
.centennial_form .centennial_input {
    display: block;
    float: left;
    border: none;
    padding: 2px 0px 0px 4px;
    margin: 0px 5px 0px 0px;
    background: url("../Images/centennial_input.gif") no-repeat left top;
    width: 220px;
    height: 16px;
    font-size: 11px;
    color: #959595;
}

.centennial_form .centennial_arrow {
    float: left;
}

.adv_search {
    text-align: right;
    padding: 5px 15px;
}

.adv_search img {
    vertical-align: middle;
    margin-left: 2px;
}

.member_login_form {
    background: #e1e5a6;
    padding: 13px;
    margin-bottom: 30px;
}

.member_login_form .form_title {
    color: #a8b400;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 3px;
}

.member_login_form .form_subtitle {
    color: #175990;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 8px;
}

.member_login_form .input_text {
    width: 230px;
    padding: 3px 0px 0px 2px;
    height: 16px;
    background: url("../Images/login_input.gif") no-repeat left top;
    border: none;
    margin: 0px 0px 2px 0px;
    font-size: 11px;
    color: #959595;
}

.grey_text {
    padding: 5px 20px 0px 0px;
    text-align: right;
}

.grey_text a {
    color: #888;
}

.pagination_center_col {
    padding: 5px 0px 15px;
    font-size: 11px;
}

.pagination_center_col a {
    color: #707070;
    margin: 0px 1px;
}

.pagination_center_col a:hover, .pagination_center_col a.active {
    color: #00549f;
}

.grey {
    color: #707070;
    font-size: 10px;
}

.blue_spacer {
    height: 18px;
    border-bottom: solid 1px #cfdfed;
    margin-bottom: 12px;
}

.dropdown a img
{
bottom:0;position:absolute;left:-1px;z-index:1000;;
}

a.blue_link {
    color: #00549D;
}

.PostContentSingle h2
{

}
#main_navigation .level3
{
display:none!important;
}
.slideshow-num ul li
{
display:inline!important;
color:#00549D;
}
.slideshow-num ul li a
{

color:#00549D;
}

.slideshow-num
{
float:left;margin-top:333px;position:relative;

}

/*----------------------------------------drop shadow css--------------------------------------------------------------------------------------------------------*/
#main_navigation #shadow-container {
position: relative;
left: 3px;
top: 3px;
margin-right: 3px;
margin-bottom: 3px;
width:152px;
opacity:0.7;filter:alpha(opacity=70);
}

#main_navigation #shadow-container .shadow2,
#main_navigation #shadow-container .shadow3,
#main_navigation #shadow-container .container {
position: relative;
top:-1px;
left:-1px;
}

#main_navigation #shadow-container .shadow1 {
background: #F1F0F1;
top:-2px;
left:-2px;
}

#main_navigation #shadow-container .shadow2 {
background: #DBDADB;
left:-3px;
top:-3px;
}

#main_navigation #shadow-container .shadow3 {
background: #B8B6B8;
left:-3px;
top:-3px;
}

#main_navigation #shadow-container .container {
background: #fff;

padding: 10px;
}
#left_column .divider {border-bottom:1px solid #A8B400;margin:4px 0 0px;}

#main_navigation .menubottom {border-bottom:1px solid #A8B400;margin-top:5px;}

#main_navigation .mainmenu
{
bottom:0;font-size:2em;position:absolute;
}


.dropdown  parent_New_&_Events embed
{
width:113px!important;
}
#left_column ul li .currentItem > a
{
background:#A8B400 none repeat scroll 0 0;color:#FFFFFF!important;
}
#left_column ul li .currentItem > a
{
color:#fff!important;
}

#main_navigation .currentspanItem
{
bottom:0;font-size:2em;position:absolute;
}
#main_navigation #menu {
	width: 142px;
	position:absolute;
	padding:0 0 10px 0;
z-index:100!important;
}
#main_navigation .menu_middle {
  padding: 0 0 6px 0!important;
  margin: 0;
  list-style: none!important;
  background: url(../Images/middle.png) no-repeat bottom right !important;
  width:142px!important;
  float:left!important;
position:relative!important;
}

#main_navigation .menu_bottom {
	background: url(../Images/bottom.png) no-repeat bottom right !important;
}
/*=====================================scroll bar css==================================================================================================*/
div.scrollholder
{
    position: relative;
    width: 300px; height: 200px;
    overflow: auto;
    z-index: 1;
    background-color:#EEF0CC;
	height:320px;
	width:139px;
}

div.scroll
{
    background-color:#EEF0CC;
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0px; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
   background: url(../Images/scroll_back.png) no-repeat;;
   width:14px;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    height:11px!important;
    background: url(../Images/scroll_button.png) no-repeat;
}  
#query
{
width: 163px;
	height: 16px;
	float: left;
	margin: 0px 6px 0px 0px;
	background: url(../Images/input_bg.gif) no-repeat;
	border: none;
text-indent:1px;
padding-top:2px;

}
/*============================================end of scroll bar css=====================================================================================*/

.attachments a {
	color: #00549f;
	font-size: 12px;
	font-weight: bold;
}
.attachments .filesize {
	color: #707070;
	font-size:12px;
}
.attachments .access {
	color: #6c721a;
	font-size: 12px;
	font-weight: bold;
}
.attachments {
	color: #959595;
	font-size: 11px;
	background: url(../Images/pdf.gif) no-repeat top left;
	padding-left: 32px;
}
#left_column .dropdown li ul li:hover 
{
-moz-background-clip:border;-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: #E9ECBF url("../Images/bullet_green.gif") no-repeat 19px center;
line-height:16px;margin:0 0 1px;padding:0 0 0 24px;

}
.currentItem3level
{
background: #E9ECBF url("../Images/bullet_green.gif") no-repeat 19px center!important;
}

#Query
{
	width: 163px!important;
	height: 16px;
	float: left;
	margin: 0px 6px 0px 0px;
	background: #E9ECBF url(../Images/input_bg.gif) no-repeat;
	border: none;
text-indent:1px;
padding-top:2px;
}
ol
{
padding-left:17px;
}
.header-nav {float:left;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;overflow:hidden;padding:0;}
.inner .content{color:#00549F;line-height:13px;margin:0;padding:0!important;font-size:11px;}
.header-box {background-color:#A8B400;height:17px;margin:0 0 17px;overflow:hidden;padding:9px 17px 9px 5px;}
.header-nav li {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:transparent url(../Images/bg-header-nav-separ.gif) no-repeat scroll 0 0;float:left;line-height:17px;margin:0 2px 0 -2px;padding:0 13px 0 16px;}
.rss {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:transparent url(../Images/rss_icon.jpg) no-repeat scroll 100% 0;float:left;height:18px;overflow:hidden;padding:0 0 0 10px;text-indent:-9999px;width:20px;}
.header-nav .active a, .header-nav li a:hover {color:#00549F;}
.header-nav li a {color:#FFFFFF;float:left;}
.extra-nav {float:right;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0 -14px 0 0;overflow:hidden;padding:0;}
.extra-nav li{
	float:left;
	line-height:16px;
	background: url(../Images/bg-header-nav-separ.gif) no-repeat;
	padding:0 12px 0 14px;
	margin:0 2px 0 -2px;
}
.extra-nav li a{
	color:#fff;
}
.form{
	padding:1px 0 0;
	float:left;
}
.form label{
	color:#fff;
	float:left;
	padding:0 14px 0 0;
}
.form div{
	float:left;
	background:url(../images/bg-row.gif) no-repeat;
	line-height:16px;
	margin:0 4px 0 0;
}
.form div input{
	line-height:14px;
	border:0;
	background:transparent url(../Images/input_bg.gif) no-repeat scroll 0 0;
        &nbsp;color:#a8b400;
	padding:1px 5px 2px;
	width:153px;
}
.form input{
	float:left;
}
.menu_middle li a:hover,
.menu_middle li a.hover,
.menu_middle .active a,
.menu_middle > li:hover > a {
	color:#ffffff;
	background-color: #a8b400;
	text-decoration: none;
}
.content p {font-size:11px;}
iframe{border-bottom-color:#DFEAF3;border-bottom-style:solid;border-bottom-width:2px;border-top-color:#DFEAF3;border-top-style:solid;border-top-width:2px;padding-top:7px;height:50px;}
.PostContentSingle ul
{
list-style-type:disc;
padding-left:14px;
}
/* recreated side menu*/
#sidemenu {
	margin:14px 0 0;
	padding: 0;
	list-style: none;
	width:100%;
	float: left;
        z-index: 0;
}
#sidemenu li {
	clear:both;
	float:left;
	width:100%;
	line-height:18px;
}
#sidemenu a{
	color:#707070;
	display:block;
	padding: 0 5px;
        font-size:12px;
}
* html #sidemenu a {
	height:1%;
	overflow:visible;
}
#sidemenu > li:hover,
#sidemenu > li.hover {position:relative;}
#sidemenu > li a:hover,
#sidemenu > .active a,
#sidemenu > li:hover a,
#sidemenu >li.hover a {
	/*color: #fff;
	background-color: #a8b400;*/
	text-decoration: none;
}
#sidemenu ul {
	position: relative;
	width: 268px;
	margin: 0;
	padding: 0;
	z-index: 99;
	list-style: none;
}
#sidemenu ul li {
	border-top: 1px solid #fff;
}
#sidemenu ul a {
	background: transparent url(../Images/bullet_grey.gif) no-repeat 17px 5px !important;
	color:#707070 !important; 
	padding: 0 5px 0 28px;
	width: 235px;
}
 #sidemenu ul .active a{background: #e9ecbf url(../Images/bullet_green.gif) no-repeat 17px 5px !important;}
#sidemenu ul a:hover {
	background: #e9ecbf url(../Images/bullet_green.gif) no-repeat 17px 5px !important;
	color:#707070 !important;
}
#sidemenu li:hover ul,
#sidemenu li.hover ul,
#sidemenu .active ul {
	left:0;
}

.neitem_image{
width:66px;
background-color:#A8B400;
float:left;
text-align:center;
color:#fff;
padding:9px 0 6px;
margin-left:2px;
}
.nefeatured{
background-color:#00549D;color:#FFFFFF;float:left;margin-left:2px;padding:9px 0 6px;text-align:center;width:66px;
}
.neitem_text{
margin-left:15px;
float:right;margin-right:202px;width:415px;
}
.neday{
font-weight:bold;
font-size:20px;
font-family:Arial;
line-height:1em;
}
.nemonth{
font-weight:bold;
font-size:11px;
font-family:Arial;
}
.neyear{
font-weight:normal;
font-size:12px;
font-family:Arial;
padding:3px 0 0;
}
.dateTop{

padding:0 0 3px;
border-bottom:1px solid #FFFFFF;

}
.netitle{
/*font-size:16px;

font-family: garamond;*/
font-weight:bold;
}
.nesummary{
font-family:Verdana;padding-bottom:5px !important;padding-top:5px;
height:23px;overflow:hidden;
margin-bottom:3px;
line-height:13px;

}
.nelocation{

}
.membersimage{
float:right;height:94px;padding-top:23px;text-align:center;width:278px;
}
.introtext{
font-size:12px;
color:#A8B400;
font-family:Arial;
padding-top:3px;
}
.sponsersDesc{
width:420px;
font-family:Arial;
font-size:12px!important;

}
.trickSpace{
height:29px;
}
.klink{
color:#A8B400!important;
font-size:12px!important;
font-family:Arial;
position:relative;
top:4px;
}
.NextPrev{color:#929292;}
.NextPrev a{color:#929292;}
#pagination .active a{
color:#A8B400!important;
}
.slideshow-items li{
	
	position: absolute;
	

}
.navArrow{
margin-top:333px;position:relative;


}
.SearchResults h2 a{
color:#9BB025 !important;cursor:pointer !important;font-size:16px !important;margin:0 0 0 -3px;padding:0;text-decoration:none !important;
}
.SearchResults h2{
font-size:16px !important;
}
#pagination li{
display:inline;
}
.caption{
background:transparent url(../Images/arrow.gif) no-repeat scroll 0 1px;
float:left;
font-size:9px;
line-height:10px;
padding:0 0 0 10px;
margin:5px 0 0;
color: #666666
}
.login {color:#A8B400;font-size:10px;padding-bottom:5px;padding-left:4px;}
.toplogout {color:#A8B400 !important;font-size:10px;font-weight:bold;}
