@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #39505a;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 803px;
}
h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b5c2c3;
	padding-bottom: 5px;
	color: #39505a;
}
#header {
	width: 803px;
	height: 187px;
	background-image: url(../images/header-main-img.gif);
	background-repeat: no-repeat;
}
#header #logo {
	height: 76px;
	width: 218px;
	left: 28px;
	top: 63px;
	position: relative;
}
#main_container {
	margin-top: 5px;
	float: left;
	clear: both;
}
#main_container #left_panel {
	clear: right;
	float: left;
	width: 583px;
}
#main_container #right_panel {
	width: 213px;
	clear: right;
	float: left;
	margin-left: 5px;
	border: 1px solid #e7f1f2;
}
#main_container #right_panel #right_content {
	margin: 3px;
	background-color: #E7F1F2;
	padding: 7px;
	min-height:810px;
}
#footer {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
	clear: both;
	padding-bottom: 25px;
}

#main_container #right_panel #right_content ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main_container #right_panel #right_content li {
	padding-left: 12px;
	line-height: 18px;
	background-image: url(../images/list-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}
#main_container #right_panel #right_content li a {
	text-decoration: none;
	font-weight: normal;
	color: #39505a;
}
#main_container #right_panel #right_content li a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #39505a;
}
#main_container #right_panel #right_content #blog_title {
	font-weight: bold;
	color: #39505a;
	font-size: 14px;
	background-image: url(../images/arrow-down-icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b5c2c3;
}


#main_container #left_panel #objectives {
	border: 1px solid #e7f1f2;
	padding: 10px;
	margin-bottom: 5px;
}
#main_container #left_panel #posts {
	border: 1px solid #e7f1f2;
	padding: 3px;
	margin-bottom: 5px;
}

#main_container #left_panel #posts #post_content {
	padding: 7px;
}
#main_container #left_panel #posts #post_content2 {
	padding: 7px;
	background-color: #e7f1f2;
}
#main_container #left_panel #posts #post_content #posted_on {
	font-size: 10px;
	color: #81959e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #81959e;
	border-right-color: #81959e;
	border-bottom-color: #81959e;
	border-left-color: #81959e;
	padding-top: 5px;
}
#main_container #left_panel #posts #post_content2 #posted_on {
	font-size: 10px;
	color: #81959e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #81959e;
	border-right-color: #81959e;
	border-bottom-color: #81959e;
	border-left-color: #81959e;
	padding-top: 5px;
}
#main_container #left_panel #recent_posts {
	border: 1px solid #e7f1f2;
	padding: 3px;
	margin-bottom: 5px;
}
#post-heading {
	font-size: 14px;
	line-height: 22px;
	background-color: #aec7ca;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	font-weight: bold;
	background-image: url(../images/arrow-down-icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#main_container #left_panel #recent_posts ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#dark-blue {
	font-weight: bold;
	padding-left: 7px;
	background-color: #d2e1e3;
	line-height: 24px;
}
#main_container #left_panel #recent_posts a {
	text-decoration: none;
	color: #39505a;
}
#main_container #left_panel #recent_posts a:hover {
	text-decoration: underline;
	color: #39505a;
}
#light-blue {
	padding-left: 7px;
	background-color: #e7f1f2;
	line-height: 24px;
	font-size: 10px;
	color: #81959e;
}
.add_this_btn{ clear:both; width:100%; text-align:left; padding-top:10px; padding-bottom:10px;}
