@charset "utf-8";

* {

}


body {
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
margin:0;
padding:0;
}

#wrap {
width:800px;
margin:0 auto;
height:auto;
}

#top {
width:98%;
height:100px;
margin:0 auto;
}

#logo {
width:50%;
float:left;
height:90px;
margin-top:10px;
}

#menu {
width:50%;
float:left;
height:100px;
}

#menu ul {
float:right;
margin-top:70px;
}


#menu li {
display:inline;
list-style-type:none;
padding:2px 10px 2px 10px;
font-style:italic;
font-weight:bold;
border-left: 1px solid #ffffff;
font-size:120%;
}

#menu li a {
color:#FFFFFF;
text-decoration:none;
}

#menu li a:hover {
text-decoration:underline;
}

#con-bg {
background-image:url(../images/con-bg.png);
background-repeat:no-repeat;
height:auto;
}

#con-bg2 {
width:96%;
margin:0 auto;
padding-top:12px;
}

#banner{
width:100%;
height:auto;
}


#banner1 {
width:544px;
height:193px;
float:left;
}

#banner2 {
background-image:url(../images/banner2.jpg);
background-repeat:no-repeat;
background-position:3px;
float:right;
width:219px;
height:193px;
padding-left:3px;
}

#ban-inside {
margin-top:12px;
}


.banner2 {
font-size:120%;
font-style:italic;
font-weight:bold;
line-height:25px;
color:#FFFFFF;
}
.banner3 {
font-size:150%;
font-style:italic;
font-weight:bold;
line-height:50px;
color:#FFFFFF;
}


#con-top {
padding-top:3px;
width:100%;
height:60px;
clear:both;
}

/* ..................... Content .......................*/

#content {
width:100%;
height:auto;
}

#left {
float:left;
margin-left:15px;
width:46%;
}

#right {
float:right;
width:46%;
margin-right:15px;
}

#footer {
width:100%;
hight:100px;
background-image:url(../images/footer.png);
background-repeat:no-repeat;
clear:both;
}

#footer-ban {

font-size:80%;
color:#FFFFFF;
width:96%;
height:20px;
margin:0 auto;
background-color:#333980;
}


#half {
background-image:url(../images/divider.png);
background-position:54%;
background-repeat:no-repeat;
}

#half2 {
background-image:url(../images/divider.png);
background-position:30%;
background-repeat:no-repeat;
}

.heading1 {
padding-bottom:10px;
font-size:150%;
font-weight:bold;
font-style:italic;
}

#contact {
width:400px;
}

#contactform {
padding:0 0 0 185px;
margin:0 auto;
}

.validationerror {
padding:2px 2px 2px 2px;
font-size:11px;
color:#CC0000;
}
.formsent {
width:100%;
background-color:#00CC00;
color:FFF;
padding:2px 2px 2px 2px;
}
#formframe {
