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

body {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	background: #fff;
}

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

/**

Menu Links

*/	
	#menu a:link {
	color: #ffffff;
	text-decoration: none;
	
}
	
	#menu a:active { 
	color: #000000;
	text-decoration: none;

}
	#menu a:visited {
	color: #000000;
	text-decoration: none;
}
	#menu a:hover { 
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}

/**

All Other Links

*/	
a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; color: #FFFFFF; background-color: #00a2bb; } 

a img { border: none; background-color: none; }

#menu {
	-moz-border-radius-topright: 50px;
	-webkit-border-top-right-radius: 50px;
	background-color: #00a2bb;
	float: left;
	left: 40px;
	overflow: visible;
	position: absolute;
    top: 40px;
	width: 200px;
	font-size: 10px;
	z-index:100;
}

#menu .container { padding: 0px 5px 25px 0px; }

#menu .container li.active a {
	font-weight: bolder;
} 

#menu ul {
	list-style: none;
	margin: 0 20px 8px 25px;
	margin-bottom: 6px;
}

#menu ul li.section-title { 
	text-decoration: none; 
	color: #000000; 
	font-weight: bolder; 
	font-size: 11px; 
	margin-bottom:0px; 
	border-top: 1px dotted #000;
	padding-top: 3px; 
	padding-bottom: 3px; 
	margin-top: 2px;
}

#content {
	width: 1000px;
}

#content .container { padding: 0px 0px 0px 300px; }

.header {
		bottom: 0px;
		height: 118px;
		overflow: visible;
		padding-bottom: 0px;
		position: relative;
		width: 200px;
		}

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

p {
    margin: 0 0 9px 0;
}

/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #999999;
		padding-top: 2px;
		padding-right: 7px;
		padding-bottom: 2px;
		padding-left: 7px;
		font-size: 11.5px;
		font-family: Arial, sans-serif;
		line-height: 40px;
		-moz-border-radius-bottomleft:4px;
		-moz-border-radius-bottomright:4px;
		-moz-border-radius-topleft:4px;
		-moz-border-radius-topright:4px;	
	   	-webkit-border-top-left-radius: 4px;
 		-webkit-border-top-right-radius: 4px;
   		-webkit-border-bottom-left-radius: 4px;
   		-webkit-border-bottom-right-radius: 4px;

	}
	
	#nav a:link {
		color: #000000;
		text-decoration: none;
	}
	
	p.nav a:hover {
		background-color: #00a2bb;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-size: 11.5px;
		font-weight: bolder;
		font-family: Arial, sans-serif;
		padding-left: 10px;
	}

h1 { font-size: 14.5px; color: #000000; top-margin: 0; text-indent: 25px; line-height: 18px; }
h2 { font-size: 11.5px; color: #ffffff; text-indent: 25px; line-height: 13px; }
h3 { font-size: 14.5px; color: #000000; font-style: normal; top-margin: 0; line-height: 20px; }
h4 { font-size: 12px; color: #000000; font-style: normal; top-margin: 0; padding-bottom: 0px; margin-bottom:0px; border-top: 1px dotted #000; padding-top: 3px; padding-bottom: 3px; margin-top: 2px; line-height: 16px;}
h5 { font-size: 11px; color: #000000; font-style: normal; top-margin: 0; line-height: 14px; padding-bottom: 0px; }
h6 { font-size: 11px; color: #999999; font-style: inherit; top-margin: 0; line-height: 14px; padding-bottom: 0px; }


body {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	background: #fff;


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; top-margin: 20px; }

#once { clear: left; }