@charset "UTF-8";
/* CSS Document */
.top,
a {
	color:#FFF;
	text-transform:capitalize;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#ddd51e;
}

body {
	font: 76% Arial, Helvetica, sans-serif;
	background-color:#CCC;
}

.back {
	font-size:.9em;
}

.content {
	margin-top:20px;
	border: 2px #000 solid;
	background-color:#FFF;
	padding:20px;
	overflow:auto;
}

.copy img,
.copy,
.image {
	float:left;
}

.copy img,
.image img {
	border:2px solid #000;
}

.copy img {
	margin-left:-185px;
}

.image a {
	display:block;
}

.copy {
	width:400px;
	padding-left:20px;
}

.copy-noPic {
	padding-left:10px;
	width:550px;
}

.title {
	padding:10px 0;
}

.top { 
	cursor: pointer;
	margin-bottom:7px;
}

.top a:hover {
	color:#FFF;
}

.title {
	font-size:1.4em;
	font-weight:bold;
	color:#482299;
}

.txt-title {
	color:#482299;
	font-size:1.2em;
	font-weight:bold;
	margin-top:0px;
}

.item a {
	color:#482299;
}

.item a:hover {
	text-decoration:underline;
}

#banner {
	background:url(images/bg-banner.gif) repeat-x;
}

#body {
	padding-top:12px;
	float:left;
}

#body a {
	color:#482299;
}

#content {
	background:url(../images/bg-body.jpg) repeat-x #d6ebff;
	padding:10px 40px;
	min-height:500px;
}

#footer {
	margin-top:10px;
}

#menu {
	width:860px;
	height:28px;
	background-color:#482299;
	padding-left:40px;
	position:absolute;
	clear:left;
	z-index:10;
}

#menu ul {
	position:absolute;
	float:left;
	margin:0px;
	padding:6px 10px 0px 10px;
	list-style:none;
}

#menu ul .item {
	display:none;
}

#menu ul:hover .item {
	display:block;
	background:#FFF;
	padding:5px 10px;
	border-bottom: #c8bce0 2px solid;
	border-left: none;
}

#menu ul:hover li:last-child {
	border-bottom: none;
}

#homepage {
	width:500px;
}

#item2 { left:183px; }
#item3 { left:270px; }
#item4 { left:380px; }
#item5 { left:515px; }
#item6 { left:665px; }
#item7 { left:755px; }

#sidebar-right {
	padding-top:30px;
	float:right;
}

#subnav {
	width:170px;
	float:left;
}

#wrapper {
	margin:auto;
	width:900px;
}