/*****************************/
/******** Background *********/
/*****************************/

#page_bg {
	background: #000000;
	padding:0;
}



/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	height: 100%;
	margin: 0;
}

body {
	margin:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.3;
}

a:link, a:visited {
	text-decoration: none;
	color:#fff;
}

a:hover {
	text-decoration: underline;
	color:#fff;
}

a:active { outline: none; }

a:focus { outline: none; }

button:focus { outline: none; }

input.button { cursor: pointer; }

p {margin-top: 0;}

img {border: 0 none; }




/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

div#wrapper {
	width:1020px;
	margin:auto;
	position:relative;
	padding:0;
}

body.width div#wrapper {
	width: 1020px;
}

div#header {
	position: relative;
    width:100%;
    height:139px;
	background:#000;
	margin:0;
	padding:0;
	margin:0 0 0 214px;
}

div#logo {
	position:relative;
	float: left;
	width: 570px;
	height: 52px;
	background: url(../images/zimmerman_logo.png) 0 0 no-repeat;
	margin:53px 0 33px 0;
}

div#navigation {
	width:220px;
	height:402px;
	float:left;
	padding-left:0px;
}

.content {
	margin:0;
	padding:0;
}

div#footer {
	position:relative;
	float:left;
	overflow: hidden;
	width:100%;
	height:55px;
	margin:55px 0 0 0;
}


div.address {
	position: relative;
	top: 7px;
}

div.address img {
	margin:0 0 0 239px;
}




/*****************************************/
/************ Vertical menu **************/
/*****************************************/

.menu_container_1 {
	padding:0 0 0 17px;
	margin:0;
	width: 200px;
	float:left;
	cursor: pointer;
	cursor: hand;
}

.menu_container_2 {
	padding:20px 0 0 17px;
	margin:0;
	width: 200px;
	float:left;
	cursor: pointer;
	cursor: hand;
}


td.mainmenu {
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing:0.03em;
	color: #fff;
	padding-left:10px;
	background:url(../images/zimmerman_bul.png) 0 8px no-repeat;
}

td.mainmenu-hover {
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing:0.03em;
	color: #cfd059;
	padding-left:10px;
	background:url(../images/zimmerman_bul.png) 0 8px no-repeat;
}

td.mainmenu-selected {
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing:0.03em;
	color: #cfd059;
	padding-left:10px;
	background:url(../images/zimmerman_bul.png) 0 8px no-repeat;
}




/*****************************************/
/************ Template columns ***********/
/*****************************************/

#blankcolumn {
	width:220px;
	height:402px;
	float:left;
}

#leftcolumn {
	background:#000000;
	padding:0;
	margin:0;
	width: 558px;
	height:402px;
	float:left;
}

#rightcolumn {
	background:#000000;
	padding:0;
	margin:0;
	width: 220px;
	height:402px;
	float:left;
}

#leftcolumn_grey {
	padding:0 0 0 18px;
	margin:0;
	width: 540px;
	height:402px;
	float:left;
}

#rightcolumn_grey {
	padding:3px 0 0;
	margin:0;
	width: 220px;
	height:402px;
	float:left;
}

#rightcolumn_grey2 {
	padding:0;
	margin:0;
	width: 200px;
	height:402px;
	float:left;
}


#leftcolumn_grey {
	padding:0 0 0 18px;
	margin:0;
	width: 540px;
	height:402px;
	float:left;
}

.columns_indent {
	background:#000000;
	padding:0;
	margin:0;
	width: 18px;
	height:402px;
	float:left;
}



/*****************************************/
/************ Template details ***********/
/*****************************************/

.home_btn {
	position:relative;
	width:90px;
	height:29px;
	float:left;
	background:url(../images/zimmerman_homebtnbg.png)  0 0 repeat-x;
	margin-top:70px;
	cursor: pointer;
	cursor: hand;	
}


td.home {
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
	font-weight: bold;
	letter-spacing:0.05em;
	color: #fff;
	padding-left:20px;
}

td.home-hover {
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
	font-weight: bold;
	letter-spacing:0.05em;
	color: #cfd059;
	padding-left:20px;
}

td.home-selected {
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
	font-weight: bold;
	letter-spacing:0.05em;
	color: #cfd059;
	padding-left:20px;
}





/*****************************************/
/**************** headers ****************/
/*****************************************/

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
	font-size:24px;
	line-height:1.3;
	letter-spacing:0.03em;
	margin:0;
	padding:0 0 18px 0;
}


h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
	font-size:22px;
	line-height:1.3;
	letter-spacing:0.03em;
	margin:0;
	padding-bottom:5px;
	text-decoration:underline;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
	font-size:18px;
	line-height:1.3;
	letter-spacing:0.03em;
	margin:0;
	padding-bottom:5px;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
	font-size:18px;
	line-height:1.3;
	letter-spacing:0.03em;
	margin:0;
	padding:0 0 15px 0;
}

h5 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#fff;
	font-size:15px;
	line-height:1.3;
	letter-spacing:0.03em;
	margin:0;
	padding:0 0 7px 0;
}

h6 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
	font-size:16px;
	letter-spacing:0.03em;
	margin:-5px 0 0 5px;
	padding:0;
}




/*****************************************/
/************ Gallery elements ***********/
/*****************************************/

.place {
	float:left;
	width:210px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	padding-left:0px;
	margin:0;
}

.place p {
	padding:0;
	margin:0;
}

.gallery_preview {
	float:left;
	width:146px;
	height:122px;
	overflow:hidden;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
	font-size:11px;
	text-align:left;
	text-indent:5px;
	padding:0 25px 12px 0; 
}

.gallery_preview img {
	width:146px;
	height:106px;
	float:left;
	margin-bottom:-2px;
	border:1px #b6b7b6 solid;
}

.gallery_preview a img {
	width:146px;
	height:106px;
	float:left;
	margin-bottom:-2px;
	border:1px #fff solid;
}

.gallery_preview a:visited img {
	width:146px;
	height:106px;
	float:left;
	margin-bottom:-2px;
	border:1px #cfd059 solid;
}

div#preview_btn {
color:#000066;
font-weight:bold;
height:36px;
left:400px;
margin-top:310px;
position:absolute;
top:235px;
}

div#preview_btn span {
	position:relative;
	top:7px;
	float:left;
	margin:0;
	padding:0 9px 0 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	text-align:center;
	letter-spacing:0.03em;
	text-transform: capitalize;
}


.prev {
	width:32px;
	height:36px;
	float:left;
	background: url(../images/prev_slide_new.png) 0 0 no-repeat;
}

.prev a{
	width:32px;
	height:36px;
	float:left;
	background: url(../images/prev_slide_new.png) 0 0 no-repeat;
	border:0;
}

.next {
	width:32px;
	height:36px;
	float:left;
	background: url(../images/next_slide_new.png) 0 0 no-repeat;
}

.next a{
	width:32px;
	height:36px;
	float:right;
	background: url(../images/next_slide_new.png) 0 0 no-repeat;
	border:0;
}

.pages {
	position:relative;
	height:36px;
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color: #999;
}


div#colon_btn {
	position:absolute;
	left:238px;
	top:542px;
	width:538px;
	height:36px;
	float:left;
}

.colon {
	height:36px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color: #cfd059;
	cursor:pointer;
	cursor:hand;
}

.colon a {
	color: #999;
}

.colon a:hover, .colon a.selected{
	color:#cfd059;
	text-decoration:none;
}


.btn_container {
	position:relative;
	width:210px;
	height:24px;
	float:left;
	padding:0 0 0 5px;
	margin:0px;
}

.btn_container .index {
	position:relative;
	top:3px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	text-align:center;
	letter-spacing:0.03em;
	text-transform: capitalize;
}


.btn_container_old {
	position:relative;
	width:210px;
	height:24px;
	float:left;
	padding:0 0 0 5px;
	margin-bottom:14px;
}

.btn_container_old .index {
	position:relative;
	top:3px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	text-align:center;
	letter-spacing:0.03em;
	text-transform: capitalize;
}

.btn_prev {
	margin-right:5px;
	width:19px;
	height:22px;
	float:left;
	background:url(../images/prev_btn_new.png) 0 0 no-repeat;
}

.btn_prev a{
	width:19px;
	height:22px;
	float:left;
	background:url(../images/prev_btn_new.png) 0 0 no-repeat;
	border:0;
}

.btn_prev_inv {
	margin-right:5px;
	width:19px;
	height:22px;
	float:left;
}

.btn_prev_inv a{
	width:19px;
	height:22px;
	float:left;
	border:0;
}

.btn_prev_last {
	margin-right:5px;
	width:19px;
	height:22px;
	float:left;
	background:url(../images/prev_btn_new.png) 0 0 no-repeat;
}

.btn_prev_last a{
	width:19px;
	height:22px;
	float:left;
	background:url(../images/prev_btn_new.png) 0 0 no-repeat;
	border:0;
}

.btn_next {
	margin-left:5px;
	width:19px;
	height:22px;
	float:left;
	background:url(../images/next_btn_new.png) 0 0 no-repeat;
}

.btn_next a{
	width:19px;
	height:22px;
	float:left;
	background:url(../images/next_btn_new.png) 0 0 no-repeat;
	border:0;
}

.btn_small {
	position:absolute;
	left:784px;
	top:550px;
	width:210px;
	height:24px;
	float:none;
	padding:7px 0 0 7px;
}

.colon_small {
	height:22px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color: #cfd059;
	cursor:pointer;
	cursor:hand;
float:none;
}

.colon_small a {
	color: #999;
}

.colon_small a:hover, .colon_small a.selected{
	color:#cfd059;
	text-decoration:none;
}



.btn_smallnext {
	width:19px;
	height:22px;
	float:left;
	background:url(../images/next_btn_new.png) 0 0 no-repeat;
}

.btn_smallnext a{
	width:19px;
	height:22px;
	float:left;
	background:url(../images/next_btn_new.png) 0 0 no-repeat;
	border:0;
}

.btn_smallprev {
	width:19px;
	height:22px;
	float:left;
	background:url(../images/prev_btn_new.png) 0 0 no-repeat;
}

.btn_smallprev a{
	width:19px;
	height:22px;
	float:left;
	background:url(../images/prev_btn_new.png) 0 0 no-repeat;
	border:0;
}

/***********************

.btn_close {
	width:23px;
	height:20px;
	float:left;
	background:url(../images/close_btn.png) 0 0 no-repeat;
}

.btn_close a{
	width:23px;
	height:20px;
	float:left;
	background:url(../images/close_btn.png) 0 0 no-repeat;
	border:0;
}

*******************/



/***********Gallery************/

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 522px; /*width of featured content slider*/
	height: 402px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding:0;
	width: 522px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
}

.pagination{
	width: 210px; /*Width of pagination DIV*/
	padding: 5px;
	float:left;
}

.pagination img {
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:0 9px 6px 0;
	border:1px #b6b7b6 solid;
}

.pagination img a{
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:0 9px 6px 0;
	border:1px #b6b7b6 solid;
}

.pagination a:hover img, .pagination a.selected img {
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:0 9px 6px 0;
	border:1px #cfd059 solid;
}



/***********Text Gallery************/

.pagination_years{
	width: 60px; /*Width of pagination DIV*/
	float:left;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	padding:30px 0 0 20px;
}

.pagination_years a, .pagination_years a:hover {
	width:60px;
	overflow:hidden;
	float:left;
	text-decoration:none;
	margin-bottom:4px;
}

.pagination_years a.selected{
	width:60px;
	overflow:hidden;
	float:left;
	background:url(../images/text_arrow.png)  right 5px no-repeat;
	text-decoration:none;
	margin-bottom:4px;
}


/*****************************/

.pagination_resumes{
	width: 210px; /*Width of pagination DIV*/
	float:left;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	padding:22px 0 5px 18px;
}

.pagination_resumes a, .pagination_resumes a:hover {
	width:210px;
	float:left;
	overflow:hidden;
	text-decoration:none;
	margin-bottom:7px;
}

.pagination_resumes a.selected{
	width:210px;
	float:left;
	overflow:hidden;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:7px;
}




.public_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.4;
}

.public_links a, .public_links a:hover, .public_links a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.4;
	text-decoration:underline;
}


/**************scroll_text********************/

.Container {
  position: relative;
  width: 490px;
  height: 320px;
  background: #000;
  float:left;
}

#Scroller { 
  position: relative; 
  overflow: hidden;
  width: 480px;
  height: 320px;
}

.Scroller-Container {
  position: relative;
}

#Scrollbar-Container {
  position: relative;
  float:left;
  padding-left:10px;
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}

.Scrollbar-Track {
  width: 16px; height: 288px;
  position: absolute;
  top: 16px;
  background: transparent url(../images/scrollbar_track.gif) no-repeat left center;
}
.Scrollbar-Handle {
  cursor: pointer;
  position: absolute;
  width: 16px; height: 28px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 306px;
}


/************scroll_text2*************/

/**************scroll_text********************/

.Container2 {
  position: relative;
  width: 490px;
  height: 366px;
  background: #000;
  float:left;
}

#Scroller2 { 
  position: relative; 
  overflow: hidden;
  width: 480px;
  height: 366px;
}

.Scroller-Container2 {
  position: relative;
}

#Scrollbar-Container2 {
  position: relative;
  float:left;
  padding-left:10px;
}

.Scrollbar-Up2 {
  cursor: pointer;
  position: absolute;
}

.Scrollbar-Track2 {
  width: 16px; height: 334px;
  position: absolute;
  top: 16px;
  background: transparent url(../images/scrollbar_track.gif) no-repeat left center;
}
.Scrollbar-Handle2 {
  cursor: pointer;
  position: absolute;
  width: 16px; height: 28px;
}
.Scrollbar-Down2 {
  cursor: pointer;
  position: absolute;
  top: 352px;
}






.scrollbar {
	overflow:auto;
	width:500px;
	height:300px;
	padding:2px;
	scrollbar-face-color: #181c18;
	scrollbar-shadow-color: #999;
	scrollbar-highlight-color: #999;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #999;
}





/*************pagination***************/


.paginationstyle{ /*Style for pagination divs*/
	position:absolute;
	top:528px;
	left:236px;
	float:left;
	width: 538px;
	height:36px;
	text-align: center;
	padding: 2px 0;
	margin: 10px 0;
}



.paginationstyle select{ /*Style for pagination divs' select menu*/
	text-decoration: none;
}

.paginationstyle a{ /*Pagination links style*/
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color: #999;
	cursor:pointer;
	cursor:hand;
	padding: 0 5px;
}

.paginationstyle a:hover{
	text-decoration: none;
	color: #cfd059;
}

.paginationstyle a.selected{
	padding: 0 5px;
	color: #cfd059;
}


.paginationstyle .flatview { /*Pagination div "flatview" links style*/
	color: #999;
}

.paginationstyle .flatview a {
	padding: 0 5px;
	text-decoration: none;
	color: #999;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
	padding: 0 5px;
	color: #cfd059;
}

.home1 {
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
	font-weight: bold;
	letter-spacing:0.05em;
	color: #fff;
	padding-left:20px;
}

.home1-hover {
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
	font-weight: bold;
	letter-spacing:0.05em;
	color: #cfd059;
	padding-left:20px;
}

.home1-selected {
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
	font-weight: bold;
	letter-spacing:0.05em;
	color: #cfd059;
	padding-left:20px;
}

