/* vbest10.css 10-31-09 23:57 */

* {
margin : 0;
padding : 0;
}

html {
padding : 10px;
}

body {
background : #4f4f4f;
color : #fff;
font : 1em Verdana, Arial, Helvetica, sans-serif;
overflow : auto;
}

#page {
font-size : 1em;
margin : 0 auto;
width : 847px;
}

#main {
background : #fff url(http://verybestpages.com/css/images/new_mn-bg.gif) repeat-y;
float : right;
margin : 0 4px 0 0;
padding : 0;
width: 640px;
max-width: 640px;
}

#sidebar {
background : #696969 url(http://verybestpages.com/css/images/sb-bg.gif) repeat-y;
color : #fff;
float : left;
font-size : 0.9em;
margin : 0 0 4px 4px;
padding : 0;
width : 199px;
}

h1 {
color : #fff;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : normal;
}

img {
border : none;
max-width : 501px;
}

p, ul {
margin : 1em 0;
}

blockquote {
background : #f5f5f5;
border : 1px solid #eee;
font-style : italic;
margin : 1em;
padding : 0 1em;
}

.content {
background : url(http://verybestpages.com/css/images/new_mn-bottom.gif) no-repeat 0 100%;
color : black;
padding : 0 25px 9px;
position : relative;
width : 590px;
}

h1 {
background : #0a78cb url(http://verybestpages.com/css/images/new_mn-top.gif) no-repeat 0 0;
font-size : 2.0em;
margin : 0 0 0 -25px;
padding : 15px 34px 12px 20px;
width : 586px;
}

h1 a { text-decoration: none; }
h1 a:link { color: white; }
h1 a:visited { color: white; }
h1 a:hover { color : black; }
#content h1 a:active { color: black; }

#sidebar h3 { background : url(http://verybestpages.com/css/images/sb-top.gif) no-repeat;
color : #fff;
font: bold normal 0.9em Verdana, Arial, Helvetica, sans-serif;
margin : 0 0 10px -15px;
padding : 5px 34px 0 15px;
position : relative;
text-transform : uppercase;
width : 150px; }

#sidebar ul, #sidebar li { background : none; list-style : none;
margin : 0 0 10px 0; padding : 0; position : relative; }

#sidebar a { border : none; display : block; font-weight : bold;
width : 154px; }

#sidebar li a:link { color : #9bb4c7; text-decoration: none; }
#sidebar li a:visited { color : #ced8da; }
#sidebar li a:hover { color : white; }
#sidebar li a:active { color : #0a78cb; }

.panel {
    width: 175px;
    padding: 0pt 15px 15px;
    background: transparent url(http://verybestpages.com/css/images/sb-bottom.gif) no-repeat scroll 0pt 100%;
}

.panel h3, label{
     margin: 0pt 0pt 5px -15px;
     padding: 15px 34px 0pt 15px;
     width: 150px;
     background: transparent url('http://verybestpages.com/css/images/sb-top.gif') no-repeat scroll 0%;
     color: #FFFFFF;
     display: block;
     font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
     font-size: 1em;
     font-weight: bold;
     position: relative;
     text-transform: uppercase;
     cursor: pointer;
 }

.panelContent {
   width:170px;
}


#intro { position: relative;
         top: 0;
         left: 0;
         height: 600px;
         padding: 0 20px 0 0;
         overflow: scroll; }

#intro p { text-align: justify; }

#intro img { float: left; padding: 20px; }

#intro a:link { color : black; text-decoration : underline; }
#intro a:visited { color: black; }
#intro a:hover { color : black; }
#intro a:active { color: white; }

#intro input[type="submit"] {  border: 2px solid #0a78cb;
background-color: #cccccc;
color: #0a78cb;
font: 1em Verdana,Arial,Helvetica,sans-serif;
margin: 1em 0 1em 320px;
padding: 5px; }


