/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.166;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
#outer_wrapper {
/*	background: #fff url(images/PostCards/background_3.gif) repeat-y left;*/
	margin: 0;
	padding: 0;
}
#wrapper {
/*	background: url(images/PostCards/background_2.gif) repeat-y right;*/
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
/*	background: url(images/PostCards/background_2.gif) repeat-y right;*/
	margin-left: 0px;
	padding: 0;
}
#content {
	padding: 0;
}
#main {
	padding-left: 10px;
	float: left;
	width: 79%;
}
#NavBar {
	width: 150px;
	float: left;
	margin: 0;
	border-right: 1px solid #cccccc;
	padding: 0;
}
#sidebar {
	width: 198px;
	float: right;
}
#footer {
	border: 1px solid #660000;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
#postcard {
	overflow: auto;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/
/***********************************************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/
/***********************************************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 0px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/
/***********************************************/

.story{
	font-size: 100%;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
}

.story p{
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	clear: none;
}
.story img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
.story h3 {
	margin: 0 0 0 0;
	color: #660000;
	clear: left;
	text-align: center;
}
.story h2 {
	margin: 0 0 10 0;
	color: #660000;
	text-align: center;
}


/************* #siteInfo styles ***************/

#siteInfo{
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sectionLinks li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}
#sectionLinks a:link{
	color: #660000;
	text-decoration: none;
}
#sectionLinks a:visited{
	color: #660000;
	text-decoration: none;
}
#sectionLinks a:hover{
	background-color: #8C2633;
	text-decoration: underline;
	color: #FFFFFF;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
#headlines {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#headlines p{
	padding: 5px 0px 5px 0px;
}

#header img {
	margin: 15px 0px 5px 0px;
	padding: 0px;
}
#sidebar {
	background-color: #A64951;
	border: 1px solid #660000;
	padding: 10;
}

#sectionLinks h4 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#sectionLinks {
	border: 1px solid #660000;
}
#header #phoneNo h3 {
	padding: 0px;
	margin: 0px;
}
#header #phoneNo {
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#postcard img {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#newsletter {
	margin-top: 15px;
	float: right;
	clear: right;
}
#sidebar p {
	font-size: small;
	padding: 5px;
}
#sidebar h4 {
	padding: 5px;
	color: #FFFFFF;
}
#footer h4 {
	font-size: small;
	color: #660000;
	margin: 5px;
	padding: 0px;
	float: left;
}
#headerStar img {
	margin: 0;
	padding: 0;
	float: right;
}
#ticker {
height: 20px;
width: 550px;
position: relative;
overflow: hidden;
}

#ticker div {
position: absolute;
white-space: nowrap;
}
#phoneNo h4 {
	margin: 0px;
	padding: 0px;
}
#footer h6 {
	color: #EEEEEE;
	float: right;
	margin: 5px;
	padding: 0px;
}
#Thumbnail {
	float: left;
	width: 210px;
	border: 1px solid #999999;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: bold;
}
#NavThumb h4 {
	font-size: large;
	font-weight: bold;
	color: #660000;
	margin: 0px;
	padding: 10px;
}
#NavThumb h2 {
	color: #660000;
}
#story-box {
	border: 2px dashed #999999;
	font-size: large;
	color: #660000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#story-box h2 {
	font-size: large;
	margin: 10px;
	padding: 0px;
	color: #660000;
}
#main h1 {
	color: #660000;
}
#ContactForm {
	float: left;
	padding-left: 30px;
}
#newsletter .maincol {
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
#header #phoneNo h6 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/***********************************************/
#Ent-Title {
	color: #660000;
	text-align: center;
	width: 370px;
	float: left;
}
#Ent-Img {
	float: right;
	margin-left: 20px;
	margin-right: 15px;
}
#Ent-Strip {
	float: left;
	width: 200px;
	clear: left;
	margin-right: 20px;
}
#Ent-Text {
	float: none;
	margin-top: 100px;
	text-align: left;
	margin-right: 15px;
	font-size: large;
}
#ewrap {
	float: none;
}
#Ent-Strip img {
	border-style: none;
}
/***#Ent-Strip a:hover{
	background-color: #8C2633;
}***/
.picborder {
	padding: 3px;
}
.story ul {
	float: left;
	text-align: left;
}

