/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: 'Helvetica', Arial, sans-serif;
	color: #333333;
	letter-spacing:0.2;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}
.right{float:right}
.left{float:left}
.clear{clear:both;}

*{
	list-style:none;
	margin:0px;
	padding:0px;
}


#container{
	width:1009px;
	margin:0 auto;
	border:45px solid #FFFFFF

}


/************* HEADER STUFF ************/

#header{
	width:100%;
	height:77px;
	border-bottom:1px solid #0090B2;
	margin:10px 0 15px 0;
	padding:0 0 0 0;
}

#header img{margin:0}

/************* CONTENT ************/



#content {
	width:1009px;
	background: url(../images/content-bg.gif) left repeat-y;
	margin-bottom:15px;

}

#content h2{ font-size:17px;  margin:0}

#content h3{ font-weight:bold; color:#7EA837;}

#content p, #content ul, #content ol {
	line-height:23px

}

#content .rightbar {
	width:789px;
	float:right;
	
}


#content .leftbar {
	float:left;
	width:160px;
	color: #99CCFF;
	margin:54px 0 0 23px;

}

#content .leftbar h2{ font-size:17px; color:#FFFFFF;  margin:0}
#content .leftbar ul { margin:23px 0 0 0; padding:0; list-style:none; }
#content .leftbar li { margin:0 0 0 10px; padding:0;}

#content .leftbar a {
	margin-top:23px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight:400;
	line-height:35px;

}

#content .leftbar a:hover {color: #000;}



/************* Mid Content ************/

#menu {text-align:left;height:35px;	padding:0;	margin-bottom:22px;}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;

}

#menu li {
     display:inline;

}

#menu a {
	display:block;
	float:left;
	padding:0px 33px;
	text-decoration: none;
	font-size: 14px;
	color: #0090B2;
	line-height:35px;

}

#menu a:hover {color: #fff;background:#0090B2}
#menu .active {color: #fff;background:#0090B2}

#mid-content{}
#mid-content .left{
	width:624px;
	float:left;
	
}

#mid-content-cv .left{
	width:624px;
	float:left;
	
}

#mid-content .left h1{ 
	margin:10px 0 0 10px; 
	padding:10px; 
	display:block; 
	width:90%; 
	font-size:19px; 
	color:#0090B2; 
	border-bottom:1px solid #0090B2
}

#mid-content-cv .left h1{ 
	margin:10px 0 0 10px; 
	padding:10px; 
	display:block; 
	width:90%; 
	font-size:19px; 
	color:#0090B2; 
	border-bottom:1px solid #0090B2
}

#mid-content .left h3{ 
	margin:10px 0 0 10px; 
	padding:10px; 
	display:block; 
	width:90%; 
	font-size:15px; 
	color:#000; 
	border-bottom:1px dotted #CCCCCC
}

#mid-content-cv .left h3{ 
	margin:10px 0 0 10px; 
	padding:10px; 
	display:block; 
	width:90%; 
	font-size:15px; 
	color:#000; 
	border-bottom:1px dotted #CCCCCC
}

.text-weight{font-weight:400}

#mid-content .left p{margin:20px 30px 0 30px; padding:0; line-height:18px; font-size:12px }/**/

#mid-content .right{
	width:155px;
	float:right;

}

#mid-content-cv .left p{margin:0px; padding:0; line-height:18px; font-size:12px }  

#mid-content-cv .right{
	width:155px;
	float:right;

}


/************* FOOTER ************/

#footer{
	width:100%;
	padding:0;
	clear:both;
	font-size: 13px;
	border-top:1px solid #0090B2;
	line-height:35px;
	color:#626262;
	
}
#footer .left{ width:218px; float:left; color:#B1B3B4; }
#footer .left a{
	font-weight:normal;	
	text-decoration: underline;
	color:#B1B3B4;
	font-size: 13px;
}
#footer .left a:hover{text-decoration:none;}


#footer .right{ float:right; text-align:right;  }
#footer .right li { margin:0; padding:0; display:inline}
#footer .right a{
	font-weight:normal;	
	padding:0px 14px;
	text-decoration: none;
	display:block;
	float:left;
	color:#626262;
	font-size: 13px;
	
}
#footer .right a:hover{color: #000;}


.cv{
  	width:567px; 
	margin:0;
	float:left;
	margin:30px 0px 0 30px;
}
.cv ul {
	margin:0px 0px 50px 0px;
	padding:0;
	list-style: none;
	width:600px;
	float:left

}

.cv li {
	margin:0 0 10px 0;
	padding:0;
	float:left;
	text-align:justify;

}
.cv ul li p { padding:0; margin:0px;  line-height:0px; letter-spacing:0px; font-size:14px}
.label{float:left; width:200px; margin:0px;   }
.content{float:right; text-align:left; width:380px; margin:0px; }



