/* - - - - - - - - - - - PAGE STYLES - - - - - - - - - - -  */


* {
	margin: 0;
	padding: 0;
	}
html {
	height: 100%;
	}
body {
	scrollbar-base-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #5190CD;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #5190CD; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #5190CD;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	background: url(../images/background_banded.jpg) repeat-y center;
	height: 100%;
	_height: 3300px; /* IE 6 Hack :) */
	}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:10px;
	color:#5190CD;
	}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:10px;
	color:#5190CD;
	}
p,li {  
	color:#333333;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 80%;
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	padding-left:10px;
	}
#padding td {
	padding:4px;
	}	
.whiteLink a:link {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
.whiteLink a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
.whiteLink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.whiteLink a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
.blueLink {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #5190CD;
	text-decoration: none;
	font-size: 12px;
	}
.blueLink a:link {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #5190CD;
	text-decoration: none;
	}
.blueLink a:visited {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #5190CD;
	text-decoration: none;
	}
.blueLink a:hover {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #5190CD;
	text-decoration: underline;
	}
.blueLink a:active {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #5190CD;
	text-decoration: none;
	}
.noLink {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	}
img { 
	border: 0px none; 
	}
	

/* - - - - - - - - - - - DIV STYLES - - - - - - - - - - -  */


*html #page-wrap {
	height: 100%;
	}
#page-wrap {
	position:relative;
	min-height: 100%;
	background: url(../images/bottom_tag-blue.gif) bottom right no-repeat white;
	min-width: 780px;
	max-width: 1260px;
	margin: 0px auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
	overflow:hidden;

	}
#main-content {

	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 9em;
	
	}
#inside {
	
	position:relative;
	}
#left-sidebar {
	width: 180px;
	float: left;
	background-color:#5190cc;
	background-image:url(../images/left_blue.gif);
	background-repeat:no-repeat;
	visibility:visible;
	height:auto;
	
	}
.html #left-sidebar {
	display:inline;
	}
#header {
	height:138px;
	background-image:url(../images/header_bg-blue.gif);
	background-repeat:repeat-x;
	}
#header #logo-osher {
	background-image:url(../images/header_logo-blue.gif);
	float:right;
	margin-right:30px;
	width:135px;
	height:112px;
	}
#header #icon {
	float:left;
	width:276px;
	height:112px;
	background-image:url(../images/header_left-blue.gif);
	}


	
/* - - - - - - - - - - - FOOTER STYLES - - - - - - - - - - -  */
	
	
#footer {
	position: relative;
	margin-top: -2.35em;
	margin-left:auto;
	margin-right:auto;
	color:#333333;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 70%;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;	
	padding: 5px 10px 5px 8px;
	background-color:#CCCCCC;
	border-top:solid 1px #666666;
	height: 14px;
	min-width: 780px;
	max-width: 1240px;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1240? "1240px" : "auto");
	}
#footer a {
	color:#333333;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	}
#footer a:link {
	color:#333333;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	text-decoration:none;
	}
#footer a:visited {
	color:#333333;
	text-decoration:none;
	}
#footer a:active {
	color:#333333;
	text-decoration:none;
	}
#footer a:hover {
	color:#333333;
	text-decoration:underline;
	}


/* - - - - - - - - - - - NAV STYLES - - - - - - - - - - -  */


#nav {
	margin: 2px auto 0 auto;
	float:left;
	padding: 0;
	width:90%;
	background:#FFFFFF;
	background-image:url(../images/nav_off.gif);
	}
#nav ul {
	height:20px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-image:url(../images/nav_off.gif);
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 1px;
	text-transform: lowercase;
	}
#nav li a {
	float: left;
	padding: 3px 7px;
	text-decoration: none;
	color: #000000;
	border: none;
	}
#nav li a:hover {
	color: #5190CD;

	}
#nav li a.active {
	font-weight: bold;
	color: #5190CD;
	}
/***** Added by Wilbur *****/
.login_panel {
	display:block;
	border: 3px solid #689902;
	padding: 1em;
	width:280px;
	margin-left:auto;
	margin-right:auto;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}
fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	border-color: #ebe0c6;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
