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

body {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333300;
	line-height: 27px;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

#d-col1 {
	width: 253px !important;
}

#d-col2 {
	margin-left: 253px !important;
}


a:link a:link {
	background: #FF9933;
}

a:link {
	color: #FF9933;
}

a:active {
	color: #FF9933;
}
a:visited {
	color: #FF9933;
}
a:hover {
	color: #FFCC00;
}
a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size: 18px;
}

#menu a {
	color: #330099;
	text-decoration: none;
}

#menu a:hover {
	color: #993399;
	text-decoration: none;
}

#menu li.active a {
	color: #993399;
	text-decoration: none;
}

#menu ul {
	border-top: #CCFF00 dashed 2px;
	list-style: none;
	margin: 25px 0 0 19px;
}

#menu ul li {
	padding: 5px 0 5px 0px;
	border-bottom: #CCFF00 dashed 2px;
}

#menu ul li.section-title { }

#menu .csm-copyright {
	font-size: 10px;
	margin: 50px 0 25px 25px;
}


#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
    width: 485px !important;
}

p.text {
	display: none;
}

h1 {
	font-size: 48px;
	font-family: Times Roman, serif;
	color: #330099;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.dashline {
	font-size: 10px;
	font-family: Times Roman, serif;
	color: #CCFF00;
}

.hidden {
	display: none;
}

#content ol {
	margin: 20px 0 0 30px;
}

#content ol li {
	padding: 5px 0;
}

#cs-gallery .row {
	float: left;
	margin-bottom: 25px;
}

#cs-gallery .row img {
	float: left;
	margin-right: 25px;
}

#cs-gallery .row img.nomargin {
	margin-right: 0;
}