
body {
	color: #222222;
	font-size: .8em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	background-color: white;
}
a, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header 
{
background-color: Black;
}

#header .container 
{
  margin: 0px auto;
  width: 960px;
	xheight: 123px;
	background-color: black;
	padding: 0px 10px 0px 10px;
}

#header a, #header a:visited {
	color: #eeeeee;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#header a:hover {
	color: #dddddd;
	text-decoration: none;
}
#header .container .heading 
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 35px;
	float: left;
	padding: 15px 0px 10px 0px;
	margin: 0px;
}
#header .container .strapline { 
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: italic;
	float: left;
	padding: 30px 0px 0px 20px;
	margin: 0px;
}

#header .container .TopNavigationMenu 
{
  clear: both;
  padding-top: 36px; 
  margin: 0px;
  padding-bottom: 6px; 
}
#header .container .TopNavigationMenu ul {
	display: inline;
	margin: 0px;
}
#header .container .TopNavigationMenu ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 1px 0px 0px;
}
#header .container .TopNavigationMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 8px 6px 8px;
	background-color: #333333;
}
#header .container .TopNavigationMenu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
	background-color: #555555;
}


#pageTitle {
	clear: both;
	background-color: #9F0201;
	border-top: 1px solid gray;
}

#pageTitle .container {
  width: 960px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
}
#pageTitle .container h1 {
	color: #eeeeee;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}


.navHorizontalBottomMenu {
	width: 500px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
.navHorizontalBottomMenu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navHorizontalBottomMenu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.navHorizontalBottomMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: inline;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;
}
.navHorizontalBottomMenu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

#content 
{
	width: 960px;
	background-color: white;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
}
#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
  font-size: .9em;
	line-height: 1.1em;
}
#content h1 a {
	color: #A90000;
	text-decoration: none;
}
#content h1 a:hover {
	color: #333333;
	text-decoration: none;
}
#content p img {
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
}
#content h2 {
	color: #A90000;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
	margin: 0px;
}

/* main content area */
#regMainContent ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}
#regMainContent ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#regMainContent ul {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}
#regMainContent ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
#regMainContent .button {
  font-size: .95em;
  font-weight: bold; 
  color: #444444;
  margin-top: 10px;
}
  
/* right hand navigation column */
#regRightNavigation h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 12px;
	padding-top: 4px;
	color: #000000;
}
#regRightNavigation ul {
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#regRightNavigation ul li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#regRightNavigation ul li a {
	display: block;
	color: #444444;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 6px 5px;
	margin-left: 5px;
}
#regRightNavigation ul li a:hover {
	font-weight: normal;
	color: black;
}
#regRightNavigation ul li ul li {
	border-bottom-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: inline;
}
#regRightNavigation ul li ul li ul li {
	font-weight: normal;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#regRightNavigation p {
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
}

/* left hand menu navigation */
#regLeftNavigation h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
	padding: 4px 5px 4px 8px;
	background-color: #e6e6e6;
}
#regLeftNavigation h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
#regLeftNavigation h2.top {
 display: none;
}
#regLeftNavigation h2.bottom {
 display: none;
}

#regLeftNavigation ul {
	list-style: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}
#regLeftNavigation ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#regLeftNavigation ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#regLeftNavigation ul li a:hover {
	color: #000000;
	background-color: #C9C7B6;
	font-weight: normal;
}
#regLeftNavigation p {
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
}


#footer {
	height: 60px;
	padding: 0px 10px 0px 10px;
	background-color: black;
}

#footer .container {
	width: 960px;
	margin: 0px auto;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	background-color: Black;
	font-weight: normal;
}
#footer .container a {
	color: #cccccc;
	text-decoration: none;
}
#footer .container a:hover {
	color: #cccccc;
	text-decoration: underline;
}
#footer .container .leftText 
{
  width: 750px;
  float: left;
  text-align: left;
  padding: 10px 0px 0px 10px;
}
#footer .container .rightText 
{
  display:inline;
  width: 160px;
	float: right;
  text-align: right;
  padding: 10px 30px 0px 0px;
}


/* Blog related styles... */  				  
#regMainContent .BlogEntries p {padding-top: 0px; margin-top: 0px}
#regMainContent .BlogEntries .blogPostTitle {padding-top: 5px;}
#regMainContent .BlogEntries .blogPostTitle a {font-size: 1.2em; font-weight: bold;}
#regMainContent .BlogEntries .blogDateFiled {color: Gray; padding-top: 2px; padding-bottom: 8px;}
#regMainContent .BlogEntries .blogContent { padding-bottom: 10px;}   
#regMainContent .BlogEntries .blogFooter {padding-bottom: 25px; border-bottom: 1px solid #cccccc; margin-bottom: 10px; }
#regMainContent .BlogEntries .blogFooter .CommentSummary {float: left; width: 300px; display: inline; color: gray;  padding-top: 5px; }
#regMainContent .BlogEntries .blogFooter .CommentSummary a {text-decoration: none; font-weight: normal; color: Gray;}
#regMainContent .BlogEntries .blogFooter .SocialNetworking {float: right; display: inline; }
#regMainContent .BlogEntries .blogNoEntries {margin-left: 15px; color: Navy; padding-top: 10px; }

#regMainContent .BlogDetail .blogPostTitle {font-size: 1.2em; font-weight: bold;}
#regMainContent .BlogDetail .blogDateFiled {color: Gray; padding-top: 2px; padding-bottom: 8px;}
#regMainContent .BlogDetail .blogContent { padding-bottom: 5px;}   
#regMainContent .BlogDetail .blogCategories { padding-top: 7px; color: #444444; margin-left: 20px; padding-bottom: 3px;}   
#regMainContent .BlogDetail .blogFooter {padding-bottom: 5px; border-bottom: 1px solid #cccccc; }
#regMainContent .BlogDetail .blogNoEntry {margin-left: 15px; color: Navy; padding-top: 10px; }
#regMainContent .BlogDetail .SocialNetworking {padding-top: 0px; text-align: right}
#regMainContent .BlogDetail .OtherRecentPosts {padding-top: 0px; padding-bottom: 5px;}
#regMainContent .BlogDetail .OtherRecentPosts .ListPosts {margin-left: 20px; padding-bottom: 3px;}

#regMainContent .BlogDetail .Comments {padding-top: 0px;}
#regMainContent .BlogDetail .Comments .NoCommentsYet {color: #444444; padding-bottom: 5px;}
#regMainContent .BlogDetail .Comments .ListComments {margin-left: 0px; padding-bottom: 5px;}
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost {padding: 7px 5px 7px 5px; margin-bottom: 12px; border: 1px solid gray; background-color: #FFFED0;}
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost .CommentBy {font-size: .9em; color: black; padding-bottom: 5px; }
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost .Comment {font-size: .9em; }
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost .ModeratedReply {background-color: #F5FABD; }
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost .ModeratedReply .ReplyComment { }
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost .ModeratedReply .ReplyDatestamp { }

#regMainContent .BlogDetail .Comments .leaveComment input {margin-left: 0px;}
#regMainContent .BlogDetail .Comments .leaveComment .heading {color: #333333; font-weight: bold; padding-top: 4px; }




/* Hacks */
/* float clearing for IE6 */
* html #content {
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
*+html #content {
  min-height: 1%;
}
/* float clearing for everyone else */
#content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
