@charset "utf-8";
/* CSS Document */

/* MAIN PAGE STYLES */

body {
	margin: 0 40px;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	background-image: url(/images/backgrounds/damask_pattern.png);
	background-position: top center;
}
a,a:link,a:visited,a:hover,a:active {
	color: #416F85;
	text-decoration: none;
}
a:hover {
	color: #55002F;
}
div {
	clear: both;
	display: block;
}
h1, h2, h3 {
	vertical-align: middle;
	color: #6FA1B8;
	font-style: italic;
}

h1 {
	font-family: "Palatino Linotype", "Century Gothic", "Trebuchet MS", "Monotype Corsiva", Arial;
	font-size: 25px;
	height: 54px;
	vertical-align: middle;
	font-family: Arial;
}
h2 {
	font-family: "Palatino Linotype", "Century Gothic", "Trebuchet MS", "Monotype Corsiva", Arial;
	font-size: 18px;
	font-weight: bold;
}
h3,.submit {
	font-size: 13px;
	font-weight: bold;
	color: #26506F;
	font-style: normal;
}

th,td {
	vertical-align: top;
}
input,select,textarea {
	font-size: 13px;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #F4F9FB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #67ABC5;
	border-right-color: #AAD0DF;
	border-bottom-color: #AAD0DF;
	border-left-color: #67ABC5;
}
#header,#content,#footer {
	width: 942px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#header {
	margin: 60px auto 0 auto;
	height: 75px;
}
#content,#footer {
	padding: 0 20px;
	width: 902px;
}
#title {
	text-align: left;
	width: 887px;
	height: 45px;
	margin: 0;
	padding: 0 0 0 55px;
	background-image: url(/images/layout/title-background.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#menu {
	width: 835px;
	height: 22px;
	margin: 0;
	padding: 4px 0 4px 107px;
	background-image: url(/images/layout/menu-background.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#menu ul {
	position: relative;
	display: block;
	height: 22px;
	width: 815px;
	margin: 0;
	z-index: 3;
	text-align: left;
}
#menu li {
	font-size: 14px;
	list-style-type: none;
	padding: 0 12px;
	display: inline;
}
#menu li a,#menu li a:link,#menu li a:visited,#menu li a:hover,#menu li a:active {
	color: #505050;
	font-weight: bold;
}
#menu li a:hover,#menu li a.current {
	color: #95909F;
}
#motif {
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	text-align: center;
	width: 238px;
	height: 201px;
	left: -41px;
	top: 66px;
	margin: -201px -238px 0 0;
	z-index: 2;
}
#content {
	width: 902px;
	padding: 25px 80px;
	min-height: 500px;
	background-image: url(/images/layout/content-background.png);
	background-repeat: repeat-y;
	background-position: top center;
}
#content .top_left {
	float: left;
	background-image: url(/images/layout/content-top-left.png);
	background-repeat: no-repeat;
	width: 132px;
	height: 135px;
	position: relative;
	left: -20px;
	top: 110px;
	margin: -135px -132px 0 0;
	z-index: 1;
}
#content .item {
	margin: 0 22px 0 28px;
	text-align: left;
}
#footer {
	background-image: url(/images/layout/content-footer.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/* INTERNAL PAGE STYLES */

.hide {
	font-size: 1px;
	color: #E1EBF0;
	visibility: hidden;
}
.left_side {
	clear: left;
	float: left;
	width: 400px;
}
.right_side {
	clear: right;
	float: right;
	width: 400px;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.photo_right,.photo_left {
	display: block;
	margin-bottom: 15px;
}
.photo_right {
	float: right;
	margin-left: 15px;
}
.photo_left {
	float: left;
	margin-right: 15px;
}
.submit {
	background-color: #B8D8E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAD0DF;
	border-right-color: #67ABC5;
	border-bottom-color: #67ABC5;
	border-left-color: #AAD0DF;
}
