@charset "utf-8";
body {
	font: 11px Arial, Helvetica, sans-serif;
	background:url(/images/bg_blog.jpg) repeat-y top center;
	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: #242424;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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 */
	border: 1px solid #e7e7e7;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
    background: url(/images/blogheader2.jpg) no-repeat top center; 
	height:275px;
	min-height:275px;
	height:1%;
	border-bottom: 1px solid #E7E7E7;
	
}
.oneColFixCtrHdr #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 */
}

#cat_544296_divs{
float:left;}

#menu {
	float:left;
	margin-top: 245px;
}

#menu ul {
	
}

#menu ul li {
	float: left;
	display: block;
}

#menu ul li ul li {
	padding: 2px 0px;
	border: 1px solid #e7e7e7;
	border-top: 1px solid white;
	background-color: white;
}

#menu ul li ul li a{
	font-size: 12px;
}

#menu ul li a {
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	padding: 2px 0px 2px 2px;
}

#menu ul li a:hover, #menu ul li.current a {
	color: #000000;
}


#menu ul li.current a {
	font-weight: bold;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
}

#nav_544296, #nav_544296 ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
}

#nav_544296 li{
	float:left;
	position:relative;
}

#nav_544296 ul {
	background-color: white;
	position:absolute;
	display:none;
	width:12em;
	top: 20px;
	z-index: 1000;
}

#nav_544296 li ul a{
	width:12em;
	height:auto;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav_544296 ul ul{
	top:auto;
}	

#nav_544296 li ul ul {
	left:11em;
	margin:0px 0 0 10px;
}

#nav_544296 li:hover ul ul, #nav_544296 li:hover ul ul ul, #nav_544296 li:hover ul ul ul ul{
	display:none;
}
#nav_544296 li:hover ul, #nav_544296 li li:hover ul, #nav_544296 li li li:hover ul, #nav_544296 li li li li:hover ul{
	display:block;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.blog-container h1{
font: 20px Arial, Helvetica, sans-serif;
color: #161c2f;
}



.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f4f4f4;
}
.oneColFixCtrHdr #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 */
}

hr{
color:#e7e7e7;
background-color:#e7e7e7;
border: none;
height:1px;
}

a:link{
text-decoration:none;
color:#29324d;
}

a:visited{
text-decoration:none;
color:#29324d;
}


a:hover{
text-decoration:none;
color:#cccccc;
}



