/* CSS document */
*{
	margin: 0px;
	padding: 0px;
}
html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height:100%;
	min-height:100%;
	line-height: 26px;
}
h1, h2, h3, h4, h5, h6{
	color: #FFC20A;
	margin-bottom: 0.25em;
}
h1{
	margin-bottom: 0.75em;
	font-size: 34px;
	background-image: url(images/tags/bg-h1.png);
	background-repeat: repeat-x;
	background-position: 0px 32px;
}
h4{
	font-size: 24px;
}
ul {
	padding-left: 18px;
}
li {
	line-height: 18px;
}

p {
}
a{
	color: #300248;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
}

#clear {
	clear: both;
}

/* Wrapper margins are less the height of the footer */
#wrapper {
	min-height:100%;
	height: auto !important;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -304px;
}
#header {
	height: 110px;
	background-color: #2E0045;
	background-image: url(images/header/bg-header.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#header #positioning {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#navigation {
	background-color: #FFC20A;
	padding-top: 6px;
	padding-bottom: 8px;
	color: #2F0147;
	text-align: center;
}
#navigation a{
	color: #300248;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#navigation a:hover, #navigation a:active{
	text-decoration: underline;
}
#navigation .highlight {
	color: #666666;
}

#block {
	padding: 20px 20px 323px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#block p {
	padding-bottom: 8px;
	line-height: 17px;
}
#block  p.leading {
	font-weight: bold;
	color: #666666;
}

#block.bg-people {
	background-image: url(images/block/bg-people.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}


#column-2 {
	width: 360px;
	float: left;
}
#column-2.column-pad {
	padding-left: 20px;
}
#contact {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}

#solutions {
	text-align: center;
	width: 370px;
}




#footer {
	height: 304px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center 234px;
	font-size: 11px;
	background-image: url(images/footer/bg-footer2.gif);
}
#footer #image {
	width: 740px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#footer #image .solution {
	padding-bottom: 60px;
	padding-left: 90px;
}


#footer a{
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active{
	color: #666666;
	text-decoration: underline;
}
#footer p.pad {
	padding-bottom: 8px;
	padding-top: 13px;
}

