/* @override http://stemagency.com/ndxz-studio/site/stem/style.css */

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

body {
	font-size: 12px;
	font-family: georgia, serif;
	background-color: #FFFFFF;
	margin-left: 30px;
	margin-top: 30px;
	line-height: 14px;
	
}



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

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

a img { border: none; }

#menu {
	float: left;
	display: block;
	margin: -40px 14px 0px 15px;
	background-color: #ffffff;
	padding: 15px 0px 10px;
	width: 170px;
}

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

#menu ul li.section-title {
	
	margin: 30px 5px 10px 0px;
	padding: 3px 0px 3px 0px;
	color: #333333;
	font-size: 12px; 
	font-family: Georgia, serif;
	font-weight: bold;
	border-color:#666666;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#menu a.sec:link {
	margin: 0px 5px 0px 0px;
	display: block;
	color: #707070;
	line-height:12px;
	text-decoration:none;
	padding: 3px;
}
#menu a.sec:active { text-decoration: none; }
#menu a.sec:visited {
	margin: 0px 5px 0px 0px;
	display: block;
	color: #707070;
	line-height:12px;
	text-decoration:none;
	padding: 3px;
}
#menu a.sec:hover {
	margin: 0px 5px 0px 0px;
	display: block;
	color: #ffffff;
	background-color: #99c000;
	line-height:12px;
	text-decoration:none;
}

#menu img.logo {
	padding: 10px 0px 0px 10px;
	border: 0px;
}

#content {
    height: 100%;
	width: 515px;
    margin: 0px 0px 200px 215px;
    top: 0;
	color: #333333;
}

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

#content ul {
	padding-left: 30px;
}

#content li {
	padding-bottom: 7px;
}

/*
#content p {
	background-color: #ffffff;
	margin: -35px 0px 40px 0px;
	width: 450px;
	height: 50;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 15px;
}
*/

#content p {
	line-height: 1.4;
}

a.greenlink:link {
	color: #707070;
	line-height:12px;
	text-decoration:none;
	padding: 2px 2px 2px 2px;
}
a.greenlink:active { text-decoration: none; }
a.greenlink:visited {
	color: #707070;
	line-height:12px;
	text-decoration:none;
	padding: 2px 2px 2px 2px;
}
a.greenlink:hover {
	color: #ffffff;
	background-color: #99c000;
	line-height:12px;
	text-decoration:none;
}

a.greenlink2:link {
	color: #707070;
	line-height:18px;
	text-decoration:none;
	padding: 2px 2px 2px 0px;
}
a.greenlink2:active { text-decoration: none; }
a.greenlink2:visited {
	color: #707070;
	line-height:18px;
	text-decoration:none;
	padding: 2px 2px 2px 0px;
}
a.greenlink2:hover {
	color: #ffffff;
	background-color: #99c000;
	line-height:18px;
	text-decoration:none;
}


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

#img-container	{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0;
	background:#FFFFFF;
}

#img-container p	{ 
	width: 400px; 
	margin-top: -25px;
	margin-right: -20px;
	margin-bottom: 0;
	margin-left: 0; 
	padding: 0 0 12px 0; 
}

/*
#img-container p	{ 
	width: 400px; 
	margin-top: -25;
	margin-right: -20;
	margin-bottom: 0;
	margin-left: 0; 
	padding: 0 0 12px 0; 
	background:#FFFFFF; 
}
*/
/* end.. */