/* Start of CMSMS style sheet 'melwest' */
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	/*background: #171411;*/
	background: #ffffff;
	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: #171411;
line-height:130%;
}
#menu { 
	float:right;
	font-family:"Century Gothic" ;
font-size:14px;;
}

#menu a {
	text-decoration:none;	
	color:#FFC	;
}
#menu a:hover {
	text-decoration:none;	
}
#menu ul {
float: right;	
}
#menu li {

float:left;
margin-left: 20px;
}
#menu ul .first{
list-style: none;
}
/*hide sub menus */
#menu ul ul {
display:none;
}

#menu, #footer {
	color:#FFC	
}
#sub-pages ul {
 
}
#breadcrumb {

width:850px;
text-align:right;
padding:5px 10px; 
color:#977;
font-variant:small-caps;
font-family:"Century Gothic" ;


}
#breadcrumb a {
text-decoration:none;color:#855
}
#past {width:600px;}
.twoColFixLtHdr #container {
	width: 880px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border :2px #dc0026 solid;
	margin-top: 40px;
} 
.twoColFixLtHdr #header { 
z-index:0;
	background: #171411; 
	position:relative;
	height:40px;
	padding: 0 10px 0 20px; 	border-bottom:2px #dc0026 solid
} 
#main-logo {

}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #logo-peek {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 	padding: 0px 10px 15px 0px;
}
.twoColFixLtHdr #logo{
float:left;
clear:none;
position:absolute;
padding:10px 10px 15px 10px;

}

.twoColFixLtHdr #sidebar-content {
	 padding: 0px 10px 15px 20px;

}
.twoColFixLtHdr #mainContent { 
margin:5px 0 0 220px;
padding:20px;
width:600px;
 
} 

.innerCurve{	
background: #00FFFF;	
color:#ff0000;	
border: 1px solid #171411;	
-moz-border-radius: 15px;  	
}


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#171411; 
	position:absolute;
	z-index:20;
	margin-top:4px;
	width:850px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}


.quoter {
font-variant:small-caps;
font-size:80%;
}
.quoteslider {
background:#171411;
color:#efffff;

padding-right:30px;
}
.quoteslider p{
width:90%;
left:30px !important;
top:10px !important;
}
.NewsSummary {
 padding-top:20px;
 padding-bottom:20px;
}
.hiliter{
background:#171411;
color:#efffff;

padding:30px;
}


h1,h2,h3,h4,h5,h6 {
	font-family:"Century Gothic" ;
}
h1 {font-size:16px}
h2 {font-size:15px}
h3 {font-size:14px}
h4 {font-size:13px}
h5 {font-size:12px}
h6 {font-size:11px}

#fact-file {
width:200px;
float:left;
margin-right:20px;
}
#fact-file strong {
font-variant:small-caps;
font-size:90%;
}

a {
 color:#DC0026;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}



















/* End of 'melwest' */

