@charset "UTF-8";
/* CSS Document */

/* Layout & borders */
html {
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
}

#background_div {
	width: 100%;
}

#page {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 10px;
/*	position:relative; /* needed for footer positioning*/
/*	height:auto !important; /* real browsers */
/*	min-height:100%; /* real browsers */
}

#menu_bar {
	font-family: Verdana, Geneva, sans-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	width: 720px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-right: 30px;
}

#menu_bar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

#menu_bar ul li {
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

#menu_bar a, #menu_bar a:link, #menu_bar a:visited, #menu_bar a:active, #menu_bar a:hover {
	text-decoration: none;
	text-align: center;
	display:block;
	width: 116px;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	color: #FFF;
	background: #006890;
}

#menu_bar a:hover {
	background: #00652e;
}

#menu_bar .current-menu-item a {
	text-decoration: underline;
}

#bottom_cross_wrapper {
	clear: both;
	margin-top: 20px;
}

#corss_bar {
	width: 200px;
	float: left;
}

#bottom_bar {
	width: 720px;
	float: left;
	margin-right: 30px;
	border-top: 1px solid #333388;
}

.bottom_widget {
	float: left;
	width: 230px;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
}

#side_wrapper {
	width: 200px;
	float: left;
}

#pre_header {
	height: 150px;
}

#sidebar {
	padding: 10px;
	padding-right: 45px;
}

#content_wrapper {
	width: 720px;
	margin-right: 30px;
	float: left;
}

#header {
	height: 100px;
}

#header_img {
	float: left;
	width: 560px;
}

#header_language_select {
	float: left;
	width: 160px;
}

#content {
	padding: 10px;
}

#footer {
	width: 960px;;
	margin: 0 auto;
	padding-top: 3px;
	background: url(image/page_end.png) top center no-repeat;
	clear: both;
	text-align: center;
}

#header {
/*
	background: url(image/logo_website_life_coach.png) left top no-repeat;
	background: url(image/logo_website.png) left top no-repeat;
*/
}

img {
	border: none;
}

.alignright {
	float: right;
}

/* Typography & Color */

body {
	font-size: 10pt;
	background: #FFFFFF url(image/pattern2.png) left top;
	color: #333388;
}

#background_div {
	background: url(image/vertical_pattern.png) top center repeat-y; 
}

#pre_header {
	background: url(image/detail_blue.png) top left no-repeat;
}

a, a:link, a:visited, a:active, a:hover {
	color: #333388;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h1 a {
	color: #333388;
}

#page {
	background: #FFFFFF url(image/vertical_line.png) top left repeat-y;
}

#sidebar h2, #corss_bar h2 {
	font-size: 12pt;
}

#bottom_bar h2 {
	font-size: 10pt;
}

#sidebar ul, #corss_bar ul, #bottom_bar ul {
	margin: 0;
	padding:0;
}

#sidebar ul li, #corss_bar ul li, #bottom_bar ul li {
	margin: 0;
	padding:0;
	
	list-style: none;
	list-style-image: none;
}

#sidebar ul li.widget {
	margin-bottom: 15px;
}

#sidebar a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
}

#sidebar ul ul li:before  {
	content: "\00BB \0020";
}

.clear {
	clear: both;
}

#footer span {
	color: #000000;
}

/* FORM Typography & Color */

.contact_row {
	clear: both;
}

label {
	display: inline-block;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

.mandatory:before {
	content: '*';
}

input, textarea {
	border: none;
	color: #333388;
	background: #CCCCCC;
	margin-bottom: 2px;
	width: 300px;
	padding: 2px;
}

.contact_submit input {
	width: auto;
}
