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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
        color: #7f7f7f;        
        background: #111213;        
        margin-left: 0px;
        line-height: 18px;
		word-spacing: 1px;

}

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

a:link { text-decoration: none; color:#7f7f7f; padding: 4px 5px 5px 5px;}
a:active { background:#252525; color:#ffffff; padding: 4px 5px 5px 5px;}
a:visited { text-decoration: none; color:#4a4a4b; padding: 4px 5px 5px 5px;} /* old color:#353536; may be too dim - RM */
a:hover { text-decoration: none; background:#252525; color:#ffffff; padding: 4px 5px 5px 5px;}

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 60;
    bottom: 0;
    left: 20;
    position: fixed;
    height: 100%;
    background-color: #111213;
}

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

#menu ul li.section-title {font-weight: bold; color: #ffffff; padding: 0px 5px 0px 5px;}

/* Controls how close the content is to the menu. */
#content {
    height: 100%;
    margin: 0 0 0 180px;
    top: 0;
}

/* Controls the spacing width of menu and content. For ie: 15px */
.container {
    padding: 20px 0px 0px 20px;
}

/* Controls the spacing width of text descriptions. */
#content p { width: 580px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}


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

#once { clear: left; }


.info {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
		color: #6a6a6b;
		/* text-transform:uppercase; */
}

.title {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
		color: #ffffff;
		text-transform:uppercase;
		line-height:120%
		
		}
	
a.viewSite:link {
	font-family: Arial, Helvetica, sans-serif;;
	color: #7f7f7f;
		
	}

a.viewSite:hover {
	color: #ffffff;
	
	}
	
a.viewSite:visited {
	color: #ffffff;
	
	}

