
/*
Company:	Basic Skills Initiative
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/



/* @group Global Browser Reset */


* {

padding:0;

margin:0;

}



h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin: 5px 0; }

blockquote { margin-left: 40px; }

#login-box span.explain {
	color: #4c4c4c;
	font-size: 85%;
	margin-left: 18px;

}

p {
	padding-bottom: 10px;
}
p img {
	vertical-align: middle;
}

fieldset { padding:10px; }


/* @end */

/* @group HTML, Body */
	
/* @end */

/* @group Layout */
div#outer-wrapper {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
}

/*Head*/
div#hd1 {
	width: 197px;
	height: 103px;
	float: left;
	display: inline;
}
div#hd2 {
	width: 648px;
	height: 103px;
	float: right;
	display: inline;
}
div#hd2 div#search {
	height: 59px;
	overflow: hidden;
}
div#hd2 div#search div.search {
	margin: 25px 30px 0 0;
	float: right;
	display: inline;
}
div#hd2 div.search input {
	border: 1px solid #758b95;
	margin-right: 4px;
	padding: 1px;
	float: left;
	display: inline;
}
div#hd2 div#search div.search .searchButton{
	cursor:pointer;
	background-image: url(../images/search-btn.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 20px;
	width: 63px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*Body*/
div#admin {
	padding: 10px;
}
div.content-box {
	color: #516975;
	margin-bottom: 20px;
}
div.content-box p {
	margin: 5px 0 5px 42px;
	line-height: 150%;
	font-size: 85%;
}

body#inside div#main-img {
	margin-top: 10px;
}


div.breadcrumb {
	margin: 5px 0 5px 30px;
	font-size: 13px;
	color: #3c5b6a;
}
div.breadcrumb div.bc {
	display: inline;
}
div.breadcrumb a:link, div.breadcrumb a:visited {
	color: #3c5b6a;
	border: none;
}
div.breadcrumb a:hover {
	background-color: transparent;
}

div#main-img {
	margin-bottom: 20px;
}

div#left-col {
	width: 410px;
	margin-left: 20px;
	float: left;
	display: inline;
}
body#inside div#left-col {
	width: 217px;
	margin-left: 14px;
	padding-top: 15px;
}

div#login-box {
	width: 331px;
	margin-left: 38px;
	background: url(../images/login-box-bkg.gif) no-repeat;
}
body#home div#login-box {
	height: 160px;
}
body#inside div#login-box {
	width: 217px;
	background: url(../images/login-bd.gif) no-repeat bottom center;
	padding-bottom: 10px;
	margin-left: 0;
}

div.detail {
	color: #666;
	margin-left: 18px;
}
div#login-box h2 {
	background: none;
	text-indent: 18px;
	line-height: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}
body#inside div#login-box h2 {
	background: url(../images/login-hd.gif) no-repeat top center;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	text-indent: 0;
}
div#login-box input.username, div#login-box input.password {
	display: block;
	margin-top: 3px;
	width: 180px;
}
div#login-box p {
	margin-left: 10px;
	font-size: 85%;
	color: #4c4c4c;
	margin-right: 10px;
}
div#login-box p span {
	display: none;
}
div#login-box .button{
	cursor:pointer;
	background-image: url(../images/login-btn.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 21px;
	width: 64px;
	line-height: 18px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Sidebar Nav */
body#inside div.sidebar-box {
	width: 217px;
	background: url(../images/login-bd.gif) no-repeat bottom center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
body#inside div.sidebar-box div.sidebar-hd {
	background: url(../images/sidebar-hd.gif) no-repeat top center;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}
body#inside div.sidebar-box div.sidebar-list {
	padding: 10px;
}
body#inside div.sidebar-box div.sidebar-list ul {
	margin: 0!important;
}
body#inside div.sidebar-box div.sidebar-list ul li {
	list-style-type: none;
	padding: 7px 0 7px 15px;
	background: url(../images/sidebar-bullet.gif) no-repeat 0 50%;
	border-bottom: 1px dotted #66a6b5;
}

span.fileSize {display: none;}

body#inside div.sidebar-box div.sidebar-list ul li a:link, body#inside div.sidebar-box div.sidebar-list ul li a:visited {
	font-weight: normal;
	font-size: 92%;
	border: none;
}

div#right-col {
	width: 332px;
	margin-right: 20px;
	float: right;
	display: inline;
}
body#inside div#right-col {
	width: 548px;
	margin-right: 30px;
	font-size: 85%;
	line-height: 150%;
	color: #516975;
}

div#ft {
	color: #768c96;
	border-top: 1px dotted #70acba;
	font-size: 77%;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#ft a:link, div#ft a:visited {
	color: #768c96;
	font-weight: normal;
	border-bottom: 1px solid #768c96;
}
/* @end */

/* @group Nav */
div#utility-links {
	padding: 25px 20px 0 0;
	text-align: right;
}
div#utility-links a {
	margin-left: 10px;
	border: none!important;
	background-color: transparent!important;
}
div#nav {
	background: url(../images/nav-bkg.gif) no-repeat;
	width: 100%;
	height: 44px;
}
div#nav ul li {
	line-height: 38px;
	margin: 0 5px;
	float: left;
	display: inline;
}
div#nav ul li a {
	border-right: 1px solid #56565a;
	padding-right: 10px;
	border-bottom: none!important;
	background: none!important;
}
div#nav ul li:last-child a {
	border-right: none;
	padding-right: 0;
}
div#nav a:link, div#nav a:visited {
	color: #3c5b6a;
	text-decoration: none;
	font-weight: bold;
}
div#nav a:hover, div#nav li.selectedPage a:link, div#nav li.selectedPage a:visited {
	color: #e44717;
}
/* @end */


div#detail {
	color: #666;
	font-size: 95%;
	margin-left: 20px;
	
}

span.item {
	font-weight: bold;
	color: #fbfbff;
	background-color: #80bdd1;
	margin-right: 5px;
	padding: 1px;
}

span.filesize {
	color: #bcbcbc;
	font-weight: normal;
}

#right-col div.element div.textElement h5 a {
font-size: 85%;	
}


/* @group Headings */



h1 {
	color: #3c5b6a;
	font-size: 175%;
	font-weight: bold;
	margin: 10px 0 15px 0;
}
h2 {
	color: #5a5146;
	font-size: 146%;
	font-weight: normal;
	background: url(../images/leaf-icon.gif) no-repeat;
	line-height: 42px;
	margin: 0;
	text-indent: 42px;
}
h3 {
	color: #35505D;
	font-size: 114%;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
h4 {
	color: #66a6b5;
	font-size: 92%;
	font-weight: bold;
	margin: 0 0 10px 42px;
}
h5 {
	color: #66a6b5;
	font-size: 125%;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h6 {
	font-size: 100%;
	color: #35505D;
	font-weight: normal;
	background-image: url(images/envelope2.gif) no-repeat;
}
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
div#outer-wrapper ul {
	margin-left: 20px;
}
div#outer-wrapper ol {
	margin-left: 27px;
}

body#inside div#right-col ul {
	margin: 10px 0 10px 15px;
}
body#inside div#right-col ul li {
	padding-left: 5px;
	list-style-type: none;
	margin: 4px 0;
	list-style-position: outside;
	list-style-image: url(../images/gray-bullet.gif);
}


/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #516975;
	text-decoration: none;
	border-bottom: 1px solid #9fadb4;
	font-weight: bold;
}
a:hover, a:active {
	background-color: #eef1f3;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */