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

body {
background: url('../images/template/bg.jpg') ;
}
input {
	font-size: 12px;
	padding: 3px;
}
a:link {
	color:#511A0D;
}
a:visited{
	color:#511A0D;
}
a:hover{
	text-decoration:none;
}
div#container {
	width:1024px;
	margin: 0 auto;
	position: relative;
	overflow:visible;
  }
div#header {
	background-image:url(../images/template/header.png);
	background-repeat:no-repeat;
	width:100%;
	height:391px;
}

div#main-rpt {
	width:1024px;
	background-image:url('../images/template/main-rpt.png');
	background-repeat:repeat-y;
}
div#top-spacer {
	height: 25px;
}

div#main-content {
	margin: 0 auto;
	width: 909px;
	padding: 5px 50px 20px 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1f1f1f;
	text-align:left;
}

div#main-content p{
	margin: 0px;
	
}
div#main-content h1 {
	font-size:24px;
	color:#0C0650;
	text-transform:uppercase;
	font-weight: bold;
	margin-top: 0px;
}
div#main-content h2{
	color: #933032;
	margin-bottom:10px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
div#main-content h3{
	color: #003;
	margin-bottom:5px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
div#main-content h4{
	color: #003;
	margin-bottom:5px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	text-decoration:underline;
}
div#main-content a{
	color:#511A0D;
	
}
div#contact-form {
	background-image:url(../images/contact-form.jpg);
	background-repeat:no-repeat;
	height:400px;
	padding-top:75px;
}
#contact-top {
	width:410px;
	height:102px;
	background-image:url(../images/template/contact-top.jpg);
}
#contact-middle {
	background-image:url(../images/template/contact-middle.jpg);
	background-repeat:repeat-y;
	width:390px;
	padding-left:10px;
	padding-right:10px;
	color:#030;
}
#contact-bottom {
	background-image:url(../images/template/contact-bottom.jpg);
	width:410px;
	height:26px;
}
.image-border {
	padding: 5px;
	border: 1px solid #333;
	margin-right: 10px;
	margin-bottom: 20px;
}
.divider {
	height:25px;
	border-bottom: 1px dashed #036;
	margin-bottom:20px;
}
/*Navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */		


div#navigation {
	width:100%;
	height: 96px;
	}
#navigation ul {
padding: 0;
margin: 0;
float: left;
list-style-type: none;
display: inline;
}

#navigation ul li {
padding: 0;
margin: 0;
float: left;
list-style-type: none;
display: inline;
}

#navigation a {
	display: block;
	font-size: 100%;
}
.nav-start {
background: url('../images/template/nav-start.png') no-repeat scroll top left;
width: 124px;
height: 96px;
list-style:none;
}

.nav-1 {
background: url('../images/template/nav-1.png') no-repeat scroll top left;
width: 71px;
height: 96px;
list-style:none;
}

.nav-1 a:hover {
background: url('../images/template/nav-1a.png') no-repeat scroll top left;
width: 71px;
height: 96px;
list-style:none;
}

.nav-2 {
background: url('../images/template/nav-2.png') no-repeat scroll top left;
width: 85px;
height: 96px;
list-style:none;
}

.nav-2 a:hover {
background: url('../images/template/nav-2a.png') no-repeat scroll top left;
width: 85px;
height: 96px;
list-style:none;
}

.nav-3 {
background: url('../images/template/nav-3.png') no-repeat scroll top left;
width: 179px;
height: 96px;
list-style:none;
}

.nav-3 a:hover {
background: url('../images/template/nav-3a.png') no-repeat scroll top left;
width: 179px;
height: 96px;
list-style:none;
}

.nav-4 {
background: url('../images/template/nav-4.png') no-repeat scroll top left;
width: 99px;
height: 96px;
list-style:none;
}

.nav-4 a:hover {
background: url('../images/template/nav-4a.png') no-repeat scroll top left;
width: 99px;
height: 96px;
list-style:none;
}

.nav-5 {
background: url('../images/template/nav-5.png') no-repeat scroll top left;
width: 76px;
height: 96px;
list-style:none;
}

.nav-5 a:hover {
background: url('../images/template/nav-5a.png') no-repeat scroll top left;
width: 76px;
height: 96px;
list-style:none;
}

.nav-6 {
background: url('../images/template/nav-6.png') no-repeat scroll top left;
width: 156px;
height: 96px;
list-style:none;
}

.nav-6 a:hover {
background: url('../images/template/nav-6a.png') no-repeat scroll top left;
width: 156px;
height: 96px;
list-style:none;
}
.nav-7 {
background: url('../images/template/nav-7.png') no-repeat scroll top left;
width: 106px;
height: 96px;
list-style:none;
}

.nav-7 a:hover {
background: url('../images/template/nav-7a.png') no-repeat scroll top left;
width: 106px;
height: 96px;
list-style:none;
}
.nav-8 {
background: url('../images/template/nav-8.png') no-repeat scroll top left;
width: 96px;
height: 96px;
list-style:none;
}

.nav-8 a:hover {
background: url('../images/template/nav-8a.png') no-repeat scroll top left;
width: 96px;
height: 96px;
list-style:none;
}
.nav-end {
	background: url('../images/template/nav-end.png') no-repeat scroll top left;
width: 32px;
height: 96px;
list-style:none;
}

/*FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
div#footer {
	width:1024;
	height: 150px;
	background-image:url(../images/template/footer.png);
	background-repeat:no-repeat;

	
  }	
div#footer-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	height: 150px;
	text-align:center;
	font-size:14px;
	color: #003;
	line-height: 18px;
	padding-top:55px;
	}
div#footer-text a{
	color:#000134;
	text-decoration:none
}
div#footer-text a:hover{
	text-decoration:underline;
	color:#ffffff;
}
div#footer-images {
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
	background-image:url(../images/template/footer-logos.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	background-position:center;
}
.craftedbytayloegray{
	width:250px;
	height:40px;
	background-image: url(../images/template/tayloegray.png);
	background-repeat: no-repeat;
	background-position:left center;
	margin-left:400px;
	margin-top:10px;
}
.craftedbytayloegray a{
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -0.2pt;
	text-align: left;
	color:#FFF;
	display: block;
	margin-top: 0px;
	margin-left: 36px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}

.craftedbytayloegray a span{
	font-size:70%;

}
.craftedbytayloegray a:hover{
	color:#fff;
}