@charset "UTF-8";
/* CSS Document */
body {
	/* background-image: url(images/sitebg.jpg); */
	background-image:url(images/bg.jpg);
	background-repeat: repeat;
	margin:0px;
}

.wrap {
		/* position:relative; */
		margin:0 auto;
               /*replace 900px with your width*/
		width:1218px;
	}

	#header, #footer {
		width:100%;
		min-width:1218px;
		background-color: #5aaaf9;
	}
	#header .logo {
		float:left;
		margin-left:30px;
		width:594px;
		text-align:center;
	}
	#header .address {
		float:left;
		width:282px;
		font-family: 'Philosopher', sans-serif;
		color:#FFFFFF;
		font-size:14px;
		line-height: 20px;
		text-align:center;
		padding-top: 25px;
	}
	#header .hours {
		float:left;
		width:282px;
		margin-left: 30px;
		font-family: 'Philosopher', sans-serif;
		color:#FFFFFF;
		font-size:14px;
		line-height: 20px;
		text-align:center;
		padding-top: 35px;
	}
	.divider {
		clear:both;
		background-image:url(images/divider.jpg);
		height: 20px;
	}
	
	
	/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%;
   font-family: 'Philosopher', sans-serif;
		font-weight:bold;
		font-size:24px;
		color:#FFFFFF;
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	font-size:1em;
	line-height:1em;
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
}
#centeredmenu ul li a:hover {
  
   color:#C0A230;
  
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
    /* Top menu items background colour */
   color:#C0A230;
   
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:35px;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:225px; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:.8em;
	font-weight:bold;
	color:#C0A230;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #C0A230; /* sub menu item horizontal lines */
	background-color: #000;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#C0A230; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
	
	
	
	/*
	#nav {
		font-family: 'Philosopher', sans-serif;
		font-weight:bold;
		font-size:24px;
		color:#FFFFFF;
		text-align:center;
		padding: 5px;
	}
	a.nav:link {
	font-family: 'Philosopher', sans-serif;
		font-weight:bold;
		font-size:24px;
		color:#FFFFFF;
	text-decoration: none;
}
a.nav:visited {font-family: 'Philosopher', sans-serif;
		font-weight:bold;
		font-size:24px;
		color:#FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	font-family: 'Philosopher', sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#C0A230;
	text-decoration: none;
}
a.nav:active {font-family: 'Philosopher', sans-serif;
		font-weight:bold;
		font-size:24px;
		color:#FFFFFF;
	text-decoration: none;} */
	
	#bodywrap {
		clear:both;
		margin:0 auto;
               /*replace 900px with your width*/
		width:1218px;
		/* background-image:url(images/bg.jpg); */
	}
	#content {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	}
	div.col1, div.col2, div.col3, div.col4, div.col5, div.col6, div.col7, div.col8, div.col9, div.col10, div.col11, div.col12, div.col13, div.col14, div.col15, div.col16, div.col17 { float: left; margin-left: 10px; }
div.col1:first-child, div.col2:first-child, div.col3:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child, div.col13:first-child, div.col14:first-child, div.col15:first-child, div.col16:first-child { margin-left: 0px; }
div.col1 { width: 48px; }
div.col2 { width: 126px; }
div.col3 { width: 204px; }
div.col4 { width: 282px; }
div.col5 { width: 360px; }
div.col6 { width: 438px; }
div.col7 { width: 516px; }
div.col8 { width: 594px; }
div.col9 { width: 672px; }
div.col10 { width: 750px; }
div.col11 { width: 828px; }
div.col12 { width: 906px; }
div.col13 { width: 984px; }
div.col14 { width: 1062px; }
div.col15 { width: 1140px; }
div.col16 { width: 1218px; }
div.col17 { width: 230px; }

#spacer {
	clear: both;
	width: 1218px;
	padding-top: 3px;
}

	.maintext{
		font-family: 'Philosopher', sans-serif;
		font-size:14px;
		color:#000;
	}
	.err{
	font-family: 'Philosopher', sans-serif;
	font-size:14px;
	color:#F00;
	}
	.header{
		font-family: 'Philosopher', sans-serif;
		font-size:20px;
		color:#000;
		font-weight:bold;
	}
	.phone{
		font-family: 'Philosopher', sans-serif;
		font-size:20px;
		font-weight:bold;
		color:#FFF;
	}
	.footertext{
		font-family: 'Philosopher', sans-serif;
		font-size:12px;
		color:#FFF;
		line-height: 14px;
		text-align:center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	hr.side {
		border: none;
		background-color: #AE8313;
		color: #AE8313;
		height: 1px;
		width: 80%;
	}
	
	hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
	
	
	
	/*font-family: 'Caesar Dressing', cursive; */
	#vtList {
	margin: 0;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}

#vtList li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#vtList li a {
    background-color: #FFF;
    border: 1px solid #CCC;
    display: block;
    padding: 4px;
}

#vtList li a:hover {
    border-color: #999;
}

#vtList li a img {
    border: none;
}



