/* ---- GENERAL ---- */

* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	}
body {
	background: #fff url(images/agr_topbar.png) top center no-repeat;
	text-align: center;
	}
a:link {
	color: #005d73;
	}
a:visited {
	color: #777;
	}
a:hover {
	color: #000;
	}
a:active {
	color: #c00;
	}
img {
	border: 0;
	}
.rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 940px;
	}

/* ---- NAVIGATION ---- */

#header {
	height: 186px;
	position: relative;
	margin-bottom: 35px;
	text-align: left;
	}
#logo {
	position: absolute;
	top: 30px;
	left: 0;
	}
#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 28px;
	}
#nav ul {
	list-style: none;
	}
#nav li {
	height: 28px;
	float: left;
	margin-right: 8px;
	}
#nav li.active {
	background: transparent url(images/tab2.png) top right no-repeat;
	}
#nav li.active a {
	background: transparent url(images/tab1.png) top left no-repeat;
	color: #000;
	}
#nav li.active a:hover {
	color: #000;
	}
#nav li a {
	display: block;
	white-space: nowrap;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
	}
* html #nav li a {
	width: 1%;
	}	
#nav li a:link, #nav li a:visited {
	#fff
	}
#nav li a:hover {
	color: #ccc;
	padding-top: 9px;
	}

/* ---- CONTAINER ---- */

#container {
	width: 715px;
	float: right;
	}

/* ---- CONTENT ---- */

#content {
	width: 455px;
	float: left;
	}
#content p {
	margin-bottom: 1em;
	color: #545454;
	}
#content p.intro {
	margin-bottom: 1em;
	font-size: 15px;
	line-height: 1.3em;
	}
#content p.grey {
	background: #eee;
	color: #000;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	padding: 5px;
	}
#content h1 {
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 1.2em;
	}
#content h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	}
#content h3 {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding-left: 12px;
	}
#content ul {
	padding: 0 20px 10px 27px;
	list-style: disc;
	}
#content ul.about {
	padding-top: 6px;
	list-style: disc;
}
#content li {
	color: #545454;
	margin-bottom: 4px;
	}
#content blockquote {
	color: #000;
	padding: 0 50px;
	font-style: italic;
	margin-bottom: 1em;
	}
#content img {
	margin-bottom: 10px;
	}
#content table {
	border-collapse: collapse;
	}
#content td {
	font-size: 11px;
	vertical-align: top;
	color: #545454;
	border-bottom: 1px solid #bdbdbd;
	padding: 10px 10px 10px 0;
	}
#content td.bot { 
	width: 455px; 
	}
#content td strong {
	color: #005d73;
	}
#content td img {
	margin: 0 20px 10px 0;
	}

/* ---- LEFT ---- */

#left {
	width: 200px;
	float: left;
	}
#left ul {
	list-style: none;
	border-bottom: 1px solid #bdbdbd;
	}
#left li {
	background: #fff;
	border-top: 1px solid #bdbdbd;
	height: 1%;
	}
#left a {
	text-decoration: none;
	display: block;
	height: 1%;
	padding: 5px 0 5px 5px;
	}
#left a:hover {
	color: #000;
	background: #eee;
	}
#left a:active {
	color: #147;
	padding: 6px 0 4px 5px;
	}
#left a:link.selected, #left a:visited.selected {
	color: #000;
	font-weight: bold;
	background: #ddeede url(images/pil.png) 188px 9px no-repeat;
	}
	
/* ---- RIGHT ---- */

#right {
	width: 235px;
	float: right;
	}
#right p.rightalign {
	text-align: right;
	color: #545454;
	padding: 0;
	margin-bottom: 10px;
	}
#right img {
	margin-bottom: 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
#right ul {
	padding: 12px 20px 10px 27px;
	list-style: disc;
	}
#right li {
	color: #545454;
	margin-bottom: 4px;
	}


/* ---- FORMS ---- */

#forms {
	background: #eee;
	border: 1px solid #c9c9c9;
	padding: 10px;
	}
#forms table {
	border-collapse: collapse;
	}
#forms td {
	vertical-align: middle;
	padding-bottom: 2px;
	border: none;
	color: #000;
	}
#forms label {
	padding: 0 20px 0 0;
	white-space: nowrap;
	}
#forms input {
	width: 300px;
	padding: 3px;
	font-weight: bold;
	}
#forms input.button {
	width: auto;
	}
#forms input.check {
	width: auto;
	margin-right: 5px;
	}
#forms label span {
	font-weight: bold;
	color: #d00;
	}
#forms h2 {
	margin-bottom: 0.5em;
	}
.dim {
	color: #666;
	font-weight: normal;
	}



/* ---- FOOTER ---- */

#footer {
	background: url(images/footer.png) bottom left no-repeat;
	border-bottom: 1px solid #838486;
	color: #fff;
	width: 940px;
	clear: both;
	padding: 30px 0 5px 9px;
	margin-bottom: 35px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 931px;
	}
#footer span {
	color: #666;
	padding: 0 5px;
	}
#footer a {
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}