@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,100italic,300italic,400italic,500italic,700italic);

* {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

a,
img {
	border: 0;
	outline: none;
}

p {
	margin: 0;
	padding: 0 0 15px;
}

a {
	color: #003876;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

html,
body {
	height: 100%;
}

.container {
	min-height: 100%;
}

body {
	margin: 0;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
    line-height: 20px;
	overflow-y: scroll;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5
{
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
    text-decoration: none;
    color: #003576;
}

h1 {
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 32px;
    line-height: 32px;
}

h3 {
    font-size: 28px;
    line-height: 28px;
}

h4 {
    font-size: 24px;
    line-height: 24px;
}

h5 {
    font-size: 20px;
    line-height: 20px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    border-bottom: 1px solid #ccc;
    margin: 5px 0 5px 0;
}

input[type="text"],
input[type="password"],
input[type="text"]:focus {
    height: 22px;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    box-shadow: none;
    vertical-align: middle;
}
input::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
    line-height: 15px;
}
input:-moz-placeholder {
    color: #999;
    font-size: 13px;
    line-height: 15px;
}
input::-moz-placeholder {
    color: #999;
    font-size: 13px;
    line-height: 15px;
}
input:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    line-height: 15px;
}


.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.inner {
	background: url('/templates/public/images/bg_header.png') repeat-x 0 0;
}

.img_left {
	float: left;
	margin: 0 15px 15px 0;
}
.img_right {
	float: right;
	margin: 0 0 15px 15px;
}

#thumbs1 {
	position: absolute;
	left: -9999px;
}

header {
	height: 100px;
	background: url('/templates/public/images/bg_header.png') repeat-x 0 0;
	position: relative;
	z-index: 200;
}

.logo {
	width: 361px;
	height: 195px;
	margin: 0 0 0 -100px;
	padding: 0;
	background: url('/templates/public/images/logo2.png') no-repeat -50px -215px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 60px;
}
nav li {
	float: left;
}
nav a {
	display: block;
	padding: 8px 0 10px 55px;
	background: url('/templates/public/images/nav_bullet_point.gif') no-repeat 25px 8px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
nav a:hover,
nav li.on a {
	background-position: 25px -22px;
}

.content {
	overflow: auto;
	padding-bottom: 40px;
}

footer {
	height: 40px;
	margin-top: -55px;
	position: relative;
}

footer .wrap {
	border-top: 1px solid #999;
	background: url('/templates/public/images/eprep-logo.png') no-repeat 0 13px;
}
footer .wrap p {
	padding: 10px 0 10px 90px;
	color: #003876;
	font-size: 12px;
	line-height: 16px;
}
footer .wrap p span {
	color: #F9A623;
	font-weight: bold;
}
footer .wrap a {
	color: #003876;
	text-decoration: none !important;
}

div.spacer
{
    width: 20px;
    height: 20px;
}

#miniCart
{
    width: 960px;
    margin: auto;
    padding-top: 80px;
    text-align: right;
}

#user-email-login {
    width: 960px;
    margin: auto;
    text-align: right;
    padding-top: 10px;
    color: #fff;
}

#user-email-login a {
    color: #fff;
}

#user-email-login a:hover {
    text-decoration: none;
}

#userLoginWindow li {
    margin-top: 10px;
}

#userLoginWindow input[type="text"] {
    height: 30px;
}


#userLoginWindow {
    padding: 20px;
}

.k-window-titlebar {
    background-color: #003576;
}

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear,
html body * br.clear
{
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}

.topbar {
    margin: 30px 0 0 0;
    position: absolute;
    right: 0;
}

.topbar li {
    display: inline-block;
}

.topbar li.on {
    font-weight: bold;
}

.body-full {
    margin-top: 110px;
    float: left;
    width: 100%;
}

div.instruction h1,
div.instruction h2,
div.instruction h3,
div.instruction h4,
div.instruction h5 {
    margin-bottom: 15px;
}

div.instruction ul {
    list-style-type: disc;
    margin: 15px 15px 15px 30px;
}

div.instruction table {
    border-collapse: collapse;
    width: 100%;
}

div.instruction td,
div.instruction th {
    border: 1px solid black;
    padding: 5px;
}