/******************************************************************************/
/*  COMMON                                                                    */
/******************************************************************************/
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}

body
{
    width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -0.03em;
	line-height: 20px;
	background: transparent url(../images/bg.png) repeat;
	color: #5a5a5a;
	overflow-x: hidden;
}
.doc-loader
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.doc-loader td
{
    vertical-align: middle;
    text-align: center;
	background-color: #e6e6e6;
}
a,
a:visited, 
a:hover, 
a:active
{
	font-family: 'Oswald', Impact, Arial, sans-serif;
	font-size: 17px;
	color: #fff;
    text-decoration: none;
    border: none;
    outline: none;
}
.clear
{
    clear: both;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
}
.clear0
{
    clear: both;
	margin-bottom: 10px;
}
h1, h2
{
	font-family: 'Oswald', Impact, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #165985;
}
h1
{
	font-size: 55px;
	line-height: 55px;
}
h2
{
	display: inline-block;
/*	margin-left: 10px;*/
	font-size: 45px;
	vertical-align: middle;
	/*cursor: pointer; */
}
h2:hover
{
	color: #cf455c;
}
h3
{
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	color: #165985;
	line-height: 23px;
	
}
h4
{
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #3e3e3e;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -0.03em;
	line-height: 25px;
	color: #5a5a5a;	
	margin-bottom: 25px;
}
.body_wrapper
{
    width: 100%;
	padding-top: 60px;	
	overflow-x: hidden;
}
.wrapper
{
	z-index: -20; 
}
.wrapper-content
{
	position: relative;
	top: -30px;
    width: 980px;
	margin: 0 auto;
	height: 1356px; 
	background: transparent url(../images/paper_bg.png) no-repeat;
}
.name
{
	position: absolute;
	left: 30px;
	top: -255px;
}
.nav-active {
color: #CF455C;
}
.accordian
{
	width: 810px;
	margin: 0 auto;
}
.summary-details
{
	width: 840px;
	margin: 0 auto;
}

.column-275
{
	float: left;
	width: 285px;
}

.column-435
{
	float: left;
	width: 478px;
}
.m-right-40
{
	margin-right: 40px;
}
.m-right-90
{
	margin-right: 70px;
}
.m-top-35
{
	margin-top: 35px;
}
.m-top-95
{
	margin-top: 95px;
}
.m-bottom-0
{
	margin-bottom: 0px;
}
.m-bottom-25
{
	margin-bottom: 25px;
}
.m-bottom-35
{
	margin-bottom: 35px;
}
.m-bottom-50
{
	margin-bottom: 20px;
}

/******************************************************************************/
/*  FONT FORMATING                                                            */
/******************************************************************************/
.summary
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 25px;
	letter-spacing: -0.03em;
	color: #165985;
}

.span-common
{
	font-weight: bold;
	color: #3e3e3e;
}
span.cv
{
	display: block;	
}
span.personal
{
	font-weight: bold;
	color: #cf455c;	
}
span.role 
{
	display: block;
	font-size: 18px;
	text-transform: capitalize;
	color: #165985;
	font-weight: bold;
}
span.org 
{
	display: block;
	font-size: 14px;
	font-weight: bold;
}
span.period
{
	text-transform: capitalize;
	color: #165985;
}

/******************************************************************************/
/*  ACCORDION                                                                 */
/******************************************************************************/
.accordion
{
	width: 840px;
	margin: 0 auto;
}
.container
{	
	top: 100px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;	
}

.split1 {
float: left;
width: 400px;
margin-right: 40px;
}
.split0 {
float: left;
width: 370px;
margin-right: 7px;
}
.split01 {
float: right;
width: 463px;
}
.split2 {
float: right;
width: 400px;
}




