 
/*======================================================================================
1. GLOBAL RESET
/*======================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {-webkit-font-smoothing: antialiased;}
html[Attributes Style] {
-webkit-locale: en;
}


body {
	background: #6f8288;
	line-height:1;
	color:#6a6a6a;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:13px; 
	font-weight:normal;
}

body {
display: block;
margin: 8px;
margin-top: 8px;
margin-right: 8px;
margin-bottom: 8px;
margin-left: 8px;
}

ul {list-style:none;}

a img {border:none;}

.clear {clear:both;}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

/*======================================================================================
2. GLOBAL TYPOGRAPHY
/*======================================================================================*/
h1 {font-size:45px;}
h2 {font-size:36px;}

p, li, li a {
	line-height:1.4em;
	
}

h1, h2{
	text-rendering: optimizeLegibility;
	font-family:'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
}

h2 {
	float:left;
	line-height:40px;
	border-bottom:2px solid #000;
	margin:0 0 0 0;
	color:#000;
}

a {
	color:#000; 
	text-decoration: underline;
}

a:hover {
	color:#000000;
}

a:hover, a:active {
	outline: none;
}


::-moz-selection {
	background: #000000; 
	color:#fff; 
	text-shadow: none;
}

::selection {
	background:#000000; 
	color:#fff; 
	text-shadow: none;
} 


/*======================================================================================
3. CORE STRUCTURE
/*======================================================================================*/

/*-------------------------------------------------------------------
3.1 Main navigation
---------------------------------------------------------------------*/
#main-nav-bg {
	background:#6f8288  no-repeat;
	width:1040px;
	height:70px;
	position:absolute;
	left:-100px;
	margin:10px 0 0 0;
	padding-top: 5px;
	padding-bottom: 7px;
}

#main-nav {
	float: right;
	font-size:22px;
	font-family:'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
	margin:10px 80px 0 0;
}

#main-nav li {
	float: left;
	padding:0 0 0 10px;
}

#main-nav li a {
	display: block;
	text-transform: uppercase;
	text-decoration:none;
	color: #fff;
	padding:0 10px 0 10px;
}

#main-nav li a:hover, #main-nav li.current a {
	color: #545454;
}

/*-------------------------------------------------------------------
3.2 Main content
---------------------------------------------------------------------*/
#page-shadow {
	width:1012px;
	background: #6f8288 repeat-y;
	margin:0 auto;
}

#page {
	width:1000px; 
	margin:0 auto;
	padding:0;
	background:#fff;
}

.content-innertube {
	padding:60px 80px 0 80px;
}

#content-left { 
	float:left;
	width:390px; 
	margin:0 30px 0 0;
}

#content-right { 
	float:left;
	width:390px; 
	margin:0 0 0 30px;
}

#header {
	margin:0 0 116px 0;
	position:relative;
}

#text {
	height:59px;
}


/*-------------------------------------------------------------------
3.3 Footer
---------------------------------------------------------------------*/
#footer {
	background:#000000;
	width:1000px;
	margin:40px 0 0 0;
	height: 50px;
	font-size:16px;
}

#footer p{
text-align:center;
padding-top: 10px;
}



/*======================================================================================
4. RESUME PAGE
/*======================================================================================*/
#personal-details li {
	margin:0 0 20px 0;
}

#personal-details li span {
	width:150px;
	float:left;
	font-weight:bold;
}

#personal-details li.last {
	margin-bottom:0;
}

#address-lines {
	float:left;
}

#address-lines li {
	display:block;
	margin:0;
	padding:0;
}


.item {
	margin:0 0 30px 0;
	position: relative;
}


p.margin {
	margin:0 0 10px 0;
}

.date {
	position: absolute;
	top: 6px;
	right: 0;
	font-size:14px;
}

li{

display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;

}

