﻿
html, body, form {
	width:100%;
	height:100%;/* SF needed to base 100% height on something known*/
	margin:0; /* zero out margin */
	padding:0; /* zero out padding */
}

body {
	background-color:#ffffff;
}


/*	WRAPPER	*/
#wrapper {
	width: 1170px;
	min-height: 100%; /* SF */
	margin: 0px auto;
	padding: 0px 7px;
}
* html #wrapper { 
	height:100%; /* IE6 treats height as min-height */
}
#topWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 92px;
	background-color: #0172AC;
}
#contentWrapper {
	width: 100%;
	padding: 115px 0 92px; /* SF bottom padding clears the #footer */
	font-size: 14px;
	line-height: 16pt;
}
#bottomWrapper {
	width: 100%;
	height: 40px;
	margin: -40px auto 0; /* SF -Xpx sucks it back in & auto centers it */
	background-color: #004B86;
	line-height: 18px;
	font-size: 14px;
	color: #fff;
}

/*	TOP	*/
#top {
	width: 1170px;
	height: 100%;
	margin: 0px auto;
}

/*	TOP: LOGO	*/
#logo {
	float: left;
	width: 210px;
	height: 66px;
	margin-top: -10px;
}

/*	TOP: MINI MENU	*/
#minimenu {
	position: absolute;
	top: 14px;
	width: 1170px;
	text-align: right;
}

/*	TOP: NAVIGATION	*/
#topmenu {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 90px;
	background: #0172AC;
}
#navigation {
	font-size: 14px;
	width: 1170px;
	height: 44px;
	margin: 6px auto 0px auto;
	color: #fff;
}

	#navigation #slogan {
		text-align: right;
		font-weight: bold;
		font-size: 15px;
		margin: 22px 0 8px 0;
		text-transform: uppercase;
	}

	#navigation #Frame_lblLoginName {
		float: right;
		height: 27px;
		color: #fff;
        font-style:italic;
	}

	#navigation .menu {
		float: right;
		margin-left: 32px
	}

	#navigation .menu a {
		text-decoration: none;
		color: #fff;
	}

		#navigation .menu a:hover {
			text-decoration: underline;
		}

div#navigator {
    margin-top: 109px;
}

/*	FOOTER	*/
#footer {
	width: 1170px;
	height: 30px;
	margin: 0px auto;
	padding: 10px 0 0px 0;
	text-align: center;
}

#footer a{
	color:#e5e5e5;
	text-decoration:none;
	border-bottom:dotted 1px #666;
}
#footer a:hover{
	color:#e5e5e5;
	text-decoration:none;
	border-bottom:dotted 1px #e5e5e5;
}

.dialogWindow{display:none;font-size:14px;}
.ui-autocomplete{font-size:14px}


@media only screen and (max-width : 1200px) {
	#wrapper, #top, #minimenu, #navigation, #footer { width: 992px; }
}
@media only screen and (max-width : 1024px) {
	#wrapper, #top, #minimenu, #navigation, #footer { width: 95%; }
}