#blog {
	width: 1005px;
	background-color: #f3f3f3;
	padding: 15px;
	border: solid 1px #dedede;
	margin-left: auto;
	margin-right: auto;
}

#blog a {
	text-decoration: none;
	color: #003e7e;
}

#blog h1, h2, h3, h4, h5, h6 {
	padding: 0px ;
	margin: 0px;
	font-weight: normal;
	font-family: Helvetica;
}

#blog h1 {
	color: #003e7e;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#blog  h2 {
	color: #515151;
	font-weight: bold;
	font-size: 15px;
	padding-top: 4px;
}

#blog .text {
	border: solid 1px #c8c8c8;
	color: #c8c8c8;
	padding: 7px;
}

#blog .submit {
	border: solid 1px #c8c8c8;
	height: 33px;
	font-weight: bold;
	color: #003e7e;
	background-color: white;
	background-image: url(../../images/blogButton.png);
}



#blog a:hover {
	text-decoration: underline;
}
	

#blogBody {
	background-color: white;
	padding: 15px;
	width: 630px;
}
	
#blogMenu {
	list-style: none;
	padding: 0px 0px 10px 5px;
	margin: 15px 0px 15px 0px;
	border-bottom: dotted 1px #c5c5c5;
	float: left;
	width: 100%;
}

#blogMenu li {
	float: left;
	padding: 2px 6px 2px 6px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 13px;
}

#blogMenu li:hover, #blogMenu li.active {
	background-color: #ededed;
}
#blogMenu a {
	color: #5d5d5d;
}

#blogMenu a:hover {
	text-decoration: none;
}

.blogPost {
	padding-left: 5px;
}

.blogPost h1 {
	color: #003e7e;
	font-size: 20px;
	text-transform: uppercase
}

.blogPost .date {
	font-size: 12px;
	color: #515151;
	margin-top: 4px;
	margin-bottom: 4px;
}

.blogPost .logo {
	background-image: url(../../images/blogPostBGMiddle.jpg);
	background-repeat:  repeat-y;
	margin-left: -15px;
	padding: 4px 0px 0px 0px;
}

.blogPost .logo img {
	padding-left: 16px;
	display:block;
}

.blogPost .logo .top {
	background-image: url(../../images/blogPostBGTop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
}

.blogPost .logo .bottom {
	background-image: url(../../images/blogPostBGBottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 25px;
}

.blogPost .noLogo {
	margin-bottom: 20px;
}

.blogPost .footer {
	padding: 0px 0px 20px 0px;
	margin: 20px 0px 25px 0px;
	border-bottom: dotted 1px #c5c5c5;
	font-weight: bold;
	font-size: 12px;
}


#blogRight {
	width: 344px;
}

#blogRight .search {
	text-align: right;
	padding: 30px 0px 30px 20px;
}

#blogRight .search .text {
	width: 240px;
}

#blogRight .content {
	background-image: url(../../images/blogRightContentBG.jpg);
	border: solid 1px #dedede;
	border-left: none;
	height: 100%;
}

#blogRight .content .contentBox {
	background-image: url(../../images/blogRightBoxBG.png);
	border: solid 1px #dedede;
	border-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #ececec;
	margin: 20px 18px 0px 20px;
}

#blogRight .content .contentBoxBehind {
	background-image:url(../../images/blogRightContentBoxBG.jpg);
	
}

#blogRight .content .contentBox h2 {
	color: #860016;
	font-size: 18px;
	padding: 10px 10px 15px 10px;
	border-bottom: dotted 1px #c5c5c5;
	font-weight: normal;
}

#blogRight .content .contentBox h1 {
	color: #003e7e;
	font-size: 18px;
	padding: 8px;
}

#blogRight .content .contentBox .contentText {
	padding: 0px 8px 30px 8px;
}

#blogRight .content .contentBoxBottom {
	background-image: url(../../images/blogRightContentBoxBottom.jpg);
	height: 18px;
}

.more-link {
	font-weight: bold;
}

.clear { clear: both; }

.navigation { 
	margin-top: 10px;
}

.navigation a {
	font-size: 13px;
}



#searchResults h1 {
	color: #003e7e;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#searchResults h2 {
	color: #515151;
	font-weight: bold;
	font-size: 15px;
	padding-top: 4px;
}