/* Home page */

/* elements appear in order of nesting */

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

#main {
position:relative;
padding-top:20px;
width:940px;
height:620px;
text-align:left;
}

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

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

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

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

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

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

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

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

#title-section {
position:relative;
width:930px;
height:40px;
padding:5px;
}

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

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

/* mac hide \*/
* html #bottom-left-col { height:360px }
/* end hide */

#col-1 {
position:relative;
width:210px;
min-height:360px;
padding-left:5px;
padding-right:18px;
float:left;
}

/* mac hide \*/
* html #col-1 { height:360px }
/* end hide */

#col-2 {
position:relative;
width:210px;
min-height:360px;
padding-left:5px;
padding-right:20px;
float:right;
}

/* mac hide \*/
* html #col-2 { height:360px }
/* end hide */

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

/* mac hide \*/
* html #bottom-right-col { height:360px }
/* end hide */

#col-3 {
position:relative;
width:210px;
min-height:360px;
padding-left:5px;
padding-right:20px;
float:left;
}

/* mac hide \*/
* html #col-3 { height:360px }
/* end hide */

#col-4 {
position:relative;
width:210px;
min-height:360px;
padding-left:5px;
padding-right:18px;
float:right;
}

/* mac hide \*/
* html #col-4 { height:360px }
/* end hide */
