* {
margin:0px;
padding: 0px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #7F9FD3;
	background-image: url(../_media/backgrounds/bg_horiz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#162c6b;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-position: center top;
	background-repeat: repeat-y;
    }
	
* html #wrapmaster {
	height:100%;
	}

#client_header {
	display: none;
	text-align: left;
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}

/*  BASIC TEXT FORMATING */
p {
	color:#162c6b;  
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	padding: 8px 0px 5px 0px;
	}

h1 {
	color: #20409a;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	text-align: left;
	margin: 10px 0px;	
	border-bottom: #20409a 2px solid;
	}

h2 {
	color: #4a506a;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-top:10px; 
	padding-bottom:10px;
	}

h3 {
	color:#5979bc;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	padding-top:10px; 
	padding-bottom:10px;
	}

h4 {
	color:#6082ca;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	padding-top:10px; 
	padding-bottom:10px;
	}


a {
	color: #3150a3;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

ul {
	font-size: 100%;
	}
	
ul li {
	padding: 8px 8px 8px 5px;
	list-style-image: url(none);
	list-style-position: inside;
}
	

ol {
	padding:0px;
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}
	
ol li {
	padding:0px 8px 8px 20px;
	}

/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height:109px;
	display:block;
	background-image: url(../_media/backgrounds/hirsch_header.jpg);
	overflow:hidden;
	}
#header a{display:block; width:100%; height:100%; text-indent:-999999px;}

/*------------- content section ----------------- */

#content_wrapper{
	width: 800px;
	height:auto;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px;
	background-image: url(../_media/backgrounds/bg_content.gif);
	background-repeat: repeat-y;
	}

/*------------- content main ----------------- */

#content_main{
	width: 540px;
	text-align: left;
	padding: 0px 0px 85px 0px;
	float: right;
	position: relative;
	right: 28px;
	z-index: 10;
	}

*html #content_main{
	right: 24px;
	}

#text_main{
	width: 534px;
	text-align: left;
	margin:0px auto 0px auto;
	padding: 0px;
	}

#text_main ul li {
	padding: 8px 8px 8px 15px;
	list-style-image: url(../_media/common_assets/bullet_13_trans.gif);
	list-style-position: inside;
	color:#162c6b;  
}

#text_main a:hover {
	color:#5979bc;
}

/*------------- content side ----------------- */


#content_side{
	float: left;
	left: 14px;
	width:216px;
	height:100%;
	min-height: 100%;
	padding:0px;
	display: inherit;
	position: relative;
	text-align: left;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{
}

#side_nav {
	width:191px;
	margin: 0px 0px 0px 0px;
	padding:8px 0px 14px 0px;
	height:100%;
}

#content_side p{
	text-align: left;
	font-size: 100%;
	color:#162c6b;
    }

#content_side a:hover {
	color:#fff;
	text-decration:none;
	}

	
#content_side ul {
	list-style-type: none;
	text-align: left;
	font-size:100%;
	line-height: 90%;
	}
	

#content_side li {
	list-style-type: none;
	text-align: left;
	}

#content_side li a {
	color: #1a3279;
	text-align: left;
	text-decoration: none;
	font-size: 100%;
	}
	
#content_side li a:hover {
	color:#fff;
	text-decration:none;
	}
	
.subnav {
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	list-style-type: none;
	line-height: 80%;
	color: #3300CC;
}

.sitemap_subnav {
	padding-left: 40px;
	font-weight: bold;	
}

#empire_state_bldg {
	position: relative;
	top: 29px;
	margin: 0px auto 0px auto;
}

#empire_state_sm {
	width:170px;
	height:172px;
	position: relative;
	bottom: 5px;
	top:13px;
	margin: 0px auto 0px auto;
	padding:0px;
	text-align: center;
	border:5px solid #3150A3;
}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 800px;
	height:auto;
	min-height:100%;
	margin: 0px auto 0px auto;
	padding: 4px 0px 50px 0px;
	background-color: #95A8D2;
	border-top: 10px #b7ceeb solid;
	background-image: url(../_media/backgrounds/footer_wr_bg.gif);
	background-repeat: repeat-y;
}

#footer{
	text-align: right;
	width: 772px;
	margin: 0px auto 0px auto;
	position: relative;
	top:50px;
	padding-top: 4px;
}
#footer p{
	color:#20409a;;
	margin: 0px;
	padding: 10px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	text-align: center;
	position: relative;
}

#footer a, .copyright {
	color: #21409a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

#footer a .links {
	padding: 0px 3px;
}

#footer a:hover {
	text-decoration: underline;
}


/*------------- home ----------------- */


#home{
	text-align:left;
	width: 772px;
	margin: 0px auto;
	position: relative;
	top:50px;
	bottom:30px;
	padding: 30px 0px 20px 0px;
	
}

#home h1 {
	color: #20409a;	
	border: none;
	font-size:160%;
	border-bottom: #20409a 2px solid;
	}

#home h2 {
	font-size:120%;
	color:#162c6b;
	}


#home a {
	color: #fff;
	font-weight: normal;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}


#home a:hover {
	text-decoration: underline;
}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #B6CEEA;
	border: solid #4a506a 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px;
	border: none;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	border: none;
	}

.image_center {
	margin: 0px auto 5px auto;
	}

.module_right {
	float: right;
	width: 250px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	

.module_right ul {
	padding-left:0px;
}

.module_right h2 {
	background-color: #4a506a;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin-bottom: 6px;
	}

/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_center a {
	color:#777;
	}	

.text_center a:hover{
	background-color:#B6CEEA;
	color:#333;
}

.page_links {
	color: #3150a3;
	text-align: center;
}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}	

.cv_indent {
	padding: 0px 5px 0px 25px;
}

.dotted_line {
	border-top: 1px dotted #c4c697;
	}

/*  FAKE H-TAGS, for seo */	
.h1 {
	color: #20409a;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	text-align: left;
	margin: 10px 0px;	
	border-bottom: #20409a 2px solid;
	}

.h2 {
	color: #4a506a;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-top:10px; 
	padding-bottom:10px;
	}

.h3 {
	color:#5979bc;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	padding-top:10px; 
	padding-bottom:10px;
	}

.h4 {
	color:#6082ca;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	padding-top:10px; 
	padding-bottom:10px;
	}

/*  DESIGN ELEMENTS */	

	
.dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}

.dotted_line {
	border-top: 1px dotted #6699FF;
	}	

.caption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style:italic;
	text-align: left;
	line-height: 120%;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #4a506a;
}

.side_seo {
	border: solid #4a506a 2px;
	background-color: #B6CEEA;
	margin: 30px auto 40px auto;
	padding: 10px 13px 15px 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;	
	line-height:130%;
	}

/*  End CSS Classes   */	

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 420px;
	width: 500px;
	margin: 0px auto 0px auto;
	border: solid #000000 1px;
}

.address {
	position:relative;
	z-index:100;
	margin-top: -55px;
	padding-bottom:20px;
	background-color:#7F9FD3;
	color:#fff;
}

.address p {
	font-size: 100%;
	line-height: 140%;
	text-align:right;
	margin:0px; 
	padding:0px 4px 0px 0px;
}

#interior_address {
	margin:0px; 
	padding:0px;
	border-top:3px solid #93b9f5;
	position: relative;
	width: 534px;
	margin-top:-56px;
	float: right;
	right: 30px;
}

#interior_address p {
	color:#21409A;
	padding:10px 0px 10px 0px;
	text-align: center;
	width: 534px;
	}

#interior_address img{
	padding:0px 18px 0px 18px;
}

a[href^="tel:"], a[href^="tel:"]:hover {
	font-size: inherit !important;
	cursor: text !important;
	color: inherit !important;
	font-weight: inherit !important;
	text-decoration: inherit !important;
	background: none !important;
	border: none !important;
}
