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

body {
	margin-top: 15px;
	border-style: none;
	background-color: white;
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #666;
	font: 11px Arial, "Helvetica Neue", Helvetica, sans-serif;
	height: 5px;
	padding-top: 0;
	white-space: normal;
	vertical-align: 5px;
	margin-left: 10px;
}

body.section-1 {
	margin-top: 25px;
}
body.section-2 { }
body.section-3 {
}

a:link { text-decoration: none; color: #666;
}

a:active { text-decoration: none; color: #1f98ca;
	border-style: hidden;
}

a:visited { text-decoration: none; color: #666;
	border-style: hidden;
}

a:hover { color: #1f98ca;
	border-style: none;
	border-color: #28cbfd;
	background-image: none;
}

a img {
	border-style: none;
}

#menu {
    width: 190px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 0px;
    position: fixed;
    height: 100%;
	font: 11px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #666;
    margin-left: 0;
    margin-top: 0px;
	border-color: #ccc;
	border-right: thin solid #ccc;
	background-color: white;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 40px;
}

#menu ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 2px 0 2px 0;
	color: #666;
}

#menu ul li.section-title {
	color: #666;
	font: bold 11px Arial, sans-serif;
	background: transparent no-repeat fixed left top;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 0;
}

#content {
    height: 100px;
    top: 0;
	text-align: justify;
	border-style: none;
	width: 450px;
	margin: 55px 0 0 280px;
	padding-left: 0px;
}

.container { padding: 0px 0px;
	background-color: transparent;
}

#content p { margin-bottom: 5px; margin-left: 0; padding-left:0px;
	background-color: transparent;
}

p { margin: 0 0 9px 0;
	background-image: none;
	padding-bottom: 5px;
}

h1 {
	color: #999;
	padding-top: 5px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom-width: thin;
	text-align: left;
	border-style: none;
}
h2 {
	color: #1f98ca;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: left;
}
h3 { font-size: 13px;
	color: #999;
	display: table;
	top: 5px;
	padding-top: 5px;
}
h4 {
	color: #999;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img { padding: 0; margin: 0;border-style: none;border-width: 0; }

#img-container	{ border: medium none; }

#img-container p { width: 450px; margin: 0; padding: 0 0 9px 0; border-style: none;
}

#once { clear: left; }

#img-container span.backgrounded a { background: transparent; border: none; } 

#img-container a.thickbox { background: transparent;
} 

#img-container a.thumb-img { background: transparent;
	width: 120px;
	height: 120px;
	border-style: none;
} 

#img-container #d-col1 a 

{
	padding-left: 0px;
	border-style: none;
	background-color: transparent;
} 

#d-col2 { padding-left: 0;

}	

