/* General */


.invisible{
	display: none;
}

h1{
	font: 140%, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


h2{
	font: 110%, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



ul{
	list-style-type: square;	
}

html, body {
	height: 100%;
	background: white;
	
}


body {
	text-align: left;
	margin: 0px 0px 0px 0px;
}


a:link, a:visited {
	color: #12334A;
	text-decoration: none;
}
a:hover, a:active {
	color: #12334A;
	text-decoration: none;
}

img {
	display: inline;
	border: 0px;
}
.clear {
	clear: both;
}


div#head {
	background-image:  url("../images/head/xantavia200.png");
	
	width:200px;
	height:56px;
	float:right;
}





/**** MENU *****/


div#menu{
	display:none;
}






/*** Page and Content ***/




div#content {
	position: relative;
	float:left;
	padding-top:20pt;

/* 	text-align: left; */
/* 	height: 100%; */
/* 	width: 800px; */
/*  	margin: 0px auto; */
/* 	background: #EEF0F1; */
	
}


/* Boxes for content area */

div.box1 {
	width:265px;
	float:left;
}

div.box2 {
	width:532px;
	float:left;
}

div.box3 {
	width:800px;
	float:left;
}


div.box1text {
	width:234px;
	float:left;
	padding: 15px;
	margin: 5px;
	font: 90% Arial, Helvetica, sans-serif;
}

div.box2text {
	width:498px;
	float:left;
	padding: 15px;
	margin: 5px;
	font: 90% Arial, Helvetica, sans-serif;
}

div.box3text {
	width:770px;
	float:left;
	padding: 15px;
	margin: 5px;
	font: 90% Arial, Helvetica, sans-serif;
}



div.box2text h1{
	margin-top: 0px;
}

div.box2text h2{
	margin-top: 0px;
}



div#content .border{
	border: 1px solid grey;
}

div#content .dashed{
	border: 1px dashed grey;
}

div#content .lighted{
	background: white;
}




/* Boxes for content area 4 cols */

div.c4box1 {
	width:200px;
	float:left;
}

div.c4box2 {
	width:400px;
	float:left;
}

div.c4box3 {
	width:600px;
	float:left;
}

div.c4box4 {
	width:800px;
	float:left;
}









/* *** Home *** */

body#home div#content{
	background-image:  url("../images/home/radialwelcome02.png");
	background-repeat: no-repeat;
		height: 470px;
}




/* *** Person Menu *** */

div#personmenu{
	display:none;
}



/* *** Profile *** */

body#person div#title{
	visibility: hidden;
	height:0px;
	font: 0px Arial, Helvetica, sans-serif;
}

.image-left{
	float:left;
	border: none;
	margin-right: 20px;
}

.image-top{
	margin-bottom: 10px;
}


body#person img#picture{
	border: 1px solid  #7f7f7f;
}



/* ** Projects ** */

.list_streched li{
	line-height:  190%;
}




/* ** Person Skills ** */

div#skills h2{
	margin-left: 10px;
	margin-top: 40px;
	border-bottom: 1px solid grey;
	width:260px;
}

.skillstable th{
	line-height: 200%;
	text-indent:20px;
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	width:200px;
}

.skillstable td{
	line-height: 200%;
	padding-left:30px;
}

.skillstable td.detail {
	line-height: 200%;
	padding-left:40px;
	font-size: 75%;
}

.skilllevel_image{
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
}

.skilllevel_image_v0{background-image: url("../images/level/small_v0.gif");}
.skilllevel_image_v1{background-image: url("../images/level/small_v1.gif");}
.skilllevel_image_v2{background-image: url("../images/level/small_v2.gif");}
.skilllevel_image_v3{background-image: url("../images/level/small_v3.gif");}
.skilllevel_image_v4{background-image: url("../images/level/small_v4.gif");}
.skilllevel_image_v5{background-image: url("../images/level/small_v5.gif");}


/* ** contact ** */

div#contact h2{
	margin-left: 10px;
	margin-top: 40px;
	border-bottom: 1px solid grey;
	width:400px;
}


.contacttable th{
	text-indent:20px;
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:  200%;
	width:200px;
	vertical-align: top;
	color: #667C8A;
}

.contacttable td{
	vertical-align: top;
	line-height:  200%;
}


/* ** skill ** */

div#skill h2{
	margin-left: 10px;
	margin-top: 40px;
	border-bottom: 1px solid grey;
	width:260px;
}

.skilltable th{
	line-height: 200%;
	text-indent:20px;
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	width:200px;
	color: #667C8A;
}

.skilltable td{
	line-height: 200%;
	padding-left:30px;
}

.skilltable td.detail {
	line-height: 200%;
	padding-left:40px;
	font-size: 75%;
}



/* ** project ** */

div#project h2{
	margin-left: 10px;
	margin-top: 0px;
	float: left;
}


div#project div#projecthead{
	margin-top: 40px;
	height:1.4em;
	border-bottom: 1px solid grey;
}

div#project div#projectfoot{
	margin-top: 40px;
	height:1.4em;
	border-top: 1px solid grey;
}

div#project .projectnav{
	display: none;
}




.projecttable th{
	text-indent:20px;
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:  200%;
	width:200px;
	vertical-align: top;
	color: #667C8A;
}

.projecttable td{
	padding-left: 100px;
	vertical-align: top;
	line-height:  200%;
}


div#project ul#projectskills{
	margin:0px;
	padding:0px;
}


div#project ul#projectskills li{
	list-style-type: none;	
	display: inline;	
}


ul#lowskills{
	padding-left:20px;
}

ul#lowskills li{
	list-style-type: none;	
	display: inline;
	width:180px;
	float: left;
	font-size: 70%;
}



div#project div#description_long{
	padding: 10px;
	margin: 0px;
	font: 100% Arial, Helvetica, sans-serif;
	line-height:  200%;
	border-top: 1px solid grey;
	text-align: justify;
}


div#project div#description_long img#description_image_1{
	float: left;
	border: 0px;
	margin-right: 20px;
	margin-bottom: 6px;
/* 	width:250px; */
}




/*  private addressblock for printing */

div#personaddressblock{
	
	padding-bottom: 5pt;

	
	margin-bottom: 20pt;
	

	width:100%;

	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}


div#personaddressblock table{
	width:100%;
}


div#personaddressblock th{
	font: 10pt Arial, Helvetica, sans-serif;
	color: grey;
	text-align: left;
	
	//width:50%;
}



div#personaddressblock td{
	font: 10pt Arial, Helvetica, sans-serif;
	//width: 50%;
}



div#w3clogo{
	display: none;
}