@charset "UTF-8";
/* CSS Document */


/*  FROM RESET.CSS  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-size: 12px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th, td {
	font-size: 14px !important;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*end from RESET.CSS   */

html, body { 
	position: relative;
	font-family: Arial, Helvetica, "sans-serif";
	color: #fcfcfc;
	font-size: 11px;
	background: #000;
	margin: 0; 
	padding: 0;
	height: 100%;
	z-index: 1;
} 

a:link {
		text-decoration: none; 
		color: #000000;
}

a:visited {
		text-decoration: none; 
		color: #000000;
}

a:hover {
		text-decoration: none; 
		color: #000000;
}

a:active {
		text-decoration: none; 
		color: #000000;
}

p {
	padding-bottom: 10px;
	color: #1f1f1f;
}

.page_wrapper {
	padding: 0px 10%;
}

header {
	position: fixed;
	top: 0px;
	left: 10%;
	width: 80%;
	height: 69px;
	padding: 0px 0px 20px;
	background: #000;
}

#top_left {
	width: 200px;
	float: left;
}

#logoholder {
	position: relative;
	float: left;
	width: 340px;
	text-indent: -800px;
	padding-top: 20px;
}

#logo {
	position: relative;
	float: left;
	background: url("../images/rincon_logo.svg") left top no-repeat;
	width: 191px;
	height: 69px;
	z-index: 7;
	cursor:pointer;
}

#top_right {
	float: right;
	width: calc(100% -200px);
	padding-top: 10px;
}
#top_right #secondary_nav {
	text-align: right;
}
#top_right #secondary_nav a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 10px;
}
#top_right #secondary_nav a:link { color: #fff; }
#top_right #secondary_nav a:hover { color: #2f72a4 !important; }
#top_right #secondary_nav a:visited { color: #fff; }
#top_right #secondary_nav a:active { color: #fff; }

a.site-title {
	font-size: 2em;
}

#top_right #main_nav {
	margin-top: 20px;
	text-align: right;
}
#top_right #main_nav ul li {
	display: inline-block;
}
#top_right #main_nav ul li a {
	font-size: 1.3em;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	letter-spacing: .03em;
}
#top_right #main_nav li:hover a { color: #2f72a4 !important; }

div#topinfo {
	position: relative;
	float: left;
	width: 500px;
	font-size:10px;
	color: #000000;
	margin: 0 0 0 175px;
	z-index: 10;
}

div.firsttop {
	position: relative;
	float: left;
	padding: 10px 10px 0 10px;
}

div.firsttop2 {
	position: relative;
	float: left;
	padding: 10px 10px 0 10px;
	cursor:pointer;
}

div.firsttop2 a:link, .firsttop2 a {
	text-decoration: underline;
	color: #b8ab81;
}

div.firsttop2 a:hover{
	text-decoration: underline;
	color: #6E6E6E;
}

div.firsttop a:link, div.firsttop a  {
	color: #b8ab81;
}

div.firsttop a:hover  {
	color: #6E6E6E;
}

.firsttop1 {
	position: relative;
	float: left;
	width: 148px;
	margin: -2px 0 0 8px;
}

form input.formobject {
	position: relative;
	float: left;
	background-color: #e6ddbf;
	border: 0px;
	margin-top: 8px;
	height: 16px;
	width: 135px;
	padding: 0 5px 0 5px;
	color: #7a7156;
}

div#searchbutton {
	position: relative;
	float: left;
	width: 75px;
	height: 16px;	
	background: url("/images/rinconsearch.gif") left top no-repeat;
	z-index: 10;
	margin-top: 6px;
}

div#searchbutton:hover {
	background: url("/images/rinconsearchover.gif") left top no-repeat;
}

/* MAIN CONTENT AREA */
#main_content {
	width: 100%;
	height: auto;
	margin-top: 70px;
	padding: 40px 5% 60px;
	background: #fff;
}
#client_header .client_logo img {
	max-width: 200px;
}
#client_header .client_welcome {
	padding: 20px 0px;
	color: #000;
	font-size: 1.3em;
}

/* FOOTER STARTS HERE */
footer {
	width: 100%;
	height: auto;
	padding: 20px 0px;
}
footer p, footer a {
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
}
footer .footer_col {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	min-width: 200px;
	margin: 0px;
	padding: 0px 20px;
	text-align: center;
}
footer .footer_col.col1 {
	border-right: 1px solid #2f72a4;
}
footer .footer_col.col2 {
	width: 20%;
}
footer .company_info {
	padding-top: 5px;
	font-size: 12px;
}
footer .copyright {
	font-size: 10px;
}
footer li a {
	display: inline-block;
	padding: 5px 10px;
}
footer li a:hover {
	color: #2f72a4 !important;
}

div.clearFloats {
	clear: both;
}

div#hiddencopy_search1 {
	overflow: visible;
	padding: 10px 0 0 10px;
}

div#hiddencopy_search2 {
	overflow: visible;
	padding: 10px 0 0 10px;
}

div#hiddencopy_search3 {
	overflow: visible;
	padding: 10px 0 0 10px;
}

div#hiddencopy_news1 {
	overflow: visible;
	padding: 10px 0 0 10px;
}

div#hiddencopy_news2 {
	overflow: visible;
	padding: 10px 0 0 10px;
}

div#hiddencopy_news3 {
	overflow: visible;
	padding: 10px 0 0 10px;
}

div#hiddencopy_news4 {
	overflow: visible;
	padding: 10px 0 0 10px;
}

div#hiddencopy_news5 {
	overflow: visible;
	padding: 10px 0 0 10px;
}

div.rightbox {
	float: right;
	width: 300px;
	padding: 83px 40px 0 0;
}

div.rightbox_up {
	float: right;
	width: 300px;
	padding: 0 40px 0 0;
	margin-top: -65px;
}
