/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
		padding:  0;
		margin:  0;
	
	}
p {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #970e00;
}

img {
	padding: 3px 3px 3px 3px
	}
	
td {
	text-align: left;
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:  0;
	margin:  0;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #970E00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:hover{
	text-decoration: none;
}

/************** header tag styles **************/

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 140%;
  color: #970E00;
 margin: 0px;
 padding: 0px;
}

h2{
 	font-family:Arial, Helvetica, sans-serif;
	font-size: 125%;
 color: #970E00;
 margin: 0px;
 padding: 0px;
}

h3{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #970E00;
	margin: 0px;
	padding: 0px;
}

h4{
 font-size: 100%;
 font-family: Arial,sans-serif;
 color: #970E00;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #970E00;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
 border: 1px solid #A06562;
 padding: 5px;
}

label{
 font-family: Arial,sans-serif;
 color: #A06562;
 font-weight: bold;
 font-size: 1em;
}
				
input{
font-family: Arial,sans-serif;
background-color: #EAE5E5; 
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	
	width:800px;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	text-align: center;	
}
/*********************pageNavLeft - this is the container for the links on the left side of the page***********/

#pageNavLeft{
	float: left;
	width:122px;
	padding: 0px;
	background-color: #ffffff;
	border-left: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	font-family: Arial,sans-serif;
}
/*********************pageNavRight - this is the container for the links on the right side of the page***********/
#pageNavRight{
	float: right;
	width:122px;
	padding: 0px;
	background-color: #ffffff;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	font-family: Arial,sans-serif;
}
/************************content - this includes everything under the masthead (logo, menu etc.)***********/
#content{
	padding: 1px 1px 1px 1px;
	margin:0px 125px 0px 125px;
	background:#FFFFFF;
	text-align: left;
	border-width:thin;
	border-style:dotted;
	border-color:#996666;
	
	
}
/*********** container - this is what everything fits into - its the first and last div tag ************/
#container {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	width:  800px;
	background-color: #ffffff;
    padding: 0px 0px 0px 0px;
	border-width:thin;
	border-style:dotted;
	border-color:#996666;
	margin: auto auto;
	}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #970E00;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	right: 0px;
	color: #000000;
	vertical-align:bottom;
}

#utility a{
	color: #000000;
}

#utility a:hover{
	color: #970E00;
	text-align: right;
}
/************** feature styles - this is the Heading Piece for the pages - Kind of like the Front page article in a newspaper*****************/

.feature{
	padding: 0px 0px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	border:#970E00;
	text-align: left;
}
html>body .feature {height: auto;}

.feature h3{
	font-size: 100%;
	font-family: Arial,sans-serif;
	color: #970E00;
	padding: 0px 0px 0px 0px;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
}

.feature p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	}
	
.feature td{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	empty-cells:show;
	vertical-align:text-top;
	
	}

/*************** story styles - these are used in the content area after the feature story ******************/

#story {
	padding: 3px 3px 3px 3px;
	font-size: 100%;
}

#story a {
	display: block;
	font-size:14px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #970e00;
}
#story p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 2px 2px 2px 2px;
	color: #000000;
}
#story a:hover{
	text-decoration: underline;
}
#story td{
	padding-right: 11px;
	
}


/************** siteInfo styles - these are the attributes to the footer text****************/

#siteInfo{
	text-align: left;
	clear: both;
	border-top: none;
	font-size: 10px;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

#siteInfo a{
	color: #cccccc;
}

#siteInfo a:hover{
	color: #cccccc;
	text-decoration: underline;
}


/************ sectionLinks styles - these are what the listings on either side of the page will look like**************/

#sectionLinks{
	text-align: left;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;

}

#sectionLinks h3{
	font-size:12px;
	padding: 2px 0px 2px 2px;
	border-bottom: 0px solid #000;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	font-size:12px;
	font-weight: bold;
	padding: 2px 0px 2px 2px;
	color: #000000;
}

#sectionLinks a:hover{
	border-bottom: 0px solid #000000;
	background-color: #CEDFDE;
	background-image: none;
	color: #000;
}




/************* relatedLinks styles **************/
#relatedLinks{
	text-align: left;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;

}

#relatedLinks h3{
	font-size:12px;
	padding: 2px 0px 2px 2px;
	border-bottom: 0px solid #000;
}

#relatedLinks a:link, #relatedLinks a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	font-size:12px;
	font-weight: bold;
	padding: 2px 0px 2px 2px;
	color: #000000;
}

#relatedLinks a:hover{
	border-bottom: 0px solid #000000;
	background-color:  #CFECCF;
	background-image: none;
	color: #000;
}


/************* relatedLinks2 styles **************/
#relatedLinks2{
	text-align: left;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;

}

#relatedLinks2 h3{
	font-size:12px;
	padding: 2px 0px 2px 2px;
	border-bottom: 0px solid #000;
}

#relatedLinks2 a:link, #relatedLinks2 a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	font-size:12px;
	font-weight: bold;
	padding: 2px 0px 2px 2px;
	color: #000000;
}

#relatedLinks2 a:hover{
	border-bottom: 0px solid #000000;
	background-color: #E0F3B0;
	background-image: none;
	color: #000;
}



/************* relatedLinks3 styles **************/
#relatedLinks3{
	text-align: left;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;

}

#relatedLinks3 h3{
	font-size:12px;
	padding: 2px 0px 2px 2px;
	border-bottom: 0px solid #000;
}

#relatedLinks3 a:link, #relatedLinks3 a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	font-size:12px;
	font-weight: bold;
	padding: 2px 0px 2px 2px;
	color: #000000;
}

#relatedLinks3 a:hover{
	border-bottom: 0px solid #000000;
	background-color: #F0E8CD;
	background-image: none;
	color: #000;
}


/**************** advert styles *****************/

#advert{
	padding: 0px;
}

#advert img{
	display: block;
}

/**************** sticy note styles ****************/

#fadeinbox{
position:absolute;
width: 300px;
left: 0;
top: -400px;
border: 2px solid black;
background-color: #ffffff;
padding: 4px;
z-index: 100;
visibility:hidden;
}



/********************* end **********************/

/********************* shade tabs ***************/
.shadetabs{
border-bottom: 0px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #2d2b2b;
background: white url(graphics/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	width: 33px;
	height: 16px;


}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(graphics/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/****************************shade tabs end**********************/

/****************************sticky note start******************/

#fadeinbox{
position:absolute;
width: 352px;
left: 0;
top: -600px;
border: none;
background-color: none;
padding: 4px;
z-index: 0;
visibility:hidden;
}
/**************************sticky note end***********************/

/**************************tool tip start*************************/

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
/*************************tool tip end*********************************/
