/*
LMS Intellibound Corporate Website Stylesheet
By: Jamison Smallwood
*/

BODY 
{
			
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px;
	background-color:#ffffc8;
}
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}
tr.page_header
{
	background-color:#67999a;
}

td.main_navigation /*styling for the navigation bar*/
{
	background-color:#1d3d4b;
}/*styling for the navigation bar*/

/*Styling for the links on the navigation strip, career navigation, and the links under the 
client portal login*/
a.link
{
	font-family:Arial;
	font-size:10pt;
	color:#FFFFFF;
	text-decoration:none;
	padding-right:30px;
	
}

a.link:hover
{
	color:#c6ce9f;
}
/*Styling for the links on the navigation strip, career navigation, and the links under the 
client portal login*/


/*Links that scroll in the news feed ticker*/
a.marquee_link
{
	text-decoration:none;
	font-family:Arial;
	font-size:8pt;
	color:#000000;
}
/*Links that scroll in the news feed ticker*/

.NewsPaper
{
	background-color:White;
	border-left:solid 1px black;
	border-top:solid 1px black;
	border-right:solid 2px black;
	border-bottom:solid 2px black;
	padding:5px;
}


/*the styling for the copyright footer at the bottom of the page*/
td.footer
{
	font-family:Arial;
	font-size:8pt;
	background-color:#cccc9a;
}
/*the styling for the copyright footer at the bottom of the page*/

div.content_wide
{
	font-family:Arial;
	color:#000000;
	font-size:10pt;
	padding-top:30px;
	padding-left:25px;
	width:975px;
	text-align:left;
}


/*the styling for the content on the news page*/
div.news_content{
	font-family:Arial;
	color:#000000;
	font-size:10pt;
	padding-top:30px;
	padding-left:25px;
	width:975px;

}/*the styling for the content on the news page*/


/*styling for the small text in the image banner on the pages*/
td.header_image_text
{
	background-color:#8d835f;
	color:#FFFFFF;
	font-size:10px;
	font-family:Arial;
	text-align:left;
}/*styling for the small text in the image banner on the pages*/

td.image_header
{
	background-color:#ead967;
}
/*styling for the content in the career's section*/
div.career_content
{
	font-family:Arial;
	color:#000000;
	font-size:10pt;
	padding-top:5px;
	padding-left:25px;
	width:675px;
	text-align:left;
}
/*styling for the content in the career's section*/

/*styling for the navigation panel in the careers*/
div.career_nav
{
	font-family:Arial;
	font-size:10pt;
	width:250px;
	background-color:#67999a;
	border-style:solid;
	border-color:#1d3d4b;
	border-width:10px;
	padding-right:10px;
	margin-top:5px;
	text-align:left;
}/*styling for the navigation panel in the careers*/

/*styling for the content the other page */
div.content
{
	font-family:Arial;
	color:#000000;
	font-size:10pt;
	padding-top:30px;
	padding-left:25px;
	padding-right:10px;
	width:585px;
	text-align:left;
}/*styling for the content the other page */


/*this is what centers the body that contains each pages skin*/
div.body
{
	text-align:center;
}/*this is what centers the body that contains each pages skin*/



  div.ticker{/*styling for the news ticker on the home page*/
	background-color: #FFFFFF;
	width: 250px;
	border-color:#1d3d4b;
	border-width: 10px;
   border-style: solid;
   padding:5px;
   font-weight:bold;
   text-decoration:underline;
}

marquee{
  height: 190px;
  font-size:8pt;
}/*styling for the news ticker on the home page*/

table
{
	margin-bottom:0px;
	padding-bottom:0px;
}

