/*   =======   PAGES BASICS    =======   */

body { 
	background: url(../images/bg_topstripSmall.png) repeat-x;
	background-color: #e8f1fa;
}
#bg { 
	width: 100%; 
	height: 193px;
	margin: 48px auto 0 auto; 
	background: url(../images/bg_featureSmall.jpg) top center no-repeat;
	position: absolute;
	*left: 0;  /*hack for IE6 and IE7 browsers*/
}

/*   =======   PAGES LAYOUT    =======   */

#header {
	height: 241px;
}
#defaultLeft {
	padding: 30px 0 30px 0;
	margin: 0;
	width: 235px;
	height: 100%;
	float: left;
}
#defaultRight {
	width: 740px;
	height: 100%;
    min-height:850px;
/* 	height:expression('761px'); */
	padding: 0 15px 0 15px;
	margin: 0;
	background: url(../images/bg_defaultRight.png) repeat-y;
	float: left;
}

/*   =======   PAGES FOOTER & PAGE TEXT NAV  =======   */


#textNav {
	width: 772px;
	height: 48px;
	background: url(../images/bg_defaultRightBase.png) no-repeat;
	margin-left: 234px;
}
#textNav ul { margin-left: 25px; }

#textNav li { 
	padding: 5px 29px;
}
#copyright {
	text-align: left;
	margin-left: 40px;
}
#credit {
	margin-right: 30px;
}

/*   =======   PAGES CONTENT    =======   */

.miniNavTop {
	background: url(../images/minicolumn_top.png) no-repeat;
	width: 230px;
	height: 65px;
	margin: 0;
	padding: 0;
}
.miniNavMid {
	background: url(../images/minicolumn_mid.png) repeat-y;
	width: 230px;
	padding: 0 25px 1px 25px;
	*padding: 0; /* IE HACK */
}
.miniNavBottom {
	background: url(../images/minicolumn_bottom.png) no-repeat;
	width: 230px;
	height: 17px;
	margin: 0;
	padding: 0;
}
#categoryNav, #involvedNav {
	margin: 0 auto 15px auto;
	text-align: center;
}
#categoryNav h3 {
	margin: 0;
	padding: 29px 0 0 0;
	color: white;
	font-weight: normal;
}
#involvedNav h3 {
	margin: 0;
	padding: 14px 0 0 0;
	color: white;
	font-weight: normal;
}
#categoryNav ul, #involvedNav ul {
	width: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	display: block;
}

#categoryNav li, #involvedNav li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
}

#categoryNav ul li a, #involvedNav ul li a {
	display: block;
	color: #0d3f72;
	background-color: #bedfff;
	width: 140px;
	padding: 5px 10px;
	margin: 0 10px;
	font-size: .75em;
	font-weight: bold;
	text-align: left;
}

#categoryNav ul li a:hover, #involvedNav ul li a:hover {
	color: #586800;
	background-color: #c3cf21;
}
#categoryNav ul li a.subnavOn, #involvedNav ul li a.subnavOn {
	color: #fff;
	background-color: #003870;
}


/*
#categoryNav ul li a:hover {
	color: #fff;
	background-color: #003870;
}
#involvedNav ul li a:hover {
	color: #586800;
	background-color: #c3cf21;
}
*/

#partnerBox {
	width: 210px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.miniBoxTop {
	background: url(../images/minibox_top.png) no-repeat;
	width: 210px;
	height: 18px;
}
.miniBoxMid {
	background: url(../images/minibox_mid.png) repeat-y;
	width: 210px;
	padding: 10px 0;
}
.miniBoxBottom {
	background: url(../images/minibox_bottom.png) no-repeat;
	width: 210px;
	height: 18px;
}
#defaultRightShadow {
	background: url(../images/bg_shadow_content_top.png) transparent no-repeat;
	width: 740px;
	height: 34px;
}
#sectionHeader {
	width: 670px;
	height: 108px;
	padding: 0 35px ;
	background: url(../images/bg_sectionHeader.png) no-repeat;
}
#sectionHeader h1 {
	margin-top: 24px;
	color: #003870;
}
#breadcrumb { overflow: auto; }
#breadcrumb ul li{
	float: left;
	list-style: none;
	display: block;
	padding: 0 5px 0 0;
	margin: 0;
	font-size: .75em;
	font-weight: bold;
	color: #003870;
	text-transform: uppercase;
}
#breadcrumb ul li a {
	color: #999999;
	padding: 0 5px 0 0;
}
#breadcrumb ul li a:hover { color: #f58020; }
#sectionContent {
	padding: 0 0 20px 0;
}
.pageNumber {
	margin: 15px 35px 0 0;
	overflow: auto;
}
.pageNumber ul { float: right; }
.pageNumber ul li {
	float: left;
	list-style: none;
	display: block;
	padding: 0 5px 0 0;
	margin: 0;
	font-size: .75em;
	font-weight: bold;
	color: #003870;
	text-decoration: none;
}
.pageNumber ul li a {
	color: #003870;
	text-decoration: underline;
}
.pageNumber a:hover { color: #f58020; }

.articlePost {
	margin: 0;
	padding: 20px 35px 0 35px;
}
.articlePost a { color: #02366a; }
.articlePost a:hover { color: #f58020; }

.postBgOn {
	background: url(../images/bg_articlepost.png) repeat-x;
}
.postHeader {
	overflow: auto;
}
.postDate {
	display: block;
	background-color: #c3cf21;
	width: 40px;
	height: 47px;
	text-align: center;
	float: left;
	overflow: auto;
	margin-right: 15px;
}
.postDate .month {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 0;
}
.postDate .day {
	color: #c3cf21;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #fff;
	display: block;
	width: 30px;
	padding: 2px 0;
	margin: 0 auto;
}

.postHeader h2 {
	color: #02366a;
	margin: 0;
}
.userName {
	color: #f58020;
	font-size: .75em;
	margin: 3px 0 0 0;
}
.userName a { color: #f58020; }
.userName a:hover { color: #333; }

.postCopy {
	clear: both;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.postCopy p {
	margin: 15px 0 0 0;
}

.photoFRight {
	float: right;
	margin: 0 0 15px 15px;
}
h3.subHeader {
	color: #f58020;
}
.subList {
	background: url(../images/bg_sublist.png) no-repeat left top;
	margin: 5px 0 0 35px;
	padding: 5px;
}
.subList li {
	list-style: none !important;
	color: #24517e;
	padding: 2px 0;
}
#photoGallery {
	overflow: auto;
	margin: 10px 0 10px 20px;
}
.photoBlock {
	width: 234px;
	text-align: center;
	float: left;
}
.photoBG {
	width: 184px;
	height: 113px;
	padding: 25px;
	background: url(../images/bg_photoGalleryImg.png) no-repeat;
}
.photoBlock a {
	color: #02366a;
	font-weight: bold;
}
.photoBlock a:hover {
	color: #f58020;
}