body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.3;
	font-size: small;
	text-align: center;
}

#header{
	position: relative;
	background: #0C295B;
	height: 95px;
	color: #fff;
}

#header a,
#navigation li ul a{
	color: #C5CAE8;
}

#wrapper{
	font-size: 90%;
	width: 760px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;	
	padding-bottom: 10px;
	background: url(../images/backgrounds/wrapper.gif) 50% 50% repeat-y;		
}

#content{
	padding: 15px 0px 0px 120px;
	width: 450px;
	background: url(../images/backgrounds/woman-left.jpg) 0 0 no-repeat;			
}

#header h1{
	float: left;
}

#navigation-extra{
	position: absolute;
	left: 270px;
	top: 15px;
}

#navigation{
	margin: 60px 0 0 0;
	padding-right: 15px;
	float: right;
}

#navigation li,
#navigation-extra li{
	float: left;
	position: relative;
	margin-left: 0.5em;
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}

#navigation li ul{
	display: none;
	left: 0;
	top: 1.5em;
	position: absolute;
	padding: 5px;
	background: #C5CAE8;
	color: #1E2D5A;
}

#navigation li ul li{
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	text-transform: none;
	float: none;
	position: relative;
	line-height: 1.5;
	border: none;
	border-bottom: 1px dashed #fff;	
}

#navigation li a{
	float: inherit;	
	margin-right: 0.5em;
	color: #C5CAE8;
}

#navigation li:hover ul,
#navigation li.hover ul{
	display: block;	
}

#navigation li:hover a,
#navigation li.hover a{
	color: #fff;
}
#navigation li.hover ul li a,
#navigation li:hover ul li a{
	color: #1E2D5A;
}

h2,
#name{
	font-size: 180%;
	color: #8C2B33;
	margin: 1em 0 1em 0;
	font-weight: bold;	
}

.home h2 {
    margin: 0;
    }
.home h3{
	font-size: 100%;
	margin-top: 3em;

}

h3{
	color: #003d7e;
	font-weight: bold;	

}

span.datum {
  color: #9b9ba5;
	font-weight: normal;	
}

h3 span.datum {
  color: #000;
	font-style: italic;
	float: right;
	font-weight: normal;	
	font-size: 95%;
}

p{
	margin-bottom: 2em;
}

#content ul.breadcrumb li{
	display: inline;
	color: #C5CAE8;
}
#content ul.breadcrumb li a:link, #content ul.breadcrumb li a:visited {
	color: #C5CAE8;
	text-decoration: none;
}
#content ul.breadcrumb li a:hover{
	color: #C5CAE8;
	text-decoration: underline;
}

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

hr {
  height: 5px;
  border: 0;
  background-color: #e7e7e9;
}

/* ===========================
 * Front page
/* =========================== */

.home #wrapper{
	background: url(../images/backgrounds/blank.jpg) 50% 90px no-repeat;
	position: relative;
}
.home #content{
	width: auto;
	height: 475px;
	background: url(../images/backgrounds/guy-left-light.jpg) 0 0 no-repeat;		
}

.home #name{
	position: absolute;
	bottom: 100px;
	left: 150px;
	line-height: 1.5;
}

.newsletter{
	position: absolute;
	right: 15px;
	width: 150px;
	margin: 0;
	padding: 5px;
	top: 110px;
	background: #fff;
  background-image: url(../images/backgrounds/transparent.png) !important;  /* Mozilla only */
  background-color: transparent !important;           /* Mozilla only */
  background-image: none;                             /* IE only */
  background-color: #ffffff;                          /* IE only */
  filter:alpha(opacity=60);                           /* IE only */
}

.newsletter h3,
.newsletter p{
	margin: 0;
	color: #000;
	position: relative;
}

/* ===========================
 * Registration Form
/* =========================== */
input.error,
p.errors {
  border: 1px solid red;
}

p.errors{
  padding: 5px;
  color: red;
}

input.error {
  border: 1px solid red;
}

span.error {
  font-size: .9em;
  color: red;
}

div.registration-row{
  clear: both;
  margin-bottom: 5px;
}

div.registration-row span.title{
  font-weight: bold;
  color: #003D7E;
  padding-right: 10px;
  display: block;
}

div.registration-row span.value,
div.registration-row ul{
  margin-left: 0.5em;
}


