@charset "iso-8859-1";

/* ----------------------------------------------------- presets */

body, h1, h2, h3, h4, h5, p, a { 
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #1f1f1f;
	background-color: inherit;
}

h1, h2, h3, h4, h5 { 
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 0.25em;
}

body { 
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}

p { 
	margin: 0px 0px 15px 0px;
}

img { 
	margin: 0px;
	border: 0px;
}

/* ----------------------------------------------------- page */

div.page { 
	margin-left: 20px;
	padding: 0px 0px 40px 0px;
}

/* ----------------------------------------------------- header */

div.header { 
	height: 100px;
	width: auto;
}

div.header h1 { 
	margin: 0px;
	color: #FFFFFF;
	font-size: 3em;
	padding: 20px 20px 20px 20px;
}

/* ----------------------------------------------------- margin */

div.margin { 
	position: absolute;
	left: 20px;
	top: 100px;
	width: 206px;
	padding: 60px 14px 14px 14px;
}

/* ----------------------------------------------------- contentpane */

div.contentpane { 
	margin-left: 230px;
	margin-top: 0px;
	padding: 54px 80px 0px 10px;
	min-width: 300px;
	border-left: 1px solid #999999;
	min-height: 500px;
}

div.contentpane div.content { 
	margin: 4px 0px 0px 4px;
}

div.contentpane div.content h1 { 
	font-size: 1.2em;
	font-weight: bold;
}

div.contentpane div.content h1.page-title { 
	color: #002D4D;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0em;
}

div.contentpane div.content h2 { 
	font-size: 1.0em;
	font-weight: bold;
}

div.contentpane div.content h3 { 
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	margin-top: 1em;
}

div.contentpane div.content a { 
	color: #002D4D;
	text-decoration: underline;
}

div.contentpane div.content a:hover { 
	color: #698CAE;
}

div.contentpane div.content h1 a, div.contentpane div.content h2 a, div.contentpane div.content h3 a { 
	text-decoration: none;
}

div.contentpane div.content ul, div.contentpane div.content ol { 
	padding-left: 1.5em;
	margin-left: 0px;
}

div.contentpane div.content li { 
	list-style-position: outside;
}

div.contentpane div.content ul li { 
	list-style-type: square;
}

div.contentpane img { 
	display: block;
}

div.contentpane div.content img.floatleft { 
	float: left;
	clear: left;
	margin: 4px 4px 4px 0px;
}

div.contentpane div.content img.floatright { 
	float: right;
	clear: right;
	margin: 4px 0px 4px 4px;
}

div.contentpane div.content table.cv td { 
	vertical-align: top;
}

div.contentpane div.content table.cv td.leftcol { 
	width: 200px;
}

/* ----------------------------------------------------- box */

div.box, div.infobox {
    margin-bottom: 20px;
}

div.box div.content { 
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
}

div.box h1 { 
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	border-bottom: solid 1px #999999;
	color: #002D4D;
	text-align: right;
}

.infobox {
  display:block
}

.infobox * 
{
    display: block;
    height: 1px;
    overflow: hidden;
    font-size: .01em;
    background: #CCD5DB
}

.infobox1 {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    background: #d8dfe4;
}

.infobox2 {
    margin-left: 1px;
    margin-right: 1px;
    padding-right: 1px;
    padding-left: 1px;
    border-left: 1px solid #f9fafb;
    border-right: 1px solid #f9fafb;
    background: #d5dce1;
}
  
.infobox3 {
    margin-left: 1px;
    margin-right: 1px;
    border-left: 1px solid #d5dce1;
    border-right: 1px solid #d5dce1;
}

.infobox4 {
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
 }
 
.infobox5 {
    border-left: 1px solid #d8dfe4;
    border-right: 1px solid #d8dfe4;
}

div.infoboxfg {
    background: #CCD5DB; 
    padding: 4px 4px 4px 4px;
}

div.infoboxfg p {
    margin: 0px;
}

/* ----------------------------------------------------- menu */

ul.menu, ul.menu ul { 
	margin: 0px;
	padding: 0px;
}

ul.menu ul { 
	margin: 0px 0px 0px 15px;
}

ul.menu li { 
	list-style-type: none;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

ul.menu a { 
	font-size: inherit;
	font-weight: normal;
	color: #1f1f1f;
	background-color: inherit;
	text-decoration: none;
}

ul.menu a:hover { 
	color: #1f1f1f;
	background-color: inherit;
	text-decoration: underline;
}

/* ----------------------------------------------------- breadcrumbs */

div.breadcrumbs { 
	position: absolute;
	left: 260px;
	top: 102px;
	width: auto;
	padding: 0px 0px 0px 4px;
	overflow: hidden;
	white-space: nowrap;
	color: #666666;
}

div.breadcrumbs a { 
	color: #666666;
	text-decoration: underline;
}

div.breadcrumbs span { 
	background-image: url(../images/bc.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 0px 10px 0px 10px;
}

/* ----------------------------------------------------- quotation */

blockquote { 
	display: block;
	padding: 0 60px;
	width: 350px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 80px;
}

div.openquote, div.closequote {
	color: #69C;
	display: block;
	font-size: 700%;
	width: 50px;
}

div.openquote {
	height: 0;
	margin-left: -0.55em;
	margin-top: -20px;
}

div.closequote {
	height: 50px;
	margin-top: -100px;
	margin-left: 360px;
}

blockquote p {
    margin-top: 20px;
}

blockquote p.author { 
	margin-top: 20px;
	text-align: right;	
}

