@charset "utf-8";
/* BASE LAYOUT */
/* -------------------------------------- */
* {
	border: 0;
	margin:0;
	padding:0;
}

body {
	background: #FFF;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 768px;
}

/* HEADER */
/* -------------------------------------- */

#header {
	/*height: 140px;*/
	height: 152px;
	/*margin-top: 10px;*/
	width: 768px;
}

#header h1, #header h2 {
	display: none;
}

#header p {
	position: relative;
	left: 651px;
	top: 120px;
	color: #688BA2;
	font-weight: bold;
	font-size: 11px;
}

#langSelect {
	font-size: 12px;
	margin: 5px 10px -5px 0;
	text-align: right;
}

/* header menu */
#headerMenu {
	background: #599BC4 url(../images/menubar_bg.gif) repeat-x;
	clear: both;
	height: 27px;
	margin: 0 0 0 4px;
	overflow: hidden;
	padding: 0;
	width: 760px;
}

#headerMenuList {
	list-style-type: none;
	margin: 6px 0 0 90px;
	padding: 0;
}

#headerMenuList li {
	border-right: 1px solid #FFF;
	color: #2C4D62;
	cursor: default;
	float: right;
	font-size: 12px;
	line-height: 1.21em;
	margin: 0 -.3em 0 .3em;
	padding: 0 1em;
	text-transform: lowercase;
}

#headerMenuList li a {
	color: #FFF;
	text-decoration: none;
}

#headerMenuList li a:hover {
	color: #2C4D62;
	text-decoration: none;
}


/* MAIN CONTENT */
/* -------------------------------------- */

a {
	color: #599BC4;
}

a:focus {
	-moz-outline-style: none; /* removes the dotted line around links in mozilla-based browsers */
}

a:hover {
	color: #9FC5DD;
}

.clear {
	clear: both;
}

#colLeft {
	float: left;
	width: 280px;
}

#colRight {
	float: left;
	min-height: 563px;
	width: 480px;
}

#colRight a {
	color: #DDF;
}

#colRight a:hover {
	color: #FFF;
}

#colRight em {
	color: #DDF;
	font-style: normal;
}

#colRight h3 {
	color: #B4C0C7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 52px;
	margin: 20px 0 20px 25px;
	text-transform: lowercase;
}

#colRight p {
	line-height: 18px;
	margin: 0 25px .5em 25px;
	text-indent: .8em;
}

#colRight p.noIndent {
	text-indent: 0;
}

#colRight ul {
	line-height: 1.5em;
	list-style-image: url(../images/arrow_light.png);
	margin: 10px 0 1em 50px;

}

* html #colRight ul {
	list-style-image: url(../images/arrow_light.gif);
}

#colRight ul li {
	padding: 0 0 0 0;
}

#leftBox {
	margin: 60px 0;
	text-align: center;
}

#leftBox p {
	color: #616870;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	margin: 0 0 .2em 0;
}

#leftBox a {
	color: #647D90;
	font-style: italic;
}

#leftBox a:hover {
	color: #2C4D62;
}

.lettrine {
	color: #E6EAEC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: -.6em;
}

#mainContent {
	background: url(../images/dropshadow.gif) repeat-y;
	clear: both;
	overflow: hidden;
	padding: 0;
	width: 768px;
}

/* \*/
* html #mainContent { /* IE6 BUG FIX */
	height: 1%;
}
/* */

.mapouter {
	height: 300px;
	margin: 5px 0 10px 20px;
	width: 440px;
}

.miceType {
	font-size: 11px;
	text-indent: 0 !important;
	line-height: 13px !important;
}

#pageContent {
	background: #547080 url(../images/pagecontent_bg.gif) repeat-y;
	margin: 0 4px 12px 4px;
	overflow: auto;
}

/* \*/
* html #pageContent { /* IE6 BUG FIX */
	height: 1%;
}
/* */

#psychologytoday {
	margin: 15px 0 0 67px;
	height: 46px;
	width: 146px;
}

.textCenteredList {
	clear: both;
	margin-bottom: 25px;
	overflow: auto;
}

.textData {
	float: right;
	margin-left: 5px;
	width: 270px;
}

.textLabel {
	float: left;
	margin-right: 5px;
	text-align: right;
	width: 200px;
}


/* FORM */
/* -------------------------------------- */

button {
	background-color: #4C6674;
	border: 1px solid #B4C0C7;
	color: #E7F6FF;
	cursor: pointer;
	float: right;
	padding: 0 2px;
	margin: 0 10px 10px 0;
}

button:hover {
	border-color: #FFF;
	color: #FFF;
}

fieldset {
	border: 1px solid #3E535E;
	margin: 0 10px 10px 10px;
	padding: 8px;
}

fieldset div {
	margin-bottom: 5px;
}

fieldset input, fieldset textarea {
	background-color: #FFF;
	border: 1px solid #4C6674;
	color: #4C6674;
	padding-left: 2px;
}

fieldset label {
	clear: left;
	color: #B4C0C7;
	float: left;
	font-size: 12px;
	margin-right: .5em;
	min-width: 5em;
	text-align: right;
	white-space: nowrap;
	width: 40%;
}

fieldset#comments label {
	text-align: left;
}

fieldset legend {
	color: #29373E;
	font-size: 12px;
}

fieldset textarea {
	height: 100px;
	width: 430px;
}

#colRight fieldset p {
	color: #E7F6FF;
	font-size: 11px;
	margin: 0 0 5px 0;
	text-indent: 0;
}


/* FOOTER */
/* -------------------------------------- */

#camft {
	float: left;
	margin: 0 0 0 -102px;
	width: 102px;
}

#copyright {
	color: #555;
	float: left;
	font-size: 10px;
	line-height: 11px;
	margin: 80px 0 0 10px;
	padding: 0 95px 0 0;
	width: 648px;
}

#footer {
	background: url(../images/dropshadow.gif) repeat-y;
	width: 768px;
}

#footerShadow {
	background: url(../images/bottom_shadow.gif) no-repeat;
	clear: both;
}