/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.85em Arial;
	color:#fff;
	background:#5199F6 url("images/bg.png") repeat-x top;
}

a {
	text-decoration:underline;
	color:#ddf;
}

a:hover {
	text-decoration:none;
}

h2 {
	font:normal 1.3em Arial;
	margin-bottom:5px;
}

/* Structure */

.wrapper {
	background:url("images/wrapper.jpg") no-repeat right top;
	min-width:1000px;
}

.container {
	width:100%;
	float:left;
	margin-right:-370px;
}

/* Header */

.header {
	position:relative;
	height:131px;
	background:url("images/header.jpg") no-repeat left top;
	padding:239px 380px 0 0;
	margin-bottom:25px;
}

	.logo {
		position:absolute;
		top:35px;
		left:8px;
	}
	
	.slogan {
		color:#1D57A1;
		font:bold 1.3em Arial;
		top:37px;
		left:405px;
		position:absolute;
	}
	
		.header li {
			float:left;
			background:url("images/menu.png") no-repeat center top;
			width:33%;
			height:46px;
			padding:64px 0 0;
			text-align:center;
		}
		
			.header li a {
				color:#fff;
				text-decoration:none;
				font:normal 1.3em Arial;
			}
			
			.header li a:hover {color:#ddd}

/* Content */

.content {
	margin-right:370px;
	padding:0 0 20px 55px;
	line-height:1.4em;
}

	.content p {
		margin-bottom:15px;
	}
	
	.content ul {
		margin:0 0 15px 20px;
		list-style:disc;
	}
	
	.content ol {
		margin:0 0 15px 30px;
		list-style:decimal;
	}
	
	.content q {
		border-top:2px dotted #fff;
		border-bottom:2px dotted #fff;
		padding:10px 0;
		margin-bottom:15px;
		display:block;
		overflow:hidden;
	}
	
	.img-left {
		float:left;
		margin-right:10px;
	}
	
	.img-right {
		float:right;
		margin-left:10px;
	}

/* Right column */

.rightside {
	width:248px;
	float:right;
	margin-bottom:20px;
	color:#1D57A1;
	background:#D0CDBE;
	border:2px solid #A7B7C4;
	border-right:none;
	padding:10px 20px 10px 55px;
}

	.rightside a {
		color:#1D57A1;
		text-decoration:none;
	}
	
		.rightside a:hover {text-decoration:underline;}
	
	.rightside ul {
		border:2px solid #1D57A1;
		border-right:none;
		padding:10px 20px 10px 20px;
		margin:0 -20px;
	}
	
		.rightside li {
			margin-bottom:4px;
		}

/* Footer */

.footer {
	clear:both;
	padding:10px 15px 15px;
	overflow:hidden;
	text-align:center;
}

	.copyright {
		float:right;
		border-left:3px solid #fff;
		padding-left:48px;
		text-align:left;
		margin-top:-10px;
	}
