/************************************************/
/*CSS for use with Castle pages of Dark Isle    */
/************************************************/

/***********************************************/
/* Regular html tag attributes                 */
/***********************************************/ 

body{
	background-color: #A5C0A5;
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	margin-left: 0px;
}
.smaller {font-size: smaller}
a:link, a:visited {
    color: #000000;
	text-decoration: underline;
}
a:hover {
	color:#FFEFE0;
	background-color:#4E684E; 
	text-decoration: underline;
}
p:first-line {
	color: #333333;
	font-weight: bold;
} 

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

h1{
 font-family: Arial, sans-serif;
 font-size: 24pt;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 18pt;
	color: #00b0bb;
	font-family: Arial, Helvetica, sans-serif;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
}

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

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

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


/***********************************************/
/* Layout Divs                                 */
/* 75% of width is content with 18% as 	       */
/*   navigation (total < 100%) for padding	   */
/***********************************************/
div#rightcontainer{
	float:left;
	width:75%;
}
div#sidecontainer{
  width:180px;
  float: left;
  padding: 0; 
}
div#masthead{
	margin: 0;
	border-bottom: 3px solid #415d41;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 130px;
	margin-bottom: 5px;
}
/* ----------------------------- the photos and short descriptions in
 *                               this box */
div#content{
	margin: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
}
/* ----------------------- Master heading styles */
#masthead h5{
	font-size: 75%;
	color: #000000;
	padding-left: 280px;
}

/*********** #navBar link styles ***********/
/* -------------------------------
 * expect to always use the navbar and cp in the container*/
div#navBar{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
/*	background-image: url(/gifs/blank-green.jpg); */
/*	background-repeat: repeat-y; */
}

#navBar h1 { color:#FFFFFF; }
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
}
#navBar a:hover {
	background-color:#A5C0A5;
	text-decoration: none;
}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

div#cp{
	font-size: 8pt;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}
div#cpl{
	font-size: 8pt;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: none;
}

.cp {
	font-size:8pt;
}
