/* General Structure */

/**{
margin:0;
padding:0;
}
*/
html
	{ 
	background:url(../img/background.jpg) repeat-x left top;
	}

body 
	{ 
	color: #000000; 
	padding: 0;
	margin: 0;
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
	
img
    {
    border: 0;
    }

.red
    {
    color: #CC0000;
    display: block;
    }

p  
	{ 
	font-size: 13px; 
	}
	
p a, p a:link, p a:visited, #content a, #content a:link, #content a:visited
	{
	color: #037CAB;
	text-decoration: none;
	}

p a:hover, #content a:hover
	{
	color: #000000;
	text-decoration: none;
	}

#container 
	{ 
	position: relative;
	width: 1004px;
	margin: 0 auto;
	padding: 0;
	margin-top: 10px;
	}

/* Header Structure */

#header 
	{ 
	position: static;
	float: left;
	display: block;
	width: 1004px;
	margin: 0;
	padding: 0;
	border: none;
	}

#logo
	{
	position: relative;	
	float: left;
	width: 1004px;
	height: 190px;
	padding: 0;
	margin: 0;
	background-color: transparent;
 	border: none;
	display: block;
	}

#left_button_area
	{
	position: absolute;
	display: block;
	clear: left;
	width: 970px;
	height: 40px;
	top: 190px;
	left: 30px;
/*	margin-top: 190px;
	>margin-top: 0px;
	margin-left: 30px;*/
	z-index: 15;
	}

.left_button1
	{
	position: static;
	padding: 0;
	float: left;
	width: 183px;
	height: 40px;
	z-index: 1;
	}

.left_button2
	{
	position: static;
	padding: 0;
	float: left;
	width: 185px;
	height: 40px;
	z-index: 1;
	}

.shadow
	{
	position: static;
	float: left;
	display: block;
	width: 600px;
	height: 8px;
	/*margin-top: -6px;*/
	_margin-top: -7px;
	background:url(../img/home_under_shadow.jpg) no-repeat left top;
	z-index: 1;
	}

#right_button_area
	{
	position: static;
	/*clear: both;*/
	width: 500px;
	height: 80px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	/*background: red; */
	z-index: 1;
	}

.right_buttons 
	{
	position: static;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 70px;
	z-index: 1;
	}
	

/* Content Structure */
	
#content {
	position: static;
	width: 1004px;
	margin: 0;
	padding:0;
	float: left;
	background: #FFFFFF;
	z-index: 1;
	}

.outer 
	{
	border-left-width: 397px;  /* left column width */
	border-left-color: #FFFFFF;   /* left column color */
	
	border-right-width: 0; /* right column width */
	border-right-color: #FFFFFF;  /* right column color */
	
	background-color: #FFFFFF; /* center column color */
	
	width: 0; 
	border-left-style: solid; 
	border-right-style: solid;
	
 /*   border-bottom: 5px #000000 solid; */

	}

.inner 
	{ 
	margin: 0; 
	width: 100%; 
	}

.left 
	{
	width: 397px;	 /* left column width */
	margin-left: -397px;       /* _negative_ left column width */ 
	margin-top: 0;
	padding-top: 60px;
	color: #000; 
	background-color: #FFF;
	display: block;
	float: left;
	position: relative;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	z-index: 10;
	}

.homeleft 
	{
	width: 397px;	 /* left column width */
	margin-left: -397px;       /* _negative_ left column width */ 
	margin-top: 0;
	padding-top: 60px;
	color: #000; 
	background-color: #FFF;
	display: block;
	float: left;
	position: relative;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	z-index: 10;
	}

.left p, .homeleft p
	{
	display: block;
	padding: 10px;
	margin: 0;
	line-height: 1.5;
	width: 250px;
	color: #000000;
	}

.center 
	{ 
	width: 0; 
	float: left; 
	position: relative;
	z-index: 12; 
	}

.right 
	{
	width: 587px; /* right column width */
	display: block;
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 0;
	background-color: #FFFFFF; 
	min-height: 409px;
	height: auto !important;
	height: 409px;
	z-index: 11;
	}

.right p
	{
	position: relative;
	display: block;
	padding: 10px;
	padding-bottom: 25px;
	margin: 0;
	line-height: 1.5;
	width: 550px;
	color: #76787B;
	}
		
.right h1 
	{ 
	position: relative;
	display: block;
	/*padding-top: 10px;*/ 
	padding-left: 10px; 
	padding-right: 10px; 
	margin: 0; 
	font-size: 21px; 
	line-height: 1.3;
	font-weight: normal; 
	width: 550px;
	color: #4AA942;
	}

.right h2 
	{ 
	position: relative;
	display: block;
	/*padding-top: 10px;*/ 
	padding-left: 10px; 
	padding-right: 10px; 
	margin: 0; 
	font-size: 15px; 
	line-height: 1.3;
	font-weight: normal; 
	width: 550px;
	color: #4AA942;
	}


/* body structure */

#image_area
	{
	position: static;
	margin-left: 0;
	width: 397px;
	min-height: 439px;
	height: auto !important;
	height: 439px;
	}

#image_area a img.float30
	{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 60px;
	padding-bottom: 10px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	display: block;
	}
	
.right form
	{
	padding-bottom: 15px;
	padding-left: 10px;
	}

.homeme
	{
	float: left;
	}

.side_space
	{
	float: left;
	padding-top: 45px;
	}

#home_news
	{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 332px;
	height: 254px;
	/*margin-right: 10px;*/
	margin-top: 20px;
	background: #FFFFFF url('/img/news_box.jpg') no-repeat left top;
	display: block; 
	}

.news_title
	{
	font-size: 12px;
	font-weight: bold;
	}

.news_story
	{
	font-size: 11px;
	font-weight: normal;
	}

#home_imagebox
	{
	float: left;
	margin-top: 20px;
	width: 220px;
	height: 254px;
	background: blue;
	}

.home_images
	{
	float: left;
	}

.float_contact
    {
    float: left;
    }

.float_contact p
    {
    float: left;
	width: 160px;
	width: 500px;
 	padding-left: 12px;
   }

.float_contact p.tight
    {
    float: left;
	width: 50px;
	border-left: 1px solid #4AA942;
	padding-left: 30px;
	padding-bottom: 10px;
    }

/* footer structure */
		
#footer {
	position: static;
	width: 1004px;	 
	height: 34px;	 
	margin: 0;
	padding: 0;
	display: block;
	z-index: 1;
	background:url(../img/home_gradient.jpg) repeat-x left top;
	/*background: black;*/
	/*clear: both;*/
	float: left;
	}

.noc, .noc a, .noc a img
	{
	position: static;
	float: left;
	display: inline;
	width: 27px;
	height: 34px;
	padding: 0;
	margin: 0;
	border: 0;
/*	display: block;
	margin-top: -10px;
	margin-left: 243px;
	margin-left: 223px;*/
	background:url(../img/think_nocturnal.jpg) no-repeat left top;
	/*background: yellow;*/
	z-index: 25;
	}

.contact {
	position: static;
	float: left;
	display: inline;
	height: 24px;
	width: 977px;
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	/*background: red;*/
	}

.contact a, .contact a:link, .contact a:visited {
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	}

.contact a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}


/* Easy Slider */

#home_news_holder
	{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 332px;
	height: 254px;
	margin-top: 25px;
	background: #FFFFFF url('/img/news_box.jpg') no-repeat left top;
	display: block; 
	}

.news_title
	{
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 300px;
	float: left;
	}

.news_story
	{
	font-size: 11px;
	font-weight: normal;
	height: 200px;
	width: 240px;
	float: left;
	}

/* image replacement */
    .graphic, #prevBtn, #nextBtn {
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        text-indent: -8000px;
        }
/* // image replacement */

	#slider {
		position: relative;
		top: 60px;
		left: 40px;
	}

	#slider ul, #slider li {
		margin: 0;
		padding: 0;
		list-style: none;
		}

	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 250px;
		height: 170px;
		overflow: hidden;
		}

	#slider ul, #slider li {
		margin: 0;
		padding: 0;
		list-style: none;
		}

	#prevBtn { 
		display: block;
		width: 21px;
		height: 14px;
		position: absolute;
		/*top: 261px;*/
		top: 110px;
		left: -15px;
		z-index: 500;
		/*overflow: visible;*/
		background: transparent;
		}

	#nextBtn { 
		display: block;
		width: 21px;
		height: 14px;
		position: absolute;
		/*top: 261px;*/
		top: 111px;
		left: 322px;
		z-index: 500;
		background: transparent;
		}

	#prevBtn a, #prevBtn a:link, #prevBtn a:visited {  
		display: block;
		width: 21px;
		height: 14px;
		background: url('/img/left-arrow-blue.png') no-repeat 0 0;
		z-index: 500;
		}

	#prevBtn a:hover {  
		background: url('/img/left-arrow-gray.png') no-repeat 0 0;
		z-index: 500;
		}
		
	#nextBtn a, #nextBtn a:link, #nextBtn a:visited {  
		display: block;
		width: 21px;
		height: 14px;
		background: url('/img/right-arrow-blue.png') no-repeat 0 0;
		z-index: 500;
		}

	#nextBtn a:hover {  
		background: url('/img/right-arrow-gray.png') no-repeat 0 0;
		z-index: 500;
		}

