body {
	padding:0;
	margin:0;
	background:url(../images/main.jpg) 0 0 repeat-x #fff;
	color:#000;
    font-style: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px/14px;
    line-height: 14pt;
}

#clientlogin {
	background:url(../images/gomobile_clientlogin.gif) 0 0 no-repeat transparent;
    left: 620px;
    top: 0px;
    width: 148px;
    height: 31px;
    border: none;
    position: absolute;
}

#clientlogin p {
    margin: 7px 0 0 45px;
}


#clientlogin a {
    color: #666;
    font-size: 0.7em;
    font-weight: none;
    text-transform: uppercase;
    text-decoration: none;
}

#clientlogin a:hover {
    color: #666;
    font-size: 0.7em;
    font-weight: none;
    text-transform: uppercase;
    text-decoration: underline;
}

#menu {
    background: url(../images/gomobile_menu.gif) 0 0 no-repeat #6087d8;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8em;
    text-align: center;
    padding: 3px;
    position: relative;
}

#menu span {
    text-align: center;
}


#menu span a {
    color: #FFF;
    padding: 4px 24px 4px 24px;
}

#menu span a:hover {
    color: #000;
    background: url(../images/gomobile_menu_over.gif) 0 0 no-repeat #a3c7eb;
}

#splash {
    background: transparent;
    width: 768px;
    height: 398px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#splash h1 {
    color:#24417b;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Verdana, Helvectica, sans-serif;
    line-height: 12pt/14pt;
    padding: 15px 0 0 45px;
}

#splash div.more {
    background:url(../images/gomobile_more.jpg) 165px 0 no-repeat transparent;
    color: #000;
    text-align: right;
    padding: 0 20px 0 0;
}

#splash div.more a {
    color: #FFF;
    font-size: 0.5em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

#splash div.more a:hover {
    color: #FFF;
    font-size: 0.5em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

#banner {
	color: #FFF;
	font-size: 1.2em;
	line-height: 18pt;
	font-weight: bold;
	text-transform: normal;
	font-family: Arial;
}

.panel1 {
    background: url(../images/gomobile_orange.gif) 0 0 no-repeat transparent;
    width: 245px;
    height: 224px;
    top: 20px;
    left: 5px;
    float: left;
    position: absolute;
}

.panel_txt {
    color: #000;
    font-size: 0.7em;
    font-weight: normal;
    text-transform: none;
    line-height: 14pt;
    padding: 5px 20px 0 45px;
}

.panel2 {
    background: url(../images/gomobile_blue.gif) 0 0 no-repeat transparent;
    width: 245px;
    height: 224px;
    top: 20px;
    left: 261px;
    float: none;
    position: absolute;
}

.panel3 {
    background: url(../images/gomobile_yellow.gif) 0 0 no-repeat transparent;
    width: 245px;
    height: 224px;
    top: 20px;
    left: 517px;
    float: left;
    position: absolute;
}

#content {
    background: transparent;
    color: #FFF;
    width: 740px;
    height: 398px;
    top: -145px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    position: relative;
}

#content1 {
    background: transparent;
    width: 245px;
    height: 224px;
    left: 5px;
    float: left;
    position: absolute;
}




#content2 {
    background: transparent;
    width: 245px;
    height: 224px;
    left: 261px;
    float: none;
    position: absolute;
}

#content3 {
    background: transparent;
    width: 245px;
    height: 224px;
    left: 517px;
    float: left;
    position: absolute;
}

#footer {
    background: transparent;
    width: 100%;
    height: 70px;
    top: 650px;
    left: 0px;
    color: #000;
    font-style: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    text-transform: uppercase;
    text-align: center;
    line-height: 14pt;
    position: absolute;
}

#footer span.menu {
    letter-spacing: 1px;
}


#footer span.copyright {
    font-size: 0.9em;
}

#footer span.copyright a {
    color: #993333;
    text-decoration: none;
}

#footer span.copyright a:hover {
    color: red;
    text-decoration: underline;
}

#footer a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

#footer a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

