/*
Theme Name: OPS Programs
Theme URL: http://www.TimsarSolutions.com/
Author: Timsar Solutions
*/


body {

	margin: 0 auto;	

	background-image: url(images/main_bg.jpg);

	background-repeat: repeat-x;

	background-color: #114A5E;

	font-size: 13px;

	font-family: Arial, Helvetica, sans-serif;

	color: #111111;

        behavior:url(csshover2.htc);

}



form {

	padding: 0;

	margin: 0;

	display: inline;

}

input, textarea, select {

	margin: 3px 0px;

}

a {

	color: #296e89;

	text-decoration: underline;

	cursor: pointer;

}

a:hover {

	

}

a img {

	border: 0;

}

p {

	margin: 0 0 16px 0;

}



/***********************************

	Header

***********************************/

#HeaderWrapper {

	margin: 0 auto;

	width: 900px;

}



#Header {

	margin: 0 auto;

	width: 898px;

	position: relative;

	overflow: hidden;

        height: 140px;

}

#Logo {

	position: absolute;

	top: 19px;

	left: 0;

        font-size: 0.85em;        

}



#Logo h1 {

	color: #282828;

        padding: 1px 0 0 0;

        margin: 0;

        font-size: 2.0em;

	font-family: Arial, Helvetica, sans-serif;

}



.LogoSmall {

        font-size: 0.6em;

}



/***********************************

	Top Search Styling

***********************************/

#TopSearch {

	padding: 0 9px 9px 9px;

	position: absolute;

	top: 9px;

	right: 0;

	background-color: #5E5E5E;

	-moz-border-radius-bottomleft: 6px;

	-moz-border-radius-bottomright: 6px;

}

#TopSearch input {

	margin: 0;

	padding: 6px;

	width: 200px;

	border: 0;

	font-size: 11px;

	color: #888;

	background-color: #fff;

	background-image: url(images/search_bg.jpg);

	background-repeat: repeat-x;

}

#TopSearch a {

	width: 16px;

	height: 16px;

	position: absolute;

	top: 5px;

	right: 14px;

	background-image: url(images/search_icon.png);

	z-index: 999;

	text-indent: -999px;

}

#TopSearch span {

	margin-right: 9px;

	padding: 0 3px;

	display: block;

	font-size: 11px;

	float: left;

	line-height: 26px;

	color: #FDB521;

}

#TopSearch strong {

	color: #fff;

}

/***********************************

	Top Navigation

***********************************/

#TopNavigation {

	position: absolute;

	top: 85px;

	width: 898px;

	background-image: url(images/top_menu_bg.png);

	background-repeat:no-repeat;

	background-position: right;

	z-index: 999;

	color: #FFFFFF;

        font-weight: bold;

}



#nav, #nav ul {

	padding: 0;

	margin: 0;

	list-style: none;

        float: right;

}



#nav a {

	display: block;

	color: #FFFFFF;

	text-decoration: none;

        font-weight: bold;

}



#nav li {

	float: left;

	background-image: url(images/nav_divider.png);

	background-repeat: no-repeat;

	background-position: right center;

}



#nav .first{

	padding: 12px 0 12px 20px;

	width: 4em;

}



#nav .second {

	padding: 12px 0 12px 10px;

	width: 9em;

}



#nav .third{

	padding: 12px 5px 12px 10px;

	width: 7em;

}



#nav .fourth {

	padding: 12px 0 12px 15px;

	width: 9em;

}



#nav .last {

	padding: 12px 0 12px 20px;

	width: 7em;

	background-image: none;

}



#nav li ul {

	position: absolute;

	left: -999em;

	padding-top: 10px;

	width: 175px;

	border-style: solid;

	border-width: 0 0 1px 0;

	border-color: #000000;

}



#nav li ul li {

	background: #505050;

	width: 165px;	

	padding: 5px 0 5px 10px;

	border-style: solid;

	border-width: 0 1px 0 1px;

	border-color: #000000;

}



#nav li ul li:hover {

	background: #DBDBDB;

	font-weight: bold;		

}



#nav li ul li:hover a {

	color: #000000;

}



#nav li:hover ul {

	left: auto;

}



sfHover = function() {

	var sfEls = document.getElementById("nav").getElementsByTagName("LI");

	for (var i=0; i<sfEls.length; i++) {

		sfEls[i].onmouseover=function() {

			this.className+=" sfhover";

		}

		sfEls[i].onmouseout=function() {

			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");

		}

	}

}

if (window.attachEvent) window.attachEvent("onload", sfHover);



#nav li:hover ul, #nav li.sfhover ul {

	left: auto;

}

/***********************************

	Featured Banner

***********************************/

#Featured {

	position: relative;

	height: 270px;

        margin-top: 5px;

	width: 100%;

}



#FeaturedBanner {

	width: 900px;

	margin: 0 auto;

	padding: 15px 10px 0 10px;

	position: relative;

}



#FeaturedBanner h1 {

	color: #FFFFFF;

        font-size: 2.0em;

        font-weight: normal;

        padding-top: 0;

}



#FeaturedBanner p {

	color: #F1F8FA;

        font-size: 1.0em;

}

/***********************************

	 Content Wrapper

***********************************/

#ContentWrapper {

	width: 900px;

	margin: 0 auto;

	position: relative;	

	margin-top: 12px;

	margin-bottom: 8px;

	padding: 0;

}



/***********************************

	 

***********************************/

#page {

	background: #FAFAFA;

	margin: 0 auto;

        margin: 0;

	padding: 10px 20px 10px 5px;

	width: 872px;

	border-style: solid;

	border-width: 0 1px 0 1px;

	border-color: #4F4F4F;

	}



#content {

	font-size: 1.1em;

        width: 872px;

        padding: 0 10px 10px 10px; 

	}



#RoundedCorner1 {

	background-image: url(images/content_top_bg.png);

        height: 7px;

        width: 100%;

        margin: 0px;

        padding: 0px;

}





#RoundedCorner2 {

	background-image: url(images/content_bottom_bg.png);

        height: 7px;

        width: 100%;

        margin: 0px;

        padding: 0px;

}



#content h1 {

	font-size: 1.35em;

	color: #000000;

	padding: 25px 10 25px 25px;

}



#content h2 {

	font-size: 1.5em;

	margin: 15px 0 10px 0;

	color: #000099;

	}



#content h3 {

	font-size: 1.2em;

	color: #000000;

	padding: 10px 0 0 0;

}



#content h3 a {

	color: #06c;

        font-weight: bold;

        text-decoration: none;

}



#content h3 a:hover {

	color: #333;

        font-weight: bold;

        text-decoration: underline;

}



#content p {

        line-height: 21px;

}



#HomeEmail {

        float: right;

        width: 180px;

        height: 135px;

        margin: 0 10px 10px 10px;

        padding: 5px;
        text-align: center;
	border: 1px dashed #999;

}



.widecolumn .entry p {

	font-size: 1.05em;

	}



.narrowcolumn .entry, .widecolumn .entry {

	line-height: 1.4em;

	}



.widecolumn {

	line-height: 1.6em;

	}



.narrowcolumn .postmetadata {

	text-align: center;

	}



.thread-alt {

	background-color: #f8f8f8;

}

.thread-even {

	background-color: white;

}

.depth-1 {

border: 1px solid #ddd;

}



.even, .alt {

	border-left: 1px solid #ddd;

}



#FooterWrapper {

	width: 898px;

	margin: 0 auto;

        padding: 0;

	background: #333333;

}



#Footer {

	width: 896px;

        height: 150px;

	background: #333333;

	font-family: Arial, Helvetica, sans-serif;

	text-align: left;

	color: #E9E9E9;

        padding: 7px 0 0 0;

        margin: 0px;

	border-style: solid;

	border-width: 0 1px 0 1px;

	border-color: #959596;

}



#Footer a {

	color: #FF9122;

        text-decoration: none;

}



#Footer a:hover {

	color: #E9E9E9;

        text-decoration: none;

}



#RoundedCorner3 {
	background-image: url(images/footer-top-bg.png);
	background-repeat:no-repeat;
        height: 5px;
        width: 100%;
        margin: 0px;
        padding: 0px;
}



#RoundedCorner4 {
	background-image: url(images/footer-bottom-bg.png);
	background-repeat:no-repeat;
        height: 5px;
        width: 100%;
        margin: 0px;
        padding: 0px;
}



#Footer ul {

	padding-left: 0px;

        margin: 0;

}



#Footer li {

	float:left;

	display: inline;

	padding-bottom: 0px;

}



#F-First {

	width: 190px;

	height: 150px;

	padding-left: 10px;

	text-align: center;

	background: url(images/footer-separator.gif) right 50% no-repeat;	

}



#F-Second {

	width: 200px;

	height: 150px;	

	padding-left: 20px;

}



#F-Second a, #F-Third a {

	color: #E9E9E9;

	text-decoration: none;

	font-size: 13px;

	line-height: 18px;

	text-decoration: none;	

}



#F-Second a:hover, #F-Third a:hover {

	color: #FF9122;

	text-decoration: none;

}



#F-Second a:visited, #F-Third a:visited {

	text-decoration: none;

}



#F-Third {

	width: 140px;

	height: 150px;

	background: url(images/footer-separator.gif) right 50% no-repeat;	

}



#F-Fourth {

	width: 310px;

	text-align: right;

	padding-top: 5px;

        padding-left: 10px;

	background-image: none;

}



#Footer h3 {

	font-size: 1.0em;

	color:#FFF;

	font-family:Arial, Helvetica, sans-serif;

	text-transform: uppercase;	

	padding: 0 0 10px 0;

	margin: 0;

}



#Footer-Credentails {

	width: 100%;

	text-align: center;

	padding-bottom: 5px;

}



#Footer h4 {

	font-size: 2.5em;

        color: #FF9122;

        padding: 0;

        margin: 0 0 10px 0;

}





small {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.5em;

	}



h1, h2, h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	}



#headerimg .description {

	font-size: 1.2em;

	text-align: center;

	}



h3 {

	font-size: 1.3em;

	}



h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {

	text-decoration: none;

	color: white;

	}



h2, h2 a, h2 a:visited {

	color: #333;

	}



h2, h2 a, h2 a:hover, h2 a:visited, #wp-calendar caption, cite {

	text-decoration: none;

	}



.sticky {

	background: #f7f7f7;

	padding: 0 10px 10px;

	}

.sticky h2 {

	padding-top: 10px;

	}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

.commentlist li ul li {

	font-size: 1em;

}



.commentlist li {

	font-weight: bold;

}



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	background: #fff;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #777;

	}



code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}



a, h2 a:hover {

	color: #06c;

	text-decoration: none;

	}



a:hover {

	color: #147;

	text-decoration: underline;

	}



#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

/* End Typography & Colors */







/* Begin Structure */

body {

	margin: 0 0 20px 0;

	padding: 0;

	}







.narrowcolumn {

	float: left;

	padding: 0 0 20px 45px;

	width: 900px;

	}



.widecolumn {

	padding: 10px 0 20px 0;

	margin: 5px 0 0 150px;

	width: 450px;

	}



.post {

	margin: 0 0 40px;

	text-align: justify;

	}



.widecolumn .post {

	margin: 0;

	}



.narrowcolumn {

	padding-top: 5px;

	}



.postmetadata {

	padding-top: 0;

	}



.widecolumn .postmetadata {

	margin: 30px 0;

	}



.widecolumn .smallattachment {

	text-align: center;

	float: left;

	width: 128px;

	margin: 5px 5px 5px 0px;

}



.widecolumn .attachment {

	text-align: center;

	margin: 5px 0px;

}



.postmetadata {

	clear: both;

}



.clear {

	clear: both;

}



#footer {

	padding: 0;

	margin: 0 auto;

	width: 900px;

	clear: both;

	}



#footer p {

	margin: 0;

	padding: 20px 0;

	text-align: center;

	}

/* End Structure */







h3.comments {

	padding: 0;

	margin: 40px auto 20px ;

	}

/* End Headers */







/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right;

	}



.alignleft {

	float: left;

	}

/* End Images */







/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	}



html>body .entry li {

	margin: 7px 0 8px 10px;

	}



.entry ul li:before, #sidebar ul ul li:before {

	content: "\00BB \0020";

	}



.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 15px;

	}



#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px;

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 0;

	}

#commentform textarea {

	width: 70%;

	padding: 2px;

	}

#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}

#commentform #submit {

	margin: 0 0 5px auto;

	float: left;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 10px;

	padding: 5px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

}



.commentlist p {

	margin: 10px 5px 10px 0;

}

.children { padding: 0; }



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */



/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}

	

.screen-reader-text {

     position: absolute;

     left: -1000em;

}



hr {

	display: none;

	}



a img {

	border: none;

	}



.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 20px;

	}

/* End Various Tags & Classes*/







/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End captions */





/* Rotator Styles */

#wrapper {
	width:550px;
}

#rotator {
	color: #F1F8FA;
	position:relative;
	padding-bottom: 2.6em;
	margin:0;
	font-size: 1.0em;
}

/* Tabs */

ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding: 0;
	border:0;
	outline:0;
	text-decoration:none;
	font-size: 1.2em;
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

ul.ui-tabs-nav {
	position:absolute;
	bottom:0px;
	left:0;
	z-index:1;
	width:100%;
	margin:0 0 0 10px;
}

/* Non-Selected Tabs */

li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {
	font-size:.8em;
	font-weight:normal;
	color:#ABD5E4;
        text-decoration: underline;
}

/* Hovered Tab */

#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
        text-decoration: none;
}

#rotator .ui-tabs-nav-item a span {
	float:left;
	padding:0.26em 0.4em 0.26em 0.4em;
	cursor:pointer;
}



/* Active Tab */

#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background:#333333;
	color:#FFFFFF;
        text-decoration: none;
}



/* Content Panels */

#rotator .ui-tabs-panel {

	font-family:Arial, Helvetica, sans-serif;

	clear:left;

	color: #F1F8FA;

	padding: 15px 10px 15px 15px;

	height: 195px;

}



#rotator .ui-tabs-hide {

	display:none;

}



#rotator h2 {

	color:#FFFFFF;

	font-weight:normal;

	margin:0;

	font-size:1.8em;

	line-height:1.5em;

}



#rotator p {

	font-size: 1.1em;

	margin:.5em 0;

	color: #F1F8FA;

        line-height: 1.3em;

}

#rotator p a {
	color: #F1F8FA;
        font-weight: bold;
	text-decoration: underline;
}

#rotator p a:hover {
	text-decoration: none;
}

#rotator p a:visited{
	text-decoration: underline;
}


#rotator .btn_get_started {

	float:left;

	height:30px;

	width:99px;

	text-indent:-9999em;

	margin-right:7px;

	overflow:hidden;

	background:transparent url(images/getstarted.gif) no-repeat

}



#rotator .btn_learn_more {

	float:left;

	height:26px;

	font-size:.9em;

}