@charset "utf-8";

/*--------------------------------
	Tags
--------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font: 100%/115% Arial, Verdana, Helvetica, sans-serif;
	color: #414042;
}

p {
	margin-bottom: 1em;
}

a {
	color: #3EA5BE;
}

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

h1 {
	font-size: 2.2em;
	margin-bottom: 0.6em;
}

h2 {
	font-size: 1.7em;
	margin-bottom: 0.5em;
	line-height: normal;
}

h3 {
	font-size: 1.3em;
	color: #049ABE;
	margin-bottom: 0.2em;
}

h3 a {
	color: #049ABE;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
}

h6 {
	font-size: 1em;
	margin-bottom: 0.2em;
}

ul, ol {
	padding-left: 25px;
	margin-bottom: 1.5em;
}

input, select {
	font-size: 1em;
	margin-bottom: 13px;
	border: 1px solid #D8D7D7;
	width: 340px;
	padding: 5px 0; 
	-moz-border-radius: 3px;
}

input[type="submit"]
{
	width: 80px;
	background: url('../img/bg_top-bar.png') bottom repeat-x #000;
	color: #fff;
	margin: 0 auto;
	border: none;
}

textarea {
	border: 1px solid #D8D7D7;
	-moz-border-radius: 3px;
	font: 100%/115% Arial, Verdana, Helvetica, sans-serif;

}

optgroup option{
	margin-left: 20px;
}

hr {
	border-bottom:5px solid #42C4E8;
	margin:20px 0;
	height:5px;
}


/*--------------------------------
	Classes
--------------------------------*/

.left {
	float: left;
	margin: 0 20px 20px 0;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
}

.clear {
	clear: both;
}

.displace {
	position: absolute;
	left: -5000px;
}

.pdf {
	padding: 6px 30px 5px 0;
	background: url(../img/pdf-icon.png) no-repeat top right;
}


/*--------------------------------
	Structure
--------------------------------*/

#page, #top-bar, #header-wrapper, #header, #contentheader-wrapper, #contentheader, #footer-wrapper, #footer {
	position: relative;
}

#page {
	font-size: 0.875em;
}

#top-bar {
	background: #434548 url(../img/bg_top-bar.png) repeat-x;
	height: 30px;
	width: 100%;
}

#header-wrapper {
	background: url(../img/bg_header.png) repeat-x;
	height: 148px;
	width: 100%;
}

#header {
	width: 940px;
	height: 148px;
	margin: 0 auto;
}

#contenthome-wrapper {
	background: #1B94B1 url(../img/bg_contenthome-wrapper.gif) repeat-x top left; /*#28A3BD*/
	width: 100%;
}

#contenthome {
	width: 940px;
	margin: 0 auto;
	background: url(../img/bg_contenthome.gif) no-repeat top right;
}

#contenthome input, #contenthome select {
	border: none;
}

#contenthome #main-column {
	margin-top: 25px;
}

#contenthome #secondary-column {
	margin-top: 35px;
}

#contentheader-wrapper {
	background: #1EA8C8 url(../img/bg_contentheader-wrapper.png) repeat-x;
	height: 103px;
	width: 100%;
}

#contentheader {
	width: 940px;
	height: 103px;
	margin: 0 auto;
	background: url(../img/bg_contentheader.png) no-repeat top right;
}

#content {
	width: 940px;
	padding: 20px 0 20px 0;
	margin: 0 auto;
}

#main-column {
	width: 661px;
	margin: 0 20px 10px 0;
	float: left;
}

#main-column-indented {
	width: 641px;
	margin: 0 20px 10px 20px;
	float: left;
}

#secondary-column {
	float: right;
	width: 227px;
	margin: 0 0 10px 20px;
}

#footer-wrapper {
	background: url(../img/bg_footer.png) repeat-x;
	height: 165px;
	width: 100%;
}

#footer {
	width: 940px;
	height: 165px;
	margin: 0 auto;
}

/*--------------------------------
	Header
--------------------------------*/

#header a#logo {
	display: block;
	float: left;
	position: relative;
	top: 47px;
	width: 353px;
	height: 69px;
	text-decoration: none;
	background: url(../img/logo.gif);
}

#header a#gmcdi {
	display: block;
	float: right;
	position: relative;
	top: 47px;
	width: 164px;
	height: 69px;
	text-decoration: none;
	background: url(../img/gmcdi.gif);
}

#header a#gmcdi:hover {
	background-position: 0 -69px;
}

/*--------------------------------
	Nav
--------------------------------*/

#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1em;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	width: 110px;
	height: 29px;
	text-align: center;
	position: relative;
}

#nav li a {
	color: #000;
	text-decoration: none;
	padding-top: 7px;
	background: url(../img/bg_tab.gif) no-repeat;
	position: relative;
	width: 110px;
	height: 22px;
	display: block;
}

#nav li a:hover {
	background: url(../img/bg_tab-active.gif) no-repeat;
	color: #FFF;
}

#nav li.active a {
	color: #FFF;
	background: url(../img/bg_tab-active.gif) no-repeat;
}

/*--------------------------------
	Views
--------------------------------*/

#contentheader, #contenthome, #contentheader a, #contenthome a {
	color: #FFF;
}

#contentheader h1 {
	padding-top: 28px;
	position: relative;
}



/*--------------------------------
	Footer
--------------------------------*/

#footer #copyright {
	float: left;
	position: relative;
	top: 10px;
	height: 24px;
	display: block;
}

#footer a#ach-logo {
	display: block;
	position: relative;
	float: left;
	margin-left: 15px;
	width: 145px;
	height: 26px;
	top: 9px;
	text-decoration: none;
	background: url(../img/ach-logo.gif);
}

#footer a#ach-logo:hover {
	background-position: 0 -26px;
}

#footer #footer-links {
	float: right;
	position: relative;
	top: 10px;
}

#footer #footer-links ul {
	list-style: none;
}

#footer #footer-links li {
	float: left;
	padding-left: 20px;
}

#footer #footer-links a {
	color: #000;
}

#footer #footer-links a:hover {
	text-decoration: none;
}

/*--------------------------------
	Particularites
--------------------------------*/

a#newsearchlink {
	display: block;
	position: relative;
	width: 227px;
	height: 47px;
	text-decoration: none;
	background: url(../img/newsearch.gif);
}

a#newsearchlink:hover {
	background-position: 0 -47px;
}

#secondary-column h2 {
	color: #049ABE;
	font-size: 2.5em;
	line-height: 1em;
}

#contenthome #secondary-column h2 {
	color: #FFF;
}

.result {
	padding-left: 40px;
	background: url(../img/result-arrow.png) no-repeat 10px 0;
	border-bottom: 1px solid #999999;
	margin: 1em 0;
}

.result-no-border {
	padding-left: 40px;
	background: url(../img/result-arrow.png) no-repeat 10px 0;
	margin: 1em 0;
}

div#login {
	width: 191px;
	height: 94px;
	background: url(../img/bg_login.gif) no-repeat;
	padding: 15px 10px;
	text-align: right;
	font-size: 0.9em;
}

div#login input {
	width: 94px;
	height: 14px;
	background: url(../img/bg_smallinput.gif) no-repeat;
	padding: 4px 6px;
	margin-bottom: 3px;
	font-size: 0.9em;
	color: #000;
}

div#login p {
	margin-top: 10px;
}

#searchbox {
	width: 632px;
	height:204px;
	background: url(../img/bg_searchbox.gif) no-repeat;
	padding: 15px;
	margin-bottom: 1em;
}

#searchterms {
	width: 617px;
	height: 18px;
	background: url(../img/bg_searchterms.gif) no-repeat;
	padding: 7px;
}

#searchbox select {
	width: 346px;
	height: 26px;
	clear: left;
	padding: 4px;
	float: left;
}

#searchbox label {
	font-size: 1.2em;
	padding-left: 14px;
	margin-left: 7px;
	margin-top: 3px;
	background: url(../img/bg_labelarrow.gif) no-repeat 0 5px;
	width: 150px;
	display: block;
	float: left;
}

a#startsearch {
	display: block;
	position: relative;
	width: 209px;
	height: 54px;
	text-decoration: none;
	background: url(../img/startsearch.gif);
}

a#startsearch:hover {
	background-position: 0 -54px;
}

table#manage-profile {
	border-collapse: collapse;
}
table#manage-profile td {
	vertical-align: top;
	padding: 5px 15px 0 15px;
	border-bottom: 1px solid #F1F0F0;
}


/*Zend Form */

dl.zend_form label {
	font-weight: bold;
	color: #414141;
	line-height:30px;
}

.zend_form dt {
	display:block;
	position:relative;
	float:left;
	margin-right:2em;
	width:15em;
	clear:left;
	padding-bottom:1em;
}
.zend_form dd {
	/*color:#818181;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:1em;
	position:relative;
	width:10em;*/
}
.zend_form dd input, .zend_form dd textarea, .zend_form dd select  {
	margin:0 0 20px 0;
}

/* For captcha image */
.zend_form dd img
{
	float: left;
	position: absolute;
	margin-left: 370px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
}



.zend_form ul.errors {
	margin-bottom: 20px;
	padding: 10px 0;
	/*border-bottom: 1px solid #ccc;*/
	width: 230px;/*655px;*//*452px;*/
	list-style-type: none;
	font-weight: bold;
	font-size: 0.8em;/*0.7em;*/
	background-color: #FAB9AD;/*#f6fdff;*/
	/*display:inline;*/
	/*float:right;*/
	position:relative;
	top:-50px;
	left: 590px;
}

.zend_form ul.errors li {
	color: #a70011;
	margin: 0 10px;
	
	width:200px;
	display:inline;
}

#no_error_styling .zend_form ul.errors {
	position: static;
	margin-left: 240px;

}



.zend_form #captcha-input {
	position: relative;
	top: -20px;
}

div#message-retrieve-password 
{
	text-align: center;
	padding: 10px;
	margin: 10px 0;
	color: #161616;
	border: 1px solid #ccc;
	font-weight: bold;
	background: url(../img/bg_header.png) repeat-x bottom #fff;
	width: 558px;
	-moz-border-radius: 3px;
}

div#notify-user
{
	text-align: center;
	padding: 10px;
	margin: 10px 0;
	color: #161616;
	border: 1px solid #ccc;
	font-weight: bold;
	background: url(../img/bg_header.png) repeat-x bottom #fff;
	width: 558px;
	-moz-border-radius: 3px;
}
#manage-profile td {
	vertical-align:top;
}

#messages_confirm {
	padding: 10px;
	background-color: #d2efac;
	/*border: 1px solid #D3E0EB;*/
	text-align:center;
	font-weight: bold;
	color: #4c662c;
	width: 560px;
	-moz-border-radius: 3px;
}
