/*
	Fabrizio by PVII
	(c) 2004 Project Seven Development (www.projectseven.com)
	All Rights Reserved
	
	CSS developed by Al Sparber - PVII
*/

body {
	/*background-image: url(assets/itqict_pbg.jpg);*/
	background-color: Black;
	color: #ADFF2F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	min-width: 748px;
	margin: 24px 0;
	padding: 0;
}
#contentwrapper {
	background-color: Black;
	/*background-image: url(assets/itqict_shadow.jpg);*/
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 748px;
}
#masthead {
	/*background-image: url(assets/itqict_logobg.jpg);*/
	background-repeat: no-repeat;
}
#masthead a, #masthead a:visited, #masthead a:active {
	display: block;
	height: 137px;
	margin-left: -20000px;
}
h1 {
	margin: 0;
}
#maincontent {
	float: right;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0 36px 0 24px;
	width: 478px; /*538*/
}
#maincontent p {
	margin: 6px 0 12px 0;
}
#maincontent h2 {
	color: #ADFF2F;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: normal;
	margin: 24px 0 0 0;
}
#maincontent a:link {
	color: #ADFF2F;
}
#maincontent a:visited {
	color: #ADFF2F;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {
	color: #ADFF2F;
}

.hideit {display: none;}
.showit {display: block; visibility: visible;}
.noSeeUm {visibility: hidden;}
#introControls {margin: 0;}
#introControls li {list-style-type: none;}
#introSection {
	background-image: url(../assets/itqict_quote.gif);
	background-repeat: no-repeat;
	color: #7B0039;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin: 12px 0;
	padding: 0 0 0 34px;
	text-align: left;
}
#tagline {
	/*background-image: url(assets/itqict_bottom.jpg);*/
	background-repeat: no-repeat;
	clear: both;
	height: 28px;
}
#tagline p {
	margin:0;
	display: none;
}
.picture {
	float: left;
}
#sidebar {
	color: #7B0039;
	float: right;
	font-size: 0.75em;
	padding: 24px;
	width: 162px; /*210*/
}
#sidebar h3 {
	color: #9C8C85;
	font-size: 1.2em;
	margin: 24px 0 0 0;
}
#sidebar p {
	margin: 6px 0 12px 0;
}
#lsclogo {
margin-left : 20px;
}
.navbar {
	margin: 6px 0 0 1em;
	padding-left: 1em;
}
.navbar li {
	list-style-type: none;
}
.navbar a {
	padding: 3px;
}
.navbar a:link, .navbar a:visited {
	color: #9C8C85;
}
.navbar a:hover, .navbar a:active, .navbar a:focus {
	color: #333333;
}
#footer {
	clear: both;
	color: #E3DFDD;
	font-size: 0.75em;
	margin: 0 auto;
	padding: 12px 24px 0 24px;
	width: 700px; /*748*/
}
#footer a:link, #footer a:visited {
	color: #675954;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
}
