@charset "utf-8";
body {
	font: 98% Verdana, Arial, Helvetica, sans-serif;
	background: #3a6fda url(../images/body_bkgd.jpg) repeat-x;
	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: #464646;
}
.oneColElsCtr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 14px solid #001346;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*---------------- header ---------------- */
.oneColElsCtr #header {
	background: #002265;
	padding: 9px;
}
/* contact */
.oneColElsCtr #contact {
	padding: 0;
	margin: 0;
	width: 14em;
	float: right;
}
.oneColElsCtr #contact p{
	float: right;
	padding: 0;
	margin: 0;
	color: #3399ff;
	font-size: 60%;
}
.oneColElsCtr #contact a{
	color: white;
	text-decoration: none;
}
/* nav */
.oneColElsCtr #nav { 
	padding-top: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;	
}
.oneColElsCtr #nav ul{
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}
.oneColElsCtr #nav li{
	float: left;
	font-size:72%;
	letter-spacing: .2px;
	list-style: none;
	padding-right: 10px;
	margin: 0;
	text-transform: uppercase;
}
#nav-home, #nav-services, #nav-about, #nav-mission{
	border-right: 1px solid #447ae5;
}
#nav-services, #nav-about, #nav-mission, #nav-contact{
	padding-left: 15px;
	
	}
	
	#nav-words{
	padding: 9px 0px 0px 0px;
	color: #ff9933;
	font-weight: bold;	
	font-size: 110%;
	letter-spacing: 2px;
	font-family: Times New Roman, Times, serif;
	
	
	
	
		}
	
#navidad{
	padding: 9px 0px 0px 0px;
	color: red;
	font-weight: bold;	
	font-size: 250%;
	letter-spacing: 4px;
	font-family: Times New Roman, Times, serif;
	
	
	
	

}
.oneColElsCtr #nav li a{
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: white;
}
.oneColElsCtr #nav li a:hover{
	color: #ff9933;
	
}
.oneColElsCtr #nav li a.active{
	color: #ff9933;
}
/*---------------- flash content ---------------- */

.oneColElsCtr #flash {
	margin: 0;
	background: #fff;
	padding: 9px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*---------------- main content ---------------- */

/* main content */
.oneColElsCtr #mainContent {
	clear: both;
	padding: 0 18px 20px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #mainContent h1 {
	color: #ffcc33;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	letter-spacing: 2px;
}
.oneColElsCtr #mainContent h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #003399;
	margin:0;
	padding: 0;
}
.oneColElsCtr #mainContent p {
	font-size: 80%;
	line-height: 1.6em;
}
.oneColElsCtr #mainContent img {
	float: right;
	border: 0;
	margin: 0;
	padding: 0;
}
/*---------------- footer ---------------- */
/* footer */
.oneColElsCtr #footer {
	color: #959595;
	font-size: 80%;
	clear: both;
	background: #ebebeb;
	padding: 2px 9px 9px 9px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #footer p {
	line-height: .5em;
}
.oneColElsCtr #footer a{
	color:#666666;
}