/* Global */
* {
	padding: 0px;
	margin: 0px;
}
.clearer {
	clear: both;
}
body {
	font-size: 11px;
	font-family: Verdana,arial;
	background-color: #ffffff;
	background-image: url(../img/background-page.png);
	background-repeat: repeat-x;
	line-height: 17px;
	color: #565656;
}
h1,h2,h3,h4,h5 {
	font-family: Times,verdana;
	padding-bottom: 10px;
	color: #594e56;
}
h1 {
	font-size: 19px;
	line-height: 20px;
}
h2 {
	font-size: 17px;
	line-height: 20px;
}
h3 {
	font-size: 15px;
	line-height: 20px;
}



p { margin-bottom: 15px; }
li { margin-left: 18px;}

/* Page */
#page { width: 777px; margin: 0 auto; }

/* Header */
div#head {
	height: 208px;
	background-image: url(../img/background-header.png);
	background-repeat: repeat-x;
}
div#head a#logo {
	display: block;
	margin: 36px 0 0 10px !important;
	margin: 36px 0px 0px 15px;
	width: 125px;
	border: solid 15px white;
	height: 136px;
	text-indent: -9999px;
	background-image: url(../img/background-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
div#head div#emo-wrap {
	height: 208px;
	float: right;
	margin-right:10px;
}

/* Top Nav */
div#head-menu-wrap {
	height: 23px;
	margin-top: 11px;
	text-align: right;
	padding-right: 8px;
}
div#head-menu-wrap a {
	display: block;
	height: 19px;
	float: right;
	color: white;
	margin: 0px 4px;
	padding: 4px 4px 0px 4px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #afafaf;
	font-size: 11px;
}	
div#head-menu-wrap a.active,
div#head-menu-wrap a:hover {
	background-color: #a096a7;
}

/* Content */

div#body {
	background-image:url(../img/content-footer.png);
	background-repeat:repeat-y;
}
div#content-footer {
	height: 10px;
	background-image: url(../img/content-footer.png);
	background-repeat: repeat-y
}
/* Content Left */
div#content-left { width: 184px; float: left; }
div#left-info { color:white; font-size:12px; background-color: #b5b5b5; padding:15px; }

div#content-left-menu {
	background: white url(../img/top-menu-back.png);
	padding: 10px 0;
}

div#content-left-menu ul {
	list-style: none;
	background-color: white;
	display: block;
	padding: 5px 0px;
}


div#content-left-menu ul li {
	margin: 8px 0px 8px 8px;
}

div#content-left-menu ul li a {
	display: block;
	background-color: #e0e1d4;
	color: #5e4b61;
	text-decoration: none;
	padding: 5px;
}

#content-left-menu li.active a,
#content-left-menu li a:hover {
	background-color: #c7c3ca;
}
/* Content Right */
div#content-right {
	width: 513px; /* -20px border -60px padding */
	border-top: 10px solid #e7e9dc;
	border-left: 10px solid #e7e9dc;
	border-right: 10px solid #e7e9dc;	
	float: right;
	background-color: #FFF;
	padding: 30px;
}
dl.csc-textpic-image dt img {
	border: 6px solid #e7e9dc;
}
dl.csc-textpic-image dd.csc-textpic-caption {
	font-family: Times,verdana;
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #594e56;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
margin-right:25px !important;
}


/* Footer */
div#footer {
	padding: 15px 0px;
	text-align: center;
	color: #b4b4b2;
}
div#footer a {
	text-transform: uppercase;
	text-decoration: none;
	color: #b4b4b2;
}
