@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}
body {
    font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	color: #666;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
img, img a { border: none; }

h1 {
 font-size: 16px;
 font-weight: bold;
 padding-bottom: 0px;
 padding-top: 5px;
 margin-top:  0px; 
 margin-bottom:  0px;
 color: #666;
}
h2 {
 font-size: 14px;
 font-weight: bold;
 padding-bottom: 0px;
 padding-top: 5px;
 margin-top:  0px; 
 margin-bottom:  0px;
 color: #666;
}
#home_pagewrap {
	width: 100%;
	margin: 0 auto;
	background-attachment: fixed;
	background-image: url(../images/rs_hom-background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#home_center {
	width: 920px;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	background-image: url(../images/rs_main-back.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#identity_center {
	width: 920px;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	background-image: url(../images/rs_web-back.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#info_box {
	position:relative;
	left: 0px;
	top: -40px;
	width: 275px;
	height: 60px;
	padding: 160px 138px 0px 32px;
	background-image: url(../images/rs_hom-info.png);
}

#top_container {
	width: 920px;
	padding: 20px 0px 20px 0px;
	margin: 0 auto;
}
div.content {
	width: 900px;
	height: 430px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #666;
	font-size: 14px;
} 
.content a {
	color: #666;
	text-decoration: underline;
} 
.content a:hover {
	text-decoration: underline;
	color: #333;
}
div.side {
	width: 180px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	color: #66666;
	font-size: 12px;
	font-weight: normal;
	background-color: #DDD;
}
div.top {
	width: 260px;
	margin: 0 auto;
	float: left;
	padding: 0px 10px 0px 10px;
	text-align: left;
	color: #999;
	font-size: 10px;
}
div.current {
	width: 360px;
	margin: 0 auto;
	padding: 0px 20px 0px 320px;
	text-align: left;
	color: #66666;
	font-size: 12px;

}

/* Footer Nav */
#footwrap {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/rs_hom-bottomstretch.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#footnav {
	width: 960px;
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	background-image: url(../images/rs_hom-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footnav A:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#footnav A:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#footnav A:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#footnav A:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
#foottext {
	font-family: Verdana, Arial, _sans;
	letter-spacing:normal;
	width: 430px;
	font-size: 10px;
	line-height: normal;
	color: #666;
	text-align: center;
}
#foottext A:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#foottext A:active {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#foottext A:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#foottext A:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
.text_sm {
	font-size: 10px;
}
.text_lg {
	font-size: 18px;
}
#form_container {
	width: 740px;
	height: 640px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/rs_light-back.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.redline {
	border-top-color: #9F2346;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 3px 0px 0px 0px;
	width: 100%;
	float: left;
}
.grayline {
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 6px;
	width: 100%;
}
.cssform p {
	width: 130px;
	clear: left;
	margin: 0;
	padding: 2px 0px 2px 0px;
	padding-left: 130px; /*width of left column containing the label elements*/
}
.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -135px; /*width of left column*/
	width: 130px; /*width of labels. Should be smaller than left column to create some right margin*/
}
.cssform input[type="radio"] {
	border: 1px solid #696969;
	margin: 2px 2px 2px 2px;
	padding: 0px;
}
.cssform input[type="text"] {
	width: 130px;
	border: 1px solid #696969;
	margin: 1px 10px 1px 0px;
	padding: 3px;
}
#datepick p {
	width: 150px;
	clear: left;
	margin: 0;
	padding: 2px 0px 2px 0px;
	padding-left: 140px; /*width of left column containing the label elements*/
}
#datepick label {
	font-weight: bold;
	float: left;
	margin-left: -145px; /*width of left column*/
	width: 140px; /*width of labels. Should be smaller than left column to create some right margin*/
}
#datepick input {
	width: 160px;
	border: 1px solid #696969;
	margin: 1px 10px 1px 0px;
	padding: 3px;
}
.cssform select {
	width: 130px;
	border: 1px solid #696969;
	margin: 1px 10px 1px 0px;
	padding: 3px;
}
.cssform textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #696969;
}

.form_red {
	color: #9F2346;
	font-weight: bold;
}
.tiny_gray {
	font-size: 10px;
	color: #696969;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
.extra_tiny_gray {
	font-size: 8px;
	color: #999;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
.form_large {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #666;
	font-size: 28px;
}
