/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

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

body{
	background-color: #734023;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00000;
	line-height: 1.166;
	padding: 0px;
	width: 950px;
	font-size: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #000099;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #000099;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #660000;
	margin: 0px;
	padding: 0px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 22px;
	color: #003366;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #003399;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
.ClearFloats {
	clear: both;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


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

#Container{
    width: 100%;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: double;
	border-right-color: #734023;
	border-bottom-color: #666666;
	border-left-color: #734023;
	background-color: #A26009;
	}

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #000000;
	padding: 0;
}

#navBar{
	float: left;
	width: 16%;
	background-color: #A45D0D;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/leftbkgrnd900-hot.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 16px;
	height: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}

#navBarRight {
	width: 100px;
	background-color: #A45D0D;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/rtbkgrnd-hot800.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 16px;
	height: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-position: left;
	margin: 0px;
	float: left;
}



#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}
.storyImage {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	height: auto;
	overflow: visible;
	visibility: visible;
	z-index: 5;
}


#content{
	float: left;
	width: 70%;
	background-color: #FFFFFF;
	margin-left: 8px;
}
#content p {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

.border {
	background-image: url(../images/h1_bg.gif);
	background-repeat: repeat-x;
	height: 10px;
}

.TitleUL{
	text-decoration: underline;
}

/***********************************************/
/* Components                                  */
/***********************************************/

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


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

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	background-color: #B7B7B7;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
.whiteLink {
	color: #FFFFFF;
	text-decoration: underline;
}


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

#pageName{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content img {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 4px;
}


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

#breadCrumb{
	font-size: 80%;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}


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

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 90%;
	background-color: #FFFFFF;
}

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

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


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

.story{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 80%;
	background-color: #FFFFFF;
}

.story p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 10px;
	color: #999999;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	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;}

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

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

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

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

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #000066;
	font-weight: 600;
}

#sectionLinks a:hover{
	background-color: #003399;
	color: #FFFFFF;
}


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	font-weight: 600;
}
.calendar {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 0px;
	position: relative;
}


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

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	color: #FFFFFF;
}

.relatedLinks a:hover{
	color:#990000;
	background-color: #CCCCCC;
}
/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
}

.whiteLink a:link, .whiteLink a:visited, .whiteLink a:active, .whiteLink a:hover {
	color:#FFF;
	}
	
.eventPhoto{
	float:left;
	margin-right:12px;
	width:auto;
	}

.eventMonth{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12;
	color:#333333;
	font-style:italic;
	padding:4px;
	background-color:#CCCC99;
	text-align: left;
	margin-right: 10px;
}

.eventTitle{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#003399;
text-align:center;
margin: 6px 0px 0px 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.photoRight {
	margin: 8px;
	float: right;
	height: auto;
	width: auto;
}

