@charset "utf-8";
* {margin:0;padding:0}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
}
html, body {
	height: 100%;
}
object { display:block; overflow:hidden;margin:0;padding:0;}

a {
	text-decoration:none;
	color:#FBD667;
}
a:hover {
	text-decoration:none;
	color:#FBD667;
}

#cm_menubar {
	background-image: url(/css/images/cm_menubar_bg.gif);
	background-repeat: repeat-x;
	height: 23px;
	width: 1010px;
	background-color: #601313;
	clear: both;
}

.oneColFixCtr #container {
	width: 1010px; /* the auto margins (in conjunction with a width) center the page */
	min-height: 100%;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #8c1c1c;
	font-size: 10pt;
}
#cm_cal_arrows {
	height: 24px;
	width: 48px;
	float: right;
	position: relative;
}
#cm_cal_arrows img { width:24px;height:24px;border:none; } 

* html #container {
height: 100%;
}
#cm_header {
	background-image: url(/css/images/header.jpg);
	height: 126px;
	width: 1010px;
	clear: both;
	background-color: #000000;
}

.oneColFixCtr #mainContent {
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	clear: both;
	height: 100%;
}
.cm_sidebar_header {
	width: 236px;
	position: relative;
	margin-right: 7px;
	margin-left: 7px;
	background-image: url(/css/images/cm_sidebar_header.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
	clear: left;
}

.cm_body {
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #666666;
	padding: 5px;
	float:right;
	width: 700px;
	margin-right: 7px;
	margin-left: 7px;  
}
.cm_body_cal {
	width: 984px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #666666;
	padding: 5px;
}
#cm_cal {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 239px;
	float: left;
}
.cm_sidebar_body {
	width: 234px;
	border: 1px solid #666666;
	margin-right: 7px;
	margin-left: 7px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #000000;
	position: relative;
	margin-bottom: 15px;
	clear: left;
}
.cm_sidebar_body a {
	color:#FFF;
	text-decoration:none;
}
.cm_sidebar_body a:hover {
	color:#FFF;
	text-decoration:underline;
}

.cm_sidebar_noborder {
	width: 234px;
	margin-right: 7px;
	margin-left: 7px;
	padding: 5px;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 15px;
	clear: left;
}

.cm_sidebar_noborder a {
	color:#FFF;
	text-decoration:none;
}
.cm_sidebar_noborder a:hover {
	color:#FFF;
	text-decoration:underline;
}

#vtour_header {
	margin-bottom:12px;
}

#vtour_header a {
	color:#FFF;
}
#vtour_header a:hover {
	text-decoration:underline;
}

.cm_cal_day, .cm_cal_noday, .cm_cal_today,.cm_cal_eventday {
	background-image: url(/css/images/cm_calendar_day_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 20px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	float: left;
	margin-right: 0px;
	text-align: center;
	font-weight: bold;
}
.cm_cal_noday {
	background-image: url(/css/images/cm_calendar_noday_bg.gif);
	color: #000000;
}
.cm_cal_today {
	background-image: url(/css/images/cm_calendar_today_bg.gif);
	color: #000000;
}
.cm_cal_day:hover, .cm_cal_today:hover,.cm_cal_eventday:hover{
	background-color: #933; 
	background-image: none;
	color: #FFF;
}

/* This style may not be used in the final version and is included here to demonstrate the desired appearance */
.cm_cal_eventday {
	background-color: #000;
	background-image: none;
	color: #C33;
	border: 1px solid #666;
	height: 18px;
	width: 18px;
}

/* Top Menu Navigation */
#menunav 
{
	float:left;  
	position: relative;
	height: 23px;
	width: 100%;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#menunav li
{
	margin:0;
	height: 20px;
	float: left;
	position: relative;
	font-variant: small-caps;
	font-weight: bolder;
	padding: 3px 0 0 0;
	color: #FFFFFF;
}
#menunav li:hover {
	color:#FBD667;
	background-color:#000;
}
#menunav a {
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	margin:0;
	height:100%;
	padding-top:0;
	padding-bottom:3px;
	padding-right: 8px;
	padding-left:8px;
}
#menunav a:hover {
	color:#FBD667;
}

/*--- Below this line, styles are used in the body of the page.  Maintain consistency with EditorCSS ---*/

.cm_body img {
	margin:0.5em; 
}

.cm_body p {
	margin-bottom:0.6em; 
	font-size: 1em;
}
.cm_body a {
	font-weight: bold;
	color: #FBD667;
	text-decoration: none;
}
.cm_body a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.cm_body strong {
	font-weight: bold;
	color: #FFF;
	line-height: 120%;
}

.cm_body em {
	font-style: italic;
	line-height: 120%;
	font-weight: bold;
	color: #FBD667; /* gold-ish color */
}

h1 {
	font-weight: bold;
	font-variant: small-caps;
	line-height: 110%;
	color: #FFF;
	font-size: x-large;
	margin-top:0em;
	margin-bottom:0.5em;
}
h2 {
	font-weight: bold;
	color: #FFF;
	font-size: 1.4em;
	font-variant: normal;
	line-height: 110%;
	margin-top:0em;
}
h3 {
	font-weight: bold;
	line-height: 110%;
	color: #FFF;
	font-style: italic;
	font-size: 1.2em;
	font-variant: normal;
}
h4 {
	font-size: 1.1em;
	line-height: 110%;
	font-weight: bold;
	color: #FFF;
	font-variant: small-caps;
	font-style: italic;
}
h5, h6 {
	font-weight: bold;
	font-variant: small-caps;
}

.imageFramed
{
	background-color:White;
	border:1px solid #666666;
	padding:4px;
	margin:0.5em;
}

.imageUnframed
{
	margin:0.5em;
}

.imgFrame
{
	background-color:White;
	border:1px solid #666666;
	padding:4px;
	margin:0.5em;
}
.imgFrame img
{
	margin:0;
	padding:0;
	z-index:0;
}

.imgFrame .caption {
	margin:0; 
	padding:0;
}
.imgFrame p {
	position: absolute; 
	margin: 0 4px 4px 4px; 
	padding: 0.3em;
	font-size: .9em;
	display:block;
	z-index:100;
	bottom: 0;
	left: 0;
	right:0;
	width:inherit;
	background:#333333;
	color: white;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.cm_body #comancheWordList a 
{
	color: #FFF;
}
.cm_body #comancheWordList a:hover {
	color: #FBD667;
}



























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

