/* Start of CMSMS style sheet 'Layout_Pages' */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 100%;
	margin-top: -265px;
	text-align: center;
	min-width: 864px; 
}



body.mceContentBody {
   background: #cccccc;
}


.smalltext {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}


.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
            font-style: normal;

}
.boldtext1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bolder;
	color: #ffffff;
	font-size: 12px;

}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
	}

.headinglarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ff9900;
	font-style: italic;
}

.nmsarchive_header	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff;
	}
	

.oddrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
            font-style: normal;

}


.evenrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
                font-style: normal;

}


/* LINKS - set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
   color: #cccccc; 
}


/* a different color can be used for visited links */
a:visited {
   text-decoration: none;
   color: #cccccc;                
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #0cc;
}



/* Headings */	
h1, h2, h3, h4, h5, h6 {
     color: #cccccc;
}


/*  SCROLLBARS  */

#content.textarea {
scrollbar-3dlight-color:red;
scrollbar-arrow-color: green;
scrollbar-base-color: blue;
scrollbar-darkshadow-color: color;
scrollbar-face-color: #2e407f;
scrollbar-highlight-color: orange;
scrollbar-shadow-color: pink;
scrollbar-track-color: #2e407f;

}




/* SEARCH BOX */

div#search {
   float: right;
   valign: bottom;
   width: 18em;     /* enough width for the search input box */
   height: 1;
   text-align: right;
   align: right;
   }



/*  IFRAMES  */

#text1 { 
             height: 300px; 


            }

#pics1 { 
             height: 300px; 
            }
			
			

/* FORMBUILDER */

.formbuilderform {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: orange;
}

.formbuilderform textarea {
width: 200px;
height: 5em;
}




#m2moduleform_1 textarea {
               width: 200px;
}

#m2moduleform_1 fieldset {
               width: 300px;
padding: 1em; 
}

#m2moduleform_1 {
               font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: orange;
}

#m2moduleform_1 legend {
            font-weight: bold;
             font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: orange;

} 

.contactform div {width: 50px; padding: 0.25em 0 0.25em 0;}  
.contactform div label {display: block; width: 10em; } 
.contactform div.required {color: #ffff00;}

.bookorder textarea {
               width: 200px;
               height: 45px;
}



/* End of 'Layout_Pages' */

