@charset "utf-8";
/* JA Casillas CSS Document */

body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.3em;
	background: #fff;
	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;
}
.oneColFixCtr #container {
width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
padding: 6px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
height: 373px;
}

.oneColFixCtr #mainContent img {
float:left;
}

#rightCol img{
vertical-align:bottom;
}

#rightCol {
width:280px;
float:right;
}

.holder {
width:280px;
height:373px;
float:right;
text-align:left;
}

#rightCol p{
	padding-top:0;
	margin-top:0;
	text-align: left;
}

#footer p {
float:right;
width:30%;
font-size:90%;
color:#999999;
text-align:right;
}

#footer a {
color:#666666;
text-decoration:none;
}

#footer a:hover {
color:#581e00;
text-decoration:none;
}

.projectlist {
width: 915px; 
margin: 0; 
white-space: nowrap;
}

.tickercontainer { /* the outer div with the black border */
border-top:#f78f1e solid 1px;
border-bottom:#f78f1e solid 1px;
color:#a38566;
background: #fff; 
width: 915px; 
height: 31px; 
margin: 0; 
padding: 0
overflow: hidden; 
white-space: nowrap;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 8px;
width:915px;
overflow: hidden;
white-space: nowrap;
}

ul.newsticker { /* that's your list */
position: relative;
left: 0px;
list-style-type: none;
margin: 0;
padding: 0;
white-space: nowrap;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0px;
padding: 0;
white-space: nowrap;
}

/* NAV ELEMENTS*/
#nav {
	width:915px;
	height:101px;
	background-color:#581e00;
}

#nav ul {
display:inline;
padding-left:0;
margin-left:0;
}

#nav ul li {
list-style:none;
display:inline;
width:101px;
}.oneColFixCtr #mainContent2 {
	padding: 6px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 430px;
}
