@charset "utf-8";
/* CSS Document */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color:#3c372f;
}
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 focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {clear:both;}
a.img {border:none;}
a:outline{border:none;}

p, ul, li {
    color: #414141;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 17px;
}

input[type="radio"]{
	margin: 3px;
}
input[type="checkbox"]{
	margin: 3px;
}
input[type="text"]{
	margin: 3px;
}

li {
list-style-type:disc;
}
h1 {
    color: #14529B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px;
}

h2 {
    color: #14529b;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
}



/* END RESET */

#wrapper {
	width:90%;
	border:1px solid #dbdbdb;
	position:relative;
	margin:0px auto;
	min-width: 800px;
	overflow: hidden;
	
}

#header {

background: url("../images/header-tile.gif") repeat-x scroll left top transparent;

	width:100%;
	height:107px
}
h1#logo {
	margin:0; padding:0
}
h1#logo a  {
	width:259px; height:60px; text-indent:-9999px;
	float:left; margin:17px 0 0 0;
	background:url(../images/acrv_logo.gif) top left no-repeat;
}
#content {
    float: right;
    margin: 0;
    padding: 0 0 30px 0;
    width: 100%;
}
#content a {
    color: #14529B;
    text-decoration: none;
}

#content a:hover {text-decoration:underline;}
#content-header {
    background: url("../images/header-image.gif") no-repeat scroll right top transparent;
    height: 57px;
    padding: 31px 0 10px 0;
}
#content form {
 font-family: Arial,Helvetica,sans-serif; 
	
}
#content form label {
    clear: right;
    margin: 3px;
}
#inner {
    margin-right: 30px;
}
#number {
    background: url("../images/number.gif") no-repeat scroll left top transparent;
    float: left;
    height: 27px;
    padding: 5px 0;
    text-align: center;
    width: 28px;
}

#number p {color:#fff; font-size:12px; font-weight:bold}
#rhs {

}
#error {
    background: none repeat scroll 0 0 #FEEEEE;
    clear: both;
    float: left;
    margin: 13px 0;
    padding: 10px 10px 10px 43px;
    min-width: 504px;
}

#error p {
	color:red; font-size:12px;
}

#progress {
    background: url("../images/progress-bg.jpg") repeat-x scroll left top transparent;
    float: right;
    margin: 54px 15px 0;
    width: 345px;
	height: 18px;
	padding: 10px;
	
	-moz-box-shadow: 1px 1px 5px 1px #CACACA;
	-webkit-box-shadow:  1px 1px 5px 1px #CACACA;
	box-shadow:  1px 1px 5px 1px #CACACA;
	
}

#progressInner {
    border: 1px solid red;
    margin: 13px 0 0 10px;
    width: 93%;
}

#progressInner p {
	font-size:12px;
	color:#14529b;
}

ul#pageControls {
    clear: both;
    margin: 60px auto;
    position: relative;
    width: 389px;
}


ul#pageControls li {
	list-style:none; display:inline
}


ul#pageControls li#previous a {
	background:url(../images/previous-btn.gif) top left no-repeat; 
	width:166px; 
	height:38px; 
	float:left
}

ul#pageControls li#previous a:hover {
	background-position: bottom left;
}

ul#pageControls li#next a {
	background:url(../images/next-btn.gif) top left no-repeat; 
	width:166px; 
	height:38px; 
	float:right
}


ul#pageControls li#submit a {
	background:url(../images/submit-btn.gif) top left no-repeat; 
	width:166px; 
	height:38px; 
	float:left
}

ul#pageControls li#submit a:hover {
	background-position: bottom left;
}

.submit {
	width:166px!important
}

#footer {
    background: url("../images/footer-tile.jpg") repeat-x scroll left top transparent;
    clear: both;
    min-height: 147px;
    padding: 29px 0 0;
}

#footer p {
    color: #A6A6A6;
    font-size: 11px;
   
    text-align: center;
}
ul#pageControls li#next a:hover {
	background-position: bottom left;
}