/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
    */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */

html {
	margin:0;
	padding:0;
	width:100%;
}
body {
	margin:0;
	padding:0;
	width:100%;
	background:#e7e7e9;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	line-height:18px;
}
h1, h2, h3, h4 {
	font-family:'FrutigerLTW01-77BlackCn','Open Sans Condensed','Arial Narrow', Arial, sans-serif !important;
}
a, a:visited {
	color:#0658aa;	
}
#loading {
	width:300px;
	margin:120px auto;
}
#top {
	width:100%;
	background:#fff;
	height:103px;
}
#header {
	width:940px;
	height:103px;
	margin:0 auto;
	background:url('http://highroadsolution.com/clients/ri/epc/images/logo.jpg') no-repeat left;
}
#mainWrapper {
	width:900px;
	border:1px solid #dadada;
	padding:25px 20px;
	background:#fff;
	margin:40px auto;
}
#optout {
	width:900px;	
	padding:0 20px;
	margin:-20px auto 50px auto;
}
.col1 {
	width:430px;
	padding-right:20px;
	float:left;
}
.col2 {
	width:450px;
	float:left;
}
.clear {
	clear:both;	
}

h1, h2, h3 {
	margin-top:0;	
}
h1 {
	font-size:36px;
	margin-bottom:35px;
}
h2 {
	font-size:22px;
	margin-bottom:15px;
}
h3 {
	font-size:14px;
	margin-bottom:15px;
}
p {
	margin-top:0;	
	margin-bottom:15px;
}
input#cmdUpdate {
	background: #005daa; /* Old browsers */
background: -moz-linear-gradient(top,  #005daa 0%, #00376f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005daa), color-stop(100%,#00376f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #005daa 0%,#00376f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #005daa 0%,#00376f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #005daa 0%,#00376f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #005daa 0%,#00376f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005daa', endColorstr='#00376f',GradientType=0 ); /* IE6-9 */
	margin:20px 0;	
	padding:10px 22px;
	color:#fff;
	font-weight:bold;
	font-size:17px;
	border-radius:3px;
	moz-border-radius:3px;
	border:none;
	font-family:'FrutigerLTW01-77BlackCn','Open Sans Condensed','Arial Narrow', Arial, sans-serif !important;
}
input#cmdUpdate:hover {
	opacity:.8;
}
input[type="submit"] {
	cursor:pointer;
}

td p {
	margin-bottom:35px;	
}

.language {
	margin-top:-25px;	
}

@media (max-width: 1024px) {
	#header, #mainWrapper {
		width:85%;
	}
	.col1 {
		width:45%;
	}
	.col2 {
		width:50%;	
	}
}
@media (max-width: 750px) {
	.col1, .col2 {
		width:100%;
	}
}
@media (max-width: 530px) {
	#header, #mainWrapper {
		width:80%;
	}
	h1 {
		font-size:24px;
		margin-bottom:15px;
	}
	h2 {
		font-size:18px;
	}
}