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

body {
	font-size: 12.5px;
	font-family: Georgia, serif;
	background: #141414;
}

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

a:link { text-decoration: none; color: #ffff00; }
a:visited { text-decoration: none; color: #ffff00; }
a:hover { text-decoration: none; color: #fff; }
a:active { text-decoration: none; }

a.linkin:link { text-decoration: none; color: #999; }
a.linkin:visited { text-decoration: none; color: #999; }
a.linkin:hover { text-decoration: none; color: #fff; }
a.linkin:active { text-decoration: none; }


a img { border: none; }

#menu {
	font-size: 13.5px;
/** logo panel width **/
	width: 325px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 120%;
    background: #141414;
}

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

#menu ul li.section-title {
	width: 175px;
	font-weight: bold; color: #fff;
 	line-height: 9pt;
	padding-top: 5px;
	border-top-color: #666666;
	border-top-style: dashed;	
	border-top-width: 1px;
}
	
#content {
    height: 100%;
/** left margin before content text **/
    margin: 0 0 0 315px;
    top: 0;
}

.container {
    padding: 20px 10px 25px 20px;
}

#content p { 
/** overall dashed border in content area

	border-top-color: #666666;
	border-top-style: dashed;
	border-top-width: 1px; **/
	
	padding-left: 0px;
	width: 215px; 
/** leading of text in main area **/
	line-height: 14.5 px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px; }

/** padding under logo **/
p {
    margin: 0 0 9px 0;
}

/** paragraph style plain with paragraph spacing above **/
p.plain {
	color: #666666;
	padding-top: 9px;
	padding-bottom: 0px;
}

/** paragraph style white text with paragraph spacing above **/
p.white {
	color: #ffffff;
	padding-top: 9px;
	padding-bottom: 0px;
}

	/** paragraph style with dashed line above **/
p.over {
	color: #666666;
	padding-top: 7px;
	border-top-color: #666666;
	border-top-style: dashed;
	border-top-width: 1px; }
	
/** paragraph style with white text dashed line below and big space above **/
p.under {
	color: #fff;
	padding-bottom: 7px;
	margin-top: 270px;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px; }
	
/** paragraph style tiny text **/
p.tiny {
	color: #666666;
	padding-top: 9px;
	padding-bottom: 0px;
	font-size: 70%;
}

p.caution {font-family: Verdana; font-size: 12pt; color: red; }

h1 {font-family: Georgia, serif; font-weight: normal; font-size: 12.5px; color: #666666; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; } 12px 0; }

#once { clear: left; }