/*	CSS Document for (ICS)
	Designed by The Cube Lab
	Designer name : (Ali & Steve)

/*	Colors used on site : 

footer : #403C37
links : #9c1c1F
text : #333333
headings : #9c1c1F - red 
#ffd48E - yellow

*/

/*ie 6 overwrites:

* html #logo {
      background: url(../images/logosquare.jpg) no-repeat;
      width: 200px;
}

this will change a .png to a .jpg for a specific div or section */

/*------------------------------
			GLOBAL
-------------------------------*/

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF1DA url(../images/repeater.jpg) repeat-x top left;
	color: #333333;
	margin: 0 auto;
}


#internal {
	background: #FFF1DA url(../images/repeaterinternal.jpg) repeat-x top left;
}


img {
	border: none;
}

.clear {
	clear:both;
}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}


/*------------------------------
			LAYOUT
-------------------------------*/
#container {
		width: 950px;
		margin: 0 auto;
		text-align: left;

}


#header {
	position: relative;
	z-index: 20;
	height: 128px;
	float: left;
	background: #9d1c20;
	width: 950px;

}

#searchbox {
	position: absolute;
	width: 228px;
	right: 0;
	top: 65px;
}

#navcontainer {
	float: left;
	margin: 0 auto;
	width: 950px;
	height: 29px;
	padding-top: 8px;
}


#banner	{
		float: left;
		width: 950px;
		height: 310px;
}

#content {
		position: relative;
		float: left;
		width: 600px;
		margin-left: 50px;
		padding-bottom: 20px;
		margin-top: 40px;
}

.ajaxSearch_result {
	padding: 10px 0;
	border-bottom: 1px solid #660000;
}


#sidebar {
	float: left;
	width: 300px;
	margin-top: 90px;
	margin-bottom: 10px;
}


#footer {
		clear: both;
		width: 100%;
		background: #403C37;
		height: 200px;
}

#inner {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#aboutimages {
		width: 600px;
		height:110px;
		margin: 0 auto;
		

}

/*------------------------------
			NAVIGATION
-------------------------------*/

#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Helvetica, sans-serif;
	position: relative;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	line-height: 16px;
	width: 240px;
	}

#ajaxmenu ul li a {
	color: #660000;
	font-weight: normal;
}



/* Styles for Menu Items */

#ajaxmenu ul li.firstcategory {

	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -111px;
	margin: 1px;

	}
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
}

#ajaxmenu ul li a:hover {
	background: url(../images/nav-hover.jpg)no-repeat center;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 

#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */

#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	padding: 0 10px;
	margin: 0 10px;
	display: block;
}

#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #fff1da;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #9d1c20;
	background-position: left;
	text-indent: 4pt;
	border: none;
}

/* set dropdown */

#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #9d1c20;
	background-repeat: no-repeat !important;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding-right: 20px;
	width: 240px;
	background-color: #fff1da;
	background-position: left center;
	text-indent: 4pt;
	line-height: 26px;
	background-image:  none
}



#ajaxmenu li ul li a {
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block;
} /* The pop */

#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	position: absolute;
	z-index: 1000;
}

#myajaxmenu {
	margin: 0 auto;
	display: block;
	z-index: 1000;
}


.active {
	background-color: #4A4A31;
	
	
}


/*------------------------------
			LISTS
-------------------------------*/
#banner ul {
	margin-top: 10px;
		
}

#banner ul li {
	float: left;
	display: block;
	width: 217px;
	height: 260px;
	background:url(../images/bg-banner.jpg) no-repeat top left;
	padding-left: 12px;
	padding-right: 8px;
	

}

#banner ul li#testimonial {
	background:url(../images/bg-banner-testimonial.jpg) no-repeat top left;

}

#content ul {
	padding: 12px 0;
}

#content ul li {
	padding: 0 0 6px 20px;
	margin-top: 6px;
	background: url(../images/tick2.gif) no-repeat top left;
	color: #666;
}

#content .quote li {
	background: #ffe8c3 url(../images/quotes.gif) no-repeat 2px 1px;
	border: 1px solid #bbb;
	padding: 12px 0 12px 20px;
	margin: 4px;
	color: #000;
	font-style: italic;
}

	
#inner ul {
	float: left;
	margin-top: 10px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 190px;


}

#inner ul.lastlist {
	padding-right: 0;
}

/*------------------------------
			LINKS
-------------------------------*/

a:link { 
	color: #9C1C1F;

}

a:visited { 
	color: #9C1C1F;

}

a:hover { 
	color: #9C1C1F; 
	text-decoration: underline;

}

a:active { 
	color: #9C1C1F;

}

#banner a {
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

#footer a {
	color: #ffffff;

}

/*------------------------------
			IMAGES
-------------------------------*/

.imagesidebar {
	border: 1px solid #e1e1e1;
	margin: 6px 0;
}

.bulbimg {
	margin-bottom: 35px;
}

/*------------------------------
			HEADINGS
-------------------------------*/
h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	font-weight: normal;
	color: #9c1c1f;
}

h1 {
	font-size: 28px;
}


h2 {
	font-size: 26px;
	color: #9C1C1F;
}

h3 {
	font-size: 22px;
	color: #9C1C1F;
}

h4 {
	font-size: 20px;
	color: #9C1C1F;
}

#header h1{
	color: #fff;
	font-style: italic;
	font-weight: normal;
	background: url(../images/title1.gif) no-repeat;
	text-indent: -9999px;
	margin-left: 110px;
}

#header h2 {
	position: absolute;
	top: 20px;
	right: 0;
	width: 231px;
	height: 27px;
	background: url(../images/telno.gif) no-repeat;
	text-indent: -9999px;
	color: #fff;
}


#banner h1 {
	height: 70px;
	margin-bottom: 10px;
	line-height: 36px;
}

#content h1 {
	padding-bottom: 10px;
}

#footer h1  {
	color: #ffd48e;
	
}





/*------------------------------
			TEXT
-------------------------------*/
p {
	font-size: 16px;
	line-height: 150%;

}

#banner p {
	font-size: 14px;
	
}

#banner ul li#testimonial p {
	line-height: 200%;
	margin-top: -4px;
}

.italic {
	font-style: italic;

}

#footer p {
	clear: both;
	color: #fff;
	font-size: 14px;
}

/*------------------------------
			NAVIGATION
-------------------------------*/

.imageleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imageright {
	float: right;
	margin: 0 0 10px 10px;
}

/*------------------------------
			TABLES
-------------------------------*/
table {
	width: 100%;
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}

tr { 
	height: 46px;
	padding-left: 8px;
	
}

tr#bg {
	background:#ffd48e;
	
}
tr td {
	vertical-align: middle;
}

td {
	padding-left: 12px;
	width: 120px;
	

}

td img {
	padding-left: 20px;
}

tr#course {
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	height: 60px;
}

td#subject {
	width: 150px;

}


/*------------------------------
			SEARCH BOX
-------------------------------*/


#ajaxSearch_submit {
	margin-top: 10px;
	margin-left: 2px;
	background: #9c1c1f;
	width: 34px;
	border: none;
	color: #ffd48e;
	font-size: 14px;
}


#searchbox #ajaxSearch_input {
	float: left;
	padding: 0;
	padding-left: 2px;
	margin: 6px 0 0 0;
	border: 0;
	width: 180px;
	height: 2em;
	font-size: 14px;
	line-height: 30px;
}


#searchbox label {
	color: #fff;
}

.ajaxSearch_highlight1 {
	font-weight: bold;
}



/*------------------------------
			FORMS
-------------------------------*/

#content fieldset {
	border: none;
}

#content form {
	width: 430px;
	margin: 0;
	padding: 0;
}

#content form p {
	margin: 6px 0;
}

#content label {
	display:  block;
	padding-left: 0;
}

#content input {
	font-size: 1.3em;
	line-height: 1.1em;
	padding: 5px;
	height: 23px;
	color: #3f2813;
	border: 1px solid #ffd48e;
}

#content #submit {
	font-size: 14px;
	padding: 4px;
	background: #9c1c1f;
	color: #fff;
}

#content textarea {
	font-family: Helvetica, Georgia, serif;
	font-size: 1.3em;
	line-height: 1.1em;
	padding: 5px;
	width: 336px;
	height: 88px;
	color: #3f2813;
	border: 1px solid #ffd48e;
}

