﻿/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(../images/tiles.png);
 background-repeat:repeat;
 background-color:#3d7bb5;
 font-family:"palatino Linotype", georgia, "times New Roman", serif;
}
#wrapper { 
 margin: 0 auto;
 width: 1020px;
}
#header {
	color: #333;
	width: 1020px;
	float: left;
	height: 445px;
	margin: 0px 0px 0px 0px;
}
 a {
color: #ca3325;
text-decoration:underline;		
}
 a:hover {
color: #ff0000;			
}
#navigation {
	float: left;
	width: 1020px;
	height:35px;
	color: #333;
	padding:  0;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/ab4_02.png);
	background-repeat: no-repeat;
	font-size:18px;
	font-weight:bolder;
	text-shadow: 3px 3px 2px #333;
	
}

#navigation ul.menu {
	width: 950px;
	margin: 5px auto 0;
}

#navigation ul.menu li {
display: inline;	
padding: 0 15px;
}

#navigation ul.menu li a {
color: #FFF;
text-decoration:none;		
}
#navigation ul.menu li a:hover {
color: #f1d36f;			
}
#navigation ul.menu .active {
color: #f1d36f;	
}

#content {
	float: left;
	height: auto;
	width: 1020px;
	background-image: url(../images/ab4_12.png);
	background-repeat: repeat-y;
}
#leftcolumn {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
	width: 373px;
	float: left;
	background-image: url(../images/ab4_04.png);
	background-repeat: no-repeat;
}

#address
{
height:auto;
margin:140px 0 0 50px;
width:250px;
text-align:center;
font-weight:bold;
}

#sidepic
{
height:auto;
margin:30px auto;
width:320px;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 40px 20px 0px;
 height: auto;
 display: inline;
 font-size:14px;
}
#footer {
	width: 1000px;
	clear: both;
	color: #FFF;
	background-color:#4A4E54;
	margin:0 auto;
	padding: 20px 0;
}

#footer  ul.footmenu {
width: 950px;
	margin: 0px auto;
	text-align:center;
	font-size:10px;	
}

#footer ul.footmenu li {
	display: inline;
	padding: 0 15px;
}

#footer ul.footmenu li a {
color: #FFF;
text-decoration:none;	
}
#footer ul.footmenu li a:hover {
color: #f1d36f;	
}
#footer ul.footmenu li .active {
color: #f1d36f;	
}

#box-top{
	background-image: url(../images/ab4_06.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 587px;
	margin-top: 25px;
}
#box-middle{
	height: auto;
	width: 567px;
	padding: 10px;
}
#box-bottom{
	background-image: url(../images/ab4_11.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 587px;
	clear:both;
}

#copy{
	margin: auto;
	height: auto;
	width: 500px;
}
#opt_info {
 width:900px;
 margin: 20px auto;
 color: #ffffff;
 text-align:center;
 font-size:8pt;
}
#opt_info a {
 color: #ffffff;
 text-decoration: none;
 text-align:center;
 font-size:8pt;
}
#opt_info a:hover {
 color: #F1D36F;
 text-decoration: underline;
 text-align:center;
 font-size:8pt;
}
