* {
        margin: 0;
        padding: 0;
        border: none;
}

body {
        background-image: url(images/background.jpg);
        background-repeat: repeat-x;
        font-family: Arial, sans-serif;
}

#main {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 800px;
        height: 720px;
}

#header {
        position: absolute;
        left: 0px;
        top: 9px;
}

#headerimage {
        position: absolute;
        left: 240px;
        top: 16px;
}

#images {
        position: absolute;
        left: 0px;
        top: 98px;
}

#image1 {
        position: absolute;
        left: 0px;
        top: 9px;
}

#image2 {
        position: absolute;
        left: 202px;
        top: 9px;
}

#image3 {
        position: absolute;
        left: 405px;
        top: 9px;
}

#image4 {
        position: absolute;
        left: 607px;
        top: 9px;
}

#cities {
        position: absolute;
        left: 0px;
        top: 313px;
        height: 22px;
        color: #fff;
        font-size: 9pt;
}

#hawaii {
        position: absolute;
        left: 247px;
        top: 3px;
}

#dallas {
        position: absolute;
        left: 333px;
        top: 3px;
}

#lasvegas {
        position: absolute;
        left: 415px;
        top: 3px;
        width: 70px;
}

#miami {
        position: absolute;
        left: 521px;
        top: 3px;
}

#middle {
        position: absolute;
        left: 0px;
        top: 335px;
        height: 352px;
        color: #fff;
        font-size: 9pt;
}

#nav {
        position: absolute;
        left: 0px;
        top: 150px;
        width: 333px;
}

#nav li {
        list-style-type: none;
        float: left;
        padding: 0 20px 0 0;
}

#nav span {
        color: #797979;
}

#nav a:link {
        text-decoration: none;
        color: #fff;
}

#nav a:visited {
        text-decoration: none;
        color: #fff;
}

#nav a:hover {
        text-decoration: none;
        color: #000;
}

#nav a:active {
        text-decoration: none;
        color: #000;
}

#content {
	position: absolute;
	left: 323px;
	top: 18px;
	width: 470px;
}

#address1 {
        position: absolute;
        top: 95px;
        left: 0;
        width: 230px;
}

#address2 {
        position: absolute;
        top: 205px;
        left: 0;
        width: 230px;
}

#address3 {
        position: absolute;
        top: 95px;
        left: 240px;
        width: 230px;
}

#address4 {
        position: absolute;
        top: 205px;
        left: 240px;
        width: 230px;
}
#address5 {
        position: absolute;
        top: 40px;
        left: 0px;
        width: 478px;
}

#content h1 {
        font-size: 15pt;
        font-weight: normal;
        color: #e3e3e3;
}

#required {
        font-size: 9pt;
        font-weight: normal;
        color: #e3e3e3;
}

#content h2 {
        font-size: 9pt;
        font-weight: bold;
        color: #d4d4d4;
}

#content p {
        font-size: 9pt;
        color: #d4d4d4;
        margin: 15px 0;
}

.address {
        color: #d4d4d4;
        font-size: 9pt;
}

#columns1 {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 250px;
}

#columns2 {
        position: absolute;
        top: 80px;
        left:255px;
        width: 250px;
}

#columns3 {
	position: absolute;
	top: 80px;
	left: 312px;
	width: 181px;
	height: 250px;
}

#column4 {
        position: absolute;
        top: 40px;
        left: 0px;
        width: 390px;

}


.column {
        color: #d4d4d4;
        font-size: 9pt;
	line-height: 12pt;
}

#service1 {
	position: absolute;
	top: 121px;
	left: 0px;
	width: 250px;

}

#service2 {
        position: absolute;
        top: 121px;
        left: 250px;
        width: 230px;
}

#service3 {
        position: absolute;
        top: 225px;
        left: 0px;
        width: 390px;
}

#service3 a:link {
        color: #d4d4d4;
}

#service3 a:visited {
        color: #d4d4d4;
}

#service3 a:hover {
        color: #000;
}

#service3 a:active {
        color: #000;
}


.service {
        color: #d4d4d4;
        font-size: 9pt;
	line-height: 12pt;	
}#map {	position: absolute;	top: 48px;	width: 390px;	left: 59px;}

#location1 {
        position: absolute;
        top: 256px;
        left: 0px;
        width: 4300px;
}

#location1 a:link {
        color: #d4d4d4;
}

#location1 a:visited {
        color: #d4d4d4;
}

#location1 a:hover {
        color: #000;
}

#location1 a:active {
        color: #000;
}


.location {
        color: #d4d4d4;
        font-size: 9pt;	
}

#footer {
        position: absolute;
        left: 0px;
        top: 687px;
        height: 33px;
        color: #b4b4b4;
        font-size: 8pt;
}

#footertext {
        position: relative;
        left: 160px;
        top: 10px;
}

#footertext a:link {
        text-decoration: none;
        color: #b4b4b4;
}

#footertext a:visited {
        text-decoration: none;
        color: #b4b4b4;
}

#footertext a:hover {
        text-decoration: none;
        color: #000;
}

#footertext a:active {
        text-decoration: none;
        color: #000;
}