/************************************************/
/*CSS for use with New Mexico pages of Dark Isle*/
/************************************************/

/***********************************************/
/* Regular html tag attributes                 */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(nmgifs/sunset.jpg);
	background-repeat: repeat-y;
	background-color: #e6c186;
	font-size: 12pt;
}

a:link, a:visited {
    color: #000000;
	text-decoration: underline;
}
a:hover {
	background-color:#e6c186;
	color:#000000;
	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#masthead{
	background-image: url(nmgifs/di.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	border-bottom: 1px solid #770000;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 160px;
}
/* ----------------------------- the photos and short descriptions in
 *                               this box */
div#content{
	float:left;
	width:75%;
	margin: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
}
/* -------------------------------
 * expect to always use the navbar and cp in the container*/
div#sidecontainer{
  width:20%;
  float: right;
  padding: 0; 
}
div#navBar{
	background-color: #974d3d;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #770000;
	border-left-color: #770000;
}

div#cp{
	font-size: 8pt;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/* ----------------------- Master heading styles */
#masthead h1{
    padding-left:250px;
}
#masthead h5{
	font-size: 75%;
	color: #000000;
	padding-left: 280px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: none;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	/* display: block; */
	color: #FFFFCC;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#navBar ul a:hover{
	background-color:#e6c186;
	color:#974d3d;
	text-decoration: underline;
}
	
	
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #770000;*/
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.cp {
	font-size:8pt;
}

