/* CSS Document */

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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 780px;
	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. */
	background-color: #FFFFFF;
	background-image: url(../imgs/sidebar_rgt_back.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 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:80px;
/*	text-align: center;*/
	border-bottom: 1px solid #316459;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #toplogo {
	height:70px; /* CPA adding in the proper height */
	width: 159px;
	padding:0px;
	margin:0px;
	position: relative;
	float:left;
} 

.twoColFixLtHdr #navcontainer {
	height:19px; /* CPA adding in the proper height */
	width: 620px;
	margin: 0px;
	padding:0px;
	position: relative;
	float:left;
	top: 9px;
	background-color: #316459;
	overflow:hidden;
} 

.twoColFixLtHdr #headertop {
	height:50px; /* CPA adding in the proper height */
	width: 620px;
	margin: 0px;
	padding:0px;
	position: relative;
	float:left;
	top: 0px;
	overflow:hidden;
	z-index:300;
} 

.twoColFixLtHdr #header .leftphoto {
	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 */
	/* CPA padding: 10px */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #header .middleheader {
	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 */
	/* CPA padding: 10px */
	padding-bottom: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	/* CPA adding in height */
	height:500px;
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
/*	border: thin solid #FFFF33;*/
}
.twoColFixLtHdr #mainContent {
	font-size: 11px;
	line-height: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;/*	border: thin solid #339900;*/
	vertical-align:top;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #A90105;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
.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 */
	color: #CCCCCC;
} 



.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;
}

/* *************************************************/
/* HEAD right side used for color accent in Head which use to be h2  */
a, a:link, a:visited {
	color: #993300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Side bar bullets *******************************/
.sidenav{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height:14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	position: relative;
	left: -10px;
	}
div.sidenav a, div.sidenav a:link, div.sidenav a:visited {
	font-style: normal;
	text-decoration: none;
	color: #CCCCCC;
}
div.sidenav a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
/* Title */
.sidenav h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.sidenav p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.sidenav ul {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;

}
.sidenav ul li{
	margin-bottom: 4px;
	padding-bottom: 4px;
	margin-left: 0px;
	padding-left: 0px;
	list-style:none;
}







/* Namin Page Photos ****************************/
.naming_photos {float:right; padding-left:5px; padding-bottom:5px; margin-bottom:5px; margin-left:5px; clear:right;
}
.naming_photos img {border: 2px solid #9A844A;}

/* RSS section ****************************/
#rss-container { float:right ; padding:5px; width:200px; overflow:hidden;}
.rss-title { font-weight:bold; font-size:12px;}

