/* orange: #f58220
 * gray: #b2b9bd
 * green: #699
 * green-diff: #366
 */


/*********************************
 *                               *
 * Global Definitions            *
 *                               *
 *********************************/

/* Clear the margins and padding */
* 
{
	margin: 0;
	padding: 0;
	font-family: Arial;
}

h2, h3, h4, h5, a
{
	color: #699;
	text-decoration: none;
	font-size: 100%;
}

/* turn off h1's except the ones we want. */
h1
{
	display: none;
}

a:hover
{
	color: #366
}

#container
{
position: relative;
margin: 10px 0 10px 10px;
width: 98%;
background-color: #fff;

color: #333;
/* we need to specify a width to get the logo and search to ine up.*/
text-align: left;
font-size: small;
}

#title
{
background-color: #fff;
height: 70px;
}

/* Display these with actual font sizes as these are logos not text. */

#title h1
{
display: block;
float: left;
text-decoration: none;
margin-top: 27px;
margin-left: 10px;
font-size: 35px;
}


#title h2 {
	float: left;
	color: #b2b9bd;
	font-size: 30px;
	margin-top: 31px;
}



/*********************************
 *                               *
 * University Logo               *
 *                               *
 *********************************/
#logo
{
	position: absolute;
	top: 0;
	right: 0;
	height: 110px;
	width: 185px;
	z-index: 1;
}

#logo img
{
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}



/*********************************
 *                               *
 * Global Navigation             *
 *                               *
 *********************************/

#globalnav
{
	background-color: #fafafa;
	border-bottom: 3px solid #b2b9bd;
	border-top: 3px solid #f58220;
	font-weight: bold;
}


#globalnav ul 
{
	list-style-type: none;
	margin: 5px 260px 3px 0px;
}

#globalnav li 
{
	padding-left: 10px;
	display: inline;
}

/********************************************
 *                                          *
 * Used to identify the current major group *
 * Set the id to the correct group name:    *
 * home, courses, quals, testing, contact   *
 *                                          *
 ********************************************/     
#globalnav li a#current
{
	border-bottom: 3px solid #b2b9bd;
	background: transparent;
	color: #699;
}


/*********************************
 *                               *
 * Search                        *
 *                               *
 *********************************/

#search {

position: absolute;
top: 70px;
right: 62px;
/*background: transparent url(../images/search_bg.gif) no-repeat top left;*/
background: transparent url("../images/structure/search_bg_none.gif") no-repeat top left;
border: 0;
margin: 0;
padding: 0;
width: 192px;
height: 30px;
z-index: 10;	
}

#search form
{
display: none;
/*display: block;*/
}


#search input#q
{
border: 0;
padding-top: 3px;
width: 100px;
height: 19px;
position: absolute;
top: 4px;
left: 83px;

color:black;
font-size: 90%;

}

#search input#sa
{
border: 0;
position: absolute;
top: 4px;
left: 15px;
height: 22px;
width: 55px;

color: white;
background: #f58220;
font-weight: bold;
font-size: 90%;
}

/*********************************
 *                               *
 * Side Block subnav news        *
 *                               *
 *********************************/
 
div#sideblock {
	width: 180px;
	padding: 0;
	margin: 0;
	float: left;
}

/* ie hack \*/
* html div#sideblock {
	height:1px;
}
/* End ie hack */


/* subnav */
#subnav {
	position: relative;
	border-top: 5px solid #b2b9bd;
	border-bottom: 5px solid #b2b9bd;
}

#subnav a {
	color: white;
}

#subnav h2 {
	color: white;
	background: #f58220;
	line-height:150%;
	border-top: 5px solid #b2b9bd;
}

#subnav h2 a {
	margin-left: 10px;
}

#subnav h2 a:hover {
	color: #366;
}

#subnav ul {
	font-size: 80%;
	list-style: none;
	padding-bottom: 5px;
	background-color: #b2b9bd;
}

#subnav li {
	margin: 0 0 0 15px;
	font-weight: bold;
}

#subnav li a:hover {
	color: #366;
}

/*********************************
 *                               *
 * Utility section i.e. news     *
 *                               *
 *********************************/

#util
{
position: relative;
margin-bottom: 5px;
background: #fff url("../images/structure/bg_news1.gif");
}

#util h2
{
text-decoration: none;
background: url("../images/structure/bg_news2.gif") no-repeat top left;
margin-bottom: 10px;
}

#util h2 a
{
margin: 5px 10px 0px 10px;
}


#util dl
{
font-size: 80%;
background: url("../images/structure/bg_news3.gif") no-repeat bottom left;
padding-bottom: 10px;
}

#util dl#oldnews
{
display: none;
}

#util dt
{
margin: 0 10px 5px 10px;
font-weight: bold;
}

#util dd
{
margin: 0 10px 5px 15px;
}

#util dd span.subheading
{
	font-weight: bold;
}

#util dd.content
{
	display: none;
}


/*********************************
 *                               *
 * Content                       *
 *                               *
 *********************************/
 
#content {
	postion: relative;
	margin: 10px 0 5px 195px;
}

/****** General Headings ******/

#content h2 {
	margin-top: 5px;
	font-size: 140%;
}

#content h3 {
	margin-top: 5px;
	font-size: 120%;
}

#content h4 {
	margin-top: 5px;
	font-size: 110%;
}
/****** lists ******/
#content ul.pricelist li.details {
	list-style-type: none;
}

/****** Paragraphs ******/
#content p {
	margin: 5px 0 10px 0;
}

#content p#crumbs {
	font-size:75%;
	color: #b2b9bd;
	font-weight: bold;
}

#content p#crumbs a {
	text-decoration: underline;
	color: #b2b9bd;
}

#content p#crumbs a:hover {
	color: #366;
}

#content p.illustration {
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

#content p.quote {
	margin-bottom: 0px;
	font-weight: bold;
	font-style: italic;
}

#content p.quotee {
	margin-top: 2px;
	font-style: italic;
}

#content p.quotee b 
{
	color: #f58220;
	font-weight: bold;
	text-transform: uppercase;
}


/****** Divs ******/

/* clearfix hack */

#content div.item:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: right; 
    visibility: hidden;
}

#content div.item {display: inline-block;}

/* Hides from IE-mac \*/
* html div.item {height: 1%;}
div.item {display: block;}
/* End hide from IE-mac */

#content div.item {
	border-top: 1px solid #b2b9bd;
	padding: 10px 0 10px 0;
	position:relative;
	margin: 5px 5px 0 0;
}

#content div.item#main {
	border: none;
}

/****** Images ******/

#content img {
	float: right;
	clear: right;
	margin: 2px 0 10px 10px;
	border:1px solid #b2b9bd;
}

#content img.noborder {
	border: none;
}

#content div.imageblock
{
	position:relative;
	margin:2px 0 5px 10px;
	float:right;
}



#content div.imageblock img {
	float: none;
	margin: 0;
}

#content div.imageblock .caption {
	color:#699;
	font-size:70%;
	margin:0;
}


#content img.picture 
{
	float:none;
	margin: 10px;
}

#content div.forceimg
{
	position:relative;
	margin:2px 0 5px 10px;
	float:right;
	width:25%;
}

#content div.forceimg-big
{
	position:relative;
	margin:2px 0 5px 10px;
	float:right;
	width:40%;
}
#content div.forceimg img {
	float: none;
	margin: 0;
}

#content div.forceimg img.floaty {
	float: right;
	margin: 1px;
	border: none;
}

#content img.icon
{
	border: none;
	clear: none;
	float: none;
	margin: 1px;
}

#content a.more	{
	font-style: italic;
}

#content ul	{
	margin: 2px 10px 5px 25px;
}

/*======= Tables =======*/

/****** Foundation Degree ******/
#content table.fdTable {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	font-size: 80%;
}

#content table.fdTable#levelc {
	background: #faffff;
}


#content table.fdTable#leveli {
	background-color: #e6eeee;
}


#content table.fdTable#levelfdsc {
	background-color: #d4dddd;
}

#content table.fdTable td img {
	border: none;
	float: none;
	margin:0;
}

#content table.fdTable td {
	text-align: center;
	padding: 0px;
	width: 24%;
}

#content table.fdTable td.course {
	border: 4px solid #699;
	background-color: #fafafa;	
	padding: 3px;
}

#content table.fdTable td.level {
	border-top: 1px solid #699;
	border-bottom: 1px solid #699;
	padding: 3px;
	width: 4%;
}

#content div.forceimg table.fdTable
{
	font-size:75%;
}

/****** Download Table ******/
#content table.dnldTable
{
	width: 100%;
	font-size: 70%;
}

#content table.dnldTable td img {
	border: none;
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#content table.dnldTable td, #content table.dnldTable th
{
	padding: 4px;
	padding-top: 0;
	padding-bottom: 0;
	background: #eee;
}

#content table.dnldTable th
{
	background: #b2b9bd;
}

/****** Schedule ******/
#content table.schedule
{
	width: 100%;
	font-size: 90%;
}

#content table.schedule th 
{
	margin: 2px;
	padding: 2px;
	background: #b2b9bd;
}
#content table.schedule td
{
	margin: 2px;
	padding: 2px;
	background: #eee;
}

/*======= Gallery =======*/

#content div.gallery {
}


#content div.gallery div.imageblock {
	float:left;
}

#content div.gallery div.imageblock img 
{
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#content div.gallery div.imageblock .caption
{
	text-align: center;
}

/*====================== News Items ======================*/

#content dl
{
margin-top: 10px;
}

#content dl#oldnews
{
border-top: 1px solid #b2b9bd;
}

#content dt
{
color: #699;
margin: 10px 0 0 0;
font-weight: bold;
font-size: 120%;
}

#content dd
{
	position: relative;
	margin: 0 0 5px 5px;
}

#content dd span.subheading
{
	font-weight: bold;
}

#content dd.content
{
position: relative;
verical-align: top;
}

#content dd.content p.more
{
	color:#FF6600;
	font-style: italic;
	margin:0;

}

#content dd span.more
{
	font-size:75%;
	color:#FF6600;
	font-style: italic;
	margin:0;

}


#content dd.content img
{

float: right;
clear: right;
margin: 2px 0 10px 10px;
border:1px solid #b2b9bd;
}

#content ol
{
	margin: 0 0 0 25px;
}



/*====================== Testimonials ======================*/
#content dl#vis-testimonials dd, #content dl#invis-testimonials dd
{
font-style: italic;
}

/*********************************
 *                               *
 * Footer                        *
 *                               *
 *********************************/
#footer
{
clear:both;
font-size: 75%;
font-weight: bold;
color: #b2b9bd;
background: url("../images/structure/footer_bg.gif") top left repeat-x;

}


#footer a
{
color: #b2b9bd;
}
#footer a:hover
{
color: #699;
}


#footer span
{
display: block;
padding-top: 33px;
padding-left: 10px;
}


#footer p
{
float: right;
margin:0;
padding:0;
display: block;
padding: 33px 0 2px 0;
color: #b2b9bd;
background: url("../images/logos/infolab21_logo_sm.gif") top left no-repeat;
width: 200px;
text-align:center;
}

#footer p a
{
margin:0;
padding:0;
color: #b2b9bd;
text-decoration: none;
font-size: 25px;
}

/*********************************
 *                               *
 * Teaser                        *
 *                               *
 *********************************/
div.teaser#container #content {

   margin: 10px;
}

div.teaser#container #globalnav
{
	background-color: #f58220;
	border-bottom: 3px solid #f58220;
	border-top: 3px solid #f58220;
	font-weight: bold;
}

div.teaser#container #content img {
   float: none;
   display: block;
   margin-left: auto;
   margin-right: auto;
   border: none;
}


div.teaser#container #content div.item#main h2 {
   text-align: center;
}

div.teaser#container #content div.item#main p {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   width: 350px;
}
