html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, u, i, center,
ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-size: 75%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
	color: #555;
}

ol, ul {
	list-style: none;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0;
}

#mainContent {
	margin-left: 1em;
	margin-right: 1em;
}

#clockImage {
	height: 210px;
	width: 430px;
	position: relative;
	float:left;
	margin-bottom: 1em;
	background: #034078 url(onTimeSolutions.jpg) no-repeat;
}

#cityScapeImage {
	height: 210px;
	width: 530px;
	position: relative;
	float:left;
	margin-bottom: 1em;
	background: url(cityScape.jpg) no-repeat;
}


#clockImage h1, #cityScapeImage h1 {
	font-size: 2em;
	color: #FFF;
	width: 180px;
	position: absolute;
	bottom: 40px;
	left: 10px;
	text-align: center;
}

#buildingSkyImage {
	height: 255px;
	width: 330px;
	position: relative;
	float:right;
	margin-bottom: 1em;
	background: url(buildingLookUpShadow.jpg) no-repeat;
}

#ideCodeImage {
	height: 358px;
	width: 479px;
	position: relative;
	float: left;
	margin-bottom: 1em;
	background: url(code.png) no-repeat;
}

#header {
	width: 2095px;
	height: 120px;
	background: url(banner-dressed.png) no-repeat;
}

#header #logo {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 328px;
	height: 100px;
}

#header #logo a {
	display: block;
	width: 328px;
	height: 100px;
}

#header #mantra {
	font-size: 1.75em;
	position: absolute;
	top: 40px;
	right: 20px;
	margin: 0;
	color: #FFF;
}

#headerWrap {
	position: relative;
	height: 25px;
	background: #034078 url(navigation_bg.jpg);
	background-repeat: repeat-x;
}

#navigation li {
	float: left;
	height: 25px;
	border-right: 1px solid #044079;
	background-image: none;
}

#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 6px 12px;
	color: #FFF;
	text-decoration: none;
	background-image: none;
}

#navigation li a:hover, #navigation li a:active {
	background: transparent url(nav_hover.jpg);
	background-repeat: repeat-x;
}

p.intro {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 1.2857em 0;
	text-align: center;
}

p.general {
	font-size: 1.1666em;
	line-height: 1.5em;
	margin: 1.2857em 0;
}

p.general_left {
	position: relative;
	float: left;
	font-size: 1.1666em;
	line-height: 1.5em;
	margin: 1.2857em 0;
}

#footer {
	clear:both;
	margin: 0px;
	height: 50px;
	text-align: left;
	background: #FFF url(footer_bg.jpg) repeat-x;
}

#contacts {
	clear: left;
	float: left;
	margin-left:10px;
}

#links {
	float: right;
	margin-right:10px;
}

h3 {
	font-size: 1.5em;
	margin: 0.75em 0 1em 0;
	color: #034078;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: none;
}

blockquote p {
	font-style: italic;
	padding-left: 1em;
	padding: 0 12px;
	margin: 0;
}

blockquote p.quote {
	color: #034078;
	font-size: 1.1666em;
	background: transparent url(quote_end.gif) no-repeat right bottom;
	padding: 20px 12px;
	margin-bottom: 0.5em;
}

#quoteHome blockquote, #quoteTech blockquote {
	position: relative;
	float: left;
	width: 300px;
	background: transparent url(quote_start.gif) no-repeat 0 0;
	margin-bottom: 3em;
}

#quoteTech blockquote {
	float: right;
	margin-left: 1em;
}
