/***************************************************************************
	Project Name: WELLS FARGO - HOB
	Description: contains styles for HOB
	Date: 15 March, 2010 
	Author: Petra Gregorova (ISITE Design)
***************************************************************************/

/******************************************************************************
                           C S S   R E S E T S
******************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,  th, td {
	margin: 0;	padding: 0;
	border: 0;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}

body {font-size:62.5%;line-height: 1;}

a img, :link img, :visited img {border: 0; outline:none;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' */
table {
border-collapse: collapse;
border-spacing: 0;
}

/******************************************************************************
                       P A G E  F O R M A T T I N G
******************************************************************************/
html {
	/* background:#fff url(../img/css/bg-header.gif) repeat-x 0 0; */
	background:#fff url(../img/css/bg-header-with-nav-bar.gif) repeat-x 0 0;
	color:#3b3b3b;
	font:normal 100%/140% Verdana, Arial, Helvetica, sans-serif;
}

p {font-size:1.2em; margin:0 0 9px; line-height:1.6;}

ul {font-size:1.2em; margin-bottom:1em;}

a:link, a:active, a:visited, a:focus {color:#265EA9; /* blue */ outline:none;}
a:hover {color:#D0240F; /* red */}

a.button, a:visited.button {
	float:left; 
	padding:7px 10px; 
	background:/*#265EA9*/#686868; 
	color:/*#fff*/#D1D888; 
	font-weight:bold;
	text-decoration:none; 
	border:1px solid #C2DFAE;
}
a:hover.button {background:/*#FFC60A*/#D1D888; color:#265EA9;}
a:active.button {background:/*#D0240F*/#FBDD6F;}

.float-right {float:right; margin-left:15px;}

/******************************************************************************
                             H E A D I N G S
******************************************************************************/
h1, h2, h3 {margin-bottom:.7em;}
h1 {font-size:2.4em;}
h2 {font-size:1.5em;color:#265ea9; /* blue */ margin-bottom:0.25em; line-height:120%;}
h3 {font-size: 1.4em;color:#d0240f; /* red */; margin:2em 0 .7em 0; }
#sidebar h3 {color:#abadb2;font-weight:normal;  }

/******************************************************************************
                         F O R M   E L E M E N T S
******************************************************************************/
form.language {float:right; margin:25px 35px 0 0;}
form.language fieldset {margin-right:35px;}
form.language fieldset legend, form.language label {display:block;text-indent:-9999em;}
select {border:2px solid #c2dfae;}

/* -------------
 * DROPDOWN
 * ------------- */

.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 17px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:auto;left:0;top:0;}
* html .jNiceWrapper iframe {width:76px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 15px;
	line-height: 15px;
	padding: 3px 10px;
	border: 1px solid #c2dfae;
	color:#D1D888;
	overflow:hidden;float:none;position:absolute;z-index:100;
}
* html .jNiceSelectWrapper .jNiceSelectText { background:#666; border-right:1px solid #c2dfae; }

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 15px;
	height: 22px;
	background: url(../img/css/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}
* html .jNiceSelectWrapper .jNiceSelectOpen {width:17px; right:-5px;}

.jNiceSelectWrapper ul {
	top: 22px;
	background-color: #FFF;
	border: solid 1px #c2dfae;
	height: 50px;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper ul a {
	color:#265EA9;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#fbdd6f; }
.jNiceSelectWrapper ul a.selected {background: #D1D888;}

.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}

/******************************************************************************
                        P A G E   S T R U C T U R E
******************************************************************************/
#wrapper {width:960px; margin:0 auto; color:#3b3b3b; /* gray */}

#header  {height:128px; background: url(../img/css/bg-header.gif) repeat-x 0 0; color:#fff;}


#content {float:left; width: 550px; margin:25px 0 15px 25px;}
* html #content { margin-top:55px; width:540px;}
*+html #content { margin-top:55px; }

#sidebar {float:right; width: 330px; margin:20px 35px 0 0;}
* html #sidebar {margin: 50px 15px 0 0;}
*+html #sidebar {margin-top: 50px;}

#footer {clear:both; display:block; border-top:1px solid #fec81c;margin:25px 25px 10px; padding:15px 0; overflow:auto; }

/******************************************************************************
                               H E A D E R
******************************************************************************/
#header h1 {background:url(../img/css/hob-logo.gif) no-repeat 0 0; margin:0 0 7px 0; float:left;}
.spanish #header h1 {background:url(../img/css/spanish-hob-logo.gif) no-repeat 0 0;}
#header h1 a {display:block;width:650px;height:126px; }
.spanish #header h1 a {width:760px;}
#header h1 a span {display:none;}

.site-nav {
	background-color: #b8b8b8;
	clear: both;
	list-style-type: none;
	margin: 2px 0 10px 0;
	padding: 0;
	position: relative;
}
.site-nav li {
	display: block;
	float: left;
/*	text-align: center;*/
	padding: 4px 24px 5px 24px;
/*	width: 145px;*/
}

.site-nav li a, .site-nav li a:visited{
	color: #111;
	font-size: 1.2em;
	text-decoration: none;
}
.site-nav li a:hover{
	color: #265EA9;
}
.site-nav li.nav-resources {
	position: relative;
}
.site-nav li.nav-resources ul {
	left: -9999em;
	position: absolute;
	top: 1.5em;
}
.site-nav li.nav-resources:hover ul, .site-nav li.nav-resources.over ul {
	left: 30px;
}
.site-nav li.nav-resources ul li{
	background-color: #b8b8b8;
	float: none;
	padding: 7px;
	text-align: left;
	width: 150px;
}
.site-nav li.nav-resources ul li a, .site-nav li.nav-resources ul li a:visited{
	font-size: 1em;
}

/******************************************************************************
                              C O N T E N T
******************************************************************************/
p.intro {border-bottom:1px solid #d6d7d6; padding-bottom:15px; margin-bottom:25px;}

#content ul li {list-style: disc; line-height:160%; margin-left:20px;}
#content ol li {list-style-type: decimal;}
#content ul.get-started-links li {list-style: none; line-height:200%; margin-left:0px;}

.col {float:left; width: 45%;}
.col.red {margin-left:40px;}
.home .col h2, .home .col.new h2 {margin-bottom:0.7em;}
.home .col.red h2 {color:#d0240f; /* red */}

#get-flash {background:url(../img/css/160x41_Get_Flash_Player.jpg) no-repeat 0 0;}
#get-flash a {
	display: block;
	width: 160px;
	height: 41px;
}
#get-flash a span {display:none;}

/******************************************************************************
                              S I D E B A R
******************************************************************************/
#sidebar h3 {text-align:center; margin:0 0 10px 0; }

ul.sm_bus {margin-bottom:15px; overflow:auto;}
ul.sm_bus li {float:left;}

ul.sm_bus li a {
	display:block; 
	width:308px; height:110px; 
	text-indent: -9999em;
	background:url(../img/css/sm_bus_types.jpg) no-repeat 0 0;
}
ul.sm_bus li a.small_biz {background-position: 0 0;}
ul.sm_bus li a:hover.small_biz {background-position: 0 -110px;}

ul.courses {margin-bottom:15px; overflow:auto;}
ul.courses li {float:left;}

ul.courses li a {
	display:block; 
	width:160px; height:170px; 
	text-indent: -9999em;
	background:url(../img/css/course-types.jpg) no-repeat 0 0;
}
.spanish ul.courses li a {background:url(../img/css/spanish-course-types.jpg) no-repeat 0 0;}
.spanish ul.sm_bus li a {
	background:url(../img/css/spanish-sm_bus_types.jpg) no-repeat 0 0;
}
ul.courses li a.kids {background-position: 0 0;}
ul.courses li a.teens {background-position: -160px 0;}
ul.courses li a.young {background-position: -320px 0;}
ul.courses li a.adults {background-position: -480px 0;}

ul.courses li a:hover.kids {background-position: 0 -240px;}
ul.courses li a:hover.teens {background-position: -160px -240px;}
ul.courses li a:hover.young {background-position: -320px -240px;}
ul.courses li a:hover.adults {background-position: -480px -240px;}

ul.get-started-links, ul.get-started-links li {
	list-style: none;
	list-style-type: none;
}

ul.course-preview-links li {
	padding: 8px 14px;
}

#sidebar h2 {
	padding: 0 14px;
}


/******************************************************************************
                              F O O T E R
******************************************************************************/
#footer p {text-align:right; margin-right:25px;}
#footer p.wells-fargo {background:url(../img/css/wells-fargo-logo.gif) no-repeat 0 0; float:right; margin:0 0 0 15px;}
p.wells-fargo a {display:block; width:70px; height:70px; }

