/* CSS Document */

body
{
margin:auto;
font-family:'Arial', Helvetica, sans-serif;
background-image:url(../Images/bg-body.jpg);
background-repeat:repeat-x;
background-color:#999999;
}

.strong
{
font-weight:bold;
}

.text-footer
{
font-size:14px;
color:#333333;
}

.text-banner
{
color:#626262;
font-size:19px;
}

.text-content
{
color:#626262;
font-size:17px;
}

.text-title
{
color:#6C6C6C;
font-size:22px;
}

.text-testimonials
{
color:#626262;
font-size:17px;
font-style:italic;
}

.text-apply
{
color:#498422;
font-size:17px;
font-style:italic;
font-weight:bold;
}

.line-divider
{
font-size:16px;
color:#D3D3D3;
}


.text-form
{
color:#000000;
font-size:14px;
}

.border-img
{
border:2px solid #666666;
}

#container
{
width:800px;
height:100%;
margin:auto;
background-image:url(../Images/bg-content.jpg);
background-repeat:repeat-y;

}

/*top navigation bar*/
#navbar
{
width:100%;
height:30px;
background-image:url(../Images/navbar.jpg);
background-repeat:repeat-x;
}

#navbar a
{
color:#FFFFFF;
font-size:15px;
font-weight:bold;
text-decoration:none;
margin-left:5px;
}

#navbar a:hover
{
text-decoration:underline;
}


#header
{
width:100%;
height:225px;
background-image:url(../Images/img-header.jpg);
background-repeat:no-repeat;
}

#maincontent
{
width:100%;
height:100%;
background-color:#FFFFFF;
background-image:url(../Images/bg-content.jpg);
background-repeat:repeat-y;
}

#content-wrap
{
width:93%;
margin-left:auto;
margin-right:auto;
}

#footer
{
width:100%;
height:35px;
background-color:#FFAA2B;
}

#contact-details-footer
{
padding:10px;
}

#form
{
width:550px;
height:100%;
border:1px solid #BBD894;
margin-left:auto;
margin-right:auto;
background-color:#F5FAF1;
}

#form-step2
{
width:700px;
height:100%;
border:1px solid #BBD894;
margin-left:auto;
margin-right:auto;
background-color:#F5FAF1;
}

input {
	border:1px solid;
}
textarea {
	border:1px solid;
}
select {
	border:1px solid;
}

/*image slideshow*/	
#slideshow-container
{
width:100%;
}

#companies
{
height:155px;
width:240px;
}

#testi
{
height:150px;
}


