/* CSS Document */

/*-------------Custom Global Tags-----------------*/

body {
margin: 0px;
background: #fff;
padding-top: 10px;
font-family: "Trebuchet MS", sans-serif;
}

a img,:link img,:visited img { border: none; }

h1 {
height: 20px;
font-size: 22px;
line-height: 19px;
color: #fff;
margin: 0 0 10px 0;
}

h1.white {
height: 20px;
font-size: 22px;
line-height: 19px;
color: #000;
margin: 0 0 10px 0;
padding-left: 0px;
background: none;
}

h2 {
font-size: 20px;
color: #fff;
margin: 0 0 10px 0;
}

h3 {
font-size: 17px;
color: #d5edf4;
margin: 0 0 5px 0;
}

p {
padding: 0 0 20px 0;
margin: 0;
}

input {
width: 300px;
height: 20px;
background-attachment: fixed;
color: #444;
border: 1px solid #6f8790;
margin: 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff;
}

input:focus {
border: 1px solid #000;
background: #ebf9fe;
}

textarea {
width: 300px;
height: 10.4em;
margin: 0px;
padding: 5px;
border: 1px solid #6f8790;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
color: #444;
font-size: 16px;
background: #fff;
}

textarea:focus {
border: 1px solid #000;
background: #ebf9fe;
}

#corpForm input {
width: 250px;
height: 20px;
color: #444;
border: 1px solid #6f8790;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff url(images/input_bg.gif) right top no-repeat;
}

#corpForm input:focus {
border: 1px solid #000;
}

#corpForm select {
width: 180px;
height: 28px;
color: #444;
border: 1px solid #6f8790;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff;
}

#corpForm textarea {
width: 517px;
height: 100px;
margin: 0px;
padding: 5px;
border: 1px solid #6f8790;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
color: #444;
font-size: 16px;
background: #fff url(images/textarea_bg.gif) top left no-repeat;
}

#corpForm textarea:focus {
border: 1px solid #000;
}

.price {
color: red;
font-size: 18px;
}

#splash a {
color: #3b8cc5;
text-decoration: none;
}

#splash a:hover {
color: #66afe1;
text-decoration: underline;
}

#footer a:link, a:visited {
color: #3b8cc5;
text-decoration: none;
}

#footer a:hover {
color: #66afe1;
text-decoration: underline;
}

/*--------------Nav---------------------*/

#nav {
width: 840px;
height: 50px;
background: url(images/nav_bg.gif) top left no-repeat;
padding: 10px 0 0 60px;
}

#nav a {
float: left;
display: block;
text-align: center;
height: 30px;
color: #fff;
font-family: "Trebuchet MS", sans-serif;
text-decoration: none;
font-size: 15px;
font-weight: bold;
margin-right: 50px;
padding: 10px 0 0 0;
}

#nav a:hover {
background: url(images/nav_on.gif) top center repeat-x;
color: #31738a;
}

#nav a.active {
background: url(images/nav_on.gif) top center repeat-x;
color: #31738a;
}

/*-------------Layout Divs--------------*/

#siteWrap{
width: 900px;
height: 500px;
position: relative;
margin: 1px auto;
}

#header {
width: 900px;
height: 80px;
}

#splash {
width: 900px;
}

#mottoImg {
float: left;
width: 320px;
}

#quote {
float: right;
width: 580px;
}

#contentWrap {
width: 900px;
margin-bottom: 30px;
}

#contentTop {
width: 900px;
height: 30px;
background: url(images/content_top.gif) bottom left no-repeat;
}

#contentCenter {
width: 840px;
background: url(images/content_center.gif) top left repeat-y;
color: #fff;
padding: 0 30px 0 30px;
}

#contentBottom {
width: 900px;
height: 28px;
background: url(images/content_bottom.gif) top left no-repeat;
}

#clear {
clear: both;
height: 1px;
}

#footer {
float: left;
width: 870px;
color: #999;
font-size: 12px;
text-align: center;
margin-bottom: 30px;
}

#contact {
float: left;
width: 340px;
height: 366px;
background: url(images/contact_bg.gif) top left no-repeat;
padding: 25px 0 0 29px;
margin-bottom: 30px;
}

#contactText {
float: right;
width: 520px;
height: 300px;
padding: 5px 0 0 0;
}

#calendarDetails {
float: right;
width: 550px;
padding: 30px 20px 0 0;
margin-bottom: 100px;
}

#order a {
background: url(images/order.gif) 0 0 no-repeat;
display:block;
width: 130px;
height: 43px;
}

#order a:hover {
background-position: -130px 0;
}

#corpForm {
width: 551px;
height: 500px;
padding: 17px 20px 20px 20px;
background: url(images/form_bg.gif) top left no-repeat;
}

#home {
float: right;
width: 531px;
height: 500px;
padding: 17px 20px 20px 20px;
background: url(images/form_bg.gif) top left no-repeat;
}



