/*  
Theme Name: COSTEP Theme
Description: COSTEP Theme
Version: 1.0
Author: Chris J. Davis & Joel Wilson
*/

body {
	margin: 0;
	padding: 0;
	font-family: Optima, Arial, Verdana, serif;
	/* min-width: 600px;  2x (LC fullwidth + CC padding) + RC fullwidth */
	background-color: #fff;
	width: 100%;
	background-image: url(imgs/main_bg.gif);
	background-repeat: repeat;
}

a {
	text-decoration: underline;
	color: #002784;
	border: 0px;
}

a:hover {
	text-decoration: none;
	color: #002784;
	border: 0px;
}

a:visited {
	color: #002784;
}

img {
	border: 0px;
}

h2 {
	border-bottom: 1px solid #81CFDC;
	background: url(imgs/h2_bg.gif) repeat-x bottom;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #81CFDC;
}

.article-1
{
	margin-top: 5px;
	margin-left: 10px;
}

.article-2
{
	margin-left: 15px;
}

.article-3
{
	margin-left: 20px;
}

.article-4
{
	margin-left: 30px;
}

#navtop {
	min-width: 600px;
	background-image: url('imgs/headerleft_bg.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #81CFDC;
	height: 50px;
}

ul 
{
  position: relative; 
}

#nav, #nav ul
{
	margin-left: 110px;
	margin-top: 0px;
	padding: 0;
	height: 1%; /* for IE, no effect on Firefox */
	list-style: none;
	z-index: 96; 
}
	
#nav li a
{
	display: block;
	margin: 0;
	border: 0;
	background: transparent;
	padding: 18px 10px 19px 10px;
	font: 80%/100% Optima, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

#nav li li a
{
	padding: 10px;
}
	
#nav li 
{
	float: left;
	display: inline;
	text-align: center;
  	position: relative;
  	margin: 0 0 -1px 0;
	width: 120px;
	height: auto;
  	border-right: 0;
	background: #81CFDC;
  	padding: 0; 
}
	
#nav li ul li 
{
  	position: relative;
	text-align: left;
	margin: 0px;
	padding: inherit;
	width: 200px;
}

#nav li ul li a 
{
	font-weight: bold; 
}
	
#nav li ul 
{
  	position: absolute;
  	left: -5000px;
  	margin: 0;
	background: #81CFDC;
	padding: 0;
  	list-style: none;
	z-index: 97; 
}	

#nav ul li 
{
  	position: relative;
	margin: 0;
	border-top: 0;
	padding: 0; 
}

#nav li ul ul 
{
  	position: absolute;
	top: 0px;
	margin: 0 0 0 200px;
	padding: 0;
	z-index: 98; 
}
	
#nav li div.hasChildLevel 
{
  	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	border: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	z-index: 99; 
}

#nav li.sfhover a
{
	background: transparent;
	color: #FFF;	
}	

/* KEEP PARENTS SELECTED */
#nav li ul li.sfhover a,
#nav li ul li ul li.sfhover a,
#nav li ul li ul li.sfhover li a:hover 
{
	background: #EE3338;
	color: #FFF; 
}
#nav li.sfhover li a,
#nav li ul li.sfhover li a,
#nav li ul li ul li.sfhover li a 
{
background: #81CFDC;
color: #004CFF;
}

#nav li.students {
	background-image: url(imgs/navbar/students_up.gif);
	width: 112px;
	height: 50px;
	border: 0;
}

#nav li.students:hover {
	background-image: url(imgs/navbar/students_dn.gif);
	width: 112px;
	height: 50px;
	border: 0;
}

#nav li.parents {
	background-image: url(imgs/navbar/parents_up.gif);
	width: 94px;
	height: 50px;
	border: 0;
}

#nav li.parents:hover {
	background-image: url(imgs/navbar/parents_dn.gif);
	width: 94px;
	height: 50px;
	border: 0;
}

#nav li.schools {
	background-image: url(imgs/navbar/schools_up.gif);
	width: 97px;
	height: 50px;
	border: 0;
}

#nav li.schools:hover {
	background-image: url(imgs/navbar/schools_dn.gif);
	width: 97px;
	height: 50px;
	border: 0;
}

#nav li.lenders {
	background-image: url(imgs/navbar/lenders_up.gif);
	width: 97px;
	height: 50px;
	border: 0;
}

#nav li.lenders:hover {
	background-image: url(imgs/navbar/lenders_dn.gif);
	width: 97px;
	height: 50px;
	border: 0;
}

.payment {
	background-image: url(imgs/navbar/payment_up.gif);
	width: 0px;
	height: 50px;
	border: 0;
}

.payment:hover {
	background-image: url(imgs/navbar/payment_dn.gif);
	width: 0px;
	height: 50px;
	border: 0;
}

.getaloan {
	background-image: url(imgs/navbar/blue.gif);
	width: 121px;
	height: 50px;
	border: 0;
}


.acctacc {
	background-color: #81CFDC;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	padding: 3px;
	width: 154px;
	height: 50px;
	border: 0;
}

.acctacc a {
	color: #fff;
	text-decoration: none;
}

.acctacc a:hover {
	color: #fff;
	text-decoration: underline;
}

#navtop img {
	margin: 0;
	padding: 0;
	border: 0;
}

#container {
	padding-left: 200px; /*LC fullwidth*/
	padding-right: 275px; /*RC fullwidth + CC padding*/
	min-width: 400px;
	background-color: #E9FDFF;
}

#container .column {
	position: relative;
	float: left;
	height: auto;
}

#col_main {
	z-index: 1;
	padding: 0px 0px; /*CC padding*/
	margin-bottom: -10px;
	padding-top: 0px;
	width: 100%;
	font-size: 12px;
	min-height: 470px;
	background: url(imgs/colMain_bg.jpg) repeat-y top right;
}

#col_left {
	z-index: 1;
	width: 180px; /*LC width*/
	padding: 0 10px; /*LC width*/
	right: 200px; /*LC fullwidth + CC padding*/
	margin-left: -100%;
	background-color: #bbb;

}

.steps {
	background: transparent url(imgs/steps2.gif) no-repeat top left;
	margin: 0px;
	width: 310px;
	height: 717px;
	margin-top: -227px;
	margin-left: -10px;
	margin-bottom: -10px;
	position: absolute;
	z-index: 1;

}

.steps ul {
	margin-left: -1px;
	padding: 0px;
}

.steps ul li {
	list-style: none;
	padding: 0px;
	margin-bottom: -4px;
}

.rungs
{
	margin-top: 272px;
}

#col_right {
	z-index: 1;
	width: 275px; /*RC width*/
	padding: 0 0px; /*RC padding*/
	min-height: 490px;
	border-left: 0px solid #81CFDC;
	margin-right: -275px; /*RC fullwidth + CC padding*/
	margin-bottom: 0px;
	border-bottom: 0px solid #81CFDC;
	background: #FCF9CC;
}

.media {
	font-size: 12pt;
	background: #FCF9CC;
	margin: 10px;
}

.media ul {
	list-style-type: none;
}

#page {
	width: 1000px;
}

#reset img, #spinner img {
	width: 15px;
	height: 15px;
	margin-top: 5px;
	border: none;
}

#submit img {
	width: 30px;
	height: 15px;
	margin-top: 5px;
	border: none;
}

.search {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
	background-image: url(imgs/search_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: left;
}

.search img {
	margin: 0;
	padding: 0px;
	height: 25px;
	width: auto;
	vertical-align: top;
}

.search input[type=text] {
	margin: 0px;
	margin-top: 0px;
	padding-top: 4px;
	height: 18px;
	background-image: url(imgs/search_c.jpg);
	background-repeat: repeat-x;
	border: 0;
	font-size: 10pt;
}

.search_results {
	margin: 0 0px;
	padding: 5px 10px;
	background-color: #99FFFF; 
	border-bottom: 1px solid #66FFFF;
	border-top: 0px;
	font-size: 10pt;
	color: blue;
}

.search_results ul {
	list-style-type: disc;
	margin: 0 4px 0 20px;
	padding: 2px 0;
	border-bottom: blue;
}

.greeting {
	margin: 0px;
	margin-left: -120px;
	z-index: 1;
	padding: 4px;
	padding-top: 10px;
	padding-left: 50px;
	text-align: left;
}

.finaid_tips {
	position: absolute;
	color: blue;
	font-weight: bold;
	float: left;
	width: 620px;
	height: 12px;
	margin-left: -76px;
	margin-top: -20px;
	background: transparent;
}

.news {
	padding: 0 10px;
	margin-top: 0px;
	margin-left: 20px;
	width: 50%;
	margin-bottom: 20px;
	font-size: 12px;
	z-index: 50;
}

.news-single {
	padding: 0px 60px 0px 0px;
	margin-left: -160px;
	text-align: justify;
	margin-bottom: 20px;
	font-size: 12px;
}

.news-single h1, h2, h3 {
	margin-top: 0px;
	color: #002784;
}

.news img {
	margin: 0px;
	padding: 4px;
}

.news ul {
	font-style: italic;
	margin: 0px;
	margin-left: -40px;
}

.news li
{
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 12px;
}

.news_right {
	padding: 4px;
	text-align: center;
	border-left: 0px solid #66FFFF;
	width: 254px;
	height:108px;
	float: right;
	vertical-align: middle;
}

.post_tags {
	color: #999;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: -40px;
	padding-top: 4px;
	padding-left: 40px;
	/*border-bottom: 1px solid #66FFFF;*/
	height: 25px;
	width: 120%;
	background: url(imgs/search_bg.jpg) repeat-x top left;
}

.post_tags input[type=text] {
	height: 14px;
	border: 1px solid #333;
}

.post_tags input[type=button] {
	height: 20px;
	width: 20px;
}

.checklist ul li {
	list-style-image: url(imgs/checkbox.gif);
}

.lendercloud img {
	background-color: transparent;
	border: 1px solid transparent;
	padding: 6px; 
	margin: 5px;
	vertical-align: middle;
}

.lendercloud img:hover {
	/*background-color: #FCF9CC;*/
	border: 1px solid #81CFDC;
}

.nav_next {
	float: right;
	display: inline;
	padding: 10px;
}

.nav_prev {
	float: left;
	display: inline;
	padding: 10px;
}

.search_nav {
	border-top: 1px solid #81CFDC;
	width: 100%;
}

.misc {
	margin: 0px;
	margin-left: -86px;
	padding: 0px;
	border: 0px solid #66ffff;
	text-align: left;
	width: 100%;
	height: 160px;
}

.misc ol {
	margin: 20px 0 0 20px;
}

.product {
	margin: 0px;
	padding: 10px 0px;
	width: 600px;
	height: 160px;
	float: right;
	display: inline;
}

.product img {
	border: 0;
}

#footer {
	float: left;
	display: inline;
	margin-top: -12px;
	height: 63px;
	width: 100%;
	min-width: 600px;
	background: transparent url('imgs/footer_bg.gif') repeat-x bottom;

}

#footer a {
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	background-color: #E9FDFF;
}

.left {
	padding-left: 10px;
	padding-top: 5px;
	font-size: 9pt;
	background: transparent url('imgs/footerleft_bg.gif') no-repeat;
	width: 377px;
	height: 51px;
}

.right {
	float: right;
	display: inline;
	margin-top: -63px;
	margin-right: 10px;
	height: 51px;
	font-size: 9pt;
}

.right a:link {
	padding-right: 5px;
	padding-left: 5px;
}

.widget
{
	background: #FCF9CC;
	text-align: center;
	padding: 8px 10px;
}

.video {
	margin: 0;
	padding: 0;
	background: #FCF9CC;
	width: 260px;
	text-align: center;
	height: 240px;
}

.media {
	font-style: italic;
}

.highlight {
	background: #ffff99;
}

.alert {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
	width: 100%;
	margin-left: -106px;
	padding-left: 114px;
	height: 18px;
	color: #777777;
	font-family: Arial;
	font-style: normal;
	font-size: 8pt;
	background: transparent url(imgs/search_bg.jpg) repeat-x top left;
 	border-bottom: 1px solid #81CFDC;
}

.alert ul
{
	margin: 0.0em;
	padding: 0.0em;
}

.alert ul li
{
	list-style: none;
	text-align: left;
	padding: 0.0em;
}

/* ----------------- TABBER CSS ---------------- */

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font-size: 12px;
 font-weight: bold;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #fff;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #81CFDC;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #81CFDC;
 border-bottom: 1px solid #81CFDC;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #81CFDC;
 border-bottom: 1px #81CFDC;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.jTip
{
	background: #f5f48f !important;
	color: #000 !important;
	text-decoration: none !important;
}