body { margin: 0; padding: 0; height: 100% !important; text-align: center; min-width: 700px; font-family:Arial, Helvetica, sans-serif; font-size: 12px; } 
html {margin: 0; padding: 0; height: 100% !important; text-align: center; min-width: 700px;}

hr {
	background:transparent url(../Images/array-images/bgnd-dotted-line.gif) repeat-x;
	height: 1px !important;
	color:trensparent;
	border:none;
	shade:0 !important;
	margin-bottom:15px;
	}

/* - Clear Fix                        - */
/* ------------------------------------ */

.clearfix:after { /* ie.css, ie7.css */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

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

a:link,
a:visited {
	text-decoration:none;
	color:#aa2f28;
	}

#bgcontain { width: 922px; margin: 0 auto; text-align: left;background:#fff;}
/* IE min height hack */ * html #container { height: 233px;} 
#container { padding:8px 0 0 0; float: left; width: 100%; clear: both; min-height: 233px; margin: 0px 0 0px 0px;background:#fff; } 

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

.header h1.HeaderImage {padding: 12px 0 9px 0px; margin: 0px 0 0 48px;}
.header h1.HeaderText { font-size: 32px; letter-spacing: -2px; font-weight: normal; padding: 15px 0px; margin: 0px; font-family: arial, sans-serif;}
.header { width: 922px; position: relative;}
.header h1 { font-size: 38px; font-weight: normal; padding: 15px 0px; margin: 0px; font-family: 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 { width: 215px; padding: 0px 15px 5px 15px;margin-top:155px;}
.header .search h2 {float:left; font-size: 13px; color:#333; margin: 0px;font-weight:normal;}

.header .search form { padding: 0px; margin: 0px;}

.header .search .text {
	background:#e5e5e5;
	font-size: 11px;
	margin: 0px;
	width:119px;
	border:none;
	margin-left:6px;
	margin-right:3px;
	padding:1px 0 3px 0;
	}
	
.header .search .submit {
	background:#fff;
	border:none;
	vertical-align:middle;
	margin:0;
	padding:0;
	}
/*\ IE/Win min height hack */ * html .searcharrow { margin: -23px 0px 0px 135px; } /* */ 

.header .search p { padding: 3px 0px; margin: 0px; font-size: 10px;}
.header .search p a {}


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

.TopMenu { }
.TopMenu ul { padding: 0px; margin: 0px;padding:10px;}
.TopMenu li { padding: 0px 5px; margin: 0px; list-style-type: none; display: block; font-size: 10px;float:left}
.TopMenu li a { text-decoration: none;}
.TopMenu li a:visited { text-decoration: none;}
.TopMenu li a:hover { text-decoration: none;}


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

.menu {}

.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: 716px; padding: 0px;} 

/* BreadCrumb */

.BreadCrumb {
	background: #e5e5e5;
	width:902px;
	margin:0 auto;
	background:#e5e5e5 url(../Images/array-images/icon-home.gif) no-repeat 39px 5px;
	height:22px;
	}

.BreadCrumb ul {
	padding:0;
	margin:0;
	padding-left:20px;
	margin-left:39px;
	}

.BreadCrumb ul li {
	display:block;
	float:left;
	font-size:11px;
	margin-top:3px;
	margin-right:15px;
	text-transform:capitalize;
	}
	
.BreadCrumb ul li a:link {
	color:#505050;
	text-decoration:underline;
	}	
	
.BreadCrumb ul li a:visited {
	color:#505050;
	text-decoration:underline;
	}
	
.BreadCrumb ul li a:hover {
	color:#333333;
	text-decoration:underline;
	}		

.content h1 { font-size: 18px; font-weight: normal; padding: 5px 0px; margin: 0px 0px 5px 0px;}
.content h2 { font-size: 14px; padding: 5px 0px; margin: 0px 0px 5px 0px; }
.content h3 { font-size: 14px; padding: 5px 0px; margin: 0px 0px 5px 0px; }

/* article */
.content .PostItem {display: block; clear: both;}

.Intro {float:right; margin-bottom: 20px;}

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

.Articles { margin: 0px;}

.Article .Post {background:#333;color:#fff;position:relative;}


.Articles h3 {
	margin:0 0 0 37px;
	color:#d22828;
	font-size:18px;
	font-weight:normal;
	}

#article-holder {
	background:#e5e5e5;
	}
	
	
#article-holder h2 {
	color:#323232;
	font-family:arial, sans-serif;
	font-size:20px;
	margin:20px 0 8px 37px;
	font-weight:normal;
	}
	
#article-holder h3.gallery {
	font-size:16px;
	color:#fff;
	background:#c0a239;
	padding:5px 0 6px 17px;
	text-transform:uppercase;
	margin-right:37px;
	
	}
	
#article-holder h4 {
	clear:both;
	color:#d22828;
	font-family:arial, sans-serif;
	font-size:18px;
	margin:0px 66px 14px 37px;
	font-weight:bold;
	border-bottom:1px dotted #989898;
	padding-bottom:10px;
	}
	
#article-holder h4.no-border {
	border:none;
	}
	
#article-holder p {
	margin:0 30px 16px 37px;
	}
	
#article-holder p img {
	vertical-align:middle;
	margin:0 5px;
	}
	
#article-holder img.gallery-sample {
	margin:41px 0 0 71px;
	}
	

	
#article-holder .video-player {
	margin:0 0 18px 37px;
	}
	
#article-holder h5 {
	color:#d22828;
	font-family:arial, sans-serif;
	font-size:15px;
	margin:0px 0px 0px 37px;
	font-weight:normal;
	}
	
#article-holder h5 img {
	vertical-align:middle;
	margin:0 5px;
	}
	
p.back {
	margin:0px 66px 14px 37px;
	border-bottom:1px dotted #989898;
	}
	
	
#article-holder a:link,
#article-holder a:visited {
	color:#d22828;
	}
	
#article-holder a:hover {
	color:#e93d3d;
	}
	
#article-holder ul.default-list {
	margin:0 0 10px 37px;
	padding:0;
	}
	
#article-holder img.production-forhcoming {
	margin:0 0 17px 37px;
	}
	
#article-holder ul.default-list li {
	list-style:none;
	font-size:11px;
	font-family:arial, sans-serif;
	color:#333;
	padding:0px 0;
	}
	
	
	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.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 {width:205px;background:#e5e5e5;padding-bottom:11px;margin-top:8px;}
.News h1 { padding-left: 25px; margin-bottom: 0px; background:#d22828;color:#fff;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:12px;letter-spacing:auto;text-transform:uppercase;}
h1.news-title { padding-left: 25px; margin-bottom: 0px; background:#d22828;color:#fff;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:17px;letter-spacing:auto;text-transform:uppercase;}
.News h2 { font-size: 11px; padding: 0px; margin:10px 0 0 23px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;color:#2d2d2d;}
.News .Post { padding: 3px 0px;}
.News .Post .PostInfo { padding: 0px; margin: 0px; font-size: 9px; color:#ad9f98;  }
.News .Post .PostContent { font-size: 11px; color:#333; line-height: 15px; margin-left:23px; margin-right:25px;border-bottom:1px solid #d9d4cb;}
.News .Post .PostContent p { padding: 4px 0px; margin: 4px 0px; font-size: 11px;}
.News .Post .readmore   { background: url(../Images/icon_FullStory.png) no-repeat left center; padding-left: 17px;}


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

.SearchResults {}

.SearchResults .PostContent img {
	float:none !important;
	}
	
.SearchResults .PostContent {
	}	
	
.SearchResults .PostContent div {
	margin-left:0;
	}
	
.SearchResults .PostContent div p {
	margin-left:0;
	}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#RecentBlogsPanel { float: right;}

/* Recent Blogs */
.RecentBlogs {
	background:#e5e5e5;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	width: 205px;
	margin-top:8px;
	height:510px;
	}
	
.RecentBlogs h1 {
	background:#D22828;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	padding-left:25px;
	text-transform:uppercase;
	}
.RecentBlogs ul { padding: 0px; margin: 0px 0px; background:#e5e5e5;}
.RecentBlogs li { 
	padding: 5px 0px;
	margin:10px 15px 0 29px;
	list-style-type: none;
	font-size: 11px;
	border-bottom: solid 1px #e0e0e0;
	}
	
.RecentBlogs li span.read {
	display:block;
	margin-top:10px;
	}
	
.RecentBlogs li span.read a:link,
.RecentBlogs li span.read a:visited {
	color:#d22828;
	}
	
.RecentBlogs li span.read a:hover {
	color:#d22828;
	}

.RecentBlogs big { 
	font-size: 11px;
	display: block;
	font-weight: bold;
	
	}
	
.RecentBlogs big a:link,
.RecentBlogs big a:visited {
	color:#333;
	}
	
.RecentBlogs big a:hover {
	color:#333;
	}
	
.RecentBlogs .ViewAll {
	margin:10px 0px 0px 90px;
	text-align:right;
	}
	
.RecentBlogs a:link,
.RecentBlogs a:visited {
	color:#333;
	}
	
.RecentBlogs a:hover {
	color:#333;
	}
	


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

/* 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: 7px 0px 5px 28px;
	margin: 2px 0 0 0px;
	font-family:arial, sans-serif;
	color:#fff;
	background:#d22828;
	font-size:18px;
	text-transform:uppercase;
	}
	
.Post .PostHead h2 {
	float:right;
	padding: 2px 0px;
	font-size:17px;
	font-weight:bold;
	}

.Post .PostHead h2 a:link,
.Post .PostHead h2 a:visited {
	color:#fff;
	}
	
.Post .PostHead h2 a:hover {
	color:#fff;
	}

/* Post Info/Details */
.Post .PostInfo { padding: 5px; margin: 0px 0px 10px 0px; font-size: 10px;color:#7e8996; }
.Post .PostInfo li { padding: 0px; margin: 0px 0 0 23px; 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: 0px 0 0px 0px; font-size: 11px; line-height: 15px;}
.Post .PostContent img {margin: 0px 0px 0px 0px;}
.Post .PostContent p { line-height: 15px;}

.Article .Post .PostContent img {float:left;margin-right:30px;}

/* Post Content -Single Page */

.Post .PostContentSingle {
	margin: 0px;
	padding: 10px 37px;
	font-size: 11px;
	line-height: 15px;
	background:#e5e5e5;
	}
	
.Post .PostContentSingle img.about-left {
	float:left;
	border:1px solid #333;
	margin:2px 0 7px 0px;
	}
	
.Post .PostContentSingle img.about-right {
	float:left;
	border:1px solid #333;
	margin:2px 0 7px 32px;
	}

.Post .PostContentSingle h1 {
	padding: 10px 0px;
	margin: 0px 0px 5px 10px;
	}
	
.Post .PostContentSingle h2 {
	clear:both;
	margin:4px 0 1px 37px;
	color:#323232;
	font-size:14px;
	font-weight:bold;
	}

.Post .PostContentSingle p {
	font-size: 11px;
	line-height: 15px;
	padding:0px;
	margin: 0 0 14px 37px;
	}

/* 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 li.FullStory {
	background: url(../Images/array-images/icon-full-story.gif) no-repeat left center;
	padding-left: 17px;
	font-size:12px;
	float:right;
	margin-right:47px;
	font-weight:bold;
	}

.Post .PostBottom li.FullStory a:link,
.Post .PostBottom li.FullStory a:visited {
	color:#fff;
	text-decoration:none;
	}

.Post .PostBottom	
	
.Post .PostBottom .VisitSite { 
	background:transparent url(../Images/array-images/icon-full-story.gif) no-repeat scroll left center;
	float:right;
	font-size:12px;
	font-weight:bold;
	margin-right:22px;
	padding-left:17px;
	}
	
.Post .PostBottom .VisitSite a:link,
.Post .PostBottom .VisitSite a:visited {
	color:#fff;
	text-decoration:none;
}

.Post .PostBottom .VisitSite a:hover {
	color:#fff;
	text-decoration:none;
}

	
.Post .PostBottom .ReadMore { 
	background:transparent url(../Images/array-images/icon-full-story.gif) no-repeat scroll left center;
	float:right;
	font-size:12px;
	font-weight:bold;
	margin-right:22px;
	padding-left:17px;
	}
	
.Post .PostBottom .ReadMore a:link,
.Post .PostBottom .ReadMore a:visited {
	color:#fff;
	text-decoration:none;
}

.Post .PostBottom .ReadMore a:hover {
	color:#fff;
	text-decoration:none;
}
	
.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;background:#ccc;}
.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 { font-size: 11px; 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 {}
.ArtNavLeft { float: left }
.ArtNavRight { float: right }

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

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

/* Category Top ( Only on the Category page)  */
.Category { padding: 0px; margin: 0px 0px 10px 0px; position: relative;}
.Category h1 {
	background:none;
	background:#D22828;
	color:#FFFFFF;
	font-family:arial,sans-serif;
	font-size:18px;
	margin:2px 0 0 0;
	padding:7px 0 5px 28px;
	}

.Category h1 a:link,
.Category h1 a:visited {
	text-decoration:none;
	color:#fff;
	}
	
.Category h1 a:hover {
	text-decoration:none;
	color:#fff;
	}
	
#standard-holder .Article .Post {
	background:none;
	}



.Category {
	background:#e5e5e5;
	}
.Category .Desc { font-size: 10px; line-height: 14px; clear: both; float: left;margin-left:37px;}
.Category .rss { position: absolute; right: 0px; top: 15px;}
.Category .SubCategory ul { padding: 15px 0px 5px 0px; margin: 0px;}
.Category .SubCategory li { padding: 2px 0px 2px 15px; margin: 0px; font-size: 11px; 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 th {
	background:#ccc;
	}

.PageForms tr td table {
	background:#eee;
	}

.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/array-images/icon-all-news.gif) no-repeat left center; padding-left: 19px; font-size: 12px; font-weight: bold;color:#231f24;text-decoration:none;}
.ViewAll span {
	background:aqua;
	}
.ViewAll a:link { color:#231f20;}
.ViewAll a:visited { color:#231f20;}
.ViewAll a:hover { color:#231f20;}

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

/* right */
	
.right { float: left; width: 177px; padding-top:0px; margin-left:10px;margin-right:8px;	margin-top:-7px;} 
.right ul { padding:0;} 
.right li { padding:2px 0 2px 0px; margin: 0px; list-style-type: none;} 
.right h2 { padding: 0px 0px 10px 0px; font-size: 14px; line-height: 14px; margin: 0px;}

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

.right .Categories { margin-bottom: 8px;}
.right .Categories h2 {padding-left: 20px; margin-bottom: 10px;}
.right .Categories ul { padding:0px; margin:0px;padding-top: 0px; ; padding-bottom: 0px; list-style-image: none;}
.right .Categories li a { font-size: 12px; padding-left: 15px;display: block; padding-top: 3px; padding-bottom: 3px; }
.right .Categories li a:visited {
	color:#fff;
	}
.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 { }



.right h2 { color:#993300;}

.right .Categories {
	width:177px;
	}

.right .Categories li {
	font-family: arial, sans-serif;
	font-weight:bold;
	background-color: #d22828;
	margin-top:8px;
	}	
	
.right .Categories li a:link {
	color:#fff;
	background:#d22828;
	}	
	
.right .Categories li a:hover { 
	background-color: #d22828;
	}
	
.right .Categories li.sub-category {
	font-weight:normal;
	border-bottom:1px solid #d9d4cb;
	margin-top:0;
	padding:5px 0;
	background:#e5e5e5;
	}	
	
.right .Categories li.sub-category a:link,
.right .Categories li.sub-category a:visited {
	background:#e5e5e5;;
	color: #333;
	}	
	
	
.right .Categories li.sub-category a:hover { 
	background:#e5e5e5;;
	}


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

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

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

.footer { padding: 10px; width: 600px; margin: 0 0 0 211px; background: #fff; clear: both; color:#828282;}
.footer p { padding: 0px; margin: 0px;  font-size: 10px;}

.footer p a:link,
.footer p a:visited {
	color:#828282;
	}

.footer p a:hover {
	color:#828282;	
	text-decoration:underline
	}	
	
/* Spread the Word */
.SpreadTheWord {}
.SpreadTheWord ul { padding: 0px; margin: 0px 60px 0 30px; }
.SpreadTheWord li { padding: 5px 2px; margin: 0px; list-style-type: none; display: inline; font-size: 11px; line-height: 16px;}

/* Paging */
.Paging { text-align: right; padding: 6px; margin: 19px 61px 5px 0px; font-size: 10px; line-height: 15px;}
.Paging strong {}
.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;}


/* news title */
.News .Post .PostHead h2 {
	float:none;
	font-size:11px;
	}
	
/* featured-article */
	
.featured-article-holder {
	padding-top:86px;
	}
	
.featured-article-holder p {
	font-size:11px;
	color:#fff;
	margin:0 20px 10px 40px;
	}
	
.featured-article-title-holder {
	width:180px;
	position:absolute;	
	top:29px;
	left:452px;
	}
	
.featured-article-title-holder h2 {
	width:180px;
	position:absolute;	
	top:0px;
	right:0px;
	}
	

/* pages promo */

.pages-promo-holder {
	background:#323232;
	width:501px;
	margin-top:8px;
	}
	
.pages-promo-holder h2 {
	font-size:18px;
	color:#fff;	
	margin:0px 0 0 12px;
	padding-top:20px;
	}
	
.pages-promo-holder p {
	font-size:11px;
	color:#fff;	
	margin-right:22px;
	line-height:15px;
	}
	
.pages-promo-holder img {
	float:left;
	margin-right:34px;
	}
	
.pages-promo-holder .read-more {
	background: url(../Images/array-images/icon-full-story.gif) no-repeat left center;
	padding-left: 17px;
	font-size:12px;
	float:right;
	margin-right:22px;
	font-weight:bold;
	
	}
	
	
.pages-promo-holder .read-more a:link,
.pages-promo-holder .read-more a:visited {
	color:#fff;	
	}
	
.pages-promo-holder .read-more a:hover {
	color:#fff;	
	}

.artery {
	position:relative;
	height:295px;
	}	
	
.artery p {
	margin-left:26px;
	margin-right:20px;
	margin-top:56px;
	width:200px;
	}
	
.artery h2 {
	margin:0;
	padding-top:0px;
	}	
	
.artery img.artery-home {
	position:absolute;
	float:none;
	top:0;
	right:0;
	margin-right:0px;
	margin-left:20px;
	}

.artery h2 img {
	position:absolute;
	top:18px;
	left:26px;
	float:left;
	margin:0px 0 0 0; 
	}

.artery .read-more {
	margin-right:170px;
	margin-top:-9px;
	margin-right:188px;
	}

	
/* left sidebar  */

.tools-holder {
	width:177px;
	}

.tools-holder h2 {
	margin-top:0;
	background:#d22866;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:3px 0 4px 15px;
	margin:0;
	}
	
ul.tools-list {
	list-style-type:none;
	margin:0;
	}
	
ul.tools-list li {
	margin:0;
	padding:6px 0 6px 15px;
	width:162px;
	font-family:arial, sans-serif;
	font-size:11px;
	color:#2d2d2d;
	background:#e5e5e5;
	border-bottom:1px solid #d9d4cb;
	}
	
ul.tools-list li img {
	vertical-align:bottom;
	}
	
ul.tools-list li a:link,
ul.tools-list li a:visited {
	color:#2d2d2d;
	}

ul.tools-list li a:hover {
	color:#2d2d2d;
	}

.arts-council {
	margin:19px 0 0 45px;
	}
	
.east-reading {
	margin:19px 0 0 33px;
	}
	
.north-yorkshire {
	margin:19px 0 0 30px;
	}
	
/* our-work template */

.our-work-lhs {
	}
	
.our-work-lhs h2 {
	background-color:#D22828;
	font-family:arial,sans-serif;
	font-weight:bold;
	margin:8px 0 0;
	padding:3px 0 4px 15px;
	font-size:12px;
	color:#fff;
	}
	
.our-work-lhs h2 a:link,
.our-work-lhs h2 a:visited {
	color:#fff;
	}
	
.our-work-lhs h2 a:hover {
	color:#fff;
	}
	
.our-work-lhs ul.our-work-lhs-list {
	margin:0 0 8px 0;
	}
	
.our-work-lhs ul.our-work-lhs-list li {
	background:#E5E5E5 none repeat scroll 0 0;
	border-bottom:1px solid #D9D4CB;
	color:#2D2D2D;
	font-family:arial,sans-serif;
	font-size:11px;
	margin:0;
	padding:6px 0 6px 15px;
	width:162px;
	}

.our-work-lhs ul.our-work-lhs-list li a:link,
.our-work-lhs ul.our-work-lhs-list li a:visited {
	color:#2D2D2D;
	}

.our-work-lhs ul.our-work-lhs-list li a:hover {
	color:#2D2D2D;
	}

#our-work {
	
	}
#our-work p {
	margin-left:0;
	}	
	
#our-work img {
	border:1px solid #333;
	margin-bottom:9px;
	}	
	
	
#our-work a:link,	
#our-work a:visited {
	color:#d22828;
	}
	
#our-work a:hover {
	color:#d22828;
	}
	
#our-work .horisontal-holder {
	border-bottom:1px dotted #989898;
	width:612px;
	margin:0 0 0 0px;
	}	
	
#our-work .left-holder {
	float:left;
	width:285px;
	}
	
#our-work h2 {
	font-size:20px;
	color:#d22828;
	padding:0;
	margin:18px 0 10px 0;
	font-weight:normal;
	}
	
#our-work .right-holder {
	float:left;
	margin:0 0 0 41px;
	width:285px;
	}
	
#our-work .right-holder img {
	border:1px solid #333;
	}

.bottom-wide-holder {
	width:612px;
	}
	
.bottom-wide-holder img {
	float:left;
	border:1px solid #333;
	margin-right:25px;
	}
	
.bottom-wide-holder p {
	margin-left:25px;
	}

/* news archive */

#news-holder .News {
	width:716px;
	margin-top:0;
	}
	
#news-holder .News h1 {
	margin-top:0;
	font-size:18px;
	padding-left:28px;
	font-weight:normal;
	}
	
#news-holder .News h2 {
	font-size:20px;
	font-weight:normal;
	margin-left:36px;
	}
	
#news-holder .News .Post .PostInfo {
	font-size:10px;
	margin-left:13px;
	}
	
#news-holder .News .Post .PostInfo {
	font-size:10px;
	margin-left:13px;
	}
	
#news-holder .News .Post .PostContent {
	margin-top:10px;
	margin-left:37px;
	margin-bottom:0px;
	border-bottom:1px dotted #D9D4CB;
	
	}

.News .Post .PostContent span {
	color:#d22828;
	margin-top:7px;
	}
	
#news-holder .News .Post .PostContent span {
	font-size:12px !important;
	color:#d22828;
	margin-top:7px;
	margin-bottom:20px;
	display:block;
	}

.News .Post .PostContent a:link,
.News .Post .PostContent a:visited {
	color:#d22828;
	text-decoration:none;
	}
	
.News .Post .PostContent a:hover {
	color:#d22828;
	text-decoration:none;
	}

	
#blaize-can-holder {
	}
	
.blaize-inner-holder {
	margin-left:0px;
	border-bottom:1px dotted #989898;
	margin-right:60px;
	}

	
.blaize-inner-holder h2 {
	font-size:20px;
	margin-left:0;
	}	
	
#blaize-can-holder .Post .PostContentSingle h2 {
	margin:4px 0pt 1px 0px;
}

#blaize-can-holder p {
	margin-left:0;
	margin-right:60px;
	}
	
.blaize-inner-holder p {
	margin-left:0;
	}	
	
/* standard page */

#standard-holder {
	background:#e5e5e5;
	}
	
	
#standard-holder h1 {
	text-transform:uppercase;
	}
	
#standard-holder h2 {
	color:#323232;
	font-family:arial, sans-serif;
	font-size:20px;
	margin:20px 0 8px 0px;
	font-weight:normal;
	}
	
#standard-holder h2.sub-index-title {
	margin-top:10px;
	margin-bottom:2px;
	}
	
#standard-holder h2.smaller {
	color:#323232;
	font-family:arial, sans-serif;
	font-size:14px;
	margin:20px 0 8px 0px;
	font-weight:bold;
	}
	
#standard-holder h4 {
	clear:both;
	color:#d22828;
	font-family:arial, sans-serif;
	font-size:18px;
	margin:0px 66px 14px 0px;
	font-weight:bold;
	border-bottom:1px dotted #989898;
	padding-bottom:10px;
	}
	
#standard-holder h4.no-border {
	border-bottom:none;
	margin:0px 66px 6px 0px;
	padding-bottom:0;
	font-weight:normal;
	
	}
	
#standard-holder p {
	margin:0 60px 16px 0px;
	padding:0;
	}
	
#standard-holder p.no-margin-bottom {
	margin-bottom:0px;
	}	
	
#standard-holder p img {
	vertical-align:middle;
	margin:0 5px;
	}
	
#standard-holder img.forthcoming-sub {
	margin:0 0 25px 0px;
	border:1px solid #333;
	}
	
#standard-holder img.news-item {
	float:left;
	margin:10px 10px 6px 37px;
	}
	
#standard-holder .video-player {
	margin:0 0 18px 37px;
	}
	
#standard-holder h5 {
	color:#d22828;
	font-family:arial, sans-serif;
	font-size:15px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	}
	
#standard-holder h5 img {
	vertical-align:middle;
	margin:0 5px;
	}
	
#standard-holder p.back {
	margin:0px 66px 14px 0px;
	border-bottom:1px dotted #989898;
	}
	
#standard-holder a:link,
#standard-holder a:visited {
	color:#d22828;
	}
	
#standard-holder a:hover {
	color:#e93d3d;
	}
	
#standard-holder ul.links-list {
	padding:0;
	margin:0 0 0 0px;
	}
	
#standard-holder h3 {
	padding:0;
	margin:0 0 11px 0px;
	color:#323232;
	font-family:arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	}
	
#standard-holder h3.dotted {
	border-bottom:1px dotted #989898;
	padding-bottom:10px;
	}
	
#standard-holder ul.links-list li {
	font-family:arial, sans-serif;
	font-size:15px;
	padding:5px 0;
	list-style:none;
	}
	

#standard-holder .forthcoming .back {
	margin-top:3px;
	margin-bottom:5px;
	padding-bottom:6px;
	}
	
.dotted-line {
	border-bottom:1px dotted #989898;
	margin:0 60px 22px 0px;
	}
	
ul.default-list {
	margin:0 0 10px 0px;
	padding:0;
	}
	
#standard-holder h4.spacing {
	margin-top:11px;
	}
	
ul.default-list li {
	list-style:none;
	font-size:11px;
	font-family:arial, sans-serif;
	color:#333;
	padding:0px 0;
	}
	
table.contact-table {
	margin-left:0px;
	}
	
table.contact-table tr td {
	}
	
table.contact-table tr td.first {
	width:88px;
	}
	
/* separators */	
	
.separator-40 {
	width:1px;
	height:40px;
	}
	
.separator-100 {
	width:1px;
	height:100px;
	}
	
	
/**/

.RightArticleHistory h2 {
	background:#c039a0;
	color:#fff;
	text-transform:uppercase;
	padding:3px 0 4px 15px;
	margin:8px 0 0 0;
	font-size:12px;
	}
	
.RightArticleHistory h2 a:link,
.RightArticleHistory h2 a:visited {
	color:#fff;
	}
	
.RightArticleHistory h2 a:hover {
	color:#fff;
	}
	
.RightArticleHistory ul {
	margin:0;
	}
	
.RightArticleHistory ul li {
	background:#e5e5e5;
	border-bottom:1px solid #d9d4cb;
	color:#2D2D2D;
	font-family:arial,sans-serif;
	font-size:11px;
	margin:0;
	padding:6px 0 6px 15px;
	width:162px;
	}
	
.RightArticleHistory ul li a:link,
.RightArticleHistory ul li a:visited {
	color:#2d2d2d;
	}
	
.RightArticleHistory ul li a:hover {
	color:#2d2d2d;
	}
	
#SubmitCommentForm {
	background:#ccc;
	}
.PageForms form {
	border:none;
	}
	
.PageForms h1 {
	color:#fff;
	font-size:18px;
	padding-left: 25px;
	margin-bottom: 0px;
	background:#d22828;
	}
	
.floated-left {
	float:left;
	margin:0px 10px 10px 37px;
	}


#blog-holder {
	background:#e5e5e5;
	padding-bottom:40px;
	}
	
#blog-holder h1 {
	color:#fff;
	font-size:18px;
	padding-left: 25px;
	margin-bottom: 0px;
	background:#d22828;
	margin-bottom:24px;
	font-weight:normal;
	}
	
	
#blog-holder .Blogs .Post {
	margin-left:37px;
	margin-right:66px;
	}
	
#blog-holder .Blogs .Post .back {
	margin-top:20px;
	padding-bottom:11px;
	}
	
#blog-holder .Blogs .Post ul.PostBottom  {
	display:none;
	}
	
#blog-holder .Blogs .Post .PostContent {
	background:#e5e5e5;
	padding-bottom:0px;
	}
	
	
.Blogs .Post .PostHead h2 {
	margin:2px 0 10px 0px;
	float:none;
	color:#333;
	}
	
.Blogs .Post .PostHead h2 a:link,
.Blogs .Post .PostHead h2 a:visited {
	color:#333;
	}
	
.Blogs .Post .PostHead h2 a:hover {
	color:#333;
	}
	
.Blogs .Post .PostContent img {
	float:left;
	border:1px solid #333;
	margin:0px 10px 10px 0px;
	}

.Blogs .Post .PostContent p img {
	display:none;
	}	
	
.Blogs .Post .PostContent {
	background:#e5e5e5;
	padding-bottom:10px;
	}
	
.Blogs .Post .PostContent p {
	margin:0 10px 10px 0px;
	}
	
p.back {
	margin:0px 66px 14px 0px;
	border-bottom:1px dotted #989898;
	font-size:12px;
	}	
	
p.back a:link,
p.back a:visited {
	color:#D22828
	}
	

	
	
@media print
{
p.bodyText {font-family:georgia, times, serif;}
