﻿/* Style reset for universal default browser-style uniformity */
* {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
}
body {
background: white;
}
/* Overall Outside Wrapper Containing All Other Elements */
#wrapper {
width: 800px;
height: auto;
position:relative;
margin:0 auto;
overflow:hidden;
}
	/* Main Top Section For All Pages */
    #header {
    width:100%;
    height: 149px;
    position:relative;
    background: white;
    overflow:hidden;
    }
    /* Main Menu / Navigation Section Of Site */
    #menu {
	width:100%;
	height:30px;
	position:relative;
    background: #69959f;
	overflow: hidden;
	clear:both;
	padding:3px 0 0 0;
    }
        #menu ul {
        width:660px;
	    margin: 0 auto;
        }
            #menu li {
        	 letter-spacing: .1em;
	         font-family: Verdana;
             font-size:14pt;
             list-style-type:none;
             float:left;
             padding:0 25px 0 25px;
             }
                 #menu li a:link {
                  text-decoration: none;
                  color: white;
                 } 
                 #menu li a {
                  text-decoration: none;
                  color: white;
                 } 
                 #menu li a:hover {
                  color:black;
                 }	
                 #menu .active {
                  text-decoration: underline;
                 }	
    #content {
    width: 800px;
    height: auto;
    margin:0;
    }
        .personalized {
        display:block;
        color: black;
        font-family:Arial Narrow;
        font-size: 14pt;
        text-align:center;
        padding-bottom:20px;
        }
        .lead-in {
		font-size:12pt;
		font-family:Arial;
		color:black;
		}
		.llc {
		font-size:9pt;
		}
        .vandebrake {
        color: #69959f;
        text-transform:uppercase;
        }
		.contact {
		font-family:Century Gothic;
		font-size:24px;
		color: #69959f;
		}
        .vandebrake-gray {
        color: #dddddd;
        text-transform:uppercase;
        }
        .subtitles {
        color: #69959f;
        font-family:Arial;
        font-size:14pt;
        }
        #content a, #content a:link {
        font-family:"Arial";
		font-size:14pt;
        text-decoration: none;
        color: #69959f;
        line-height:20pt;
        } 
        #content a:hover {
        font-style:italic;
        }
        #content img  {
        padding: 4px;
        margin: 5px;
        border: solid 2px #dddddd;
        }
        #leftcontent {
        width: 575px;
        height:auto;
		margin: 0 auto;
        text-align:center;
        }
        #leftcontent ul {
		margin: 20px 0 20px 0 ;
		}
    #footer {
    width:100%;
    clear:both;
    padding-top:25px;
    }
        #footer p {
        text-align: center;
        margin: 30px 20px 0 20px;
        font-family:Arial;
        font-size: 9pt;
        color: #aaaaaa;
        }
        #footer a:link {
        color:#aaaaaa;
        text-decoration:none;
        }
        #footer a {
        color:#aaaaaa;
        text-decoration:none;
        }
        #footer a:hover {
        color: black;
        }
        #footerleft {
		width: 300px;
		height: auto;
		float: left;
		margin: 0;
		padding-left: 50px;
		}
        #footerright {
        width:200px;
        height:auto;
        float:right;
        margin:0;
        padding-right: 50px;
        }
    #clear {
    min-height: 20px;
    height:20px;
    width: 100%;
    clear:both;
    }
/* Document Level Standard Formatting */
.float-left {
float:left;
}
.float-right {
float:right;
}
.align-center {
text-align:center;
}
h2 {
	font-family: "Arial Black";
	font-size: 18pt;
	margin-bottom: 15px;
	color: #9C9EA2;
}
p {
	font-family: Arial Narrow;
	color: black;
	margin: 10px 0 10px 0;
}
#leftcontent ul {
	list-style-type: none;
}
