@charset "UTF-8";
/* CSS Document */

body {
	background-color:#f4f5f5;
	margin:0px;
	padding:0px;
	font-family:"Helvetica Neue", Helvetica, arial, sans-serif;
}
img {
	border:0px;
}
#background {
	width:920px;
	margin:auto;
}
#headershadow {
	width:920px;
	height:291px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	margin:0px;
	float:left;
	/*padding:0px 0px 0px 30px;*/
	background-color:#f4f5f5;
}
#bodyshadow {
	width:942px;
	height:auto;
	min-height:480px;
	background-image:url(images/body-background.gif);
	background-repeat:repeat-y;
	margin:0px;
	float:left;
	/*padding:0px 0px 0px 30px;*/
	overflow:hidden;
	background-color:#f4f5f5;
}

#headershadow #logo {
	height:139px;
	width:161px;
	float:left;
	margin:0px;
	margin-left:15px;
	margin-top:20px;
	padding:0px;
}
#headershadow #nav {
	width:750px;
	float:left;
	margin-top:37px;
	margin-left:230px;
	display:inline;
	font-weight:bold;
	padding:0px;
}
#headershadow #nav ul{
	list-style:none;
	margin:0px;
	padding:0px
}
#headershadow #nav li {
	display:inline;
	margin:0px;
	margin-right:40px;
	padding:0px
}
#headershadow #nav li a {
	color:#ffffff;
	text-decoration:none;
	margin:0px;
}
#headershadow #nav li a:hover {
	color:#f78429;
}
#headershadow #nav #here {
	color:#f78429;
}
#headershadow h1 {
	float:left;
	font-size:1em;
	color:#9b98c7;
	margin-top:20px;
	margin-left:525px;
	display:inline;
	font-weight:normal;
}

#aboutintro {
	width:750px;
	height:50px;
	float:left;
	margin:0px;
}
#aboutintro h2 {
	font-size:1.2em;
	color:#302f8c;
	font-weight:normal;
	margin-left:220px;
}


#usefullogos {
	float:left;
	width:950px;
	height:200px;
	display:inline;
	margin:0px;
	margin-left:75px;
}
#usefullogos h2 {
	width:750px;
	height:30px;
	font-size:1em;
	color:#302f8c;
	font-weight:normal;
	margin:0px;
	margin-left:145px;
	padding-top:15px;
	float:left;
	/*background-image:url(images/horizontal-line.gif);
	background-repeat:no-repeat;*/
	display:inline;
}
#usefullogos img {
	width:120px;
	height:128px;
	float:left;
	display:inline;
	margin:0px;
	margin-right:20px;
	margin-top:20px;
}
#usefullogos img#sapol {
	width:200px;
	height:128px;
	float:left;
	display:inline;
	margin:0px;
	margin-right:20px;
	margin-top:20px;
}
#usefullogos img#sagov {
	width:180px;
	height:142px;
	float:left;
	display:inline;
	clear:both;
	margin:0px;
	margin-left:295px;
	margin-top:30px;
}
#usefullogos p {
	width:700px;
	float:left;
	clear:both;
	font-size:0.9em;
	font-weight:normal;
	color:#424242;
	line-height:1.4em;
	margin:0px;
	margin-left:145px;
	margin-top:30px;
	display:inline;
}
#usefullogos a {
	color:#f78429;
	text-decoration:none;
}
#usefullogos a:hover {
	color:#818181;
	text-decoration:none;
}
#footershadow {
	width:920px;
	height:40px;
	background-image:url(images/footer-background.gif);
	background-repeat:no-repeat;
	margin:0px;
	float:left;
	/*padding:0px 0px 0px 30px;*/
	background-color:#f4f5f5;
}
#footershadow p {
	font-size:0.68em;
	font-weight:normal;
	margin-left:230px;
	color:#9b98c7;
	margin-top:12px;
}
#footershadow a {
	color:#9b98c7;
	text-decoration:none;
}
#footershadow a:hover {
	color:#ffffff;
	text-decoration:none;
}