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

/* General */

* {
	margin: 0;
	padding: 0;

}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	overflow: auto;
	height: 800px;
}

p {
    color: #7f7f7f;   
}

a img { 
	border: none; 
}


.active { 
	font-weight: bold;
}

a:link { 
	border-top-width: 1px; 
	line-height: 18px; 
	border-bottom-width: 1px; 
	border-right-width: 4px; 
	border-left-width: 4px; 
	border-color: #8c8d8d; 
	border-style: solid; 
	background-color: #8c8d8d; 
	text-decoration: none;
	color: white;
}

a:visited { 
	border-top-width: 1px; 
	line-height: 18px; 
	border-bottom-width: 1px; 
	border-right-width: 4px; 
	border-left-width: 4px; 
	border-color: #8c8d8d; 
	border-style: solid; 
	background-color: #8c8d8d; 
	text-decoration: none;
	color: white;
 }
 
a:hover { 
	background-color: #8c8d8d; 
	color: #8c8d8d; 
	text-decoration: none; 
}

a.link2 {
	border:none !important;
}

ul {list-style: none;}
/* Menu */

#menu {
    background-color: #FFFFFF;
	width:100%;
	height: 175px;
    padding-bottom: 0px;
    border-top-width: 1px;
    border-top-color: #8c8d8d;
    border-top-style: dotted;
}

#menu ul { 
	background-color:none;
	display: inline;
	float: left;
	list-style: none;
	margin:  0 0 12px 0;
	width:auto; 
	padding: 0 40px 0px 0; 
}	

#menu li {
	background-color: none;
 	margin:0; 
	padding:0;
 }


#menu ul li.section-title { 
	background-color: none;
	margin-left: -2px; 
	padding-left: 1px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color: none; 
	color: black; 
	text-decoration: none; 
	font-weight: bold; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	font-size: 11px;
}

#footer {
	position: fixed;
	background-color: none;
    font-size: 6pt;
    border-top-width: 1px;
    border-top-style: dotted;
    float: right;
    color: #979797;
    right: 0px;
    bottom: 0px;
}
	
#logo {
	float: left;
	margin-top: 30px;
	height: 39px;
	/*width: 266px;	*/
	margin-left: -10px;
}



/* 3 buttons on the left ( ABOUT, NEWS, CONTACT) */

#sidemenu {
	float: left;
	width: 255px;
	background-color: none;	
}
	
.specialLink {
	background-color: white !important; /* how to let these styles overide the link style without this? */
	font-size: 12px !important;
	font-weight: bold !important;
	font-family: Georgia, "Times New Roman", Times, serif!important;
	padding-top: 3px; 
	padding-right: 8px; 
	padding-left: 8px; 
	padding-bottom: 5px; 
	border-right-width: 1px !important;
	border-left-width: 1px !important;
	border-bottom-width: 1px !important;
	border-top-width: 0px !important;
	border-color: #8c8d8d;
	border-style: dotted !important;

}

a.specialLink:link {
	background-color: none;
	color: black;
	padding-top: 3px; 
	padding-right: 10px; 
	padding-left: 8px; 
	padding-bottom: 5px; 
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-color: #8c8d8d;
	border-style: dotted;
}
	 
	
a.specialLink:visited { 
	color: black; 
}
a.specialLink:hover { 
	color: white; 
	background-color: #8c8d8d !important; 
}



/* Content */

#content {
    width: auto;
    overflow: auto;
 	margin-bottom: 0px;
 	bottom:0px;
}

.container { 
	background-color: none;
	margin-left: 50px;
	height:auto; 
}

.container p {
	background-color: white;
	width: 180px;
	padding: 5px;
	float: left;
}


/* Slideshow */

#img-container	{ 
	margin-left: 250px; 
	margin-bottom: 0px;
	height: 500px;
	margin-top: 50px;
}

#img-container p	{ 
	margin-left: 0px; 
	margin-bottom: 0px;  
	color: #6ed62e;
	font-size: 9px;
}

.img-bot { margin-left: 5px;
	
}
	
#s1 { margin-left: 0px;
	 

}
.pics{ color: #6ed62e;
	}
	
.nav { 
margin-top: 470px;
margin-left: 0px;

	} 

#next {  
	height: 22px; 
	width: 11px; }

#prev {  
	height: 22px; 
	width: 11px; }

#num {
	color: #6ed62e;
}
