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

body {
	font-size: 10px;
	line-height: 15px;
	font-family: arial, Verdana, sans-serif;
	background: #fff;
	color: #666;
}

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

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

a img { border: none; }

#menu {
    width: 250px;
    overflow: none;
    top: 0;
    bottom: 0;
	left: 0;
	margin: 0;
    position: fixed;
    height: 100%;

}


#menu p { padding: 2px; margin: 2px; }
#menu ul li { padding: 2px; margin: 2px; }

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

#menu ul li.section-title { border-bottom: 1px dotted #666; cursor: pointer; }

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

.container {
    padding: 15px 2px 10px 38px;
}

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }


.redheart {color:#ff0000; font-size:10px; font-family:'arial unicode MS', arial, geneva, sans-serif; }




.h1 { 
	font-size: 32px; 
	line-height: 34px;
	font-weight: normal; 
	color:  #666;
	background-color: #fff; 
	padding-left: 0px; 
	padding-right: 10px;
	padding-top: 19px;
	padding-bottom: 8px;
	margin-bottom: 4px;
	margin-top: 0px;
	width: 600px;
}


.h2 { 
	font-size: 34px; 
	line-height: 40px; 
	font-weight: normal; 
	color: #666; 
	font-family: arial, helvetica, sans serif; 
	padding-bottom: 12px;
	width: 600px;
}



.h3 { 
	font-size: 10px; 
	line-height: 15px;
	font-weight: normal; 
	color:  #666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-bottom: 10px; 
	width: 620px;
}

.h4 { 
	font-size: 10px; 
	line-height: 15px;
	font-weight: normal; 
	color:  #666;
	background-color: #ffffff;
	margin-top: 14px;
	margin-bottom: 15px;
	padding-top: 0px; 
	padding-bottom: 8px; 
	padding-left: 0px; 
	padding-right: 0px; 
	border: 1px #666 dotted;
}



.subnav { 
	font-size: 10px; 
	font-weight: normal; 
	color:  #000;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}

.subnav a:link { text-decoration: none; color: #000; padding-right: 8px; padding-top: 8px; padding-bottom: 8px; padding-left: 8px; margin: 0px; border: 1px dotted #666; }
.subnav a:active { text-decoration: none; color: #000; padding-right: 8px; padding-top: 8px; padding-bottom: 8px; padding-left: 8px; margin: 0px; border: 1px dotted #666; }
.subnav a:visited { text-decoration: none; color: #000; padding-right: 8px; padding-top: 8px; padding-bottom: 8px; padding-left: 8px; margin: 0px; border: 1px dotted #666; }
.subnav a:hover { text-decoration: none; color: #000; background-color: #ffff00; padding-right: 8px; padding-top: 8px; padding-bottom: 8px; padding-left: 8px; margin: 0px; }

.h3 a:link { text-decoration: none; font-weight: bold; color: #000000; }
.h3 a:active { text-decoration: font-weight: bold; none; color: #000000; }
.h3 a:visited { text-decoration: font-weight: bold; none; color: #000000; }
.h3 a:hover { text-decoration: font-weight: bold; none; color: #000000;}


.h4 a:link { text-decoration: font-weight: bold; none; color: #000000; }
.h4 a:active { text-decoration: font-weight: bold; none; color: #000000; }
.h4 a:visited { text-decoration: font-weight: bold; none; color: #000000; }
.h4 a:hover { text-decoration: font-weight: bold; none; color: #000000;}