/*  --------  Common Body Css --------- */
html {
	height: 100%;
	border: 0px solid green;
	display: block;
	
}
body {
	background-image: url(../images/bg_tile.jpg);
	font-family:Helvetica Neue,arial,Georgia,serif;
	height: 100%;
	font-size: 14px;
	border: 0px solid green;
	display: block;
}
.outer {
	position: absolute;
	top: 0;
	width: 100%;
	border: 0px solid red;
}
.container {
	background-color: white;
	background-repeat: no-repeat;
	width: 900px;
	height: 100%;
	border: 0px solid blue;
	margin-left: auto;
	margin-right: auto;
	
}
	
* {margin:0;padding:0}

.white_box{
	z-index: -90;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
	background: white;
	border: 0px solid black;
}

.white_box2{
	z-index: -90;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
	background: white;
	border: 0px solid yellow;
}


.f_green {
	color: #2a863b;
}
.f_green a {
	color: #2a863b;
}

a {
	text-decoration: none;
}
.clear {
	clear: both;
}

/*  ---------  HEADER CSS ------------- */
.header {
	height: 219px;
	border: 0px solid blue;
	padding: 0px;
	
}


.register {
	position: absolute;
	margin-left: 469px;
	margin-top: 18px;
	font-size: 29px;
	color: black;
	height: 35px;
	border: 0px solid red;
}

.register a {
	font-size: 29px;
	height: 35px;
	border: 0px solid red;
}



.regB {
}
.regR {
color: #ac009e;
}

.logo {
	position: absolute;
	width: 259px;
	margin-left: 20px;
	margin-top: 100px;
	height: 98px; 
	}	

img {
	border: 0px solid red;
}		
	
	
		
.top_dotted {
	position: absolute;
margin-top: 149px;
margin-left: 282px;	
}
.strap {
	position: absolute;
	margin-left: 309px;
	margin-top: 184px;
	font-family: Georgia;	
	font-size: 17px;
	color: black;
	letter-spacing: 0px;
}
.mid_dotted {
position: absolute;
margin-top: 218px;
margin-left: 2px;	
}

/*---------- END HEADER CSS ----------- */

/*-----------CONTENT CSS ----------- */

.content {
		clear: both;
	min-height: 398px;
	padding-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	border: 0px solid blue;
}
#movie {
	position: absolute;
	margin-top: 6px;
	z-index: 20;
	
}

#show4 {
	position: absolute;
	margin-top: 6px;
	z-index: 20;
}


.generic {
	min-height: 316px;
	padding-left: 178px;
	padding-top: 82px;
	margin-right: 20px;
}
.development {
	
	min-height: 316px;
	padding-left: 172px;
	padding-top: 19px;
	margin-right: 1px;
	border: 0px solid red;
}

.dev_content_outer {
	margin-top: 2px;
	border: 0px solid pink;
}
.dev_content_inner {
	height: 333px;
	
}


.dev_content_bot_dotted {
	margin-top: 2px;
}

.bodycontent {
	font-family:Helvetica Neue,arial,Georgia,serif;
	font-size: 12px;
	color: black;
	text-align: left;
	line-height: 17px;
	
	}
	
.bodycontent a {
	color: #2a863b;
	text-decoration: none;
	}

#dev_generic_outer {
	position: relative;
	height: 333px;
	width: 750px;
	overflow: hidden;
	border: 0px solid red;
}	
#dev_generic_inner {
	width: 682px;
	min-height: 313px;
	border: 0px solid blue;
	background-color: #aee239;
	padding: 10px;
}

#dev_generic_inner img {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
	
.scroll_container{
	position: absolute;
margin-left: 702px;
border: 1px solid #aee239;
width: 20px;
height: 331px;
background-color: #aee239;
}
	
#image_caption {
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
	
#scrollbar {
	display: block;
position: relative;
border: 1px solid white;
 width:18px; 
 height:329px; 
  font-size:1px;
}		
div#track { 
  position:relative; left:0; top:0px;
  width:18px; height:291px;
  background-color: #54b11d;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  }
div#dragBar {
  position:relative; left:0px; top:0px;
  width:16px; height:20px;
  background-color: #aee239;
  border-bottom: 1px solid white;
  border-top: 0px solid white;
  }  
div#up { position:relative; left:0; top:0; }  
div#down { position:relative; left:0; bottom:0; }

div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}
div#scrollbar img {
    display:block; 
    } 
	
	
.box {
}


/*-------  REGISTER CSS -------- */
.register_page {
	text-align: left;
	min-height: 316px;
	padding-left: 178px;
	padding-top: 82px;
	margin-right: 20px;
}

option.select_default {
	color: silver;
}
.select_default {
	color: grey;
	font-family:Helvetica Neue,arial,Georgia,serif;
	font-size: 12px;
	
}
option.select_default {
	color: black;
}

.register_textinput {
	width:290px; 
	height:20px; 
	border:1px solid #aee239;
	color: grey;

}

.register_textinput_incomplete {
	width:290px; 
	height:20px; 
	border:1px solid red;
	color: grey;

}

label {
	font-family:Helvetica Neue,arial,Georgia,serif;
	font-size: 12px;
}
.colon {
	color: grey;	
font-size: 12px;
}
.register_table {
	margin-left: 138px;
	padding-top: 10px;
}
#register_but {
	height: 69px;
	width: 116px;
	border: 0px;
}

.reg_but_div {
	padding-left:144px;
	border: 1px;
}


/*-------- MAP CSS ----------- */

.map_text {
	float: left;
	width: 253px;
	border: 0px solid red;
	font-family:Helvetica Neue,arial,Georgia,serif;
	font-size: 12px;
	color: black;
	text-align: left;
	line-height: 17px;
	background-color: #aee239;
	height: 313px;
	padding: 10px;

}
.map_text a {
	color: #2a863b;
	text-decoration: none;
	}

.map_dotted {
	float: left;
	width: 3px;
	height: 335px;
	margin-left: 3px;
	border: 0px solid green;
}


#map_canvas {
	float: right;
		height: 333px;
	margin-left: 0px;
	width: 444px;
}
/*-------- END MAP CSS ----------- */

/*-------- GALLERY CSS ----------- */
#gallery_outer {
	position: relative;
	height: 333px;
	width: 724px;
	overflow: hidden;
	border: 0px solid red;
}

#scrollLinks {
	position: absolute;
	left: 670px;
	top: 155px;
}
#scrollLinks a {
	margin-right: 15px;
}

#gallery_inner {
	position: relative;
	padding-top: 6px;
	background-color: #aee239;
	height: 327px;
	width: 4000px;
	border: 0px solid navy;
}



.dev_gallery_image_outer {
	float: left;
	width: 120px;
	height: 70px;
	overflow: hidden;
	border: 1px solid #2a863b;
	margin-bottom: 8px;
	margin-right: 8px;
}


.dev_gallery_image_inner img {
	width: 120px;
	border: 0px solid red;
	
}
#t1 {
	border: 0px solid blue;
	margin-top: 0px;
	margin-left: 8px;
}



.image_td {
	border: 0px solid blue;
	height: 70px;
	width: 120px;
}  
.gap1 {
	width: 60px;
	border: 0px solid blue;
	
}  
.gap2 {
	width: 60px;
	border: 0px solid green;
}  
.gap3 {
	width: 0px;
	border: 0px solid green;
}  


#myGallery {
width: 724px;
height: 333px;
border: 0px solid green;
display: none;
}


/*-------- END GALLERY CSS ----------- */

/*-------- PRESS CSS ----------- */

.press_outer {
	position: relative;
min-height: 314px;
padding-left: 176px;
	padding-top: 81px;
	margin-right: 10px;
	border: 1px solid white;
}


.press_intro {
font-family:Helvetica Neue,arial,Georgia,serif;
	font-size: 12px;
	color: black;
	text-align: left;
	line-height: 17px;
	margin-left: 2px;
	border: 0px solid orange;
}
.press_images {
	border: 0px solid orange;
	margin-top: 17px;
}


.press_image_outer {
	float: left;
	border: 0px solid blue;

	width: 130px;
}
.press_image_td {
	border: 0px solid red;
	height: 70px;
	width: 120px;
}

.press_img_out {
	float: left;
	width: 120px;
	height: 70px;
	overflow: hidden;
	border: 1px solid #2a863b;
}


.press_img_in img {
	width: 120px;
	border: 0px solid red;
}

.press_caption {
	font-size: 12px;
	color: #4fb217;
	font-weight: 600;
}
.press_date {
	font-size: 12px;
	color: black;
}



/*-------- END PRESS CSS ----------- */


/*-------- END CONTENT CSS ----------- */

/*--------- DEV 2PLUS CSS ---------------*/

.dev_2plus {
	height: 398px;
}



.dev_2plus_table {
	position: absolute;
	margin-left: 170px;
	height: 398px;
	border: 0px solid red;
} 




.dev_2plus_but  {

	height: 50px;
	width: 720px;
	text-align: center;
	color: #2a863b;
	font-size: 18px;
}
.dev_2plus_but a {
	height: 36px;
	display: block;
	width: 720px;
	text-align: center;
	padding-top: 14px;
	color: #2a863b;
	font-size: 18px;
	
}




/*--------- END DEV 2PLUS CSS ---------------*/

/*--------- MENU CSS --------- */

.menu_outer {
	position: absolute;
	
	width: 170px;
	height: 360px;
	z-index: 21;
	margin-left:0px;
	margin-top: 19px;
	padding-top:19px;
}



.menu_inner {
	position: absolute;
	width: 132px;
	height: 294px;
	z-index: 30;
	margin-left:17px;
	
}
.menu_buttons {
	
	padding: 2px;
}


.menu_button {
	width: 128px;
	height: 40px;
	z-index: 40;
	margin-bottom: 5px;
	text-align: left;
	font-size: 14px;
}

.menu_but_text {
	
}
.menu_but_text a  {
	height: 33px;
	width: 121px;
	padding-top: 12px;
	padding-left: 8px;
	text-align: left;
	font-size: 13px;
	color: #2a863b;
	display: block;
	
}

.menu_but_text a:hover  {
	height: 33px;
	width: 121px;
	padding-top: 12px;
	padding-left: 8px;
	text-align: left;
	font-size: 13px;
	color: #aee239;
	display: block;
	
}


/*-----------END MENU CSS ----------- */



/* ---------- DEVELOPMEMT MENU CSS ----------*/

.dev_menu {
	border: 0px solid green;
	padding-right: 1px;
}

.dev_menu img {
	border: 0px solid black;
}

.top_dev_menu {
	border: 0px solid yellow;
	padding-top: 0px;
}

.dev_menu_table {
	border: 0px solid orange;
}


.dev_large_but {
	position: relative;
	width: 390px;
	font-size: 12px;
	color: black;
	text-align: center;
	font-weight: bold;
	}
	
.dev_large_but a {
		color: black;
}	

.dev_large_but a:hover {
		color: #aee239;
}	
	
	
.dev_small_but {
	width: 144px;
	color: #2a863b;
	text-align: center;
	}
.dev_small_but a {
	width: 144px;
	font-size: 12px;
	line-height: 12px;
	color: #2a863b;
	display: block;
	}

.dev_small_but a:hover {
	width: 144px;
	font-size: 12px;
	line-height: 12px;
	color: #aee239;
	display: block;
	}
#dev_rotate {
	border: 0px solid black;
}


/*---------- PUSH CSS ------------- */

.push {
	clear: both;
	text-align: center;
	border: 0px solid green;
}

.low_dotted {
padding-top: 12px;
margin-left: 0px;
height: 1px;
border: 0px solid red;
}
.push_buttons {
	border: 0px solid red;
	height: 109px;
	margin-top: 20px;
	padding-left: 10px;
}
	
.push_button {
	width: 290px;
	float: left;
	border: 0px solid purple;
	padding-left: 2px;
	padding-right: 2px;
}	

#functionarea {
}



/* ----------- END PUSH CSS ---------- */

/* ------------ FOOTER CSS ------------ */
.footer {
	margin-top: 4px;
	font-size: 12px;
	color: black;
	text-align: center;
	}





.Address {
	font-family:Helvetica Neue,arial,Georgia,serif;
	font-size: 14px;
	font-weight: 300;
	color: #80ceff;
	text-align: left;
	float: left;
	line-height: 22px;
	display: block;
	z-index: 100;
	border: 0px solid red;
	margin-top: 207px;
	margin-left: 110px;
}
.Address a {
	font-family:Helvetica Neue,arial,Georgia,serif;
	font-size: 14px;
	font-weight: 300;
	color: #e13224;
	text-decoration: none;
}
.Address a:hover {
text-decoration: none;
}

.text {
	font-family:Helvetica Neue,arial,Georgia,serif;
	font-size: 14px;
	font-weight: 100;
	color: #80ceff;
	text-align: left;
	float: left;
	margin-top: 133px;
	margin-left: 165px;
	left: 0px;
	line-height: 22px;
	display: block;
	width: 460px;
	border: 0px solid red;
}


.holding {
	z-index: -10;
}

.link_txt {
border: 0px solid yellow;
position: absolute;
top: 775px;
font-family:Helvetica Neue,arial,Georgia,serif;
font-size: 12px;
width: 1100px;
}


.link_txt a {
	
	font-family:Helvetica Neue,arial,Georgia,serif;
	color: #e13224;
	font-size: 12px;
	text-decoration: none;
}

.link_txt a:hover {
	text-decoration: none;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;

}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;

}

.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
#container{
margin-bottom:10px;
background:#D2D3D5;
}

