/* Home page */

/* elements appear in order of nesting */

#container {
position:relative;
width:940px;
margin-left:auto;
margin-right:auto;
text-align:left;
background-color:#FFFFFF;
}

#main {
position:relative;
margin-top:20px;
width:940px;
height:600px;
text-align:left;
background-color:#FFF;
background-image:url(../gfx/background_images/summer-3.jpg);
}

#top-section {
position:relative;
width:940px;
height:220px;
}

#top-left-col {
position:relative;
width:470px;
height:220px;
float:left;
}

#box-1 {
position:relative;
width:235px;
height:220px;
float:left;
}

#box-2 {
position:relative;
width:235px;
height:220px;
float:right;
}

#logo {
position:absolute;
top:160px;
left:55px;
width:180px;
height:60px;
background-image:url(../gfx/white-bg-70.png);
background-repeat:repeat;
text-align:center;
}

#top-right-col {
position:relative;
width:470px;
height:220px;
float:left;
}

#box-3 {
position:relative;
width:235px;
height:220px;
float:left;
}

#box-4 {
position:relative;
width:235px;
height:220px;
float:right;
}

#bottom-section {
position:relative;
width:940px;
height:355px;
}

#bottom-left-col {
position:relative;
width:470px;
height:355px;
float:left;
}

#col-1 {
position:relative;
width:235px;
height:355px;
float:left;
}

#col-2 {
position:relative;
width:235px;
height:355px;
float:right;
}

#bottom-right-col {
position:relative;
width:470px;
height:355px;
float:left;
}

#col-3 {
position:relative;
width:235px;
height:355px;
float:left;
}

.tab-home {
position:relative;
padding:5px;
font-size:18px;
height:18px;
width:180px;
margin-bottom:3px;
background-image:url(../gfx/white-bg-70.png);
background-repeat:repeat;
}

.tab-home a:link {
color:#2B2B2B;
text-decoration:none;
}
.tab-home a:visited {
color:#2B2B2B;
text-decoration:none;
}
.tab-home a:hover {
color:#888;
text-decoration:none;
}

#col-4 {
position:relative;
width:235px;
height:355px;
float:right;
}



