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

body {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

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

a:link {
color:#000000;
text-decoration:none;
}

a:active {
color:#FFFFFF;
background-color:#000000;
}

a:visited {
color:#000000;
text-decoration:none;
}
a:hover { 
background-color:#000000;
color:#FFFFFF; 
}

a img { border: none; }

#menu {
    width: 225px;
    overflow: auto;
    float:left;
    position:relative;
    top: 10px;
    bottom: 0;
	left: 10px;
	background: transparent url('/menu.png') repeat;	

}


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

#menu ul li.section-title {
border-bottom-style:dotted;
border-bottom-width:1px;
color:#000000;
font-size:14px;
font-weight: bold;
font-family:Helvetica;
margin-bottom:2px;
width:200px;
cursor: pointer;

}


#content {

}

.container {
    padding: 10px;
    overflow: auto;
}

#content p { 
width: 70%; 

background: transparent url('/menu.png') repeat;	
font-family:helvetica;

}

p {
margin: 0px 0px 0px 50px;
padding: 2%;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }


#img-container	{ margin: 0 0 0 50px; padding: 0; width:74%; background: transparent url('menu.png') repeat;}
#img-container p	{ margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.pics {
background:transparent;
position:relative;
margin:15pt;
overflow:hidden;
padding:0pt; 
height:500px;}

button {

float:right;
top:25px;
right:30px;
position:absolute;
padding:5px;
}

.deepsea, .deepsea TD, .deepsea TH {
background-image:url('menu.png');}

@font-face {
    font-family: 'FranklinGothicBookRegular';
    src: url('franklin-webfont.eot');
    src: url('franklin-webfont.eot?#iefix') format('embedded-opentype'),
         url('franklin-webfont.woff') format('woff'),
         url('franklin-webfont.ttf') format('truetype'),
         url('franklin-webfont.svg#FranklinGothicBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('agaramondpro-regular-webfont.eot');
    src: url('agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('agaramondpro-regular-webfont.woff') format('woff'),
         url('agaramondpro-regular-webfont.ttf') format('truetype'),
         url('agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdobeGaramondProItalic';
    src: url('agaramondpro-italic-webfont.eot');
    src: url('agaramondpro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('agaramondpro-italic-webfont.woff') format('woff'),
         url('agaramondpro-italic-webfont.ttf') format('truetype'),
         url('agaramondpro-italic-webfont.svg#AdobeGaramondProItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
