@charset "utf-8";
* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin:0;
	position: relative;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
a:link, a:visited {
	color: #FC6;
}
a:hover {
	color: #000;
}
p, li {
	font-size: 15px;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 20px;
	color: #ffffff;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
}
.legal {
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 5px;
}
#bgimage {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#siteWrapper {
	margin: 0px;
	padding: 0px;
	width: 90%;
	max-width: 940px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
ul#topnav {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
#topnav li {
	display: block;
	border-collapse: collapse;
	width: 25%;
	text-align: center;
	float: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: #061556;
}
#topnav li a.navlink {
	display: block;
	color: #FFF;
	height: 29px;
	text-align: center;
	text-decoration: none;
	padding-top: 12px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3c2a6c;
}
#topnav li:hover, #topnav li.active {
	background-color: #0073bb;
}
#header, #bottom, .separator1, .content, .contentgr, #page, .sitebybbr {
	position: relative;
	z-index:5;
	width: 100%;
}
#header h1 {
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	font-size: 28px;
	line-height: 30px;
	margin:0;
}
.content {
	background-image: url(../images/tile.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: contain;
	padding-top: 30px;
	padding-bottom: 10px;
}
.content p, .content h2, .content ul, .content li { 
	color: #ffffff; 
	text-align: center; 
	padding-left: 10%;
	padding-right: 10%;
}
.contentgr {
	background-image: url(../images/tile-gr.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: contain;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #000000; 
}
.contentgr p, .contentgr h2, .contentgr h4, .contentgr ul, .contentgr li { 
	color: #000000; 
	text-align: left; 
	padding-left: 4.5%;
	padding-right: 4.5%;
}
.contentgr .logo {
	width: 47%;
	max-width: 215px;
	float: left;
	padding-left: 3%;	
}
.contentgr .slogan {
	font-family: 'Roboto', sans-serif;
	width: 45%;
	padding-right: 5%;
	max-width: 215px;
	float: right;
	font-size: 25px;
	font-weight: 700;
	text-align: right;	
}
.boxes p, .boxes h2, .boxes h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.rclogo {
	width: 70%;
	max-width: 215px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.boxes {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.leftbox {
	width: 49.85%;
	float: left;
	border-right: solid 2px #ffffff;
}
.rightbox {
	width: 49.5%;
	float: right;
}
.halfleft {
	width: 49.85%;
	float: left;
}
.halfright {
	width: 49.85%;
	float: right;
}
.halfleft p, .halfleft h2, .halfleft h3 {
	text-align: left;
	padding-left: 15%;
	padding-right: 5%;
	margin-bottom: 10px;
}
ul {
	margin-left: 7%;
}
.halfright ul {
	margin-left: 0%;
}
.halfleft li, .halfright li {
	text-align: left;
	padding-left: 0px;
	padding-right: 5%;
	margin-bottom: 10px;
	list-style:disc;
}
.halfright p, .halfright h2, .halfright h3 {
	text-align: left;
	padding-left: 7%;
	padding-right: 15%;
	margin-bottom: 10px;
}
#page {
	background-color: #ffffff;
}
.padded {
	padding: 20px;
}
.leftside {
	width: 54%;
	float:left;
}
.rightside {
	width: 42%;
	float:right;
}
.rightside img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.error {
	font-size: 12px;
	color: #FF0;
	display: block;
	line-height: 12px;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0;
}
.formcontainer {
	padding-left: 15%;
	padding-right: 15%;
}
.formtitles {
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
}
.formfieldstd .dateformat {
	font-size: 9px;
}
.formasterictd {
	padding-left: 0px;
	vertical-align: top;
	line-height: 20px;
	padding-right: 5px;
	width: 0px;
	color: #ffffff;
}
.formfieldstd {
	padding-bottom: 4px;
	line-height: 18px;
	font-size: 15px;
	text-align: left;
}
.form-img {
	overflow: hidden;
}
#form-img {
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
input[type='text'], select {
	width: 90%;
	padding: 4px 15px;
	font-size: 16px;
	margin-bottom: 5px;
}
.button {
	display:inline-block;
	margin-top: 30px;
	background-color: #061556;
	color: #ffffff;
	padding: 10px 25px;
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	text-decoration: none;		
}
.button:hover {
	background-color: #0073bb;
}
.alt1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.alt2 {
    
}
table td {
	font-size: 14px;
}
.sitebybbr {
	text-align:right;
	margin-top: 15px;
	color: #000000;
	font-size: 11px;
}
.sitebybbr img {
	margin-bottom: -2px;
	margin-left: 2px;
}