/**
* CSS
* 
* @version 1.0
* @author jpbagnis 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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



a img { border: none; }

#iframed { height: 700px;
		width: 820px;
}

#menu {
    width: 155px;
    overflow: none;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {color: #000; padding: 0px 0px 1px 5px; font-weight:bold;}
#menu ul li {color: #666; }
#menu ul a {color: #111; margin: 0px 0px 0px 12px; text-decoration: none;}
#menu ul a:visited {color:  #777;}
#menu ul a:hover, #menu ul li.active a { font-weight:bold; color: black; background: url(img/dot.gif) right center no-repeat; padding-right: 12px; } 
/*
#content {
    height: 100%;
    margin: 0 0 0 165px;
    top: 10;
	padding: 9px 0px 0px 0px;
}
*/



#content {
    height: 100%;
    margin: 0 auto 0 auto;
	width: 820px;
    top: 10;
	padding: 9px 0px 0px 160px;
}

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

#content p {
	color: #000;
	
	margin-bottom: 9px;
	font-weight:normal;
}


#content a { color: #CC0000;; font-size: 10px; }
#content a:link { color: #CC0000;}*/
#content a:active { text-decoration: none; color:  #CC0000;}
#content a:visited {  color:  #CC0000;  text-decoration: none;}
#content a:hover {text-decoration: none; color: #999999; }


p {
    margin: 0 0 9px 0;
	font-size: 10px;
	width:400px;
}

blanc { color: #FFFFFF; }


h1 { font-size: 10px; font-weight: normal; width: 600px; line-height: 1.3em;}
h2 { font-size: 11px; }
h3 { font-size: 17px; color: #000000; text-decoration: none;}
h3:a { color: #000000;text-decoration: none; }
h3:hover { color: #CC0000; text-decoration: none; }
h4 { font-size: 12px; }

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

#once { clear: left; }

#TB_overlay { background-color:#CCCCCC;}

/* SLIDESHOW */
.sldprev {cursor:default;
display:block;
background:url(img/sldprev.png) 0 0 no-repeat;
width:20px;
height:20px;
text-indent:-4500px;
float:left;
margin-right:5px;
}

.sldnext {
display:block;
background:url(img/sldnext.png) 0 0 no-repeat;
width:20px;
height:20px;
text-indent:-4500px;
float:left;
margin-right:7px;
}

.sldnext:hover, .sldprev:hover {
background-position:right bottom;
}

#num { height:18px; padding-bottom:5px; padding-left: 12px; margin-top:-3px;}
/* ----------- */

.grow img:hover {
border-bottom: solid #CC0000 3pt;
}

.grow img {
/*margin-bottom:8px;*/
border-bottom:solid #999999 3pt;
}

