/* 
    Document   : screen
    Author     : Kent Swartzberg
    ROYCOLEGAL.com
*/


root { 
    display: block;
}
body {
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753;
	margin: 0;
	padding: 0;
	}

/*-----------DIV CSS-------------*/

#container {
     width: 1200px ;
     margin-left: auto ;
     margin-right: auto ;
}

#header{
    text-align: center;
    border: 1px solid #666666;
}

#upspace{
    height: 25px;
    /*border-bottom: 1px solid #666666;*/
}

#nav{
    z-index: 1;
    background-repeat:no-repeat;
    text-align: center;
    border: 1px solid #666666;
}

#dospace{
    height: 25px;
    /*border-top: 1px solid #666666;*/
}

#subContent
{
    background-color: transparent;
    min-height: 400px;
    text-align: left;
    float:left;
    width:400px;
    margin:0;
}

#content{
    background-color: white;
    margin-left:400px;
    border-left:2px solid gray;
    padding:1em;
    min-height: 350px;
}

#footer{
    clear: both;
    position: relative;
    bottom: 0;
    text-align: center;
}


/*-----------ELEMENT CSS-------------*/
#bussinessCard{
    background-image: url('/images/buscard.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 320px;
    line-height: 1.2;
}
#bussinessCard ul{
    list-style-type:none;
    margin:0;
    padding-left: 160px;
    padding-top: 112px;
}
#businessCard li{
    font-size: 10px;
    padding: 3px;

}
.busCardTitle{
    font-weight: bold;
    font-size: 12px;

}

#nav ul{
list-style-type:none;
margin:0;
padding:0;
}

#nav li
{
display:inline;
padding: 14px;
font-size: 20px;
font-weight: bold;
margin: 10px;

}

#nav a:link{
    color: #000000;
    text-decoration: none;
    /*background-image: url('/images/NavButton.jpg');*/

}
#nav a:visited{
    color: #000000;
    text-decoration: none;
    /*background-image: url('/images/NavButton.jpg');*/
}

#nav a:hover{
    /*background-image: url('/images/NavButtonHover.jpg');*/
}

.title{
    font-size: 14px;
    font-weight: bold;
    list-style-type:none;
}
.link a:link, a:visited{
    color: #555753;
}

#content h1{
    padding: 0;
    margin: 0;
    /*font-family: algerian, serif;*/
    font-size: 30px;
    text-align: left;

}
#footer p{
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#footer ul{
        list-style-type: none;

}