/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/


* {
	margin: 0px;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: arial, sans-serif;
	color: #808080;
	background-color: none;
}

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

/* LINKS */
a:link { 
	text-decoration: none;
	color: #808080;
	font-weight: none;
	background: none;
}

a:active { 
	text-decoration: none;
	color: #3bd6b4;
	font-weight: none;
}

a:visited { 
	color: #808080;
	text-decoration: none;
	background: none;
}

a:hover { 
	text-decoration: none;
	color: #3bd6b4;
	background: none;
	font-weight: none;
}

a img { 
	border: none; 
}

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; } 


/* MENU */
#menu {
	width: 145px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
	top: 0;
	left: 30px;
	position: absolute;
	height: 100%;
	background-color: #ffffff;
	float: left;
	padding-top: 0px; /* change to match the padding-top in #content if you want them to align */
	padding-bottom: 0px; /* padding-left & right can be changed in #menu ul - below */
	background-color: #ffffff;
	margin-top: 0px;
	font-size: 10px;
	line-height: 14pt;
    overflow: visible; /* this shows no scrollbar for the menu, overflow is now handled with window scrollbar */
}
	
/* This section controls each section made */ 
#menu ul {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px; /* sets the space between each section */
	margin-left: 0px;
	/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#menu ul li {
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu .container { padding: 30px 0px 0 20px; }

/* The following sets the style for the section heading */
#menu ul li.section-title { cursor: pointer; }
#menu ul li.section-title {
	border-bottom: 1pt dotted #cecece;
	font-family: arial, sans-serif;
	font-weight: none;
	filter:alpha(opacity=100);
       -moz-opacity:1;
       opacity:1;
	font-style: none;
	font-size: 10px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #595959;
}

#menu ul li.section-title:hover {
 	text-decoration: none;
	color: #3bd6b4;
}
	
#menu ul li.section-title:active {
 	text-decoration: none;
 	font-weight: none;
	color: #5ac5c5;
}

#menu li.active a {
	font-weight: none;
	color: #3bd6b4;
	text-decoration: none;
}
	

/* CONTENT AREA */
#content {
	font-size: 10px;
	color: #808080;
	width: 800px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
    top: 0; /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
	padding-top: 106px;  /* change to match the padding-top in #menu if you want them to align */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.container {
	margin-bottom: 0px;
	padding: 10px 5px 25px 70px;
}

#content p { /* sets the properties for all paragraphs in the content area */
   	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px; /* sets the space between paragraphs */
	margin-left: 0px; 	
    line-height: 14px; /* use this the change the leading (space between lines) */
}
#content div { 
}

p { /* sets the properties for all paragraphs  */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	width: 450px;
}


/* IMAGES */
#img-container	{ 
	margin: 0 0 20px 0; 
	padding: 0; 
}

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

.nothumb img {
	margin-top: 0px;  
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#once { clear: left; }


/* SLIDE SHOW */
p.nav a {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 10px;
	text-decoration: none;
	color: #3bd6b4;
}

p.nav a:hover {
	font-weight: none;
	text-decoration: underline;
}

p.nav span#num {
	letter-spacing: 2px;
	padding: 0 8px;
}

/* FORM */
.input {
	background-color: #efefef;
	font: 11px/14px arial, sans-serif;
	color: #808080;
	border: 1px solid #808080;
	width: 150px;
	padding: 2px;
}

.submit {
	background-color: #d0d0d0;
	font: 11px/14px arial, sans-serif;
	margin-top: 5px;
	padding: 2px 4px;
	border: 1px solid #808080;
	cursor: pointer;
}