/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
                   COMMON
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
html, body {
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  background-color: #047AE8;
}

body {
	font-family: Verdana, arial,helvetica,clean,sans-serif;
  color: #444;
  font-size: 80%;
  line-height: 180%;
}
textarea, input {
	font-family: Verdana, arial,helvetica,clean,sans-serif;
  font-size: 90%;
  color: black;
}

a img {
  border: none;
}

.b{
  border: solid 1px #999;
}
a, a:visited {
  color: blue;
}

.hidden, .h {
  display: none;
}
.fieldWithErrors{
  display:inline;
}


#layoutBody {
  width: 882px;
  position: relative;
  left: 50%;
  top: 0px;
  min-height: 300px;
  margin-left: -441px;
  
  background-image: url(/images/body.jpg);
  background-repeat: repeat-y;
  background-position: 0px 483px;

}

#header {
  width: 882px;
  height: 483px;
  background-image: url(/images/header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}


#header h1, #header h2 {
	font-size: 100%;
	margin: 0;
	float: left;
}

#header h1 a, #header h2 a  {
	outline: 0px;
	display: block;
	position: relative;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;/* need for FX and IE */
}

#header h1 a  {
	height: 70px;
	width: 340px;
	top: 5px;
	left: 50px;
  
}
#home_link {
	height: 20px;
	width: 130px;
	top: 82px;
	left: -265px;
}

#process_link {
	height: 20px;
	width: 140px;
	top: 82px;
	left: -200px;
  
}

#services_link {
	height: 20px;
	width: 140px;
	top: 82px;
	left: -135px;
}

#started_link {
	height: 20px;
	width: 140px;
	top: 62px;
	left: 335px;
}

.t{
  font-weight: bold;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
               CONTENT
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/


#contentBody {
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 3em;
  min-height: 300px;
  
  margin-top: -370px;
  
}

.errors, .error, .formError {
  color: red;
  font-weight: bold;
}

#contentBody p {
  margin-bottom: 1em;
  margin-top: 0em;
  text-align: justify;
}

.m{margin: 1em;}

.num {
  font-size: 110%;
  font-weight: bold;
}

.num img {
  float: left;
  margin-right: 10px;
}

h3 {
  font-size: 150%;
  color: #3C8AB1;
  margin-bottom: .5em;
  font-family: Georgia, Times New Roman, Serif;
}
h4 {
  font-size: 100%;
  color: #333;
  margin-bottom: .0em;
  font-weight: bold;
  font-family: Verdana, arial,helvetica,clean,sans-serif;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
            Side Box
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#side_box {
  float: right;
  position: relative;
  left:  -30px;
  width: 200px;
  z-index: 5000;
}

#side_box ul {
  position: relative;
  top: -1em;
  left: -1em;
  margin-bottom: 0px;
}

#side_box h3 {
  font-size: 14px;
  margin: 0px;
  padding-bottom: 4px;
  margin-bottom: 5px;
  background-position: -240px bottom;
}
#side_box img {
  margin-bottom: 5px;
}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
            FOOTER
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#footer {
    clear: both;
    background-image: url(/images/footer.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    width: 882px;
    
}
#footer p {
    margin: 0px;
    position: relative;
    
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}
#footer a {
    font-family: sans-serif;
    font-size: 13px;
    color: #4d4dff;
    text-decoration: none;
    margin-left: .5em;
    margin-right: .5em;
}
#footer a:hover {
    color: #4d4dff;
    text-decoration: underline;
}


