/* ------------------------------------------------- */
/* Div Styles                                        */
/* ------------------------------------------------- */

/* shadow border styles */
#leftShadow {
	max-width: 1002px;
	min-width: 752px;
	margin: 0px auto;
	padding-left: 15px;
	background: url('../images/leftShadow.png') repeat-y left;
}

#rightShadow {
	max-width: 1002px;
	min-width: 650px;
	margin: 0px auto;
	padding-right: 15px;
	background: url('../images/rightShadow.png') repeat-y right;
}

#bottomShadowLeft {
	max-width: 1002px;
	min-width: 650px;
	margin: 0px auto;
	padding-left: 15px;
	background: url('../images/bottomLeftShadow.png') no-repeat left;
}

#bottomShadowRight {
	max-width: 1002px;
	min-width: 650px;
	margin: 0px auto;
	padding-right: 15px;
	background: url('../images/bottomRightShadow.png') no-repeat right;
}

#bottomInnerShadow {
	height: 15px;
	background: url('../images/bottomShadow.png') repeat-x;
}

#leftCornerShadow {
	float: left;
}

#rightCornerShadow {
	float: right;
}

/* content div styles */
#mainContent {
	background-color: #fff;
	border: 1px solid #6f6f6f;
	position: relative;
}

.breadcrumbs {
	font-size:.7em; 
}

#pagewrapper {
	margin: 0px 50px;
	padding:20px;
	background-color:#e9e9e9;
}

.maincontent {
	width:100%;
}

#header {
	background-image: url('../images/whiteGradientSmall.png');
	background-repeat: repeat-x;
	height: 96px;
	border-bottom: 1px solid #999;
	position: relative;
	z-index: 5;
}

#header_state {
	
	height: 96px;
	border-bottom: 2px solid #039;
	position: relative;
	z-index: 5;
}



#stateBanner {
	/* position: absolute;
	top: 0px;
	width: 985px;
	z-index: 10; */
	background-color: #003366;
	height: 28px;
}

#seal {
	z-index: 25;
/*	height: 100px;
	width: 100px;*/
	margin-left: 10px;
	left: 0px;
	top: 0px;
}

#sealOriginal {
	position: absolute;
	z-index: 25;
/*	height: 100px;
	width: 100px;*/
	margin-left: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#stateSeal {
    position: absolute;
    z-index: 25;
    /*	height: 100px;
	width: 100px;*/
    margin-left: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 30px;
}

#sjny {
	position: absolute;
	top:40px;
	left: 110px;
	}
	
#goer {
	position: absolute;
	top:0px;
	right: 0px;
	}

#header img.nysbanner {
	float: right;
	position: absolute;
	top:48px;
	right:12px;
    height:32px;
	width:333px;
	}
	
#header h1 {
	display: block;
	/*height: 40px;*/
	width: 550px;
	text-indent: -9999px;
	padding: 0px;
	margin: 0px;
/*	position: absolute;
	top: 40px;*/
	left: 110px;
	background-repeat: no-repeat; 
}
.chamberinterns #header h1 {
	display: block;
	height: 80px;
	width: 550px;
	text-indent: -9999px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 20px;
	left: 110px;
	background-repeat: no-repeat;
}
#loginBar {
	background-color: #6F6F6F;
	background-image: url('../images/whiteGradientSmall.png');
	background-repeat: repeat-x;
	color: #eee;
	padding: 5px;
	border-bottom: 1px solid #666;
}

#loginBar a {
	color: #333;
}

#nav {
	/* width: 180px; */
	width: 18%;
	margin: 8px 0px;
	padding: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	display: inline-block;
	float: left;
	/* position: absolute;
	top: 70px;
	left: 0; */
}

#nav ul {
	padding: 0px;
	margin: 0px;
}

#nav ul.midNavList {
	padding-top: 5px;
	border-bottom: 2px solid #ddd;
}

#nav ul.bottomNavList {
	padding-top: 5px;
}

#nav li {
	list-style-type: none;
}

#nav li form p {
	margin: 0;
	padding: 0;
}

.localNavItem {
	margin-bottom: 5px;
	font-size: 1.1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ccc;
}

.localNavItem>* {
	padding: 5px;
}

.localNavItem img {
	vertical-align:middle;
	margin-left:2px;
}

.localNavItem:hover {
	border-left-color: #fff;
	background-color: #ddd;
}

#nav a {
	display: block;
	margin: 0;
}

#nav #searchInput, #nav #keyword {
	width: 125px;
}

#nav input.ui-button {
	padding: 1px;
}

#nav input.ui-button img {
	padding: 1px;
}

#nav .navButton, #nav .navSection {
	margin: 10px 0;
}

#content {
	padding: 2% 1%;
	/* margin-left: 192px; */
	float: right;
	width: 77%
}

#noNavContent {
	padding: 30px 100px;
}

#footer {
/*	border-top-width: 2px;*/
/*	border-top-style: solid;*/
	padding: 5px 50px;
	margin: 0px;
	font-size: 1em;
	clear: both;
}

#footer>* {
	margin: 0px;
	padding: 0px;
}