@charset "UTF-8";
/* CSS Document */

html{
	background:url(../img/wrapper-bg.jpg) repeat-y 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.5em;

}

#wrapper{
	width:640px;
	height:auto;
	margin:0px auto;	
}
#wrapper-inside{
	width:620px;
	height:auto;
	margin:0px auto;	
}

#topnav{
	height:60px;
	margin:0px 0px 10px 0px;
}
#topnav ul{
	list-style:none;
	list-style-type:none;	
	margin:0px;
	padding:0px;
	height:60px;
}
#topnav ul li{
	display:inline-block;
	height:60px;
	background:#585858;
	margin:0px 1px 0px 0px;
}
#topnav ul li a{
	display:block;
	
	color:#eeeeee;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 27px
}

.sfeature{
	overflow:hidden;
	width:620px;
	height:300px;
	margin:0px 0px 10px 0px;
}


#logo{
	text-align:right;	
	padding:10px 20px 10px 0px;
}
p.question{
	font-weight:bold;
}

#call{
	padding:10px 0px 0px 0px;
	text-align:center;
	background:url(../img/phone.jpg) no-repeat 30px 20px;
	height:110px;
	text-indent:30px;
}
#call p{
	font-size:1.25em;	
}
#call p a{
	color:#de4308;
}
a{
	text-decoration:none;	
}
#menu ul{
	list-style:none;
	list-style-type:none;	
	margin:0px;
	padding:0px;
}
#menu ul li{
	background:url(../img/menu-arrow.png) no-repeat 580px 25px;
	background-color:#eeeeee;
	height:82px;
	text-indent:20px;
	position:relative;
	margin:0px 0px 2px 0px;
}
#menu ul li a{
	width:620px;
	height:82px;
	color:#3e3e3e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;	
	position:relative;
	padding:15px 0px 0px 0px;
	display:block;
}
#menu ul li a:active{
	color:#000;	
}


#footer{
	width:620px;
	margin:0px auto;
	padding:0px;
}

ul#mycarousel{
	width:620px;
}
.copy{
	
	padding:0px 20px;
	
	color:#333;
	margin:0px 0px 20px 0px;
}
.copy p{
	font-size:1.5em;
	line-height:1.2em;
}
#footer .copy{
	margin:20px 0px 0px 0px;
	font-size:.6em;
}
.copy ul{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	font-size:1.3em;
}
.copy ul li{
	background:url(../img/arrow2.gif) no-repeat 0px 11px;
	text-indent:20px;
}
