/* - - - - - - - - - - - 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, #form td {  
	color:#333333;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 80%;
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	padding-left:10px;
	}

/** All Form Related **/
#form td {
	padding-top:10px;
}
#form input, #form textarea {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#form textarea {
  height:auto;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

#form input[type="radio"] {
	margin-bottom: 0;
	margin-left: -20px;
	float: left;
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
	line-height: normal;
	border: none;
	border-image: initial;
}

#form input[type="submit"] {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  width:auto;
  height:auto;
}


#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;
	}

