/* CSS Document */
@charset "utf-8";

*  {
	margin: 0;
	padding: 0;
}

body {
background: #f79324 url(../images/Gradient_BG.jpg) top left repeat-x;
font-family: Calibri, Arial, Helvetica, sans-serif;
}

#wrapper {
	position: absolute;
	width: 100%;
}

#container  {
	position: relative;
	height: 100%;
	width: 941px;
	margin: 0 auto;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #fff;
}

#container2 {
width: 500px;
margin: 0 auto;
background: #fff url(../images/formHeader.jpg) top left no-repeat;
padding-top: 74px;
border: 2px solid #8B0C0C;
}

#exit #container2 {
height: 200px;
}

#formContainer {
width: 450px;
margin: 0 auto;
}

#mast{
	width:100%;
	position:relative;
	height:176px;
}

#header {
	position:relative;
	width: 100%;
	height: 151px;
	background: url(../images/header.jpg) no-repeat;
	}

#hotlineBar span {
	display: none;
}

#hotlineBar {
	width: 179px;
	height: 28px;
	background: url(../images/hotlineBar.jpg) no-repeat;
	float:right;
}

#crumbs {
	width: 100%;
	position:relative;
	padding: 4px 0 4px 4px;
	clear: both;
	margin-bottom: 10px;
}

h1  {
	display:none;
}

#nav {
	position:relative;
	height: 35px;
	background: url(../images/navBar.jpg) no-repeat;
}
#navy {
	padding-top:2px;
	margin-left: 50px;
}
#navy span {
	display:none;
}

#navy li {
	list-style:none;
	float: left;
}

#btnHome, #btnInfo, #btnAbout, #btnJoin, #btnContact {
	height: 32px;
	display: block;
	text-decoration: none;
	outline-style: none;
	
}

#btnHome {
	width: 64px;
	background:url(../images/btn_home.jpg) no-repeat;
}
#btnHome:hover {
	background:url(../images/btn_home_over.jpg) no-repeat;
}
#btnInfo {
	width: 91px;
	background:url(../images/btn_info.jpg) no-repeat;
}
#btnInfo:hover {
	background:url(../images/btn_info_over.jpg) no-repeat;
}
#btnAbout {
	width: 95px;
	background:url(../images/btn_about.jpg) no-repeat;
}
#btnAbout:hover {
	background:url(../images/btn_about_over.jpg) no-repeat;
}
#btnJoin {
     width: 135px;
	 background:url(../images/btn_join.jpg) no-repeat;
}
#btnJoin:hover {
	 background:url(../images/btn_join_over.jpg);
}
#btnContact {
      width: 126px;
	  background:url(../images/btn_contact.jpg);
}
#btnContact:hover {
      background:url(../images/btn_contact_over.jpg);
}


.require, legend, .error {
color: #bd2927;
}

form fieldset {
width: 425px;
margin: 0 auto;
padding: 14px;
}

#client1, #client2 {
margin: 0 auto;
}

tr {
height: 25px;
}

.icon {
padding-top: 1px;
position: absolute;
}

.button {
width: 154px;
margin: 0 auto;
padding: 30px;
text-align: center;
}

.button2 {
width: 224px;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

.button3 {
width: 264px;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

/*#footer p {
font-size: 12px;
text-align: center;
}*/

#footer {
	position:relative;
	margin: 0 auto;
	width: 941px;
	clear: both;
    text-align: center;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

a {
color: #bd2927;
text-decoration: none;
}

ul {
list-style: none;
}

.tooltip {
font-family: Calibri, Arial, Helvetica, sans-serif;
color: #000;
}
