@charset "utf-8";
/* CSS Document */


body {
background-image: url('images/stripe-bg.png');
background-repeat: repeat;
font-family: arial,sans-serif;
color:#333;
margin:0;
padding:0;
font-size:16px;
}

a:link {color:#454545;text-decoration:none;}      /* unvisited link */
a:visited {color:#454545;text-decoration:none;}  /* visited link */
a:hover {color:#e46c0a;text-decoration:none;}  /* mouse over link */
a:active {color:#e46c0a;text-decoration:none;}  /* selected link */

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:45px;
color:#e46c0a;
margin-top:14px;
font-weight:100;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
color:#e46c0a;
font-weight:100;
margin-top: 20px;
}

h2 .h2color{
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
color:#ffffff;
font-weight:100;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#e46c0a;
font-weight:100;
margin-top:14px;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#454545;
}

.large-copy{
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
color:#454545;
}


#top-wrapper {
/* background-image: url('images/vwbug-xmastree.jpg'); */
background-image: url('images/background.jpg');
background-repeat:no-repeat;
background-position:top center; */
margin:0 auto;
padding-top:10px;
}

#wrapper-outside {
width:1000px;
height: 550px;
background-image: url('images/transparent-bg.png') ;
margin:0 auto;
margin-top: 20px;
padding-top: 20px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
}


#wrapper {
width:960px;
height: 491px;
background-color:#ffffff;
margin:0 auto;
margin-top: 0px;
border-left:0px solid #ccc;
border-right:0px solid #ccc;
}

#header {
width:960px;
height:135px;
margin:0 auto;
margin-bottom:25px;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
}

#header h2 {
padding:10px;
}

#nav {
width:960px;
height:40px;
border-bottom:1px solid #ccc;
}

#nav a {
display:inline;
padding:10px;
text-decoration:none;
background-color:#f1f1f1;
}

#nav a:hover {
background-color:#bababa;
height:80px;
}

#content {
width:940px;
height:471px;
float:left;
padding:10px;
background-color:#FFFFFF;
overflow:auto;
}

#sidebar {
width:200px;
float:left;
margin-bottom:25px;
padding-left:20px;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
line-height:145%;
}

#sidebar2 {
width:960px;
text-align:left;
background-color: transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
padding-bottom: 20px;
padding-left: 25px;
text-decoration:none;
}

#sidebar a {
text-decoration:none;
}



#sidebar li {
list-style:none;
}

#footer {
height:106px;
margin-top:0px;
position:absolute;
width:100%;
color:#FFFFFF;
}

.footer-border{
border-left: 1px solid #868686;
border-right: 1px solid #868686;
padding-left: 80px;
}

#footer p {
padding:10px;
}

.contact-space{
font-size:18px;
line-height:120%;
}

.phone-space{
font-size:15px;
line-height:120%;
}

.copyright{
font-size:11px;
word-spacing:1px;
}

.email-footer{
font-size:14px;

}

#footer-wrapper {
width:960px;
margin: 0 auto;
}

#footer-box1 {
width: 300px;
float:left;

padding-bottom:20px;
line-height:140%;
padding-left:15px;
}

#footer-box2 {
width: 350px;
float:left;

padding-bottom:20px;
line-height:120%;
}

#footer-box3 {
width: 280px;
float:left;

padding-bottom:20px;
line-height:140%;
}

#footer-wrapper a:link {color:#ffffff;text-decoration:none;}
#footer-wrapper a:hover {color:#e46c0a;text-decoration:none;}
#footer-wrapper a:visited {color:#ffffff;text-decoration:none;}

#makeMeScrollable div.scrollableArea *
	{
		position: relative;
		display: block;
		float: left;
		padding: 0;
		margin: 0;
	}
	
	
#black-transparent{
		background-image: url("images/black-transparent-bar.png");
	    background-repeat: repeat;
	    height: 20px;
    	position: relative;
	    top: -20px;
		}
						

