/***********************************************/
/* Fixed2col_leftNavCentre.css                 */
/* Use with tulse hill & dulwich hc templates  */
/***********************************************/


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

body{
	font-family: Verdana,Arial,sans-serif;
	font:76%/1.5em
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

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

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14pt;
 color: #cc0000;
}

h2{
 font-size: 12pt;
 color: #cc0000;
}

h3{
 font-size: 10pt;
 color: #cc0000;
}

h4{
 font-size: 8pt;
 color: #cc0000;
}

ul{
 list-style-type: square;
}

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

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

label{
 font: bold 10pt Arial,sans-serif;
 color: #334d55;
}
				
p { 
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	}


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

		#wrap {
			width:756px;
			\width:774px;
			w\idth:756px;
			margin-left:auto;
			margin-right:auto;
			text-align:left;
		}

		#masthead {
			margin-bottom: 0;
		}

		#content {
			padding:10px;
			margin-left:150px;
		}

		#homePagecontent {
			padding:0px;
			margin-left:0px;
		}

		#navbarLeft {
			float:left;
			width:130px;
			\width:150px;
			w\idth:130px;
			margin:0;
			margin-right:0;
			padding:10px;
		}

		#footer {
			clear:both;
			padding:0px 10px 0px 10px;
			margin-top:0;
			background-color:#cc0000;
			font-size: 75%;
			color:#ffffff;
			text-decoration: none;
		}

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

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


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

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


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

.feature{
	padding: 0px 0px 0px 0px;
}

.feature h3{
	padding: 30px 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{
	clear: both;
	padding: 0px 0px 0px 5px;
	font-size: 80%;
}


/***********************************************/
/*Photo Galleries                               */
/***********************************************/

/* Thumbnail Index */
div#index {
	text-align: center;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #BFBFBF;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.8em;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 1em auto;
}

div#navigation td.previous {
	text-align: left;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #BFBFBF;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption {
	font-family: Verdana,Arial,sans-serif;
	text-align: center;
	font-size: 0.8em;
}
