
			
@charset "iso-8859-1";

BODY {
	background: #ffffff url(images/bg.gif);
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	text-align: center;
}

FORM {
	padding: 0px;
	margin: 0px;
	}
	
TABLE {
	border-collapse: collapse
}

TD {
	padding: 0px;
	font-size: 11px; 
	font-family: verdana; 
}

H1 {
	font-size: 18px; 
	font-family: verdana; 
	font-weight: bolder; 
	color: #FFFF99;
}

IMG {
	border: none;
}

P {
	margin: 0px;
	padding: 0px;
}

A {
	color: #990000; 
	cursor: pointer;
	font-weight: bold; 
}

A:link , A:active , A:visited {
	color: #990000; 
	text-decoration: none;
}

A:hover {
	text-decoration: none;
}

.message , .error {
	margin: 10px;
	padding: 10px;
	background: yellow;
	color: #000000;
}

.layout {
	width: 871px;
	margin-left: auto;
	margin-right: auto;
}

.layout_top {
	padding: 0px;
	vertical-align: top;
}

.layout_top img {
	display: block;
	margin: 0px;
}

.layout_menu {
	background: url(images/bg_menu.jpg) no-repeat;
	vertical-align: middle;
	height: 25px;
	margin: 0px;
	text-align: right;
	color: #9DA4C2;
}

.layout_menu a , .layout_menu a:link , .layout_menu a:visited , .layout_menu a:active {
	color: #C1CEF3;
	font-weight: bold;
	font-size: 10px;
}

.layout_menu a:hover {
	text-decoration: underline;
}

.layout_main {
}

.layout_menu_left {
	vertical-align: top;
	width: 223px;
	background: url(images/bg_shadow.png) no-repeat;
	background-position: right bottom;
	text-align: left;
}

.layout_menu_left img {
	display: block;
}

.layout_content {
	vertical-align: top;
	text-align: left;
	width: 648px;
	background: #EFF2FC;
	border: 1px solid #AFB5D8;
	border-top: 0px;
	padding-bottom: 100px;
}

#layout_content_1 {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#layout_content_2 {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#layout_content_3 {
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#layout_content_4 {
	background-image: url(images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#layout_content_5 {
	background-image: url(images/bg5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#layout_content_6 {
	background-image: url(images/bg6.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#layout_content_7 {
	background-image: url(images/bg7.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#layout_content_8 {
	background-image: url(images/bg8.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content {
	padding: 30px;
	/*padding-top: 20px;*/
}

.news {
	margin-left: 5px;
}

.news .title {
	color: #4673BD;
	font-size: 12px;
	font-weight: bold;
	margin-top: 14px;
}

.news .txt {
	margin-top: 6px;
	color: #4D4D4D;
	font-size: 12px;
	padding-left: 10px;
	border-left: 1px solid #AFAFAF;
}

.layout_bottom {
	padding: 0px;
	vertical-align: top;
}

.layout_bottom img {
	display: block;
	margin: 0px;
}

.cols {
	margin: 0px;
}

.cols .col1 {
	padding: 0px;
	vertical-align: top;
}

.cols .col2 {
	padding: 0px;
	vertical-align: top;
}

.highlight {
	font-weight: bold;
	background: #ffffcc;
}

.outlight {
	font-weight: normal;
	background: #ffffff;
}

/* home page */

#imagerotator_wrap {
	width: 584px;
	height: 439px;
	background:url(images/photorama_bg.gif);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#citation {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: 0px;
}

#citation td {
	vertical-align: middle;
	font-style: italic;
}

#citation .txt {
	color: #5786FD;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#citation .author {
	text-align: right;
	font-size: 10px;
	color: #1C2E79;
	margin-top: 4px;
	font-weight: normal;
}



/* admin */

.adm_layout {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: left;
	border: 1px #dddddd dashed;
	border-top: 0px;
	font-family: verdana;
	font-size: 12px;
	background: #ffffff;
	padding: 20px;
}

.adm_layout h3 {
	font-size: 14px;
}

.adm_layout .logo {
	display: block;
	margin-left: 10px;
}

.adm_cols {
	margin: 0px;
}

.adm_cols .col1 {
	padding: 10px;
	vertical-align: top;
	width: 150px;
}

.adm_cols .col2 {
	padding: 10px;
	vertical-align: top;
}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/

/* admin_form */

.admin_form {
	text-align: left;
	font-family: arial;
}

.admin_form .data {
	padding: 5px;
}

.admin_form .group_title {
	background: #b1d8f0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
}

.admin_form .htmlarea {
	width: 100%;
	height: 500px;
}

.admin_form .htmlarea_global {
	width: 500px;
}

.admin_form .htmlarea_menu {
	width: 100%;
}

.admin_form .input_textarea {
	width: 500px;
	height: 100px;
}

.admin_form .message {
	margin: 10px;
	padding: 10px;
	background: yellow;
	color: #000000;
}

.admin_form .mod_title {
	margin-top: 30px;
	text-decoration: underline;
	font-size: 17px;
}

.admin_form .submit {
	padding: 5px;
}

.admin_form .title {
	padding: 4px;
}

/* admin_list */

.admin_list {
	text-align: left;
	font-family: arial;
}

.admin_list .data {
	padding: 5px;
	vertical-align: top;
	border-bottom: 2px dashed #aaaaaa;
}

.admin_list .group_title {
	background: #b1d8f0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
}

.admin_list .input_textarea {
	width: 300px;
	height: 200px;
}

.admin_list .item_title {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}

.admin_list .mod_title {
	margin-top: 30px;
	text-decoration: underline;
	font-size: 17px;
}

.admin_list .submit {
	padding: 5px;
}

.admin_list .title {
	background: #b1d8f0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	border-right: 1px solid white;
	font-size: 14px;
}

.admin_list li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.admin_list ul {
	padding: 0px;
	margin: 0px;
}

/* cms */

/* contact_form */

.contact_form .input_textarea {
	width: 300px;
	height: 200px;
}

/* content_edit */

.content_edit .add {
	color: #5F0018;
	cursor: pointer;
}

.content_edit .categ {
	margin-bottom: 10px;
}

.content_edit .categ .title {
	color: #FFFFFF;
	font-weight: bold;
	background: rgb(35,67,106);
	padding: 3px;
}

.content_edit .edit {
	width: 540px;
}

.content_edit .htmlarea {
	width: 540px;
	border: 1px solid #000000;
	height: 410px;
}

.content_edit .htmlarea_menu {
	width: 540px;
	border: 1px solid #000000;
	background: #5A7AAC;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.content_edit .item {
	border-bottom: 1px solid #dddddd;
	padding-top: 5px;
}

.content_edit .list {
	margin: 10px;
}

.content_edit A:active {
	color: #000000;
}

.content_edit A:link {
	color: #000000;
}

.content_edit A:visited {
	color: #000000;
}

/* form */

.form .complete_msg {
	background: #f4bd42;
	margin: 10px;
	padding: 10px;
	color: #000000;
	font-weight: bold;
}

.form .group_title {
	background: #8BBEF6;
	margin: 10px;
	margin-left: 0px;
	padding: 5px;
}

.form .message {
	margin: 10px;
	padding: 10px;
	color: #000000;
}

.form .title {
	width: 130px;
}

/* list */

.list .title {
	background: #8BBEF6;
	padding: 5px;
	text-align: center;
	border: 1px solid #ffffff;
}

.list .data {
	padding: 5px;
	border-bottom: 1px dashed #dddddd;
	text-align: left;
	vertical-align: top;
}

.list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list li {
	text-align: left;
	margin: 0px;
}

/* mailing */

.mailing .input_textarea {
	width: 400px;
	height: 400px;
}

/* menu_left */

.menu_left {
	background-image: url(images/bg_menuleft.gif);
	padding: 15px;
	padding-left: 20px;
}

.menu_left .item {
	margin: 10px 0px 10px 0px;
}

.menu_left .item A {
	font-weight: normal;
}

.menu_left  .item  A  {
	font-weight: normal;
}

.menu_left A:active {
	color: #0A1456;
}

.menu_left A:hover {
	text-decoration: underline;
}

.menu_left A:link {
	color: #0A1456;
}

.menu_left A:visited {
	color: #0A1456;
}

/* menu_top */

.menu_top {
	margin-right: 10px;
	margin-bottom: 2px;
}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/
