

* { margin: 0; padding: 0;}
html { 
	background: #fff none repeat scroll 0%; 
	color: #0F1214;
	}
body {
	font: 77%/1.5 "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size-adjust:normal;
	font-stretch:normal;
	font-style:normal;
	font-weight:normal;
	text-align: center;
}

/* -------------------- Default Links --------------------*/
a:link, a:visited {
	text-decoration: none;	
	color: #333333;
}
a:hover, a:active{
	text-decoration:none;	
	color: #aa0022;
	}
h1, h2, h3, h4 { color: #333; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.2em; }

h5, h6 { 
color: #990000;
}

p { margin: 5px 0 10px 0; }

.clearfix { 
	content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
	}
  
  .clear { 
     padding-top:10px;
     clear:both;
	}
  
  
.hide {
	display: none;
}



div#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	margin-top: 10px;
}

div#mastheader {
	position: relative;
	height: 385px;
	overflow: visible;
	display: block;
}

div#branding {
	width: 340px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	display: block;
	overflow: visible;
	height: 140px;
}
div#branding h1 { text-indent: -9999px; }
div#branding a {
	background: transparent url(../images/h1_logo.png) no-repeat;
	width: 340px;
	height: 140px;
	display: block;
	overflow: visible;
}

div#nav-main {
	width: 50em;
	position: absolute;
	top: 53px;
	right: 0px;
	z-index: 99;
}
div#nav-main ul {
	display: block;
	float: right;
}
div#nav-main li {
	float: left;
	display: inline;
}
div#nav-main ul li a {
	display: block;
	padding: 0px 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	font-weight: normal;
}
div#nav-main #home { border-left: none; }


div#nav-search {
	position: absolute;
	top: 3px;
	width: 295px;
	right: 0px;
	color: #666;
	height: 25px;
}
div#nav-search form#search { position: relative; }
div#nav-search a { padding-right: 5px; }
div#nav-search #search span { padding: 5px; }
div#nav-search fieldset {
	position: absolute;
	right: 0px;
	top: -2px;
	width: 302px;
}
div#nav-search input.searchbtn {
	color: #940101;
	font-weight: bold;
	background-color: #fff;
	background-image: url(../images/searchbtmarw.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #FFF;
	padding-left: 5px;
}


div#banner {
	height: 305px;
	float: left;
	width: 960px;
	position: absolute;
	display: block;
	left: 0px;
	top: 80px;
	z-index: 5;
}
div#banner #intro {
	width: 740px;
	float: left;
	background-image: url(../images/banner_img.jpg);
	background-repeat: no-repeat;
	height: 305px;
	position: absolute;
	z-index: 9;
}
div#banner #why-aitt {
	width: 220px;
	float: left;
	background-image: url(../images/whystudy_bck.gif);
	height: 305px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
div#banner #why-aitt h2 { text-indent: -9999px; }
div#banner #why-aitt ul { margin: 140px 0 0 30px; }
div#banner #why-aitt ul li {
	color: #fff;
	padding: 1px 10px;
	background-image: url(../images/bullet_why-aitt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#banner #why-aitt a {
	position: absolute;
	left: 83px;
	top: 275px;
	background-image: url(../images/learnmore.gif);
	text-indent: -9999px;
	width: 85px;
	height: 25px;
	background-repeat: no-repeat;
	display: block;
}
div#banner #why-aitt a:hover { background-position: right top; }

div#main-content {
	width: 960px;
	position: relative;
	float: left;
	padding-top: 10px;
	background-image: url(../images/main-contentbtm.gif);
}
div#footer {
	width: 960px;
	float: left;
	background-image: url(../images/footerimages_n.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
div#footer #nav-sec {
	position: relative;
	background-image: url(../images/footernav.gif);
	height: 2.5em;
	width: 960px;
	background-repeat: no-repeat;
}

div#footer #nav-sec ul {
	display: block;
	position: relative;
	float: right;
	margin-top: 3px;
}

div#footer #nav-sec li {
	float: left;
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
div #footer #nav-sec li.last-child { border-right-width: 0pt; }

div#footer #nav-sec a {
	display: block;
	padding: 0 10px;
	font-weight: normal;
	color: #DF4400;
}

div#footer #siteinfo {
	float: right;
	text-align: right;
	padding: 5px 0;
}
div#footer #siteinfo p { margin: 0; }

div#footer #siteinfo a { 
color: #DF4400; 
font-weight: normal; 
}

div#footer #siteinfo a:hover{
	color: #990000;
	font-weight: normal;
}

.index  #main-content .col-1, .index #main-content .col-2, .index #main-content .col-3, .index   #main-content .col-4{
	width: 240px;
	float: left;
	margin: 0 0 30px 4px;
	display: inline;
}

.index   #main-content .col-4 { width: 220px;}
.index .col-1 h3, .index .col-2 h3, .index .col-3 h3, .index .col-4 h3 {
	background-repeat: no-repeat;
	height: 60px;
	text-indent: -9999px;
}
.index .col-1 {
	background-image: url(../images/myaittbtm_bck.gif);
	background-position: left bottom;
	height: 279px;
	background-repeat: no-repeat;
}
.index .col-1 h3{ background-image: url(../images/myaitt_bck.gif); }
.index .col-2 h3 { background-image: url(../images/courses_bck.gif); }
.index .col-3 h3 { background-image: url(../images/announcments_bck.gif); }
.index .col-4 h3 { background-image: url(../images/quicklinks_bck.gif); }
.index .col-1 ul { padding: 15px 0 0 25px; }
.index  .col-1  ul li {
	padding: 15px 0 15px 50px;
	margin-right: 10px;
	display: block;
}

.index .col-1 ul li a {
	display: block;
	border-bottom: 1px dotted #666;
	width: 8em;
	margin-left: 25px;
	padding: 0 2px;
	text-align: left;
	color: #6B7223;
}

.index .col-1 li#st-login {
	background-image: url(../images/studentlogin.gif);
	background-repeat: no-repeat;
}
.index .col-1 li#ag-login {
	background-image: url(../images/agentlogin.gif);
	background-repeat: no-repeat;
}
.index .col-1 li#admission {
	background-image: url(../images/admissions.gif);
	background-repeat: no-repeat;
}
.index .col-2 {
	background-image: url(../images/coursesbtm_bck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 279px;
}

.index .col-2 ul {
	margin: 10px 15px 10px 20px;
	display: block;
}
.index .col-2 ul li { border-bottom: 1px dotted #999; }
.index .col-2 ul li a {
	display: block;
	padding: 5px 0 5px 15px;
	background: transparent url(../images/bullet_courses.gif) no-repeat left 8px;
}

.index .col-2 p#moreinfo  {
	margin: 0 5px 0 8px;
	font-weight: bold;
	color: #0FB7C3;
}
.index .col-2 p#moreinfo a {
	color: #1092C2;
	display: block;
	background: url(../images/moreinfo.gif) no-repeat left top;
	padding: 0 45px;
}

.index .col-3 {
	background-image: url(../images/announcmentsbtm_bck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 279px;
}

.index .col-3 p#moreinfo  {
	margin: 0 5px 0 8px;
	font-weight: bold;
	color: #c65515;
}
.index .col-3 p#moreinfo a {
	color: #c65515;
	display: block;
	background: url(../images/moreinfo_an.gif) no-repeat left top;
	padding: 0 45px;
}

.index .col-3 ul, .index .col-4 ul { margin: 0 20px 10px 20px; }
.index .col-3 ul li, .index .col-4 ul li {
	border-bottom: 1px dotted #999;
	padding: 5px 0;
	}
.index .col-3 ul li a {
	color: #c65515;
	display: block;
}

.index .col-4 {
	background-image: url(../images/quicklinksbtm_bck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 279px;
}
.index .col-4 ul li a { color: #A743D8; }
.index  .col-4  p#coursedate a {
	background-image: url(../images/coursesindate.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	margin: 24px 18px;
	height: 47px;
}
.index .col-4 #coursedate a:hover { background-position: left bottom; }

/* About Page Style */
.about #mastheader { height: 270px; }
.about #banner { height: 190px; }
.about #banner h2 { background-image: url(../images/banner_about.jpg); background-repeat: no-repeat; background-position: left top; height: 190px; text-indent: -9999px; }

.about #main-content {
	background-image: url(../images/extradivbck.gif);
	padding-top: 0px;
	background-repeat: repeat-y;
}
.about .extradiv {
	background: url(../images/about-bck.jpg) no-repeat left top;
}

.about .extradiv1 {
	background: url(../images/about-bck1.jpg) no-repeat left top;
}


.about .col-1, .about .col-2, .about .col-3, .about .col-4 {
	float: left;
	position: relative;
	margin: 15px 0 15px 0;
	display: inline;
}
.about .col-1 {
	width: 219px;
	margin-left: 21px;
}
.about .col-1 ul li { 
	display: inline;
	letter-spacing:1px;
	line-height:17px;
}


.about .col-1 ul li a {
	display: block;
	padding: 6px 0 6px 20px;
	background: url(../images/bullet_abt_aitt.gif) no-repeat 5px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}


.testimonial {
	margin: 30px 10px;
	padding:5px;
	border: 1px solid #E0E0E0;
	width: 180px;
	font-style:italic;
	
}

.t-name{
		text-align:left;
	font-style:italic;	
	color: #BF0303;
	margin: 1px;

	
}
.t-name1{
		text-align:right;
	font-style:italic;	
	color: #BF0303;
	margin: 10px;

	
}

.side-banner{
		margin: 20px 5px;
		text-align:center;
	
}

.about .col-2 {
	width: 445px;
	margin-left: 30px;
}
.about .col-2 h3 {
	border-bottom: 1px solid #ccc;
	padding-left: 7px;
	letter-spacing:1px;
}

.about .col-2 h5 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD7B3;	
}

.about .col-2 h6 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;	
}

.about .col-2 h4 {
	background-image: url(../images/smheader-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDD7B3;
	padding: 3px 0 3px 7px;	
	width: 439px;
	color: #F79905;
	margin-top:20px;
}
.about .col-2 p {
	padding: 7px 7px 0 7px;
	line-height: 2.5em;
}


.about .col-2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;		
		
}

.about .col-2  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

#agents ul
{
	margin: 0;
	padding: 0;
	list-style: none;		
		
}

#agents  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 1px 10px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}



.about .col-2 p a { 
color: #990000; 
font-weight: normal; 
text-decoration:none;
}

.about .col-2 p a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration:underline;
}


.about .col-3 {
	width: 180px;
	margin-left: 45px;
}
.about .col-3 h4 {
	background-image: url(../images/quicklinks_abt.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.about .col-3 li { display: inline; }
.about .col-3  ul  li  a {
	display: block;
	padding: 3px 0 3px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	color: #940101;
}
.about .col-3 ul li a:hover { text-decoration: underline; }

.about .col-4 {
	width: 664px;
	margin-left: 50px;
}
.about .col-4 h3 {
	border-bottom: 1px solid #ccc;
	padding-left: 7px;
	letter-spacing:1px;
}

.about .col-4 h5 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD7B3;	
}

.about .col-4 h6 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;	
}



.about .col-4 h4 {
	background-image: url(../images/smheader-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDD7B3;
	padding: 3px 0 3px 7px;	
	width: 439px;
	color: #F79905;
	margin-top:20px;
}

.about .col-4 p {
	padding: 5px 7px 0 7px;
	line-height: 2.0em;
}

.about .col-4 a {
	text-decoration: none;	
	color: #aa0022;
}

.about .col-4 a:hover {
	text-decoration: underline;	
	color: #aa0022;
}



.about .col-4 ul
{
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;		
		
}


.about .col-4  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

.about .col-4  ul ul
{	
	margin: 20px 0 0 30px;
	padding: 0;
	list-style: none;		
}

.about .col-4 ul ul li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

.about .col-4 p a { 
color: #990000; 
font-weight: normal; 
text-decoration:none;
}

.about .col-4 p a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration:underline;
}

.pic
	{
	border: 3px solid #cccccc;
	padding:5px;	
	}

	
/* Apply Page Style */
.apply #mastheader { height: 270px; }
.apply #banner { height: 190px; }
.apply #banner h2 { background-image: url(../images/banner_apply.jpg); background-repeat: no-repeat; background-position: left top; height: 190px; text-indent: -9999px; }

.apply #main-content {
	background-image: url(../images/extradivbck.gif);
	padding-top: 0px;
	background-repeat: repeat-y;
}
.apply .extradiv {
	background: url(../images/about-bck.jpg) no-repeat left top;
}

.apply .extradiv1 {
	background: url(../images/about-bck1.jpg) no-repeat left top;
}

.apply .col-1, .apply .col-2, .apply .col-3, .apply .col-4 {
	float: left;
	position: relative;
	margin: 15px 0 15px 0;
	display: inline;
}
.apply .col-1 {
	width: 219px;
	margin-left: 21px;
}
.apply .col-1 ul li { 
	display: inline;
	letter-spacing:1px;
	line-height:17px;
}

.apply .col-1 ul li a {
	display: block;
	padding: 6px 0 6px 20px;
	background: url(../images/bullet_apply_aitt.gif) no-repeat 5px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.apply .col-2 {
	width: 445px;
	margin-left: 30px;
}
.apply .col-2 h3 {
	border-bottom: 1px solid #ccc;
	padding-left: 7px;
	letter-spacing:1px;
}

.apply .col-2 h5 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD7B3;	
}

.apply .col-2 h6 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;	
}

.apply .col-2 h4 {
	background-image: url(../images/sm_apply_header-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8daf3;
	padding: 3px 0 3px 7px;	
	width: 439px;
	color: #b398c8;
	margin-top:20px;
}
.apply .col-2 p {
	padding: 7px 7px 0 7px;
	line-height: 2.5em;
}

.apply .col-2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;		
		
}

.apply .col-2  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

.apply .col-2 p a { 
color: #990000; 
font-weight: normal; 
text-decoration:none;
}

.apply .col-2 p a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration:underline;
}

.apply .col-3 {
	width: 180px;
	margin-left: 45px;
}
.apply .col-3 h4 {
	background-image: url(../images/quicklinks_abt.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.apply .col-3 li { display: inline; }
.apply .col-3  ul  li  a {
	display: block;
	padding: 3px 0 3px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	color: #940101;
}
.apply .col-3 ul li a:hover { text-decoration: underline; }



.apply .col-4 {
	width: 664px;
	margin-left: 50px;
}
.apply .col-4 h3 {
	border-bottom: 1px solid #ccc;
	padding-left: 7px;
	letter-spacing:1px;
}

.apply .col-4 h5 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD7B3;	
}

.apply .col-4 h6 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;	
}

.apply .col-4 h4 {
	background-image: url(../images/sm_apply_header-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8daf3;
	padding: 3px 0 3px 7px;	
	width: 439px;
	color: #b398c8;
	margin-top:20px;
}
.apply .col-4 p {
	padding: 7px 7px 0 7px;
	line-height: 2.5em;
}

.apply .col-4 ul
{
	margin: 0;
	padding: 0;
	list-style: none;		
		
}

.apply .col-4  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

.apply .col-4 p a { 
color: #990000; 
font-weight: normal; 
text-decoration:none;
}

.apply .col-4 p a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration:underline;
}
	
/* Student Service Page Style */
.st_service #mastheader { height: 270px; }
.st_service #banner { height: 190px; }
.st_service #banner h2 { background-image: url(../images/banner_sservice.jpg); background-repeat: no-repeat; background-position: left top; height: 190px; text-indent: -9999px; }

.st_service #main-content {
	background-image: url(../images/extradivbck.gif);
	padding-top: 0px;
	background-repeat: repeat-y;
}
.st_service .extradiv {
	background: url(../images/about-bck.jpg) no-repeat left top;
}

.st_service .col-1, .st_service .col-2, .st_service .col-3 {
	float: left;
	position: relative;
	margin: 15px 0 15px 0;
	display: inline;
}
.st_service .col-1 {
	width: 219px;
	margin-left: 21px;
}
.st_service .col-1 ul li { 
	display: inline;
	letter-spacing:1px;
	line-height:17px;
}

.st_service .col-1 ul li a {
	display: block;
	padding: 6px 0 6px 20px;
	background: url(../images/bullet_st_service_aitt.gif) no-repeat 5px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.st_service .col-2 {
	width: 445px;
	margin-left: 30px;
}
.st_service .col-2 h3 {
	border-bottom: 1px solid #ccc;
	padding-left: 7px;
	letter-spacing:1px;
}

.st_service .col-2 h5 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD7B3;	
}

.st_service .col-2 h6 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;	
}

.st_service .col-2 h4 {
	background-image: url(../images/sm_st_service_header-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbe4f0;
	padding: 3px 0 3px 7px;	
	width: 439px;
	color: #8c9aad;
	margin-top:20px;
}
.st_service .col-2 p {
	padding: 7px 7px 0 7px;
	line-height: 2.5em;
}

.st_service .col-2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;		
		
}

.st_service .col-2  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

.st_service .col-2 p a { 
color: #990000; 
font-weight: normal; 
text-decoration:none;
}

.st_service .col-2 p a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration:underline;
}

.st_service .col-3 {
	width: 180px;
	margin-left: 45px;
}
.st_service .col-3 h4 {
	background-image: url(../images/quicklinks_abt.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.st_service .col-3 li { display: inline; }
.st_service .col-3  ul  li  a {
	display: block;
	padding: 3px 0 3px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	color: #940101;
}
.st_service .col-3 ul li a:hover { text-decoration: underline; }
	
	
/* Current Service Page Style */
.cnt_service #mastheader { height: 270px; }
.cnt_service #banner { height: 190px; }
.cnt_service #banner h2 { background-image: url(../images/banner_current_student.jpg); background-repeat: no-repeat; background-position: left top; height: 190px; text-indent: -9999px; }

.cnt_service #main-content {
	background-image: url(../images/extradivbck.gif);
	padding-top: 0px;
	background-repeat: repeat-y;
}
.cnt_service .extradiv {
	background: url(../images/about-bck.jpg) no-repeat left top;
}

.cnt_service .col-1, .cnt_service .col-2, .cnt_service .col-3 {
	float: left;
	position: relative;
	margin: 15px 0 15px 0;
	display: inline;
}
.cnt_service .col-1 {
	width: 219px;
	margin-left: 21px;
}
.cnt_service .col-1 ul li { 
	display: inline;
	letter-spacing:1px;
	line-height:17px;
}

.cnt_service .col-1 ul li a {
	display: block;
	padding: 6px 0 6px 20px;
	background: url(../images/bullet_cnt_service_aitt.gif) no-repeat 5px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.cnt_service .col-2 {
	width: 445px;
	margin-left: 30px;
}
.cnt_service .col-2 h3 {
	border-bottom: 1px solid #ccc;
	padding-left: 7px;
	letter-spacing:1px;
}

.cnt_service .col-2 h5 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD7B3;	
}

.cnt_service .col-2 h6 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;	
}

.cnt_service .col-2 h4 {
	background-image: url(../images/sm_cnt_service_header-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e9c0;
	padding: 3px 0 3px 7px;	
	width: 439px;
	color: #acb730;
	margin-top:20px;
}
.cnt_service .col-2 p {
	padding: 7px 7px 0 7px;
	line-height: 2.5em;
}

.cnt_service .col-2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;		
		
}

.cnt_service .col-2  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

.cnt_service .col-2 p a { 
color: #990000; 
font-weight: normal; 
text-decoration:none;
}

.cnt_service .col-2 p a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration:underline;
}

.cnt_service .col-3 {
	width: 180px;
	margin-left: 45px;
}
.cnt_service .col-3 h4 {
	background-image: url(../images/quicklinks_abt.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.cnt_service .col-3 li { display: inline; }
.cnt_service .col-3  ul  li  a {
	display: block;
	padding: 3px 0 3px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	color: #940101;
}
.cnt_service .col-3 ul li a:hover { text-decoration: underline; }
	
	

/* Future Students Page Style */
.fut_students #mastheader { height: 270px; }
.fut_students #banner { height: 190px; }
.fut_students #banner h2 { background-image: url(../images/banner_future_students.jpg); background-repeat: no-repeat; background-position: left top; height: 190px; text-indent: -9999px; }

.fut_students #main-content {
	background-image: url(../images/extradivbck.gif);
	padding-top: 0px;
	background-repeat: repeat-y;
}
.fut_students .extradiv {
	background: url(../images/about-bck.jpg) no-repeat left top;
}

.fut_students .col-1, .fut_students .col-2, .fut_students .col-3 {
	float: left;
	position: relative;
	margin: 15px 0 15px 0;
	display: inline;
}
.fut_students .col-1 {
	width: 219px;
	margin-left: 21px;
}
.fut_students .col-1 ul li { 
	display: inline;
	letter-spacing:1px;
	line-height:17px;
}

.fut_students .col-1 ul li a {
	display: block;
	padding: 6px 0 6px 20px;
	background: url(../images/bullet_fut_students_aitt.gif) no-repeat 5px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.fut_students .col-2 {
	width: 445px;
	margin-left: 30px;
}
.fut_students .col-2 h3 {
	border-bottom: 1px solid #ccc;
	padding-left: 7px;
	letter-spacing:1px;
}

.fut_students .col-2 h5 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD7B3;	
}

.fut_students .col-2 h6 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;	
}

.fut_students .col-2 h4 {
	background-image: url(../images/sm_fut_students_header-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0e4db;
	padding: 3px 0 3px 7px;	
	width: 439px;
	color: #c9a48a;
	margin-top:20px;
}
.fut_students .col-2 p {
	padding: 7px 7px 0 7px;
	line-height: 2.5em;
}

.fut_students .col-2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;		
		
}

.fut_students .col-2  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

.fut_students .col-2 p a { 
color: #990000; 
font-weight: normal; 
text-decoration:none;
}

.fut_students .col-2 p a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration:underline;
}

.fut_students .col-3 {
	width: 180px;
	margin-left: 45px;
}
.fut_students .col-3 h4 {
	background-image: url(../images/quicklinks_abt.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.fut_students .col-3 li { display: inline; }
.fut_students .col-3  ul  li  a {
	display: block;
	padding: 3px 0 3px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	color: #940101;
}
.fut_students .col-3 ul li a:hover { text-decoration: underline; }






/* Courses Page Style */
.course #mastheader { height: 270px; }
.course #banner { height: 190px; }
.course #banner h2 { background-image: url(../images/banner_courses.jpg); background-repeat: no-repeat; background-position: left top; height: 190px; text-indent: -9999px; }

.course #main-content {
	background-image: url(../images/extradivbck.gif);
	padding-top: 0px;
	background-repeat: repeat-y;
}
.course .extradiv {
	background: url(../images/about-bck.jpg) no-repeat left top;
}

.course .extradiv1 {
	background: url(../images/about-bck1.jpg) no-repeat left top;
}

.course .col-1, .course .col-2, .course .col-3, .course .col-4 {
	float: left;
	position: relative;
	margin: 15px 0 15px 0;
	display: inline;
}
.course .col-1 {
	width: 219px;
	margin-left: 21px;
}
.course .col-1 ul li { 
	display: inline;
	letter-spacing:1px;
	line-height:17px;
}

.course .col-1 ul li a {
	display: block;
	padding: 6px 0 6px 20px;
	background: url(../images/bullet_course_aitt.gif) no-repeat 5px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.course .col-2 {
	width: 445px;
	margin-left: 30px;
}
.course .col-2 h3 {
	border-bottom: 1px solid #ccc;
	padding-left: 7px;
	letter-spacing:1px;
}

.course .col-2 h5 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD7B3;	
}

.course .col-2 h6 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;	
}

.course .col-2 h4 {
	background-image: url(../images/sm_course_header-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5ecef;
	padding: 3px 0 3px 7px;	
	width: 439px;
	color: #83bec6;
	margin-top:20px;
}
.course .col-2 p {
	padding: 7px 7px 0 7px;
	line-height: 2.5em;
}

.course .col-2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;		
		
}

.course .col-2  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

.course .col-2 p a { 
color: #990000; 
font-weight: normal; 
text-decoration:none;
}

.course .col-2 p a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration:underline;
}

.course .col-3 {
	width: 180px;
	margin-left: 45px;
}
.course .col-3 h4 {
	background-image: url(../images/quicklinks_abt.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.course .col-3 li { display: inline; }
.course .col-3  ul  li  a {
	display: block;
	padding: 3px 0 3px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	color: #940101;
}
.course .col-3 ul li a:hover { text-decoration: underline; }
	
	


.course .col-4 {
	width: 664px;
	margin-left: 50px;
}
.course .col-4 h3 {
	border-bottom: 1px solid #ccc;
	padding-left: 7px;
	letter-spacing:1px;
}

.course .col-4 h5 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD7B3;	
}

.course .col-4 h6 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;	
}

.course .col-4 h4 {
	background-image: url(../images/sm_course_header-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5ecef;
	padding: 3px 0 3px 7px;	
	width: 439px;
	color: #83bec6;
	margin-top:20px;
}
.course .col-4 p {
	padding: 7px 7px 0 7px;
	line-height: 2.5em;
}

.course .col-4 ul
{
	margin: 0;
	padding: 0;
	list-style: none;		
		
}

.course .col-4  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

.course .col-4 p a { 
color: #990000; 
font-weight: normal; 
text-decoration:none;
}

.course .col-4 p a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration:underline;
}



/* Annoucement Page Style */
.annoucement #mastheader { height: 270px; }
.annoucement #banner { height: 190px; }
.annoucement #banner h2 { background-image: url(../images/banner_announcements.jpg); background-repeat: no-repeat; background-position: left top; height: 190px; text-indent: -9999px; }

.annoucement #main-content {
	background-image: url(../images/extradivbck.gif);
	padding-top: 0px;
	background-repeat: repeat-y;
}
.annoucement .extradiv {
	background: url(../images/about-bck.jpg) no-repeat left top;
}

.annoucement .extradiv1 {
	background: url(../images/about-bck1.jpg) no-repeat left top;
}


.annoucement .col-1, .annoucement .col-2, .annoucement .col-3, .annoucement .col-4 {
	float: left;
	position: relative;
	margin: 15px 0 15px 0;
	display: inline;
}
.annoucement .col-1 {
	width: 219px;
	margin-left: 21px;
}
.annoucement .col-1 ul li { 
	display: inline;
	letter-spacing:1px;
	line-height:17px;
}


.annoucement .col-1 ul li a {
	display: block;
	padding: 6px 0 6px 20px;
	background: url(../images/bullet_anct_aitt.gif) no-repeat 5px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.annoucement .col-2 {
	width: 445px;
	margin-left: 30px;
}
.annoucement .col-2 h3 {
	border-bottom: 1px solid #ccc;
	padding-left: 7px;
	letter-spacing:1px;
}

.annoucement .col-2 h5 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD7B3;	
}

.annoucement .col-2 h6 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;	
}



.annoucement .col-2 h4 {
	background-image: url(../images/sm_anct_header-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8d6c4;
	padding: 3px 0 3px 7px;	
	width: 439px;
	color: #e29b7a;
	margin-top:20px;
}
.annoucement .col-2 p {
	padding: 7px 7px 0 7px;
	line-height: 2.5em;
}


.annoucement .col-2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;		
		
}

.annoucement .col-2  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

.annoucement .col-2 p a { 
color: #990000; 
font-weight: normal; 
text-decoration:none;
}

.annoucement .col-2 p a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration:underline;
}


.annoucement .col-3 {
	width: 180px;
	margin-left: 45px;
}
.annoucement .col-3 h4 {
	background-image: url(../images/quicklinks_abt.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.annoucement .col-3 li { display: inline; }
.annoucement .col-3  ul  li  a {
	display: block;
	padding: 3px 0 3px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	color: #940101;
}
.annoucement .col-3 ul li a:hover { text-decoration: underline; }

.annoucement .col-4 {
	width: 664px;
	margin-left: 50px;
}
.annoucement .col-4 h3 {
	border-bottom: 1px solid #ccc;
	padding-left: 7px;
	letter-spacing:1px;
}

.annoucement .col-4 h5 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD7B3;	
}

.annoucement .col-4 h6 {
	color: #990000;
	font-size: 1.0em;
	margin-top:15px;	
	padding: 1px 0 0 8px;	
}



.annoucement .col-4 h4 {
	background-image: url(../images/smheader-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDD7B3;
	padding: 3px 0 3px 7px;	
	width: 439px;
	color: #F79905;
	margin-top:20px;
}
.annoucement .col-4 p {
	padding: 7px 7px 0 7px;
	line-height: 2.5em;
}


.annoucement .col-4 ul
{
	margin: 0;
	padding: 0;
	list-style: none;		
		
}


.annoucement .col-4  li 
{	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;	
}

.annoucement .col-4 p a { 
color: #990000; 
font-weight: normal; 
text-decoration:none;
}

.annoucement .col-4 p a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration:underline;
}

.pic
	{
	border: 3px solid #cccccc;
	padding:5px;	
	}

	
	
	
	

div#nav-search a:hover, 
.index .col-1 a:hover, 
.index .col-3 a:hover, 
.index .col-4 a:hover, 
.index .col-4 a:hover, 
.index .col-2 p#moreinfo a:hover, 
div#footer #nav-sec a:hover { color: #aa0022; }
