/*@override http://chad-carpenter.com/ndxz-studio/site/sandbox/style.css
*
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar


CSS MODIFIED BY:

Chad Carpenter
chad-carpenter.com

Based on initial design moves by
Masood Kamandy
http://masoodkamandy.com

Black (text content): #000000
Light Grey (section titles): #cccccc
Light Grey (links): #666666
Light Grey (copyright): #b8b9b7
White (background): #ffffff

Added a class nav to move the navigation*/
.nav
{
	font: Helvetica, Arial, sans-serif;
	position: relative;
	/*[disabled]top:2px;*/
	margin-left: 0px;
	z-index: 2;
}
/*adding style to move the slideshow text (h4 tag) below the image within the container*/
*
{
	margin: 0;
	padding: 0;
}
BODY
{
	font-size: 12px;
	line-height: 15px;
	font-family: helvetica, arial, Verdana, sans-serif;
	overflow: auto;
	/*[disabled]background:#EFEDEB url(/files/bg_gradient.jpg) repeat-x top left;*/
}
BODY.section-1
{
}
BODY.section-2
{
}
BODY.section-3
{
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8C8C8C;
}
A IMG
{
	border: none;
}
#topTitle
{
	padding-top: 20px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 16px;
	letter-spacing: normal;
	text-transform: uppercase;
}
#topTitle A:link
{
	text-decoration: none;
	color: #000000;
}
#topTitle A:active
{
	text-decoration: none;
	color: #000000;
}
#topTitle A:visited
{
	text-decoration: none;
	color: #000000;
}
#topTitle A:hover
{
	text-decoration: none;
	color: #666666;
}
#bottomTitle
{
	font-size: 7pt;
	color: #666666;
	padding-bottom: 10px;
	padding-top: 5px;
}
#menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin-top: -5px;
	overflow: auto;
	width: 140px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 20px;
	bottom: 0;
	height: 100%;
	position: fixed;
}
#menu UL
{
	list-style: none;
	margin: 0 0 12px;
}
#menu UL LI.section-title
{
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	margin: 0pt 0pt 4px;
	padding-bottom: 3px;
}
#content
{
	/*[disabled]height:50%;*/
	margin: 0 0 0 160px;
	padding-top: 10px;
	padding-left: 10px;
	width: 790px;
	z-index: 0;
}
.container
{
	/*[disabled]padding:0px 10px 25px;*/
}
.container H4
{
	position: absolute;
	top: 510px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0;
	width: 780px;
	float: left;
}
#content P
{
	/*[disabled]width:400px;*/
	/*[disabled]margin-bottom:10px;*/
	/*[disabled]padding-top:10px;*/
	/*[disabled]position:relative;*/
}

body {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	background: #ffffff;
	letter-spacing: .03em;
}
p {
    margin: 10px 0 10px 0;
}

h1 {font-size: 12px; color: #000000; font-weight: normal; }
h2 { font-size: 11px; color: #000000; font-weight: normal; }
h3 { font-size: 16px; color: #ffffff; font-weight: normal;}
h4 { font-size: 12px; color: #000000; font-weight: normal;}

#once
{
	clear: left;
}