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

body {
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	
}

body.section-1 { overflow:hidden;}
body.section-2 { overflow:auto; background:#82bdf8;}
body.section-3 { }

a:link { text-decoration: bold;	color:#000; }
a:active { text-decoration: underline; }
a:visited { text-decoration: none; 	color:#000; }
a:hover { text-decoration: underline; }

a img { border: none; }

#background {
	width: auto;
	height: 100%;
	position: absolute;
	display: block;
	overflow: hidden;
	top: 0;
	left: 215px;
	z-index:1;
}

#bgimgwrapper {
  position: fixed;
  top: 0;
  left: 217;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#bgimg { 
  display: block; 
  -ms-interpolation-mode: bicubic; 
}



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

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	text-align: center;
	color:#82bdf8;
}

#menu ul li a { color:#82bdf8; }
#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    background:#82bdf8;

}

.container {
    padding: 5px 5px 25px 5px;background:#82bdf8;
}

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

p {
    margin: 0 0 9px 0;
    
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

h2.about1 (background: url(http://209.240.156.127/files/about.png); background-repeat:no-repeat; text-indent:-9999px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
img.floatLeft { 
    float: left; 
    margin: 4px; 
    padding-right:10px;
}

#once { clear: left; }

#footer {width: 99%;
   height: 200px;
   position: absolute;
   bottom: 0; }
   
   #footer a { color:#82bdf8; }

