@charset "utf-8";
/* CSS Document */
html { min-height: 101%; } /*fix for page shift in firefox and safari*/
body {
	font-family: Tahoma, Geneva, sans-serif;
	background: #603200;
	
	background-image:url(../images/bg-csstucco.jpg);
	background-repeat: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: #000000;
	font-size: 62.5% /*to convert pixels to em*/
}

h1 {
	
	font-size:14px;
	color: #930;
	}
	p {font-size:12px;
	color: #393430;
	font-weight: normal;}
#logo_style {
	float:left; 
	padding: 25px 0 0 70px;
}
#logo_style a{
	text-decoration: none;}
img {behavior: url(iepngfix.htc);}

ul {
	text-align:right;
	list-style-type: none;
	padding: 35px 20px 0 0;
	margin:0; /* need to zero out margin to prevent extra padding by firefox in lists*/
}
li {
	display: inline;
	
	padding-right:20px;
}
li a {
	color: #FFF;
	font-size:1.6em;
	font-weight:bold;
	text-decoration:none;
}
li a:hover {
	color: #f79021;
	text-decoration:none;
}

.oneColFixCtrHdr #container {
	background: #603200;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	width: 1040px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}
.secondary_nav {
	text-align:right;
	padding-right:15px;
	line-height:1.4em;
}
.secondary_nav p {
	color: #f79021;
	
}
.secondary_nav a {
	font-size:1.2em;
	color: #52abe7;
	text-align:right;
	color: #2b93dc;
	padding-right:20px;
	text-decoration:none;
}
.secondary_nav a:hover {
	color: #f79021;
	text-decoration:none;
}
#header {
	background-image: url(../images/head_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 165px;
}

#mainContent {
	background: #603200;
	background-image: url(../images/content_bg.gif);
	background-repeat:no-repeat;
	height:300px;
	font-size: 0em;  /*to fix padding issues in firefox*/
	
}

#content{
	font-size:1.6em;
	font-weight:normal;
	color: #603200;
	background:#f1ede8;
	padding:0;
}
#projects {
	background-image: url(../images/profile_bg.gif);
	background-repeat:no-repeat;
	height: 200px;
	width: 1040px;
	padding-top:20px;
}
#projects h1{
	font-weight:bold;
	color:#FFF;
	font-size:1.6em;
}
#projects p{
	font-weight:normal;
	color:#f79021;
	font-size:1.2em;
	line-height:1.8em;
}
#projects a{
	text-decoration: none;
	color: #C63;
}
#projects a:hover{
	text-decoration: none;
	color: #fff;
}
#profileContent {
	height: 200px;
	width:150px;
	padding-left:60px;
	float:left;	
}
#slideshow {
	height: 180px;
	font-weight:bold;
	float:left;
	padding-top:20px;
}
#learnmore {
	height: 200px;
	width:160px;
	float:left;
	padding-left:40px;
}
#learnmore2 {
	float:left;
	padding-top:20px;
	padding-left:10px;
	width:198px;
}
.bottom {
	font-family: Tahoma, Geneva, sans-serif;
	height: 50px;
	border-top: 1px #e0cbb2 solid;
	width: 920px;
	margin: 0 auto; /* to center box - needs width*/
	padding-top:10px;
}
.footer {
	font-size:1.1em;
	color: #e0cbb2;
	width:40%;
	float:left;
}
.footer a {
	
	text-decoration: none;
	color: #C63;
}
.footer a:hover{
	text-decoration: none;
	color: #fff;
}
	
.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 */
}
.address{
	font-size:1.0em;
	color: #e0cbb2;
	text-align:right;
    float:right;
	padding-bottom:10px;
}

.clear {
	clear:both;
    height:0;
    font-size: 1.0em;
    line-height: 0em;
}
