@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(../images/mainBackgroundPlain.jpg) no-repeat top center;
	-webkit-background-size: 2560px 1600px;
/*	background-color: #4A1901;*/
}

#mainWrapper {
	margin: 0 auto;
	background-color: #FFF;
	width: 770px;
	height: auto;
	padding-bottom: 75px;
}

#banner {
	background-image: url(../images/iLTSS-Banner.png);
	width: 750px;
	height: 260px;
	margin: 0 0 0 10px;
}

#title {
	background-color:#CCC;
	font-weight: bold;
	text-align: center;
	width: 730px;
	padding: 5px;
}

#content {
	width: 740px;
	height: 801px;
	margin: 15px 0px 0px 15px;
}

#contentTwo {
	text-align: center;
	margin-left: 5px;
	width: 730px;
	height: 590px;
	margin-top: 10px;
}

#contentLong {
	margin-left: 5px;
	width: 730px;
	height: 1800px;
	margin-top: 10px;
}

#heading {
	width: 720px;
	height: 20px;
	margin-left: 10px;
}

#headingAbout {
	margin: 20px 0px 0px 15px;
	width: 740px;
	height: 25px;
}

#subHeading {
	margin-top: 5px;
	padding: 2px 0px 0px 5px;
	height: 19px;
	font-size: 13px;
	width: 520px;
	background-color: #EBEBD4;
/*	background-color: #F9E2C7; */
}

/*#info {
	width: 720px;
	height: 200px;
	margin-left: 5px;
	text-align: justify;
}*/

#info {
	float: right;
	width: 485px;
	height: 500px;
	margin-top: 25px;
	margin-right: 30px;
	text-align: justify;
}

#infoRight {
	float: right;
	width: 525px;
	height: 845px;
	margin-top: 10px;
	margin-left: 5px;
	text-align: justify;
}

#infoRightMedium {
	float: right;
	width: 525px;
	height: 718px;
	margin-top: 23px;
	margin-left: 5px;
	text-align: justify;
}

#infoRightMedium li {
	line-height: 20px;
	text-align: middle;
}

/*#infoLeft {
	float: left;
	border-right: 1px solid #69A9D7;
	margin-top: 0px;
	width: 193px;
	height: 945px;	
}*/

#infoLeftHeader {
	margin-top: 18px;
	padding: 2px 0px 0px 5px;
	height: 19px;
	font-size: 13px;
	background-color: #ebd6d3;
}

#infoLeftHeaderIndex {
	border-bottom: 1px solid #69A9D7;
	margin-top: 18px;
	padding: 2px 0px 0px 5px;
	height: 19px;
	width: 168px;
	font-size: 13px;
/*	background-color: #ebd6d3;*/
}

#infoLeftHeaderTwo {
	margin-top: 18px;
	padding: 2px 0px 0px 5px;
	height: 19px;
	font-size: 13px;
	background-color: #ebd6d3;
}

#infoLeft {
	float: left;
	margin-top: 10px;
	width: 180px;
	height: 730px;
	padding-right: 15px;
	border-right: 1px solid #69A9D7;	
}

#infoLeftMedium {
	float: left;
	border-right: 1px solid #69A9D7;
	margin-top: 10px;
	width: 180px;
	height: 731px;
	padding-right: 15px;	
}


#infoLeft li {
	line-height: 20px;
	margin-left: -15px;
	text-align: middle;
	list-style: url(../images/push_pin.png);
}

#infoLeftMedium ul li {
	line-height: 20px;
	margin-left: -15px;
	text-align: middle;
	list-style: url(../images/push_pin.png);
}

#infoTwo {
	width: 720px;
	height: 535px;
	margin-left: 5px;
	text-align: justify;
}

#infoRightMedium #document ul li{
	line-height: 20px;
	list-style: url(../images/document.png)
}

#infoRightMedium #video ul li {
	line-height: 20px;
	list-style: url(../images/movie.png)
}

#infoRightMedium #library ul li {
	line-height: 20px;
	list-style: url(../images/singleBook.png);
}

#tutorial {
	margin-top: 10px;
	margin-left: 5px;
	float: left;
	width: 100px;
	height: 75px;
	text-align: center;
}

#lineDivider {
	border-bottom: 2px groove #CCCCCC;
	width: 520px;
	margin-top: 30px;
	margin-left: 5px;
	margin-bottom: 15px;
}

#lineLarge {
	border-bottom: 2px groove #CCCCCC;
	width: 527px;
	margin-top: 30px;
	margin-left: 5px;
	margin-bottom: 15px;
}
#lineSmall {
	border-bottom: 1px solid #69A9D7;
	width: 175px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 7px;
}

#navigationTwo {
	margin: 0 auto;
	margin-top: 80px;
	width: 740px;
	height: 25px;
	text-align: center;
}

#navigationThree {
	margin: 0 auto;
	margin-top: 60px;
	width: 730px;
	height: 25px;
	text-align: center;
}

#footer {
	padding: 5px;
	margin: 0 auto;
	width: 750px;
	height: 15px;
	margin-top: 10px;
	text-align: center;
}

#note {
	margin: 20px 0px 0px 0px;
	padding: 5px;
	text-align:center;
	width: 729px;
	border: 1px solid #999;
	background-color: #E1E1E1;
}

#box {
	padding: 6px;
	background-color: #FFEAEA;
	border: 1px solid #FFAEAE;
}

#boxTwo {
	text-align: center;
	color: #F00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: none;
	padding-right: none;
	background-color: #FFD9D9;
	border-right: none;
	border-left: none;
	border-top: 1px solid #FF4A4A; 
	border-bottom: 1px solid #FF4A4A;
}

img {
	float: left;
	padding-right: 10px;	
}

#italicFont {
	font-style:italic;
	font-size: 10px;
}

/* Styles start here */

.style1 {
	font-weight: bold;
	font-size: 14px;
}

.style2 {
	font-size: 8px;
}

.style3 {
	font-size: 16px;
	font-weight: bold;
	color: #F33;
}

.style4 {
	font-weight: bold;
}

.style5 {
	font-size: 12px;
}

.style6 {
	font-weight: bold;
	color: #F33;
}

.style7 {
	font-weight: bold;
	color: #C33;
}

.style8 {
	font-weight: bold;
	text-decoration: underline;
}

.style9 {
	text-decoration: underline;
}

.style10 {
	color: #F00;
}

.style11 {
	color: #F30;
	font-weight: bold;	
}

.style12 {
	border: 1px solid #2086EC;
	background-color: #DFEFF9;
	padding: 1px 2px 0px 2px;
	font-weight: bold;
	text-align: center;	
}

.style13 {
	font-size: 24px;
	font-weight: bolder;
}

.style14 {
	font-size: 9px;
}

.style20 {
	font-size: 10px;
	color: #333;
}

.style21 {
	font-size: 20px;
	font-weight: bold;
}


p {
	text-align:justify;
}

em {
	font-weight: bold;
}

/* END of styles */

/* ---------------------------------------0--------------------------------------*/

/* Link format */

a {
	color: #000;
}

a:link {
	text-decoration: underline;
	color: #00F;
}

a:visited {
	text-decoration: underline;
	color: #00F;
}

a:hover {
	text-decoration: none;
	color: #00F;
}

a:active {
	text-decoration: none;
	color: #00F;
}

/* END of Link Format */

/* -----------------------------------0---------------------------------------- */

/* Below is the code that controls the top NAVIGATION bar */

#navigation {
	margin: 0 auto;
	margin-top: 10px;
	width: 745px;
	height: 25px;
	text-align: center;
}

#navlist {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 80px;
}

#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist a:link, #navlist a:visited {
	background: #E8EBF0;
	border: 1px solid #ccc;
	color: #666;
	float: left;
/*	font-size: 11px;  */
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #3B426E;
	font-weight: bold;
}

#navlist a:hover { color: #f00; }

body.section-1 #navlist li#nav-1 a, 
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4 {
	display: none;
	width: 90%;
}

body.section-1 #navlist ul#subnav-1, 
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4 {
	display: inline;
	left: 10px;
	position: absolute;
	top: 95px;
}

body.section-1 #navlist ul#subnav-1 a, 
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a {
	background: #fff;
	border: none;
	border-left: 1px solid #ccc;
	color: #999;
/*	font-size: 11px;  */
	font-weight: bold;
	line-height: 10px;
	margin-right: 4px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#navlist ul a:hover { 
	color: #f00 !important; 
}

#contents {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
	margin: 0px;
	padding: 15px;
} 

/* End of buttons for navigation */