/* @override http://www.ryanleonardgriffin.com/ndxz-studio/site/sample/style.css */
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background-color: white;
	font: 9px Georgia, "Times New Roman", Times, serif;
}

body.section-1 {
	color: #333;
	background-color: white;
	font: 9px Georgia, "Times New Roman", Times, serif;
}
body.section-2 {
	color: #333;
	background-color: white;
	font: 9px Georgia, "Times New Roman", Times, serif;
}
body.section-3 {
	color: #333;
	background-color: white;
	font: 9px Georgia, "Times New Roman", Times, serif;
}

a:link { text-decoration: none;
	color: black;
	font: italic 9px Georgia, "Times New Roman", Times, serif;
}
a:active { text-decoration: none;
	color: black;
	font: italic 9px Georgia, "Times New Roman", Times, serif;
}
a:visited { text-decoration: none;
	color: black;
	font: italic 9px Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color: white;
	background-color: black;
	font: 9px Georgia, "Times New Roman", Times, serif;
}

a img { border: none;
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#menu {
    width: 230px;
    overflow: auto;
    position: fixed;
    height: 100%;
	text-align: left;
	color: white;
	text-indent: 8px;
	font: 9px Georgia, "Times New Roman", Times, serif;
}

#menu ul {
	list-style: none;
	color: white;
	margin-top: 10px;
	font: 9px Georgia, "Times New Roman", Times, serif;
	margin-left: 12px;
}

#menu ul li.section-title {
	color: #186296;
	background-color: #fff;
	width: 186px;
	height: 13px;
	margin: 6px;
	font: 9px Georgia, "Times New Roman", Times, serif;
}

#content {
    height: 100%;
    top: 0;
	color: white;
	margin-left: 225px;
	font: 9px Georgia, "Times New Roman", Times, serif;
}

.container {
	color: white;
	padding-top: 12px;
	padding-left: 5px;
	font: 9px Georgia, "Times New Roman", Times, serif;
}

#content p {
	color: #000;
	margin-top: 10px;
	width: 75%;
	background-position: 0 0;
	font: italic 9px Georgia, "Times New Roman", Times, serif;
}

p {
    margin: 0 0 9px 0;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#img-container	{
	color: white;
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#img-container p	{
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#once { clear: left;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}
