/* Global */
* { padding: 0px; margin: 0px; }
.clearer { clear: both; }
h1,h2,h3,h4,h5 { font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; padding-bottom: 10px; color: #883d76; font-weight: normal; }
h1 { font-size: 19px; line-height: 20px;}
h2 { font-size: 17px; line-height: 20px; }
h3 { font-size: 15px; line-height: 20px;}
p { margin-bottom: 20px; line-height: 18px;}
li { margin-left: 18px;}

/* Page */
body {
	font-size: 11px;
	font-family: Verdana,arial;
	background-color: #e4efeb;
	line-height: 17px;
	color: #45657e;
	background-color: #fcfdff;
	background-image: url(../img/background-page.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#page {
	width: 785px;
	margin: 0 auto;
}

/* Header */
#head {
	width: 785px;
	height: 107px;
}
#logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position:19px 31px;
	display: block;
	height: 107px;
	width: 193px;
	float: left;
	text-indent: -9999px;
}
.top-info {
	margin: 0px;
	float: right;
	width: 592px;
	height: 49px;
	padding-top: 20px;
}
.top-info p {
	text-align: right;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0px 3px 0px 0px;
}
.top-info p.colored { color: #c9d8ff; }


/* Top Navigation */
#top-navigation a {
	display: block;
	float: right;
	background-image: url(../img/menu-bg-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 38px;
	margin-left: 1px;
	text-decoration: none;
}
#top-navigation a span {
	display: block;
	padding: 13px 28px 0px 28px;
	float: left;
	cursor: pointer;
	background-image: url(../img/menu-bg-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 25px;
	text-decoration: none;
	color: #193f66;
	font-size: 11px;
	text-transform: uppercase;
}
#top-navigation a.active,
#top-navigation a:hover {
	background-position: left bottom;
	color: #fff;
}
#top-navigation a.active span,
#top-navigation a:hover span {
	background-position: right bottom;
	color: #fff;
}

/* Body */
#body {
	width:785px;
	background-image: url(../img/background-content.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
#body-inner {
	width:785px;
	background-image: url(../img/background-content-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#emo-wrap {
	float:right;
	width:580px;
}
#fl_header_slide_slideshow {
	padding:11px 0 0;
}

#content-center {
	float:right;
	padding:30px 30px 20px 30px;
	width:529px;
}
#content-left {
	width: 195px;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
}
#min-height {
	width: 1px;
	float: right;
	height: 350px;
}

#content-center a {
	color: #0E2B89;
}

/* Left Navigation */
#content-left ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 195px;
	padding-bottom: 20px;
}
#content-left ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 195px;
}
#content-left ul li a {
	display: block;
	height: 22px;
	padding: 5px 0px 0px 20px;
	width: 175px;
	background-image: url(../img/menu-sub-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #727378;
	text-decoration: none;
}
#content-left ul li a.active,
#content-left ul li a:hover {
	background-position: 0px -27px;
	color: #fff;
}


#content-left ul li.active ul {
	padding-bottom: 0px;
}
#content-left ul li.active ul li {
}
#content-left ul li.active ul li a {
	background-color: #eed9ec;
	background-image: none;
	border-bottom: 1px solid #d9c4d5;
	color: #857983;
	width: 165px;
	padding: 5px 0 0 30px;
}
#content-left ul li.active ul li a.active,
#content-left ul li.active ul li a:hover {
	color: black;
}




/* Footer */
.footer-center {
	text-align: center;
	padding-top: 10px;
}
.footer-center,
.footer-center a {
	color: #707378;
	font-size: 10px;
}





/* Contact */
#mailform fieldset { border: 0; }
#mailform label { width: 130px; display: block; float: left; }
#mailform .csc-mailform-field { clear: both; padding: 3px; }
#mailform input, #mailform textarea { width: 300px; border: 1px solid #4A4957; padding: 2px; }
#mailform input.csc-mailform-submit { width: auto; margin-top: 10px; margin-left: 130px; font-weight: bold; background-color: #DDD; }
#mailform input.csc-mailform-check { width: auto; border: 0; }
/* Content Frame Box */
#contact-box {
	margin-left: 28px;
	margin-top: 18px;
}
#contactboxform {
	width: 131px;
	margin-left: 5px;
	padding: 0 8px 8px;
	background: #cad8e8 url(../../evkd/gentle/background-page.png) repeat-x 0 -200px;
}
#contactboxform label {
	display: block;
	color: #134763;
	padding-top: 5px;
}
#contactboxform input {
	width: 100px;
}
