@charset "UTF-8";
/* CSS Document */

body {
	background-color:#D3EAF9;
	min-width: 850px;
}

.white {
	background-color:#FFFFFF;
	overflow: auto;
}

.orange-text {
	color: #FF9900;
}

.blue-text {
	color: #006699;
}

.white-text {
	color: #fff;
}

a:link, a:visited {
	color: #006699;
	text-decoration:none;
	
}

a {
	color:#666666;
	text-decoration:none;
}
.link {
	cursor: pointer;
}

p + p {text-indent:0em;margin-top:-.5em;}

h1 {
	font-size: 1.8em;
	font-weight: 500;
}
h2 {
	font-size: 1.7em;
	font-weight: 500;
	color: #FF9900;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h5 {
	font-size: 1.5em;
	font-weight:bold;
	font-style: italic;
	text-align:center;
	color: #006699;
}
h6 {
	font-size: 1em;
	font-weight:bold;
	font-style: italic;
	text-align:center;
	color: #006699;
}


input[type=submit] {
	margin-top: 10px;
}

label {
	margin: 0.4em 0;
}

div.even {
	background-color: #E5ECF9;
}

div.odd {
	background-color: #fff;
}
/*layout */

#header {
	background-image:url(../images/nav-bg.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	height: 120px;
	float: left;
	width: 100%;
}
#sub-footer {
	position: relative;
	top: 10px;
	clear: both;
}

#footer {
	text-align:center;
	height: 60px;
	clear: both;
  	position: relative;
	overflow: hidden;
}
.column {
	margin-right: 0px;
	float: left;
  	position: relative;
	padding-bottom: 20001px;  /* X + padding-bottom */
  	margin-bottom: -20000px;  /* X */
}

.finite-column {
  float: left;
  position: relative;
  margin-right: 10px;

}
	

.left-border {
	background-image: url(../images/left-side.png);
	background-position:left;
	background-repeat:repeat-y;
}

.right-border {
	width: 100%;
	background-image: url(../images/right-side.png);
	background-position:right;
	background-repeat:repeat-y;
	height: 100%;
	overflow:hidden;
}


.bottom {
	float: left;
	margin-top: -90px;
	z-index: 0;
	background-color: #fff;
	background-image: url(../images/bottom.png);
	background-position:bottom;
	background-repeat:repeat-x;
	width: 100%;
	
}

.left-bottom {
	float: left;
	background-image:url(../images/bottom-l.png);
	background-position:bottom left;
	height: 90px;
	width: 90px;
}

.right-bottom {
	float: right;
	background-image:url(../images/bottom-r.png);
	background-position:bottom right;
	height: 90px;
	width: 90px;
}

#center-column {
  	width: 100%;
}

.interior {
	padding: 30px;
	padding-bottom: 10px;
	margin: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	background: #fff;
	border: solid 2px #FF9900;
	z-index: 200;
	position: relative;
	clear: both;
	overflow: auto;
}

.interior p {
	margin-bottom: 35px;
}


.contents {
	padding: 20px;
	position: relative;
	z-index: 100;
	overflow: auto;
}
span.contents {
	display: block;
}


.orange-border {
	border: 2px solid #FF9900;
	background: #fff;
}
.orange-box {
	background-color: #fff;
	border: 1px solid #999;
}
.orange-box > div, .orange-box > span {
	background-color:#FFA448;
	border: 2px solid #FDD597;
	
}

.blue-box {
	border: 1px solid #666666;
	background-color: #fff;
}

.blue-box > div, .blue-box > span {
	border: 2px solid #76A9DA;
	background-color: #488CCD;
}
.button {
	margin: 10px auto;
	z-index: 1000;
	
	cursor: pointer;
}

.button span:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.button span {
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-align:center;
	width: auto;
	display: block;
}

.button.small-button > span{
	font-size: .9em;
	padding: 0px;
}

.button.small-button {
	padding: 0px;
}


.button.large {
	width: 400px;
}


.rounded {
  	-moz-border-radius:2ex;
  	-webkit-border-radius:2ex;
} 

.rounded-top {
  -moz-border-radius-topleft:2ex;
  -moz-border-radius-topright:2ex;
  -webkit-border-top-left-radius:2ex;
  -webkit-border-top-right-radius:2ex;
} 


.small-rounded {
  	-moz-border-radius:4px;
  	-webkit-border-radius:4px;
} 

/*overrides */


.no-margin {
	margin: 0px;
}

.center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

.auto {
	overflow: auto;
}

.hidden {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}



/* ie hacks */
* html body {
  overflow: hidden;
}

* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #fff;         /* Same as body 
                               background */
}

* html #left-column {
  left: 200px;  /* RC width */
}

