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

a {
color: #72c421;
text-decoration: none;
outline:none;
}

a:hover {
color: #0f95f4;
text-decoration: underline;
}

body {
font-family: Trebuchet MS, Verdana, sans serif;
margin: 0px;
padding: 0px;
background: url(../images/BG.jpg) #00278c top center repeat-x;
font-size: 14px;
line-height: 18px;
color: #777777;
}

#pagewrapper_div {
width: 800px;
margin: 0px auto;
}

/* HEADER ELEMENTS */

h1, h2, h3, h4 {
margin: 0px;
padding: 0px;
font-weight: bold;
font-family: Trebuchet MS, Lucida Grande, Lucida, Arial, sans serif;
}

h2 {
font-size: 14px;
color: #72c421;
line-height: 14px;
}

h3 {
color: #0f95f4;
font-size: 18px;
line-height: 18px;
}

h4 {
color: #38abff;
font-size: 14px;
line-height: 18px;
}

/* BANNER ELEMENTS */

#banner_div {
height: 240px;
margin-bottom: 20px;
margin-top: 20px;
background: white;
padding: 10px;
-webkit-box-shadow: 0px 3px 5px #003090;
-moz-box-shadow: 0px 3px 5px #003090;
}

#logowrap {
text-align: center;
border: 1px solid #d1d1d1;
padding: 10px 0px 10px 0px;
margin-bottom: 5px;
}

#phone {
float: left;
margin-top: 90px;
margin-left: 10px;
margin-right: 50px;
font-size: 18px;
}

#slogan {
float: right;
margin-top: 80px;
margin-right: 10px;
}

#navbar_div {
width: 800px;
font-size: 16px;
text-align: center;
}

#navbar_div a {
color: #a5a5a5;
font-size: 16px;
padding-right: 40px;
padding-left: 40px;
}

#navbar_div a:hover {
font-size: 16px;
color: #80cc06;
text-decoration: none;
}

#logo a {
display: block;
width: 274px;
height: 179px;
text-decoration: none;
border: 0px;
}

/* CONTENT AREA */

#content_div {
background: white;
padding: 15px;
-webkit-box-shadow: 0px 3px 5px #003090;
-moz-box-shadow: 0px 3px 5px #003090;
}

/* FOOTER ELEMENTS */

div.clear {
clear:both;
}

#footer_div {
background: url(../images/footerbg.jpg) top no-repeat;
margin: 0px 20px;
padding: 10px;
color: white;
font-size: 11px;
line-height: 18px;
width: 800px;
text-align: center;
}

#footer_div a {
color: white;
text-decoration: none;
}

#footer_div a:hover {
color: white;
text-decoration: underline;
}

.copyright {
display:block;
float: right;
margin-left: 25px;
margin-bottom: 10px;
}