/* RESET BROWSER STYLES, courtesy of Eric Meyer: www.meyerweb.com */
@import url(reset.css);

/* MAIN LAYOUT */

html {
overflow-x: hidden;
overflow-y: scroll;
}

body {
background-color:#989898;
background-image:url(http://www.btvideoconferencing.com/img/background/bg_body.jpg);
background-position: center top;
background-repeat:no-repeat;
font-family:verdana,arial,sans-serif;
font-size:73.5%;
color:#6c6c6c;
line-height:1.5;
}

#wrapper {
width:708px;
margin:27px auto;
}

#branding {
background-color:#fff;
background-image:url(http://www.btvideoconferencing.com/img/background/bg_branding.png);
background-position: center top;
background-repeat:no-repeat;
height:156px;
}

#content {
background-image:url(http://www.btvideoconferencing.com/img/background/bg_wrapper.png);
background-position: center top;
background-repeat:repeat-y;
overflow:hidden;/* contains floated divs within */
width:100%;/* contains floated divs within */
}

#primaryContent {
min-height:327px;
background-image:url(http://www.btvideoconferencing.com/img/background/bg_content.png);
background-position: center top;
background-repeat:no-repeat;
}


#footer {
height:40px;
background-image:url(http://www.btvideoconferencing.com/img/background/bg_footer.png);
background-position:center top;
background-repeat:no-repeat;
}

.optionBox {
width:290px;
float:left;
min-height:200px;
margin-top:90px;
}

/* changed left margin from 15px --> 55px */
#login {
margin-left:55px;
background-image:url(bgoptionbox.png);
background-position:center bottom;
background-repeat:no-repeat;
height:600px;
}

/*changed left margin from 55px --> 15px */
#mainSite {
margin-left:15px;
background-image:url(http://www.btvideoconferencing.com/img/background/bg_optionbox-ms.png);
background-position:center bottom;
background-repeat:no-repeat;
}


/* MAIN LINK STYLES */
a {
color:#ff8c02;
text-decoration:none;
}

a:visited {

}

a:hover {
color:#9c9c9c;
text-decoration:underline;
}

a:active {

}


/* MAIN TYPE STYLES */
h3 {
font-weight:bold;
line-height:1.25;
font-size:1.4em;
background-image:url(http://www.btvideoconferencing.com/img/background/bg_optionbox-h3.png);
background-position:center top;
background-repeat:no-repeat;
}

p {

}




/* SPECIAL STYLES */

#branding h1 {
text-indent:-9999px;
}

#primaryContent h2 {
text-indent:-9999px;
}

#footer p {
color:#efefef;
padding:28px 0 0 18px;
}

#mainSite a {
height:170px;
width:260px;
display:block;
}


.optionBox h3 {
padding:15px 10px 0 16px;
}

.optionBox ul {
margin-left:25px;
border-bottom:0px solid #eee;
}

.optionBox li {
height:;
border-top:0px solid #eee;
}

.optionBox li a {
padding:5px 0 10px 40px;
display:block;
font-size:1.1em;
background-image:url(http://www.btvideoconferencing.com/img/background/bg_optionbox-a.png);
background-repeat:no-repeat;
background-position:5% 51%;
font-weight:bold;
line-height:;
}

.optionBox li a:hover {
display:block;
background-color:#f8f8f8;
background-image:url(http://www.btvideoconferencing.com/img/background/bg_optionbox-ahover2.png);
text-decoration:none;
}