body, html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background: #DAD8D4;
		font-family :  Arial, Helvetica;
	text-align: center;
}
#wrapper {
	position:relative;
	width:998px;
	margin-right : auto;
	margin-left : auto;
	min-height:100%;
	text-align: left;
	background-image :  url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
* html #wrapper {
	height:100%;
}
#container {
	padding-bottom:-30px;
}
#container:after {
	content:" ";
	display:block;
	clear:both;
}
* html #container {
	height:1px;
}
#top {
	background-image: url(images/top3.jpg);
	background-repeat: no-repeat;
		width : 998px;
		height:102px;
	
}
#top #topPhone {
	float: right;
	width: 334px;
	height: 96px;
}
		
 /* NAVIGATION
------------------------------------------------------*/
#nav {
	width : 998px;
	height: 28px;
	float : left;
	background-image: url(images/nav_bg.jpg);
		background-repeat: no-repeat;
}
 /* TOP IMAGE
------------------------------------------------------*/
#topImage {
	padding : 0px 0px 0px 0px;
	width : 960px;
	height: 246px;
	float : left;
}	
	
/* MAIN CONTENT Home Page
------------------------------------------------------*/
#content{
	width : 998px;
	padding : 0;
}
#main {
	width : 739px;
	float: right;
	margin: 0;
	padding: 0 ;
	background-image: url(images/movie_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#mainContent {
	width : 739px;
	float: left;
	padding: 0px 0px 0px 0px;	
}
#mainContent2 {
	width : 679px;
	float: left;
	padding: 200px 35px 0px 25px;	
}
#sidebar {
	float:left;
	width:259px;
		
 }
 #sideTop {
 	background-image :  url(images/side.jpg);
	background-repeat: no-repeat;
	float:left;
	width:259px;
	
 }
  #sideTop img {
	display:block;
}
  #sideText {
 	float:right;
	padding: 145px 5px 0px 0px;
	width:210px;
font-size: 80%;
	color: #616163;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
 }
   #sideBottom {
 	float:right;
	 }
		
#homeText {
	float:left;
	width:500px;
	font-size : 85%;
	color : #978659;
	padding: 0px 30px 0px 20px;
	
 }
 
 /* MAIN CONTENT level2
------------------------------------------------------*/

#main2 {
	width : 739px;
	float: right;
	margin: 0;
	padding: 0 ;
	
}

#mainContent3 {
	width : 679px;
	float: center;
	padding: 0px 45px 0px 20px;
}
#box{
border: 0px solid #000;
width: 606px;
margin: 0 auto;
}

#left{
width: 200px;
height: 190px;
float: left;
border: 1px solid #B6B7B2;

}
#right{
width:200px;
height: 190px;
float: right;
border: 1px solid #B6B7B2;
}
#middle{
width: 200px;
height: 190px;
float: center;
margin: 0 auto;
border: 1px solid #B6B7B2;
}
#right2{
width:375px;
height: 190px;
float: right;
border: 0px solid #B6B7B2;
	padding : 10px 0px 0px 0px;
}

#sidebar2 {
	float:left;
	width:259px;

	 }
 #sideTop2 {
 	background-image :  url(images/side_blank.jpg);
	background-repeat: no-repeat;
	float:left;
	width:259px;
	
 }
 #sideTop2 img {
	display:block;
}
  #sideText {
 	float:right;
	padding: 45px 5px 0px 0px;
	width:210px;
font-size: 80%;
	color: #616163;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
 }
   #sideBottom {
 	float:right;
	
 }

		
#homeText {
	float:left;
	width:500px;
	font-size : 85%;
	color : #978659;
	padding: 0px 30px 0px 20px;
	
 }

 
/* FOOTER
------------------------------------------------------*/
.footer {
	position: relative;
		width:998px;
	margin-right : auto;
	margin-left : auto;
		height: 50px;


	background-image :  url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	clear:both;

}
.footer2 {
	margin: 0 auto;
	width: 960px;
	height: 50px;
		background: url(images/bottom.jpg) no-repeat;
	background-position: center top;
	
}
.footerText {
	text-align: center;
	color : #978659;
	padding-top: 10px;
	font-size : 75%;
	display : block;
}
.footerText a {
	color : #fff;
	text-decoration: none;
}
.footerText a:hover {
	color : #fff;
	text-decoration: underline;
}

/* FONTS
------------------------------------------------------*/
p {
	font-size : 85%;
	color : #616163;
}
.pGold {
	font-size : 85%;
	font-weight: bold;
	color : #978659;
		font-family : Georgia;
	
}
.pGold2 {
	font-size : 85%;
	font-weight: bold;
	color : #978659;
		font-family : Georgia;
			padding : 0 0px 0 10px;
		
}

.pBold {
	font-size : 85%;
	font-weight: bold;
	color : #514C32;
}
.pBig {
	font-size : 100%;
	color : #514C32;
}
.pOrange {
	font-size : 80%;
	font-weight: bold;
	color : #D18F07;
}

a {
	color: #514C32;
	text-decoration: underline;
}
a:hover{
	color: #A0965A;
	text-decoration: underline;
}
.H1 {
	font-size : 100%;
	font-weight: bold;
	color : #FAB851;
}

.H2 {
	font-size : 100%;
	font-weight: bold;
	color : #b3ab95;
}
ul {
	font-size : 85%;
		color : #616163;
	list-style-image :  url(images/bullet.jpg);
	padding : 0 10px 0 20px;
		font-family :  Arial, Helvetica;
	margin : 0;
}
.breadcrumbs2 { 
color: #514C32; text-decoration: none; font-weight: normal; font-size: 12px; font-family :  Arial, Helvetica;}

a.breadcrumb:link { color: #514C32; text-decoration: underline; font-weight: normal; font-size: 12px; font-family :  Arial, Helvetica;}
a.breadcrumb:active { color:#616163; text-decoration: underline; font-weight: normal; font-size: 12px;font-family :  Arial, Helvetica;}
a.breadcrumb:visited { color: #514C32; text-decoration: underline; font-weight: normal; font-size: 12px; font-family :  Arial, Helvetica;}
a.breadcrumb:hover { color: #616163; text-decoration: underline; font-weight: normal; font-size: 12px; font-family :  Arial, Helvetica; }

/* Form 
------------------------------------------------------*/

label.reg {
	color:#7C6E49;
	font-family: Arial, Helvetica;
	font-size: 13px;
		font-weight: bold;
	width: 175px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding-top: 7px;
}
label.reg2 {
	color:#7C6E49;
	font-family: Arial, Helvetica;
	font-size: 13px;
		font-weight: bold;
	width: 500px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	padding-top: 7px;
}
input.reg {
	color:#7C6E49;
	font-size: 13px;
	width: 355px;
	margin-bottom: 7px;
	border: 1px solid #7C6E49;
	height: 22px;
}   
input.reg2 {
	color:#000000;
	font-size: 13px;
	width: 355px;
	margin-bottom: 7px;

	border: 1px solid #CCC;
	height: 48px;
}  
input.reg3 {
	color:#7C6E49;
	font-size: 13px;
	width: 150px;
	margin-bottom: 7px;
	border: 1px solid #7C6E49;
	height: 22px;
}    
select.reg {
	color:#7C6E49;
	font-size: 13px;
	width: 150px;
	margin-bottom: 7px;
	border: 1px solid #7C6E49;
	height: 22px;
}  
.input-box {
	color:#7C6E49;
	font-family : Arial, Helvetica;
	font-size: 13px;
	width: 355px;
	margin-bottom: 7px;
	
		border: 1px solid #61A979;
	height: 100px;
}
.input-box2 {
	color:#7C6E49;
	font-family : Arial, Helvetica;
	font-size: 13px;
	width: 355px;
	margin-bottom: 7px;
	
		border: 1px solid #61A979;
	height: 50px;
}

.submit-button
{
	color: #68572b;
	font-size: 11px; 
	font-weight: bold;
	background: #B5B8A7;
	border: 1px #68572b;
	cursor:pointer
}
/* Questionnaire 
------------------------------------------------------*/

label.Questionnaire {
	color:#7C6E49;
	font-family: Arial, Helvetica;
	font-size: 13px;
		font-weight: bold;
	width: 150px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	padding-top: 7px;
}
input.reg {
	color:#7C6E49;
	font-size: 13px;
	width: 355px;
	margin-bottom: 7px;
	border: 1px solid #61A979;
	height: 22px;
}   
input.reg2 {
	color:#000000;
	font-size: 13px;
	width: 355px;
	margin-bottom: 7px;

	border: 1px solid #61A979;
	height: 48px;
}    
select.reg {
	color:#7C6E49;
	font-size: 13px;
	width: 150px;
	margin-bottom: 7px;
	border: 1px solid #61A979;
	height: 22px;
}  
.input-box {
	color:#7C6E49;
	font-family : Arial, Helvetica;
	font-size: 13px;
	width: 355px;
	margin-bottom: 7px;
	
		border: 1px solid #61A979;
	height: 100px;
}

/* TABLE
------------------------------------------------------*/
 .Datatable {
	border: 0px;
	border-collapse: collapse;
font-size: 80%;
	color: #616163;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	width: 679px;
	height:112px;
}
.Datatable td.1 {
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 15px;
	width: 150px;
	
}

.Datatable tr.1 {
	line-height: 15px;
	}

.Datatable th {
	!background-color: #E9E7DB;
	!font-weight: regular;
	text-align: left;
	line-height: 20px;
	height: 20px;
}

/* TABLE
------------------------------------------------------*/
 .questionnaireTable {

border: 1px solid #61A979;
		border-collapse: collapse;
		background: #F4F4F4;
font-size: 80%;
color:#7C6E49;
	font-family: Arial, Helvetica;
	font-size: 13px;
		font-weight: bold;
	width: 600px;

}
.questionnaireTable td.1 {
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 20px;
	width: 250px;
		
	
}

.questionnaireTable tr.1 {
	line-height: 20px;
	}

.questionnaireTable th {
	!background-color: #E9E7DB;
	!font-weight: regular;
	text-align: left;
	line-height: 30px;
	height: 30px;
}

 .AdminTable {

border: 1px solid #61A979;
		border-collapse: collapse;
		background: #F4F4F4;
font-size: 80%;
color:#7C6E49;
	font-family: Arial, Helvetica;
	font-size: 13px;
		font-weight: bold;
	width: 480px;

}
.AdminTable td.1 {
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 20px;
	width: 250px;
		
	
}

.AdminTable tr.1 {
	line-height: 20px;
	}

.AdminTable th {
	!background-color: #E9E7DB;
	!font-weight: regular;
	text-align: left;
	line-height: 30px;
	height: 30px;
}
/* TABLE
------------------------------------------------------*/
 .CareersTable {

border: 1px solid #61A979;
	border-collapse: collapse;
		background: #F4F4F4;
font-size: 90%;
	width: 600px;

	
}
.CareersTable td.1 {
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 20px;
	width: 250px;
		
	
}

.CareersTable tr.1 {
	line-height: 20px;
	}

.CareersTable th {
	!background-color: #E9E7DB;
	!font-weight: regular;
	text-align: left;
	line-height: 30px;
	height: 30px;
}
/* TABLE
------------------------------------------------------*/
 .ProductTable {

border: 1px solid #B6B7B2;
	border-collapse: collapse;
		background: #ffffff;
	width: 200px;
margin-right: 20px;
	
}
.ProductTable td.1 {
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 20px;
	width: 250px;
		
	
}

.ProductTable tr.1 {
	line-height: 20px;
	}

.ProductTable th {
	!background-color: #E9E7DB;
	!font-weight: regular;
	text-align: left;
	line-height: 30px;
	height: 30px;
}
.chromestyle{
width: 998px;
padding: 0 0 0 0px;
font-weight: bold;
border-bottom:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #FFFFFF;
width: 100%;
padding: 5px 0px ;
margin: 0;
border-bottom:0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font-family: Arial;
font-size: 12px;
text-decoration: none;
padding: 4px 20px ;
margin: 0;
text-decoration: none;
border-right: 0px solid #7B7B7B;
border-bottom:0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

color: #332d1d;
font-family: arial;
font-weight: bold;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #7F7965; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font-size: 12px;
font-family: arial;
text-decoration: none;
font-weight: bold;
color: #ffffff;
line-height:25px;
z-index:100;
background-color: #A28F5F;
width: 185px;
visibility: hidden;
text-align: left; /*set value to "left", "center", or "right"*/

}

.dropmenudiv a{

width: auto;
display: block;
text-indent: 18px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
background-color: #A28F5F;
padding: 2px 0;
text-decoration: none;
font-weight: regular;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #796D4A;
text-decoration: none;
color: #332D1D;
}



.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #7F7965; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font-size: 12px;
font-family: arial;
font-weight: bold;
color: #ffffff;
line-height:25px;
text-decoration: none;
z-index:100;
background-color: #A28F5F;
width: 210px;
visibility: hidden;
text-align: left; /*set value to "left", "center", or "right"*/

}

.dropmenudiv2 a{

width: auto;
display: block;
text-indent: 18px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
background-color: #A28F5F;
padding: 2px 0;
text-decoration: none;
font-weight: regular;
color: #ffffff;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #796D4A;
text-decoration: none;
color: #332D1D;
}
	
	
.dropmenudiv3{
position:absolute;
top: 0;
border: 1px solid #7F7965; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font-size: 12px;
font-family: arial;
font-weight: bold;
color: #ffffff;
text-decoration: none;
line-height:25px;
z-index:100;
background-color: #A28F5F;
width: 250px;
visibility: hidden;
text-align: left; /*set value to "left", "center", or "right"*/

}

.dropmenudiv3 a{

width: auto;
display: block;
text-indent: 18px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
background-color: #A28F5F;
padding: 2px 0;
text-decoration: none;
font-weight: regular;
color: #ffffff;
}

* html .dropmenudiv3 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
background-color: #796D4A;
text-decoration: none;

color: #332D1D;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: ffffff;
padding: 5px;
left: -500px;
border-bottom: 1px solid #B6B7B2; 
border-top: 1px solid #B6B7B2; 
border-left: 1px solid #B6B7B2; 
border-right: 1px solid #B6B7B2; 
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -15px; /*position where enlarged image should offset horizontally */
margin-top: -150px;
}
a.thumbnail:link { color: #514C32; text-decoration: underline;}
a.thumbnail:active { color:#514C32; text-decoration: none;}
a.thumbnail:visited { color: #514C32; text-decoration: none;}
a.thumbnail:hover { color: #A0965A; text-decoration: underline;
}
.picbox
{
 margin: 0px;
 padding: 0px;
 border-top: 1px solid #61A979;
border-bottom: 1px solid #61A979;
border-left: 1px solid #61A979;
border-right: 1px solid #61A979;

 }
#BoxGreen2 {
	width: 478px;
	float: left;
}

#BoxGreen2 a:link, #BoxGreen2 a:visited {
	width: 478px;
	line-height: 31px;
	height: 31px;
	padding-left: 17px;
	color: #2E8D57;
	display: block;
	text-decoration: none;
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: normal;
	background-color: #E1EAC5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#BoxGreen2 a:hover {
	background-color: #60AA79;
	color: #FFF;
	display: block;
	clear: both;
}

#BoxGreen2 a:hover .Arw2 {
	color: #ffffff;
}

.Arw2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #60AA79;
	text-decoration: none;
}
.Arw2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #60AA79;
	text-decoration: none;
}
.Arw2 a:hover {
	color: #FDE730;
	text-decoration: none;
}
