﻿/** Skillsmart **********************************************************/

/*** html {
  overflow: auto;
} ***/

body	{

	margin-top: 0px;
	border-top: 0px;
	color: #666666;

	font-family: arial, helvetica, sans-serif;
	background-image: url(../images/background.gif);

}

img	{
	border: 0;
}

form .submit {
 	background-color: #FFFFFF;
 	color: #000000;
 	width: 80px;
	font-size: 11px;
}

h1 {
	/*line-height:26px;*/
	padding: 0px;
	margin: 0px;
	font-size: 26px;
	color: #000000;
}

h2 {
	/*line-height:16px;*/
	padding: 0px;
	margin: 0px;

	font-size: 16px;
	color: #000000;
}

h3 {
	font-size: 14px;
	color: #368DDC;
}

p {
	font-size: 11px;
	color: #666666;
}

b {
	color: #555555;
}
a {
	color: #886AB5;
	text-decoration: none;
}

#middle_tmp ul, #middle ul {

margin: 0;
padding-left: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
#middle_tmp li, #middle li {
	margin: 0px; 
}

#middle_tmp a:link, #middle a:link {
	color: #666666;
	text-decoration: underline;
}

#middle_tmp a:visited, #middle a:visited {
	color: #666666;
	text-decoration: underline;
}

#middle_tmp a:hover, #middle a:hover {
	color: #000000;
	text-decoration: underline;
}

#shadow_site_wrapper {
	/*
	background-image: url(../images/shadow_back1.gif);
	width: 800px;
	*/
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000000;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	
}



#whole_site_wrapper {
	width: 780px;

	margin-left: 10px;
	margin-right: auto;
	margin-bottom: 0px;

	padding-right: 0px;
	padding-left: 0px;

	background: #ffffff;
	border: 0px  #000000 solid;

} 

/* /////////////////// TOP MINI NAV LINK STYLES //////////////////////*/

#header_little_nav {

	font-family: arial, helvetica, sans-serif; 
	line-height: 10px; 
	font-size: 11px;
	
	text-align: right;
	width: 742px;
	margin-right: 17px;
	margin-left: 21px;
	margin-bottom: 21px;

	padding-top: 13px;
	
	/*height: 10px;*/
	border: 0px #000000 solid;
	
}

.top_arrow_links:link {
	color: #494949;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 6px;

	height: 25px;
	font-size: 11px; 

	text-decoration : none
}

.top_arrow_links:visited {
	color: #494949;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 6px;

	height: 25px;
	font-size: 11px; 

	text-decoration : none
}

.top_arrow_links:hover {
	color: #000000;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 6px;

	height: 25px;
	font-size: 11px; 

	text-decoration : underline;
	
}

.top_arrow_links:active {
	color: #494949;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 6px;

	height: 25px;
	font-size: 11px; 


	text-decoration : none
}

/* ///////////////////////////////////////////////////////////////////////////*/




/*////////// LOGO //////////////////////////////////////////////////*/

#logo {
	text-align: left;
	width: 742px;
	margin-right: 17px;
	margin-left: 21px;
	
	border: 0px solid #000000;
	

}

#logo_left {
	float: left;
	text-align: left;
	
	
}
#logo_right {

	padding-top: 18px;
	padding-right: 5px;

	float: right;
	text-align: right;
	display: inline;
	
}

#logo_right_index {

	padding-top: 18px;

	float: right;
	text-align: right;
	display: inline;
	
}

#logo_home {
	text-align: left;
	width: 730px;
	margin: 0px;
	margin-right: 25px;
	margin-left: 25px;
	border-bottom: 15px #8787C2 solid;


}

/*/// MAIN /////////////////////////////////////////////////////////*/

#main_home {
	position: relative;
	width: 730px;
	margin: 0px;
	margin-right: 25px;
	margin-left: 25px;
	padding:0;
	margin-bottom: 15px;
	
}


#content_wrapper { 
	width: 780px;
	padding-left:0px;
	padding-right: 0px;
	margin: 0px;
    border: 0px solid #000000;
}

#content_wrapper2 {
    clear: both;
    
}

#main {
	position: relative;
	width: 730px;
	margin: 0px;
	margin-right: 25px;
	margin-left: 25px;
	

}


#main_content {
	padding-top: 120px;
	position: absolute;
	top: 5px;
	left: 0px;
	width: 313px;
	

}


#main_image {
	margin-left: 313px;
	text-align: right;


}

/*////////////////////////////////////////////////////////////////////*/




/*//////////////////// CATEGORIES /////////////////////////////////////*/
.categorys {
	
	clear: both;
	color: #333333;
	font-size: 11px;
	
	width: 730px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 10px;

}

.categorys_header {
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	
}

.careers {
	background: #F076B0;
	margin: 0px;
	
	padding: 10px;
	text-align: left;


}

.employers {
	background: #A893CB;
	margin: 0px;

	padding: 10px;
	text-align: left;

}

.learning {
	background: #FDB044;
	margin: 0px;

	padding: 10px;
	text-align: left;

}

.research {
	background: #3FA9E4;
	margin: 0px;

	padding: 10px;
	text-align: left;
}


#categories_2 {
	clear: both;
	
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border: 0px solid #000000;
}


/* ////////////////////////////////////////////////////////////////////*/



/* /////////// ADMIN LINKS /////////////////////////////////////////////////// */
.admin_links {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: #666666;

	text-decoration : none;
	
}


.admin_links:link {
	color: #666666;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;

	text-decoration : none;
}

.admin_links:visited {
	color: #666666;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;

	text-decoration : none;
}

.admin_links:hover {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;

	color: #666666;
	text-decoration : none;
}

.admin_links:active {
	color: #666666;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;

	text-decoration : none;
}

/* ////////////////////////////////////////////////////////////////////*/


/*`/////////// FOOTER /////////////////////////////////////////////////*/

#footer_home {
	padding-top: 25px;
	clear: both;

	margin-top: 15px;

   	margin-right: 25px;
	margin-left: 25px;

	border-top: 0px solid #8787C2;

}

#footer {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	clear: both;

	border: 0px solid #000000;

}


#footer_content {
	display: block;
	color: #333333;
	
	width: 530px;
	margin-top: 10px;
	padding-bottom: 25px;
	
	line-height: 13px;

	padding-top: 0px;
	padding-left: 0px;
	vertical-align: text-bottom;

	text-align: left;
	font-size: 11px;

}


#skills_image {
	float: right;
	padding-bottom: 25px;
	margin-left: 0px;
	text-align: right;
}


/* ///////////////////////////////////////////////////////////////////*/














/* ///////////////// LEFT CONTENT /////////////////////////////////////*/


#left_content
{
	background: #ffffff;
	width: 136px;
	float: left;
	margin-top: 1px;
	
	margin-left: 21px;
	margin-right: 22px;
	color: #000000;
	
	border: 0px #000000 solid;
    display: inline; /* error for I.E */


}

.left_headers {
	display: block;
	height: 20px;
	
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	
	
	
	padding-top: 10px;
		
	text-decoration : none;
	

}

.left_headers_bottom {
	display: block;
	height: 20px;
	
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	
	
	
	padding-top: 5px;
	margin-bottom: 0px;
	
	
	
	text-decoration : none;
}


#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
border: 0px solid #E7EAF1;
width: 135px;
}

#navlist li 
{


background-repeat: no-repeat;
background-position: 0 50%;

padding: 0px 0px 3px 20px;
margin:0px;
width:115px;
margin-bottom: 5px;

border-bottom: 1px solid #CCCCCC;

}

/* //////////// LEFT LINKS   ////////////////////////////////////////////////// */



/** TEMP LINKS **********************************************************/

#left_links ul
{
margin: 0;
padding: 0;
padding-top: 10px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

#left_links li { margin: 0 0 3px 0; }

#left_links a
{
display: block;
padding: 2px 2px 2px 20px;
border: 0px solid #333;
width: 115px;
line-height: 16px;


background-repeat: no-repeat;
background-position: 1px 5px;
background-image: url(../images/careers_arrow_small.gif);
border-bottom: 1px solid #CCCCCC;

text-decoration: none;

}

#left_links a:link, #left_links a:visited
{
text-decoration: none;
}

#left_links a:hover
{
background-repeat: no-repeat;
}

#left_links_active a:link, #left_links_active a:visited, #left_links_active a:hover
{
border-bottom: 1px solid #CCCCCC;
}





/* ///////////////////////////////////////////////////////////////////////////*/



/* ///////////// MIDDLE //////////////////////////////////////////////////////*/

#middle {
	width: 424px;
	margin: 0px;
	
	background: #ffffff;
	float: left;
    text-align: left;

	font-family: arial, helvetica, sans-serif;
	
	border: 0px #000000 solid;
	display: inline; /* error for I.E */
}

#middle_tmp {
	width: 579px;
	margin-left: 21px;
	
	background: #ffffff;
	float: left;
    text-align: left;

	font-family: arial, helvetica, sans-serif;
	
	border: 0px #000000 solid;
	display: inline; /* error for I.E */
}

#middle_pdf {
	width: 530px;
	margin-left: 21px;
	
	background: #ffffff;
	float: left;
    text-align: left;

	font-family: arial, helvetica, sans-serif;
	
	border: 0px #000000 solid;
	display: inline; /* error for I.E */
}


.middle_headers {
	display: block;
	/*height: 20px;*/
	
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	
	
	padding-top: 10px;
	padding-bottom: 6px;

	margin-bottom: 10px;
	
	text-decoration : none;
}


.middle_title_color {
	display: block;
	font-weight: bold;
	font-size: 14px;
	
	padding-bottom: 5px;

}

.middle_title {
	display: block;
	/*height: 15px;*/
	
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	
/*	padding-top: 7px;*/
	text-decoration : none;

}

.middle_content {
	display: block;
	
	line-height: 13px;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	
	color: #666666;
	
	margin-top: 6px;	
	margin-bottom: 10px;	
	text-decoration : none;
}


/* //////////////////////////////////////////////////////////////////////////////////*/



/* /////////////////// RIGHT CONTENT ////////////////////////////////////////////////*/

#right_content
{
	width: 136px;
	padding-top: 0px;
	
	float: right;
	
	margin-left: 22px;
	margin-right: 17px;
	border: 0px solid #000000;
	color: #666666;
	display: inline; /* error for I.E */
}

.right_headers {
	display: block;
	/*height: 20px;*/
	
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	
	padding-top: 10px;
	padding-bottom: 6px;

	margin-bottom: 10px;
	
	text-decoration : none;
}

.right_headers_d {
	display: block;
	/*height: 14px;*/
	background: #D2D6EC;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #022e74;
	padding-top: 5px;
	text-decoration : none;
}

.right_headers_bottom {
	display: block;
	/*height: 20px;*/
	
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	
	padding-top: 10px;
	padding-bottom: 6px;

	margin-bottom: 0px;
	
	text-decoration : none;
}

/* ///////////////////////////////// RIGHT PANEL LINKS STYLES //////*/


#more_right a:link, #more_right a:visited, #more_right a:hover
{
display: block;
padding: 10px 2px 2px 20px;
width: 115px;
line-height: 16px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;

border-bottom: 1px solid #CCCCCC;
text-decoration: none;

}

#right_links .header {

	color: #000000;
}

#right_links ul
{
margin: 0;
padding: 0;
/*padding-top: 15px;*/
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

#right_links li { margin: 0 0 3px 0; }

#right_links a
{
display: block;
padding: 2px 2px 2px 19px;
border: 0px solid #333;
width: 115px;
line-height: 16px;


background-repeat: no-repeat;
background-position: 1px 5px;
border-bottom: 1px solid #CCCCCC;

text-decoration: none;

}

#right_links a:link, #right_links a:visited
{

text-decoration: none;
}

#right_links a:hover
{

background-color: #D9DBED;
background-repeat: no-repeat;
}

#right_links_active a:link, #right_links_active a:visited, #right_links_active a:hover
{
border-bottom: 1px solid #CCCCCC;
background-color: #D9DBED;

}

/* ///////////////////////////////////////////////////////////////////////////*/



/* /////////// RELEVANT LINKS /////////////////////////////////////////////// */

#right_relevant_links ul
{
margin: 0;
padding: 0;
padding-top: 15px;
list-style-type: none;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;*/
}

#right_relevant_links
{
margin-left: 0;
padding-left: 0;
list-style: none;
border: 0px solid #000000;

font-family: arial, helvetica, sans-serif;
font-size: 11px;



}

/*#right_relevant_links li  { margin: 0 0 3px 0; }*/

#right_relevant_links a
{
text-decoration: none;

display: block;
padding: 2px 2px 2px 2px;
width: 133px;
line-height: 16px;
border-bottom: 1px solid #CCCCCC;

color: #666666;

}

#right_relevant_links a:link, #right_relevant_links a:visited
{

text-decoration: none;
}



/* ////////////////////////////////////////////////////////////////////////////*/




/** ////// PDF more ////////////////////////////////////////////////////////////////**/
#more_pdf a:link, #more_pdf a:visited, #more_pdf a:hover
{
display: block;
padding: 2px 2px 10px 20px;
background-repeat: no-repeat;

font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #273538;
border-bottom: 1px solid #CCCCCC;
text-decoration: none;

margin-bottom: 10px;

}

/*** Employers *********************************************************************** */
#more_employers a:link, #more_employers a:visited, #more_employers a:hover
{
display: block;
padding: 2px 2px 10px 15px;

background-image: url(../images/employers_arrow_small.gif);
background-repeat: no-repeat;
background-position: 0px 3px;

font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #273538;
border-bottom: 1px solid #CCCCCC;
text-decoration: none;

}

#more_employers a:link, #more_pdf a:visited, #more_pdf a:hover
{


}


.pulldowns {
  width:              215px;
  font-family:        arial,helvetica,verdana,sans-serif;
  font-size:          12px;
}


/*-----------Styles Added---------*/
.linkSpacer{
	font-size:10px;
}

.rolloverArrows{
	padding-right:10px;
	padding-bottom:3px;
}

.introTextPadding{
	padding-top:10px;
	padding-left:15px;
}

.mem_bodytext {
	font-family: arial,helvetica,sans-serif;
	color: #454033;
	font-size: 11px;
	font-weight: normal;
    text-decoration : none;
}

.introTextLeftPadding{
	padding-left:17px;
}

.loginLeftShadow
{
    background:url('/sr/images/left_shadow.gif');
    width:10px;
    background-repeat:repeat-y;
    background-position:right;
}

.loginRightShadow
{
    background:url('/sr/images/right_shadow.gif');
    width:10px;
    background-repeat:repeat-y;
    background-position:left;
}

.ms-rteCustom-DefaultBodyText {
	line-height: 13px; 
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: normal; 
	color: #666666; 
	margin-top: 6px; 
	margin-bottom: 10px; 
	text-decoration : none;	
}
