* {
	margin: 0;
	padding: 0;
	outline: 0;
	list-style-type:none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border:none;
}

:focus {
	outline: 0;
}

blockquote {
	margin-left:20px;
}

a {
	color:#cc0000;
}

a:hover {
	color:#ff0000;
}


a:visited {
	color:#990000;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*General Layout */

body  {
	font: 100% Helvetica, Arial, sans-serif;
	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;
	background: url(images/body-bgrd.png) #1381B8 repeat-x left top;
	line-height:1;
	font: 100% Helvetica, Arial, sans-serif;
}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	_width: 920px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #d42229;
	border-left: 1px solid #d42229;
	border-bottom: 1px solid #d42229;
}

#header h1  a span{
	text-indent:-9999px;
	overflow:hidden;
}

#header {
	background: #127eb6 url('images/header-bkgrd.png');
	padding: 35px 0px 0 20px;/* 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: 136px;
	width: 940px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a84bd;
} 

#header h1#logo {
	display: block;
	height: 0px !important;
	width: 281px;
	background: url('images/csp-logo.gif') no-repeat left top;
	overflow: hidden;
	padding-top: 154px;
	margin: -24px 0 0 0;
}

#header h1#job_logo {
        display: block;
        height: 0px !important;
        width: 281px;
        background: url('images/csp-logo-job.gif') no-repeat left top;
        overflow: hidden;
        padding-top: 154px;
        margin: -24px 0 0 0;
}

#motto    {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	font-style: italic;
	text-shadow: #000000 1px 1px 1px;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.2em;
}

#motto p {
	margin: 0px;
	padding: 0px 0px 0px 125px;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

.confirmation #side_bar{
display:none;
}

#nav-container {
	padding-left: 25px;
}

#nav-container ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	list-style-type: none;
}

#nav-container   li  a {
	padding: 2px 2px 2px 20px;
	display: block;
	width: 162px;
	height: 14px;
	margin-top: 1px;
	background: url('images/nav-backgrd-off.png');
	border: 1px solid #c1c1c1;
	text-decoration: none;
	color: #000000;
}

#nav-container  li  a:hover {
	background: url('images/nav-backgrd-on.png');
	color: #d5232a;
}

#nav-container  li.selectedli a {
	background: url('images/nav-backgrd-on.png');
	cursor:default;
	color: #d5232a;
} 

#subnav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 30px;
	width: 180px;
	padding-left: 25px;
}

#subnav ul {
	line-height: 1.2em;
	padding-left: 10px;
}

#subnav li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

#subnav li a {
	font-weight: bold;
	color: #1a84bd;
	text-decoration: none;
	background-image: url('images/subnavarrow-off.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
	padding-bottom: 5px;
	display: block;
}

#subnav li a:hover {
	color: #d5232a;
	background-image: url('images/subnavarrow-on.png');
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: left 2px;
}

#mainContent-container {
	margin: 0 40px 0 0;
	_margin: 0 0px 0 0;
	padding: 0;
	float:right;
}

.home #mainContent-container, .confirmation #mainContent-container{
	
	float:none;
	margin:0px auto;
	width:800px;

}

/*
#form {
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
*/
/*Content*/
#inner-content {
	margin: 40px 0 25px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	width: 619px;
}

.home #inner-content, .confirmation #inner-content {
width:inherit;
width:800px;
}

.site #inner-content {
	position:relative;
}

#form #inner-content {
	margin: 0 0 25px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	position:inherit;
}

.home #inner-content {

}

	.inner #inner-content p, .inner #inner-content h2, .inner #inner-content h3 {
		margin-top:10px;
	}
	
	.inner #inner-content h2 {
		font-size:18px;
	}
	
	.inner #inner-content h3 {
		font-size:16px;
	}

.inner #inner-content h2 {
	line-height:20px;
}

.blog .entry-content {
	float:left;
	width:540px;
}

#entry-content li{
	margin:10px 0 0 0px;
	padding: 0 0 0 15px;
	background:url('images/list_star.gif') no-repeat 0 3px;
} 
.more a{
	color:#cc0000;
}

.date {
	display: block;
	float: left;
	width: 69px;
	height: 64px;
	margin-top: 0px;
	background: url('images/blog_cal.png') no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	margin:0 10px 16px 0!important;
}

.date .month {
	display: block;
	height: 16px;
	padding: 1px 0 0 0;
	background: url('images/blog_cal.png') no-repeat;
	color: #FFFFFF;
}

.date .day {
	height: 47px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

.date .year {
	margin-top: -8px;
	display: block;
	text-indent: -9999px;
}

/*Home Page Content*/

#hp_content_top_wrapper {
	border: 1px solid #0376AD;
}

#top-content {
	padding: 10px;
}

.hp_map {
	margin-top:10px;
}

#top-content p {
	padding-top: 12px;
	margin: 0px;
}

#top-content h2 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	line-height:26px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 0px 0;
}

#top-content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#top-content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#left-col {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 290px;
	float: left;
	margin-bottom: 25px;
}

#left-col h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 10px 0px;
	line-height:20px;
}

#left-col h3 a, .entry-title a{
	color:#127EB6;
	line-height:22px;
}

#right-col {
	float: left;
	
	margin-top:10px;

}

.confirmation #right-col{
float:none;
width:800px;
}

.confirmation #right-col a img{
margin:25px 250px;
width:300px;
}

.home .entry-content img{
	width:50px;
	height:50px;
}

/*End Home Page Content*/


table#date_list {
	margin:10px 0;
	width:100%;
}

table#date_list td{
	width:50%;
	padding:5px;
}

table#date_list tr {
	background:#eee;
	border-bottom:1px dotted #999;
}

.post_img_left {
    float:right;
    margin-left:10px;
    margin-bottom:10px;
    background-image:url(/images/bc_head_shot.gif); 
	background-repeat:no-repeat; 
	background-position: left bottom; 
	padding: 0px 15px 15px 15px;
}

/*End Content*/

.starline  {
	background-image: url(images/bluestar.png);
	height: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	background-position: center center;
	display: block;
	margin: 0px 0px 0px 95px;
	width: 406px;
}

.header-img {
	background-image: url(images/star-header.png);
	background-repeat: no-repeat;
	height: 20px;
	width:100%;
	_width: 620px;
	margin: 0px;
	padding: 0px;
}

.home .header-img {
background: url(images/stars-bg-home.jpg) no-repeat;
}

#breadcrumb {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #999;
	font-size:14px;
	line-height:18px;
}

		#breadcrumb a {
			color:#000099;
		}

		#breadcrumb a:hover {
			color:#990000;
		}


#add_this {
	position:absolute;
	right:0px;
	top:-30px;
}

/* End General Layout */

/* Sponsors */

.sponsors {
	margin: 10px 40px 0px 550px;
	_margin: 10px 40px 0px 500px;
	padding: 0px 0px 0px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
	.sponsors a {
		color: #0085c0;
		text-decoration: none;
	}
	
	/*
	.sponsors a:hover {
		color: #0085c0;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #0085c0;
	}*/

	.sponsors  p {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #999999;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999999;
		margin: 0px 0px 5px;
		padding: 0px;
	}
	
	.sponsors  ul  {
		display: block;
		margin-bottom: 20px;
	}
	
	.sponsors li{
		float:left;
	}

.sponsors_footer {
	margin-left:650px;
}


.sponsors_footer li{
	float:none;
	width:200px;
}

/* Possible By */

.possible_by {
	height:80px;
}

/* Possible By */


/* Gold Sponsors */

.gold_sponsors {
	margin: 10px 40px 0px 0px;
	_margin: 10px 0px 0px 500px;
	float:right;
}
	
/* Sponsors */

/*Default Sidemenu Widgets */

.sidemenu_widget {
	width: 150px;
	margin-top: 20px;
	background-repeat: no-repeat;
	padding: 15px 5px 10px 60px;
	font-family: Helvetica, Arial, sans-serif;
	background:url('images/widget_bg.gif') no-repeat 0 0; 
	font-size: 11px;
	color: #333333;
	Overflow:hidden;
}

.sidemenu_widget h4 {
	font-size:14px;
	margin:5px 0;
}

	.sidemenu_widget a {
		color: #1a8f00;
		text-decoration: none;
		font-weight: bold;
	}
	
	.sidemenu_widget a:hover {
		color: #1a8f00;
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px dotted #1a8f00;
		_border-bottom: 1px solid #1a8f00;
	}
	
	.sidemenu_widget p {
		margin-bottom:5px;
	}

.sidemenu_widget_footer {
	height:4px;
	width: 150px;
	padding: 0px 5px 0 60px;
	background:url('images/widget_bg_footer.gif') no-repeat 0 0; 
	_display:inline-block;
}

.sidemenu_widget_footer {
	background:url('images/blue_widget_bg_footer.gif') no-repeat 0 0;
}

a.button_ext_small {
	background:url('/careerstimuluspackage/files/images/button_ext_small.png') no-repeat 0 top;
	width:115px;
	display:block;
	height:22px;
	text-align:center;
	color:#fff;
	padding-top:5px;
	letter-spacing:1;
	font-weight:bold;
	font-size:12px;
}

a.button_ext_small:hover {
	color:#000;
	border:none;
	color:#fff;
	background:url('/careerstimuluspackage/files/images/button_ext_small.png') no-repeat 0 bottom;
}

/*End Default Sidemenu Widgets */

/* Apply Now Widget */

.apply_now_widget {
	background:url('images/apply_now_widget.gif') no-repeat 0 0;
}

.apply_now_widget p {
	padding-left:2px;
}

.apply_now_widget h4 {
	padding-left:2px;
}

	.apply_now_footer {
		background:url('images/green_widget_footer.gif') no-repeat 0 0;
	}
	
	div.apply_now_widget  a {
		background:url('/careerstimuluspackage/files/images/button_ext_small_red.png') no-repeat 0 top;
	}
	
	div.apply_now_widget a:hover {
		background:url('/careerstimuluspackage/files/images/button_ext_small_red.png') no-repeat 0 bottom;
	}
	

/* End Apply Now Widget */

/* Blog Widget */

.blog_widget {
	background:url('images/blog_widget_bg.gif') no-repeat 0 0;
	padding: 15px 14px 10px 40px;
	width:162px;
}

.blog_widget h4 {
	padding-left:20px;
}

	.blog_widget  a {
		border-bottom:1px dotted #000;
		display:block;
		padding-bottom:5px;
		font-size:12px;
		margin:0px 0 0px 0!important;
		padding:5px 0 5px 0px!important;
	}
	
	.blog_widget  a:hover {
		border-bottom:1px dotted #000;
		background:#1a8f00;
		color: #fff;
		text-align:center;
	}
	
/* End Blog Widget */

/* Career Counseling Widget */

.career_counseling_widget {
	background:url('images/career_counseling_bg.gif') no-repeat 0 0;
}
	
/* End Career Counseling Widget */

/* Newsletter Widget */

.newsletter_widget {
	background:url('images/newsletter_widget_bg.gif') no-repeat 0 0;
}

	.newsletter_footer {
		background:url('images/newsletter_widget_footer.gif') no-repeat 0 0;
	}

/* End Newsletter Widget */

/*Twitter Widget*/
.sidemenu_twitter {
	background:url('images/twitter_bg.gif') no-repeat 0 0;
}

.twitter_footer {
	background:url('images/blue_widget_bg_footer.gif') no-repeat 0 0;
}

.sidemenu_twitter  a{
	color:#0086C6;
}

.sidemenu_twitter  a:hover{
	color:#0086C6;
	border-bottom: 1px dotted #0086C6;
}

.sidemenu_twitter {
	background:url('images/twitter_bg.gif') no-repeat 0 0;
}

.twitter_footer {
	background:url('images/blue_widget_bg_footer.gif') no-repeat 0 0;
}

.sidemenu_twitter  a{
	color:#0086C6;
}

.sidemenu_twitter  a:hover{
	color:#0086C6;
	border-bottom: 1px dotted #0086C6;
}

.tweet {
	margin-bottom:5px;
	border-bottom:1px dotted #000;
	padding-bottom:5px;
	width:140px;
	overflow:hidden;	
}

.twitterlink {
	margin-top:5px;
}

/*End Twitter Widget*/

/*Search*/
.search_widget {
	background:url('images/search_widget_bg.gif') no-repeat 0 0;
	padding-left:40px;
	width:180px;
	display:block;
}
.search_widget  h4 {
	padding-left:20px;
}

.search_input {
	font-size:14px;
	width:120px;
	padding:4px;
	float:left;
	display:block;
	margin-top:2px;
	margin-right:4px;
	background:#F4FDFF;
	border:1px solid #666666;
}

.search_input:focus {
	background:#F2FFF2;
	border:1px solid #003300;
}

.submit {
	vertical-align:absbottom;
	float:left;
}

/*Search End*/

/* Facebook Badge */

.facebook_widget {
	background:url('images/facebook_badge_bg.gif') no-repeat 0 0;
}

	.facebook_widget  h4  a{
		color:#203360;
	}
	
	.facebook_widget  h4  a:hover{
		color:#203360;
		border-bottom:1px dotted #203360;
	}

	.face_book_img {
		border:none!important;
	}
	
/*End Facebook Badge */

/*Flickr Widget*/

.flickr_widget {
	background:url('images/flickr_widget_bg.gif') no-repeat 0 0;
	padding: 36px 14px 10px 32px;
	width:180px;
}

	.flickr_widget  a{
		border-bottom:none;
		display:block;
		padding-bottom:5px;
		margin:0!important;
		padding:0!important;
		color:#0086C6;
		border:#fff 1px solid;
	}

		.flickr_widget  a:hover{
			border-bottom:none;
			border:#0086C6 1px solid;
		}

	.flickr_see_all  a{
		display:block;
		padding-bottom:5px;
		margin:4px 0px 0px 4px!important;
		padding:0px 0 0px 0px!important;
		color:#0086C6;
		font-size:12px;
		border:none;
	}

		.flickr_see_all  a:hover{
			border:none;
			padding:0px 0 0px 0px!important;
			color:#0086C6;
			text-decoration:underline;
		}

/*End Flickr Widget*/

/* Recent Posts */

.recent_posts_widget {
	background:url('images/recent_posts_bg.gif') no-repeat 0 0;
}

	.recent_posts_widget ul li, .recent_comments_widget ul li{
		margin-bottom:5px;
		padding-bottom:5px;
		border-bottom:1px dotted #000;
		margin-right:5px;
	}

/* End Recent Posts */

/*Recent Comments*/

.recent_comments_widget {
	background:url('images/recent_comments_bg.gif') no-repeat 0 0;
}

/*End Recent Comments*/

/*Tags*/

.tags_widget {
	background:url('images/tags_bg.gif') no-repeat 0 0;
}

/*End Tags*/

/* RSS Feed */

.rss_feed {
	margin:10px 0 0px 60px;
	display:block;
}

/* End RSS Feed */


#pager {
	padding-top:20px;
	font-size:14px;
}

	#pager a{
		color:#333;
	}

/* Footer */

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	/*margin-top: 100px;*/
	clear:both;
	display:block;
} 
	#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 */
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.8em;
		color: #666666;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #0376ad;
	}
	#footer p a {
		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 */
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.4em;
		color: #666666;
		text-decoration: none;
		font-weight: bold;
	}
	#footer p a:hover {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 0;
		color: #d5232a;
		text-decoration: none;
	}

/* End Footer */




/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url('/careerstimuluspackage/files/images/arrow_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url('/careerstimuluspackage/files/images/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url('/careerstimuluspackage/files/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

/*Custom CSP Styles */

#jtip_inner {

}

#logo_wrapper {
	margin-bottom:10px;
}

#jtip_excerpt {
	font-size:12px;
	text-align:left;
}

/*End Jtip*/


/* New Comment Styles */


.comment_wrapper h5{
	font-size:14px;
	margin:10px 0 8px 0;
	padding: 0 0 0 15px;
	background:url('images/list_star.gif') no-repeat 0 3px;
}

	.comment_wrapper h5 a {
		text-decoration:none;
		color:#000;
	}

.comment_wrapper span{
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#999;
}
	.comment_wrapper span a {
		color:#666;	
	}

.comment_avatar_wrapper {
	float:left;
	display:block;
	width:70px;
}

.comment_wrapper {
	border-bottom:1px dotted #999;
	padding-bottom:6px;
}

.comment_body {
	display:block;
	float:left;
	width:540px;
}

	.comment_body p {
		margin:0 0 6px 0!important;
		padding:0!important;
	}
	
	.comment_status_container {
		display:none; 
		background:#DE9E9E; 
		border:1px solid #cc0000; 
		font-size:16px; 
		font-weight:bold; 
		margin-top:10px; 
		width:382px; 
		padding:10px; 
		display:none; 
		color:#660000;
	}
	
	.Comment_thank_you {
		background:#CEDE9F; 
		border:1px solid #98A84F; 
		color:#4E6303;
		width:596px;
	}

/* New Comment Styles */


/* Comments added from the Defalt Theme*/

.f1 {
	width: 415px;
	float: left;
	display: inline;
	margin: 1em 0 4em;
}
	.f1 li {
		float: left;
		display: inline;
		margin: 0 0 1em;
		width: 415px;
	}
		.f1 li label,
		.f1 li .label {
			width: 75px;
			float: left;
			display: inline;
			font-weight: bold;
			padding: 4px 0 0;
		}
		.f1 li li {
			float: none;
			display: inline;
			width: auto;
			margin: 0;
		}
			.f1 li li label {
				float: none;
				font-weight: normal;
				margin: 0 2em 0 0;
			}
		
	.f1 li .text,
	.f1 li textarea {
		width: 321px;
		padding: 2px;
		background: #f3f3f3;
	}
	.f1 li select {
		background: #f3f3f3;
		padding: 2px;
	}
	.f1 li.forward,
	.f1 li.submit {
		padding-left: 74px;
		width: 340px;
	}
	
		.f1 li.submit a {
			text-decoration:none;
		}
	
	

		.f1 li.forward label {
			float: none;
			font-weight: normal;
			font-style: italic;
			margin: 0 2em 0 0;
		}

	#similarPosts {
		border-bottom:1px dotted #999;
		padding-bottom:14px;
	}

		#similarPosts h3 {
			margin-bottom:6px;
		}

	#similarPosts a{
		color:#203360;
		line-height:18px;
	}
	
	#similarPosts a:hover{
		color:#cc0000;
	}
	
	#similarPosts a:visited {
		color:#666;
	}
	
	
	/* Comments added from the Defalt Theme*/
	
	
	
	
	
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	overflow:hidden;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
	background:url('/careerstimuluspackage/files/images/new_letter_sign_up_bg.jpg') no-repeat #fff 220px 50px;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/*Light Box Styles*/


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*End Light Box Styles*/


/*CSP Styles */

#newsletter_holder {
	margin-top:10px;
}

#newsletter_holder label{
    display:block;
	font-weight:bold;
	margin:4px 0 2px 0;
}   
#newsletter_holder label span {
	color:#cc0000;
	margin-right:2px;
}

#newsletter_holder input{
    display:block;
	margin-left:6px;
	width:200px;
	margin-top:0px;
	padding:4px;
	font-size:16px;
	background:#F4FDFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	border:1px solid #666666;
}  

#newsletter_holder input:focus {
	background:#F2FFF2;
	border:1px solid #003300;
}

input#news_letter_submit {
	height:46px;
	display:block;
	margin:8px 0 0 15px;
	width:194px;
	border:none;
	font-size:18px;
	text-transform:uppercase;
	background:url('images/small_button.png') no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}

input#news_letter_submit:hover {
	background:url('images/small_button.png') no-repeat left bottom;
}

input#news_letter_submit:focus {
	border:none!important;
}

#TB_title {
	font-weight:bold;
}

#TB_closeAjaxWindow {
	font-weight:normal;
}

/* End CSP Styles */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> End global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* Site Options */
div.site_options {
	background:#eee;
	border:1px solid #000;
	padding-bottom:10px;
}

	div.site_options  a{
		color:#cc0000;
		font-weight:normal;
		margin-left:10px;
	}

.site_options ul li{
	float:left;
}

.site_options ul{
	padding:10px;
}

/* Site Options */

/* Landing page styles */

.landing #inner-content  h2, .landing2 #inner-content  h2{
	display:none;
}

.landing #inner-content, .landing2 #inner-content {
	margin: 0 -30px 0px 0px;
	width:930px;
	padding:0px;
	*position:relative;
}

#landing_content_wrapper {
	width:490px;
	float:left;
	margin-left:0px;
}

.landing .form_iframe, .landing2 .form_iframe {
	background:url('/careerstimuluspackage/files/ppc/images/form_bg.jpg') no-repeat;
}

.landing .form_iframe iframe, .landing2 .form_iframe iframe{
	border:none;
	width:423px;
	height:527px;
	display:table;
	padding:6px 0 0 10px;
}

#landing_form {
	width:423px;
	height:527px;
	display:block;
	float:right;
	overflow:hidden;
	background:url('/careerstimuluspackage/entries/images/loading.gif') no-repeat 200px 200px transparent;
}

.landing #add_this, .landing2 #add_this {
	position:absolute;
	margin-left:20px;
	*margin-left:-530px;
	_margin-left:-480px;
	margin-top:16px;
	display:none;
}

.landing_headline {
	/*position:absolute;
	margin-top:-60px;*/
	text-align:center;
	margin-top:20px;
	width:500px;
	/*height:60px;*/
}

.landing_headline h1 {
	font-size:24px;
	*margin-top:4px;
	*margin-bottom:10px;
}

/*
.landing_form_header {
	margin-left:36px;
	margin-bottom:10px;
}
*/
	.landing_form_header {
		margin-left:24px;
		margin-bottom:10px;
	}

	.landing_arrow {
		position:absolute;
		margin-left:880px;
		*margin-left:390px;
		margin-top:-40px;
		width:48px;
		height:73px;
		background:url('/careerstimuluspackage/files/ppc/images/arrow.png') no-repeat 0 0;
		_background:url('/careerstimuluspackage/files/ppc/images/arrow.gif') no-repeat 0 0;
	} 

.schools_holder {
	float:right;
}


/* Landing2 styles */

.landing2 .form_side_bar_testimonial {
	margin-bottom:16px;
}

	.landing2 .form_side_bar_testimonial h3{
		font-size:16px;
		margin-bottom:10px;
		border-bottom:1px dotted #999;
		padding-bottom:6px;
	}

	.landing2 .form_side_bar_testimonial p {
		font-size:12px!important;
		margin:0px 0 10px 0!important;
	}
	
	.landing2 .form_side_bar_testimonial_inner {
		display:block;
		float:right;
		width:270px;
	}
	
.landing2 .quotes {
		line-height:16px;
}
		
.landing2 .side_bar_list_star li {
	border-bottom:1px dotted #999;
	padding-bottom:6px!important;
	margin-top:6px;
}

.landing2 .side_bar_list_star li.last {
	border-bottom:none;
}

.landing2 .side_bar_list_star li {
		font-size:14px;
}

	.landing2 .side_bar_list_star li.fade {
		color:#D4D4D4;
		background:none!important;
	}
	
	.landing2 .sidebar_left_img {
		float:left;
	    margin-right:6px;
	    margin-bottom:0px;
	    background-image:url('/images/bc_head_shot.gif'); 
		background-repeat:no-repeat; 
		background-position: left bottom; 
		padding: 0px 5px 8px 8px;
	}


.landing2 .form_side_bar_desc p{
		font-size:16px;
}

.landing2  .tab_content_wrapper_left {
	width:350px;
	float:left;
}

.landing2  .tabs_image_right {
	margin-right:-20px;
}

.landing2  #mainContent-container {
	background:url('/careerstimuluspackage/files/images/drtv/landing_2_leaning_woman.jpg') no-repeat 342px 80px;
}

/*Scholarship Recipients styles*/

.scholarship-recipients_inner .excerpt_image {
	padding: 0px 0px 0px 0px; 
	float: left;
	border:1px solid #ccc;
	margin-top:4px;
}

.scholarship-recipients_inner .scholarship-entry-title a,  .scholarship-recipients_inner .scholarship-entry-title h3 { 
	color:#127EB6;
	font-size:14px;
}

.scholarship-recipients_inner #inner-content h3.scholarship-entry-title {
	margin:0px 0 0px 0;
	padding:0;
	display:block;
	padding-top:0px;
}

.scholarship-recipients_inner .hentry{
	margin-bottom:5px;
	border-bottom:1px dotted #cccccc;
	_border-bottom:0px;
	padding-bottom:10px;
	padding-top:0px;
}

.scholarship-recipients_inner .entry-content img{
	padding: 10px 10px 10px 10px; 
	float: left;
	display:block
}

.scholarship-recipients_inner .entry-content .img-wrapper{
	float:left;
}

.scholarship-recipients_inner h3{
	margin:0px!important;
}

.scholarship-recipients_inner .scholarship_subhead {
	margin-bottom:10px!important;
}

.scholarship-recipients_inner .scholarship_subhead_sub_category {
	margin-bottom:10px!important;	
}

.scholarship-recipients_inner p{
	margin:6px 0!important;
}

.subcategory_body p{
	margin:0px 0!important;	
}

.scholarship-recipients_inner .school-scholarship{
	float:left; display:block; width:430px;
	margin-left:10px;
	margin-top:0px; padding-top:0px
}
					
/* OMMA Blurb Styles */

#hide_show_link:focus {
	outline:none;
}

#hide_show_link {
	margin: 0 0 0px 0;
	padding:5px 0;
	display: block;
	text-align:right;
	color:#cc0000;
	font-weight: bold;
}

#hide_show_link:hover, .link_active {
	color: green;
	text-decoration: none;
	}

#omma_blurb {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
	padding:0 10px;
	margin-bottom: 20px;
	background-color: #ffebeb;
	border: 2px solid #0F79B2;
	margin-top: 10px;
}
#omma_blurb #hide_show_container img {
	margin-right: 9px;
	float: left;
}
#omma_blurb #hide_show_container a {
	font-weight: bold;
	color: #A10000;
	text-decoration: none;
	border: 1px dotted #FFEBEB;
}
#omma_blurb #hide_show_container a:hover {
	border: 1px dotted #A10000;
}
#omma_blurb #hide_show_container a:visited {
	font-weight: bold;
	color: #A10000;
	text-decoration: none;
}

#omma_blurb #hide_show_container p {
	margin:10px 0 10px 0;
}
