/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	background: #fff;

	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {	
	text-decoration: underline;
	cursor:pointer;
	}
	a:link {color: #666;}
	a:visited {color: #666;}
	a:hover {color:#999;}
	
	
a img { border: none; }

#subNav li { margin-bottom:2px; }
#subNav li a { color:#FFF; background-color:#a1a1a1; padding:2px 12px; text-decoration: none;}
#subNav li a:hover { color:#FFF; background-color:#009ed8; padding:2px 18px; }

ul a {text-decoration: none;}


#menu {
	background-color: #ffffff;
    bottom: 15px;
	left: 0px;
    top: 30px;
	line-height:18px;
    overflow: auto;
    position: fixed;
	text-align:right;
    width: 200px;
	text-transform:uppercase;
}

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



#menu ul li.section-title {
text-transform:uppercase;
padding-top: 11px;

font-size: 14px;

 }

#content {
	height: 100%;
	padding-top: 40px;
	padding-left: 240px;
	margin: 0;
	float: left;
	width: 100%;
}


.main-title {
text-transform:lowercase;
padding-top: 11px;
font-size: 17px;
}

.main-title a {text-decoration: none;}



.container {
	padding: 5px 5px 25px 5px;
}

#content p { 
	width: 300px; 
	margin-bottom: 9px; 
}

p {
    margin: 0 0 9px 0;
}

h1 {font-size: 10px;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }


.linkedin	{
	width:25px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
    float:right;
	}
	
	
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 300px; margin: 0; padding: 0 0 12px 0; } /*width of copy block */
#img-container #text { float: left; width: 300px; }
#img-container #text p { width: 250px; }
#img-container .picture_holder { float: left; width: 400px; } /* width of copy block holder */
#img-container .picture { /* padding-top: 10px; */ }
#img-container .captioning .title { margin-top: 12px; font-weight: bold; }
#img-container .captioning .caption { }
#img-container .introtext { background-color:#FFF; width: 400px; height: 492px; padding: 58px 0px 0px 20px;; font-size: 12px; line-height: 1.5em; color: #333; }



#once { clear: left; }


