
body {
	margin: 0px;
	background: #000000 url(../_images/background.jpg) repeat-x center top;
	font: 0.8em/1.6em Arial, Helvetica, sans-serif;
	color: #333333;
}
p {
	margin-top: 0px;
}

.questionbanner
   {
   background-color:#000080;
   color:white;
   }
.questionbanner A:link{color:white}
.questionbanner A:visited{color:white}
.questionbanner A:active{color:red}


#container {
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(../_images/container-bkg.gif) no-repeat center top;
}
#header {
	width: 900px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#banner {
	display: block;
}
#question {
	float: right;
	padding-top: 35px;
	padding-right: 35px;
}

#marketingMessage {
	position: relative;
	height: 260px;
	width: 900px;
}

#messageText {
	position: absolute;
	width: 342px;
	top: 115px;
	left: 40px;
}
#messageText p {
	margin-top: 0px;
}
#navigation {
	background: url(../_images/navigation-bkg.gif) repeat-x;
	border-top: 3px solid #C60A08;
	height: 30px;
	color: #002157;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	width: 900px;
}
#navigation a, #left a {
	color: #002157;
	text-decoration: none;
}
#navigation a:hover, #left a:hover {
	color: #C60A08;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation li {
	display: block;
	float: left;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 6px;
}
#linkHome {
	width: 136px;
	background: url(../_images/tab-home.gif) no-repeat top;
}
#linkConsulting {
	width: 207px;
	background: url(../_images/tab-consulting.gif) no-repeat top;
}
#linkDevelopment {
	width: 223px;
	background: url(../_images/tab-development.gif) no-repeat top;
}
#linkMarketing {
	width: 192px;
	background: url(../_images/tab-marketing.gif) no-repeat top;
}
#linkAbout {
	width: 142px;
	background: url(../_images/tab-about-us.gif) no-repeat top;
}

#pageHome #linkHome {
	background: url(../_images/tab-home.gif) no-repeat bottom;
	padding-top: 6px;
	padding-bottom: 4px;
}
#pageConsulting #linkConsulting {
	background: url(../_images/tab-consulting.gif) no-repeat bottom;
	padding-top: 6px;
	padding-bottom: 4px;
}
#pageDevelopment #linkDevelopment {
	background: url(../_images/tab-development.gif) no-repeat bottom;
	padding-top: 6px;
	padding-bottom: 4px;
}
#pageMarketing #linkMarketing {
	background: url(../_images/tab-marketing.gif) no-repeat bottom;
	padding-top: 6px;
	padding-bottom: 4px;
}
#pageAbout #linkAbout {
	background: url(../_images/tab-about-us.gif) no-repeat bottom;
	padding-top: 6px;
	padding-bottom: 4px;
}
#main {
	background: #FFFFFF;
	padding-left: 30px;
	padding-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
#pageHome #main {
	width: 870px;
}
#left {
	width: 180px;
	float: left;
}
#left ul {
	margin: 0px 0px 0px 10px;
	list-style: none;
	padding: 0px;
}
#left li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1.0em;
	background: url(../_images/arrow-only.gif) no-repeat left center;
	border-top: 1px dashed #CCCCCC;
}
#left li.noBorder {
	border-top-style: none;
}
#content {
	float: left;
	width: 610px;
	margin-left: 30px;
	padding-right: 50px;
}
#breadcrumbs {
	font-size: 0.8em;
	margin-bottom: 20px;
	text-transform: capitalize;
}
#pageHome #left, #pageHome #center, #pageHome #right {
	float: left;
	width: 240px;
	padding-right: 20px;
	margin-left: 20px;
	background: url(../_images/divider.gif) no-repeat right center;
}
#pageHome #right {
	background: url(none);
}
#pageHome #left ul, #pageHome #center ul, #pageHome #right ul {
	margin: 0px 0px 0px 10px;
	list-style: none;
	padding: 0px;
}
#pageHome #left li, #pageHome #center li, #pageHome #right li {
	padding-left: 1.5em;
	background: url(../_images/arrow-bullet.gif) no-repeat left 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-style: none;
}

#footer {
	clear: both;
	background: url(../_images/footer-bkg.gif) no-repeat bottom;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	font-size: 0.8em;
	color: #999999;
	line-height: 1.6em;
}
#footer img {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #002157;
	font-weight: normal;
}
h1 {
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1px;
}
